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 102 to Chromium 103 #13331

Merged
merged 106 commits into from
Jun 10, 2022
Merged

Upgrade from Chromium 102 to Chromium 103 #13331

merged 106 commits into from
Jun 10, 2022

Conversation

emerick
Copy link
Contributor

@emerick emerick commented May 13, 2022

Resolves brave/brave-browser#22804

Submitter Checklist:

  • I confirm that no security/privacy review is needed, or that I have requested one
  • There is a ticket for my issue
  • Used Github auto-closing keywords in the PR description above
  • Wrote a good PR/commit description
  • Squashed any review feedback or "fixup" commits before merge, so that history is a record of what happened in the repo, not your PR
  • Added appropriate labels (QA/Yes or QA/No; release-notes/include or release-notes/exclude; OS/...) to the associated issue
  • Checked the PR locally: npm run test -- brave_browser_tests, npm run test -- brave_unit_tests, npm run lint, npm run gn_check, npm run tslint
  • Ran git rebase master (if needed)

Reviewer Checklist:

  • A security review is not needed, or a link to one is included in the PR description
  • New files have MPL-2.0 license header
  • Adequate test coverage exists to prevent regressions
  • Major classes, functions and non-trivial code blocks are well-commented
  • Changes in component dependencies are properly reflected in gn
  • Code follows the style guide
  • Test plan is specified in PR before merging

After-merge Checklist:

Test Plan:

cdesouza-chromium and others added 18 commits June 10, 2022 05:58
Chromium change:
chromium/chromium@460859f

Fix MVT carousel on small devices.
Before we pass in SuggestionsConfig.TileStyle.MODERN no matter the
device is small or not. This CL fixes this bug by getting TileStyle with
|mUiConfig| and updates the paddings accordingly.

Before:
https://drive.google.com/file/d/1ZKHOdflxLTLRS2rcb4fTrjdkGdivJc09/view?usp=sharing&resourcekey=0-9cJTXuJ3zRJpwLnfYwOQwA

After:
https://drive.google.com/file/d/1eZJOZkIDpRRsGI1YsbW3E0h1u7bmhL1q/view?usp=sharing&resourcekey=0-ZTGwQjTiUDxEgWgMdZlN7A

(cherry picked from commit cf15b75)

Bug: 1327323
fixes brave/brave-browser#23084

Related Chromium change:
chromium/chromium@92c74c1

[M103] Add missing READING_LIST toggle to Android sync settings
More details on the linked bug. This is only a temporary solution, the
long-term one should be to address crbug.com/1067282, i.e. auto-generate
the UI from the UserSelectableType enum.

Desktop and iOS follow no particular order for the toggles, so this
CL picks something close to the desktop order crbug.com/1326825#c1.

(cherry picked from commit c4ebfbf)

Fixed: 1326825
Change-Id: I185984fc154eb222bf9a09210d2b3face4884bea
Chromium change:
chromium/chromium@c242865

Re-enabling identifiernamestring proguard rule
Bug: 1170343
This refers to an upstream change, which has required a few corrections
in cr103.
Chromium change:
chromium/chromium@290a677

[Android] Add ChildAccountStatusSupplier
Extracts ChildAccountStatusSupplier class that abstracts how FRE obtains
the child account status and adds tests for this class.

Bug: 1320374
Chromium change:
chromium/chromium@c145300

Roll androidx from k4t_4yTm0... to N32_zlArd... (manual roll)
Includes expectation file updates, and updates usages of
onCreateOptionsMenu() that were not calling super() last.

Binary-Size: unavoidable androidx bloat
Bug: 1315985
@emerick
Copy link
Contributor Author

emerick commented Jun 10, 2022

CI passed on all platforms; ready to merge.

@emerick emerick merged commit c866433 into master Jun 10, 2022
@emerick emerick deleted the cr103 branch June 10, 2022 15:23
@github-actions github-actions bot added this to the 1.41.x - Nightly milestone Jun 10, 2022
emerick added a commit that referenced this pull request Jun 13, 2022
emerick added a commit that referenced this pull request Jun 13, 2022
emerick added a commit that referenced this pull request Jun 13, 2022
emerick added a commit that referenced this pull request Jun 13, 2022
emerick added a commit that referenced this pull request Jun 13, 2022
emerick added a commit that referenced this pull request Jun 15, 2022
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