commit | 3774b000d5389354551e2eac42441ef27c22bd8b | [log] [tgz] |
---|---|---|
author | Sky Malice <[email protected]> | Fri Oct 21 19:18:40 2022 |
committer | Chromium LUCI CQ <[email protected]> | Fri Oct 21 19:18:40 2022 |
tree | f32e6f860cb1413b6a9add8c224c6ebd3d65304b | |
parent | a49107d0e9a6cfb6633bbb7a7bf756a05d337771 [diff] |
UpdateBrowserControlsState without proxy. Trying to react to touch events by locking browser controls is problematic on websites with high usage on the renderer main thread. However the UpdateBrowserControlsState doesn't actually do any useful work on the renderer main thread, it's just a proxy. This change adds a feature flag to route UpdateBrowserControlsState calls directly to the compositor thread. is just 1 line that is being added and not covered. Bug: 1374427 Low-Coverage-Reason: No convenient unit test for page_impl.cc, and it Change-Id: I1a285cd5844b184f1f752fc2d7c4d4e5f9829f92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3953901 Reviewed-by: Stephen Nusko <[email protected]> Reviewed-by: Alex Moshchuk <[email protected]> Reviewed-by: David Bokan <[email protected]> Reviewed-by: Robert Flack <[email protected]> Commit-Queue: Sky Malice <[email protected]> Reviewed-by: Tom Sepez <[email protected]> Cr-Commit-Position: refs/heads/main@{#1062292}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.