-
Notifications
You must be signed in to change notification settings - Fork 930
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 103 to Chromium 104. #13498
Conversation
5f4ba9c
to
7c4eca4
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
All/GetAuthTokenFunctionEnleGranularPermisableGranularPermissionsTest.Enabsions/*
Chromium change: https://chromium.googlesource.com/chromium/src/+/359d072ae95c50bf630c5b3c1537ba1421bb1a76 commit 359d072ae95c50bf630c5b3c1537ba1421bb1a76 Author: Moe Ahmadi <mahmadi@chromium.org> Date: Mon May 16 23:17:33 2022 +0000 [RQ] Adds feature, params, and about:flags entry for repeatable queries Bug: 1317829
Chromium change: https://chromium.googlesource.com/chromium/src/+/0c85c0795b4830a77add242eb54ee7ba36ea5a0f commit 0c85c0795b4830a77add242eb54ee7ba36ea5a0f Author: Andy Paicu <andypaicu@chromium.org> Date: Mon Jul 11 10:53:15 2022 +0000 Avoid using |delegate_| after the PermissionPromptBubbleView constructor. When a tab is closed and WebContents is destroyed, a permission prompt bubble view will be finalized asynchronously. That can lead to a situation, where the view calls into freed WebContents. More details: https://docs.google.com/document/d/1Ou320Q_O6iEVTI-EnhVzcSgheYwZ7tFow5mH2kA0-ZY/edit?resourcekey=0-2f8-Wmg-8avrewv1Om7MFA#heading=h.6qqfv5apsb0k Bug: 1329814
WebSocketBrowserTestWithAllowFileAccessFromFiles.CheckFileOrigin This test occasionally fails on X86 on CI.
In Debug build the Settings WebUI is blank with an error loading //resources/polymer/v3_0/iron-dropdown/iron-dropdown.js This error happens because our brave/browser/resources/settings/brave_wallet_page/add_wallet_network_dialog.js uses cr_searchable_drop_down.js element that we add to the build by patching ui/webui/resources/cr_elements/BUILD.gn to include cr_searchable_drop_down/cr_searchable_drop_down.ts, which is normally only built for ChromeOS. However, cr_searchable_drop_down/cr_searchable_drop_down.ts imports //resources/polymer/v3_0/iron-dropdown/iron-dropdown.js, which is not included in the build because it too normally is only built for ChromeOS. We have to apply similar patching here.
A Storybook has been deployed to preview UI for the latest push |
Upgrade from Chromium 103 to Chromium 104.
Upgrade from Chromium 103 to Chromium 104.
Fixes brave/brave-browser#23092
Fixes brave/brave-browser#22922
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: