-
Notifications
You must be signed in to change notification settings - Fork 885
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 91 to Chromium 92 (1.27.x). #9361
Conversation
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.
*permission lifetime*
lgtm
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 the change to vendor/bat-native-ads/src/bat/ads/internal/privacy/unblinded_tokens/unblinded_tokens_unittest.cc
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 to 1.27.x is approved after deliberating with @brave/uplift-approvers
Upgrade from Chromium 91 to Chromium 92
[cr92 followup] Fixes blank settings page.
[cr92 followup] Fixes MacOS signing.
[cr92 followup] Reverts plistlib changes in tweak_info_plist.py.
…libs [cr92 followup] Revert static_library unit test targets
[cr92 followup] Fixes signing on Windows.
Updated patches from Chromium 92.0.4515.70 to Chromium 92.0.4515.81.
[cr92 followup] Fixes MacOS signing script
…0.4515.81 on 1.27.x branch.
…on 1.27.x branch.
We should use InkDropHost::AnimateToState() now. Chromium changes: https://chromium.googlesource.com/chromium/src/+/7a956cd01727bd626ca2711671935efa0128ee28 commit 7a956cd01727bd626ca2711671935efa0128ee28 Author: Peter Boström <[email protected]> Date: Fri May 7 20:08:13 2021 +0000 Separate InkDropHost from InkDropHostView This essentially moves InkDropHostView into a new class with the temporary name InkDropHost. All accesses to InkDropHost are done through InkDropHostView::ink_drop(). InkDropHostView is now a new trivial View subclass which is provides an InkDropHost. A latter step will move ink_drop() down to InkDropHostView subclasses. Several clean-up steps are missing, but this may be easier to review. Bug: 931964
They are no longer available now and ListValue::GetList() should be used instead now. Chromium change: https://source.chromium.org/chromium/chromium/src/+/fe59284a48bc5a3af8f058b048e3cc1fe260a1b9 commit fe59284a48bc5a3af8f058b048e3cc1fe260a1b9 Author: David Bertoni <[email protected]> Date: Thu May 13 22:46:56 2021 +0000 [CodeHealth] Remove ListValue::begin()/end(). This CL removes these deprecated member function. Bug: 1187107
Hide favicon for NTP in tab UI
It's confusing to have this in chromium_src/services/network/DEPS when it's only needed from chromium_src/services/network/public/cpp.
Upgrade patches from Chromium 92.0.4515.81 to Chromium 92.0.4515.93
[cr92 followup] Revert using precompiled headers with unit tests.
Do not show origin in download items with mixed content.
Adds "Exit Guest" menu item to Guest profile menu.
…-for-passwords Disables kEnablePasswordsAccountStorage feature.
Fixes brave/brave-browser#15316
Fixes brave/brave-browser#15871
Fixes brave/brave-browser#16708
Fixes brave/brave-browser#16712
Fixes brave/brave-browser#16716
Fixes brave/brave-browser#16717
Fixes brave/brave-browser#16718
Fixes brave/brave-browser#16726
Fixes brave/brave-browser#16732
Fixes brave/brave-browser#16773
Fixes brave/brave-browser#16852
Fixes brave/brave-browser#16865
Fixes brave/brave-browser#16877
Fixes brave/brave-browser#16885
Fixes brave/brave-browser#16926
Related PR: brave/brave-browser#16818Related PR: brave/brave-browser#16948
Uplift from #8545
Uplift from #9288
Uplift from #9290
Uplift from #9292
Uplift from #9297
Uplift from #9294
Uplift from #9303
Uplift from #9302
Uplift from #9340
Uplift from #9372
Uplift from #9391
Uplift from #9389
Uplift from #9394
Uplift from #9420
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: