forked from crosswalk-project/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable window occlusion APIs when running browser tests
The positioning of windows is not predictable when running tests, and some tests can end up having their renderer processes backgrounded due to occlusion, causing unpredictable behavior. Disable occlusion API use when running tests. Occlusion is a Mac-only API for the moment, but leave this as non-Mac so that it can be picked up if needed. Also, get rid of the "we're on 10.9+" check. We always are now. BUG=558585 Review URL: https://codereview.chromium.org/1762883002 Cr-Commit-Position: refs/heads/master@{#379500} (cherry picked from commit 19b720a) Review URL: https://codereview.chromium.org/1782153002 . Cr-Commit-Position: refs/branch-heads/2661@{crosswalk-project#181} Cr-Branched-From: ef6f6ae-refs/heads/master@{#378081}
- Loading branch information
1 parent
e8651e5
commit 45b1944
Showing
4 changed files
with
19 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters