-
Notifications
You must be signed in to change notification settings - Fork 903
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 132 to Chromium 133 (1.75.x) #27365
Merged
Merged
+7,695
−5,974
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
github-actions
bot
added
CI/run-network-audit
Run network-audit
CI/run-audit-deps
Check for known npm/cargo vulnerabilities (audit_deps)
CI/storybook-url
Deploy storybook and provide a unique URL for each build
CI/run-upstream-tests
Run upstream unit and browser tests on Linux and Windows (otherwise only on Linux)
feature/web3/wallet
feature/web3/wallet/core
labels
Jan 28, 2025
mkarolin
force-pushed
the
cr133-1.75.x
branch
from
January 28, 2025 13:44
ab9b039
to
62b3679
Compare
A Storybook has been deployed to preview UI for the latest push |
mkarolin
force-pushed
the
cr133-1.75.x
branch
2 times, most recently
from
January 28, 2025 21:05
4f289ba
to
47aaac0
Compare
Upgrade from Chromium 132 to Chromium 133.
All uses of `base::make_span` can be just `span{}`. Chromium change: https://chromium-review.googlesource.com/c/chromium/src/+/6066402 commit b394ea77c33ed427269ad91712467c2da6e12e7e Author: Peter Kasting <pkasting@chromium.org> Date: Tue Dec 3 23:04:42 2024 +0000 Remove make_span. This is no longer used. Bug: 341907909
Chromium change: https://chromium.googlesource.com/chromium/src/+/936ba32422c40d955ab2e1f77a41eea870e1170c commit 936ba32422c40d955ab2e1f77a41eea870e1170c Author: Taylor Bergquist <tbergquist@chromium.org> Date: Wed Nov 13 19:10:18 2024 +0000 Clean up TabHandle usage. TabHandle should only be used when there is a possibility the tab might be closed during the lifetime of the handle. This wasn't true of most uses; switch those over to TabInterface*. This will make it easier to move TabHandle over to TabInterface. This CL also includes some cleanup in TabStripModel, removing some TabHandle convenience methods and switching use of TabModel methods to the TabInterface equivalents. Some of it is a bit forward looking - the next CL will remove some of those TabModel only methods. The CL also includes a small cleanup in TabInterface::MaybeGetFromHandle so it resolves TabHandle IDs in the normal way (no behavior change). Bug: 376752361
[cr133 follow up] Disables kOneTimePermission permissions feature.
[cr133 follow up] Hide cookies row on Settings' privacy page.
Chromium change: https://chromium.googlesource.com/chromium/src/+/e99dac41a65779af4bfb8a15cde443478f51cc2f [clank-q4-fixit] Clean up modern_grey colors pt 2 Bug: 40910276
[iOS] Pass in correct browser when creating sync tabs
[iOS] Use original initial profile name for main profile creation
mkarolin
force-pushed
the
cr133-1.75.x
branch
from
January 29, 2025 14:26
26daf8b
to
ea69d6a
Compare
…ure-fix [cr133 upstream fix] Fix Prevent Hang in Memory Pressure Calculation …
[cr133 follow up] Disables history embeddings features.
Upgrade from Chromium 133.0.6943.27 to Chromium 133.0.6943.39.
kjozwiak
approved these changes
Jan 30, 2025
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.75.x
approved 👍
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)
CI/storybook-url
Deploy storybook and provide a unique URL for each build
feature/web3/wallet/core
feature/web3/wallet
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#43347
Resolves brave/brave-browser#42364
Resolves brave/brave-browser#43220
Resolves brave/brave-browser#43528
Resolves brave/brave-browser#43534
Resolves brave/brave-browser#43541
Resolves brave/brave-browser#43603
Resolves brave/brave-browser#43591
Uplift from #26537
Uplift from #27185
Uplift from #27372
Uplift from #27373
Uplift from #27378
Uplift from #27402
Uplift from #27394
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: