-
Notifications
You must be signed in to change notification settings - Fork 940
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 135.0.7049.17 to Chromium 135.0.7049.26 #28208
Conversation
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
24 tasks
4b83d62
to
c59bb4a
Compare
Related Chromium change: https://source.chromium.org/chromium/chromium/src/+/1ba995f4717a3293bb336a6869d4b6e7ec4cc292 [E2E] Wraps ChromeDialog with EdgeToEdgeBaseLayout Wraps ChromeDialog with EdgeToEdgeBaseLayout so that ChromeDialog has the correct padding for the status bar. Before: http://screencast/cast/NDU3MDg1MTAyNTM1NDc1MnwwN2M2ODVlYS1iNA After: http://screencast/cast/NTY4MjM0NTgxMzIxMzE4NHw0MzhmOWIxYi03Nw http://screencast/cast/NTkzODc2MjI3Mjk5NzM3Nnw5MzMzZGMzMi00Ng Bug: 399276320 Change-Id: I37db9102a2a07f5416ffbd37549565bc127de8f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6336801
This DCHECK causes crashes for these 2 browser tests: DisabledURLSanitizerTest.JSApi (../../brave/browser/url_sanitizer/url_sanitizer_browsertest.cc:239) EnabledURLSanitizerTest.JSApi (../../brave/browser/url_sanitizer/url_sanitizer_browsertest.cc:235) The test crash because the clipboard data already has data of type chromium/x-internal-source-rfh-token when another attempt to insert the same type happens. Patching the DCHECK out just to get the bump through, but we need to investigate what's happening here. Likely culprit is this upstream change: https://chromium.googlesource.com/chromium/src/+/c7611079f28220b620f53364c0d1c4ba11539c93 commit c7611079f28220b620f53364c0d1c4ba11539c93 Author: Dominique Fauteux-Chapleau <domfc@chromium.org> Date: Mon Mar 17 11:02:52 2025 -0700 Set RFH token in clipboard only after writing other data See crbug.com/401379144 for an explanation of the fix and fix. (cherry picked from commit 1f19c23b4507a98c28fee554ccaf828e82f40f04) Bug: 401379144, 403574896
mkarolin
added a commit
that referenced
this pull request
Mar 20, 2025
Upgrade from Chromium 135.0.7049.17 to Chromium 135.0.7049.26
24 tasks
Released in v1.78.56 |
mkarolin
added a commit
that referenced
this pull request
Mar 21, 2025
Upgrade from Chromium 135.0.7049.17 to Chromium 135.0.7049.26
mkarolin
added a commit
that referenced
this pull request
Mar 21, 2025
Upgrade from Chromium 135.0.7049.17 to Chromium 135.0.7049.26
mkarolin
added a commit
that referenced
this pull request
Mar 25, 2025
Upgrade from Chromium 135.0.7049.17 to Chromium 135.0.7049.26
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI/run-audit-deps
Check for known npm/cargo vulnerabilities (audit_deps)
CI/run-network-audit
Run network-audit
CI/run-upstream-tests
Run upstream unit and browser tests on Linux and Windows (otherwise only on Linux)
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.
Resolves brave/brave-browser#44781
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: