-
Notifications
You must be signed in to change notification settings - Fork 899
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 81 to Chromium 83 #5102
Merged
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
mkarolin
force-pushed
the
cr83
branch
10 times, most recently
from
April 4, 2020 00:02
e6fc07e
to
bd19f33
Compare
mkarolin
force-pushed
the
cr83
branch
3 times, most recently
from
April 10, 2020 22:07
718c0df
to
da484d7
Compare
mkarolin
force-pushed
the
cr83
branch
9 times, most recently
from
April 20, 2020 22:21
92ca0ea
to
7bff69a
Compare
mkarolin
force-pushed
the
cr83
branch
3 times, most recently
from
April 22, 2020 22:02
93875fe
to
67ec6f3
Compare
Caused by latest master pull to cr83
Caused by latest master pull to cr83
Will crash running BraveProfileManagerTest.ProxyConfigMonitorInTorProfile unit test if we do not instantiate TorProfileService, because we will need TorProfileService to create the proxy config service for Tor profile.
This feature was disabled by default in C81, but is enabled by default in C83. It causes a crash when navigating to brave://settings/payments. commit f8d01800e4c08fb9ed7af6a5446f14553a0e2c6e Author: Jared Saul <[email protected]> Date: Mon Mar 23 22:53:41 2020 +0000 [AF] Enable AutofillEnableAccountWalletStorage by default Also cleans up the fieldtrial_testing_config entry for the SyncButterWallet launch now that it's enabled ToT (and 100% launched). Per request, not going to clean up the code usage of the flag quite yet because Butter for Mobile may be coming in the near future. Bug: 983940
Doesn't seem to work for unit tests binary.
…gation, use js overrides
This was a leftover from the CreateCookie patches cleanup.
mkarolin
removed
CI/skip-android
Do not run CI builds for Android
CI/skip-ios
Do not run CI builds for iOS
labels
May 26, 2020
Related to recent master pull
Caused by latest master pull to cr83
CI passed after a rebase: the only failure |
bridiver
reviewed
May 26, 2020
bridiver
approved these changes
May 26, 2020
mkarolin
pushed a commit
that referenced
this pull request
Jun 4, 2020
Upgrade from Chromium 81 to Chromium 83
32 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes brave/brave-browser#9760
Related PR: brave/brave-browser#9765
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.