commit | 6e6d975842b0d2a0b41ca8c54c09e664716fd32c | [log] [tgz] |
---|---|---|
author | Johann <[email protected]> | Fri Jul 31 07:54:26 2020 |
committer | Commit Bot <[email protected]> | Fri Jul 31 07:54:26 2020 |
tree | aa7fd3a9345599df1e6cd18a71332fc1152491a0 | |
parent | 12b4f9dc889cb74f408bed45965f4809768ac609 [diff] |
RenderViewImpl: remove FromWebView Redirect usage in render_view_browsertest.cc through RenderFrameImpl and render_view(). Despite the comment on render_view() about it being temporary, this path is much more commonly used than FromWebView(). Move the definition up a level directly to RenderView. Still investigating other uses. The goal is to remove anything which relies on global variables so that RenderViews can be frozen/throttled independently. Bug: 1098157 Change-Id: I9fe0c180f305e6d2fa8a302231be8d4529f48192 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2259674 Commit-Queue: Daniel Cheng <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#793531}
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 .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.