-
Notifications
You must be signed in to change notification settings - Fork 971
Backporting --ozone-platform-hint
fix
#23166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or 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 change is landing in down the line in chromium upstream, but for the moment current users of 1.66.x and 1.65.x are being affected. Chromium change: https://chromium.googlesource.com/chromium/src/+/c7f4c58f896a651eba80ad805ebdb49d19ebdbd4 commit c7f4c58f896a651eba80ad805ebdb49d19ebdbd4 Author: Tom Anderson <[email protected]> Date: Wed Mar 20 00:00:12 2024 +0000 Fix --ozone-platform-hint This fixes a regression after r1269993 which moved ozone platform early initialization before the ozone platform hint flag was processed. This CL ensures the flag processing happens even earlier. R=sky Change-Id: Icc9649beb0b86753265be2b6cdf3059611eb410f Bug: None
iefremov
approved these changes
Apr 19, 2024
brave-builds
added a commit
that referenced
this pull request
Apr 19, 2024
brave-builds
added a commit
that referenced
this pull request
Apr 19, 2024
This was referenced Apr 19, 2024
kjozwiak
pushed a commit
that referenced
this pull request
Apr 20, 2024
Uplift of #23166 (squashed) to beta
kjozwiak
pushed a commit
that referenced
this pull request
Apr 20, 2024
Uplift of #23166 (squashed) to release
mkarolin
added a commit
that referenced
this pull request
Apr 29, 2024
This code is already in Chromium 125. This reverts commit 40d6c38.
mkarolin
added a commit
that referenced
this pull request
Apr 30, 2024
This reverts commit 40d6c38. The current cr 124 bump (124.0.6367.118) includes this fix.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change is landing in down the line in chromium upstream, but for the moment current users of 1.66.x and 1.65.x are being affected.
https://chromium-review.googlesource.com/c/chromium/src/+/5375669
Chromium change:
https://chromium.googlesource.com/chromium/src/+/c7f4c58f896a651eba80ad805ebdb49d19ebdbd4
commit c7f4c58f896a651eba80ad805ebdb49d19ebdbd4
Author: Tom Anderson [email protected]
Date: Wed Mar 20 00:00:12 2024 +0000
Resolves brave/brave-browser#37498
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: