-
Notifications
You must be signed in to change notification settings - Fork 920
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
Upgrade from Chromium 90 to Chromium 91 (1.25.x) #8840
Conversation
Upgrade from Chromium 90 to Chromium 91.
Upgrade from Chromium 91.0.4472.19 to Chromium 91.0.4472.38.
Fixed TabSearchButton's weird hover/pressed effect
* [MacOS] Override helper-alerts identifier for signing. Alerts helper has been added for signing upstream but Chrome doesn't distribute it yet. Because it uses the same identifier as the current alerts service, we get a signing error. For now we'll use a different identifier for this helper and then revert once Chrome starts distributing the helper. Fixes brave/brave-browser#15731 Chromium change: https://chromium.googlesource.com/chromium/src.git/+/56915522276f commit 56915522276f86acc55f86b143b4d7b260d6bc36 Author: Richard Knoll <knollr@chromium.org> Date: Fri Mar 5 16:07:34 2021 +0000 Introduce alert notification helper .app This adds a new helper .app on macOS to display alert notifications. This app is required to show alert style notifications as the main app can only show banner style ones and the XPC service can not use the new UNNotification APIs. Bug: 1127306 * Pacify pylint for signing_helper.py
Upgrade patches from Chromium 91.0.4472.38 to Chromium 91.0.4472.57
Fixes Settings UI privacy page missing settings.
[Android] Changed the way we handle close button in settings
Follow up to 79af4bc. Picks up base::string16 leftovers specific to 1.25.x branch.
Follow up to d09bca5 for 1.25.x specific code.
Disables TrustTokens feature.
Follow up to 150e3d7 for 1.25.x specific code.
CI failures:
|
Follow up to 359aec3 for 1.25.x specific code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM++
Restarting
|
Restarting
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++ for sync changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uplift into 1.25.x
approved after deliberating with @brave/uplift-approvers.
Fixes brave/brave-browser#14848
Related PR: brave/brave-browser#15933
Uplift from #8307
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
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: