commit | 2ce2a62b277285fe92645d7779f97ba7dffa730c | [log] [tgz] |
---|---|---|
author | Tom Burgin <bur@chromium.org> | Fri Aug 19 20:56:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 19 20:56:32 2022 |
tree | 0c15f73dcf0ba504097fd45001943482d98a9d16 | |
parent | 3830a07ce9724f7444369c43f385cc0ffdc4d40e [diff] |
browser_tests: grant an NSApplicationActivationPolicy To fix NativeAppWindowCocoaBrowserTest.FrameColor. This test needs to activate windows. In order to do so an appropriate NSApplicationActivationPolicy must be set. This CL sets a process wide NSApplicationActivationPolicy of NSApplicationActivationPolicyAccessory. Do this early on before any tests are run. This will make seen any potential negative interactions in a reproducible manner. Bug: 1322741 Change-Id: Ie749ccd45b5da9af59905df14cd0276227280370 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3838824 Reviewed-by: Avi Drissman <avi@chromium.org> Commit-Queue: Tom Burgin <bur@chromium.org> Cr-Commit-Position: refs/heads/main@{#1037258}
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.