| commit | e59a936a9933fddceff8266f156b87a9a5746b73 | [log] [tgz] |
|---|---|---|
| author | Taylor Bergquist <tbergquist@chromium.org> | Wed Nov 06 01:01:46 2024 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 06 01:01:46 2024 |
| tree | 8c606516a19bb865f4eb4b3837af0508011ebd09 | |
| parent | 78861c88a33439e94173bca65e4628cfbb70f07e [diff] |
Skip checking if the window is fullscreen for CanSupportWindowFeature. This seems to take some meaningful amount of time on Windows while updating the tab loading animations (which check if the tabstrip is supported). We can simply inline the check so it's short-circuited if `check_can_support` is true to save this time. Change-Id: I0c856cb0d4b0061554205709736640fceaade91e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5958371 Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Francois Pierre Doray <fdoray@chromium.org> Commit-Queue: Francois Pierre Doray <fdoray@chromium.org> Reviewed-by: Eshwar Stalin <estalin@chromium.org> Auto-Submit: Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/main@{#1378686}
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.