commit | e6bd736b20fb7223bf9ede8787426fe68b5027d4 | [log] [tgz] |
---|---|---|
author | Hiroki Nakagawa <nhiroki@chromium.org> | Wed Aug 21 21:40:52 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 21 21:40:52 2019 |
tree | 31cb18ad8cd0c3ed90a9ef556497394704aaadec | |
parent | f5a240b69f54097ebec24fddb5422e191a2c997d [diff] |
AppCache: Use BrowserInterfaceBrokerProxy for frames This CL makes AppCache for frames use new BrowserInterfaceBrokerProxy mechanism instead of DocumentInterfaceBroker. Before this CL, AppCache used DocumentInterfaceBroker for frames, and BrowserInterfaceBrokerProxy for workers. That complicated the code. After this CL, both frames and workers use the same BrowserInterfaceBrokerProxy mechanism. Relevant CL for AppCache for workers: https://crrev.com/c/1746128 Bug: 936482 Change-Id: I6f30ddec6d2055c9e4748c42a41c031f6c220b82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758038 Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Reviewed-by: Victor Costan <pwnall@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#689172}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .