Skip to content
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
merged 161 commits into from
May 26, 2020
Merged

Upgrade from Chromium 81 to Chromium 83 #5102

merged 161 commits into from
May 26, 2020

Conversation

mkarolin
Copy link
Collaborator

@mkarolin mkarolin commented Mar 30, 2020

Fixes brave/brave-browser#9760
Related PR: brave/brave-browser#9765

Submitter Checklist:

Test Plan:

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
  • Verify test plan is specified in PR before merging to source

After-merge Checklist:

  • The associated issue milestone is set to the smallest version that the
    changes has landed on.
  • All relevant documentation has been updated.

samartnik and others added 15 commits May 26, 2020 10:02
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.
This was a leftover from the CreateCookie patches cleanup.
@mkarolin 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
@mkarolin
Copy link
Collaborator Author

CI passed after a rebase: the only failure audit-network on Linux is a known one.

@bsclifton bsclifton merged commit 1cac237 into master May 26, 2020
@bsclifton bsclifton deleted the cr83 branch May 26, 2020 21:20
@mkarolin mkarolin added this to the 1.11.x - Nightly milestone May 28, 2020
mkarolin pushed a commit that referenced this pull request Jun 4, 2020
Upgrade from Chromium 81 to Chromium 83
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/run-network-audit Run network-audit
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade from Chromium 81 to Chromium 83