Kamil Jozwiak
0dc33e16f0
Upgrade from Chromium 146.0.7680.80/119 to Chromium 146.0.7680.153. (#34817)
<!-- Add brave-browser issue below that this PR will resolve -->
Resolves https://github.com/brave/brave-browser/issues/53761
<!-- CI-related labels that can be applied to this PR:
* CI/disable-pipeline-step-cache - instruct CI to not cache build steps
between runs for the same commit hash
* CI/enable-coverage - enable coverage reporting for your code changes
* CI/enable-test-only-affected - instruct CI to only run tests affected
by your change
* CI/run-audit-deps (1) - check for known npm/cargo vulnerabilities
(audit_deps)
* CI/run-network-audit (1) - run network-audit
* CI/run-perf-smoke-tests - run smoke performance tests
* CI/storybook-url (1) - deploy storybook and provide a unique URL for
each build
* CI/run-upstream-tests - run Chromium unit and browser tests on Linux
and Windows (otherwise only on Linux)
* CI/skip-upstream-tests - do not run Chromium unit, or browser tests
(otherwise only on Linux)
* CI/run-teamcity - run TeamCity
* CI/skip-teamcity - skip TeamCity
* CI/skip - do not run CI builds (except noplatform)
* CI/run-linux-arm64, CI/run-macos-x64, CI/run-windows-arm64,
CI/run-windows-x86 - run builds that would otherwise be skipped
* CI/skip-linux-x64, CI/skip-android, CI/skip-macos-arm64, CI/skip-ios,
CI/skip-windows-x64 - skip CI builds for specific platforms
(1) applied automatically when some files are changed (see:
https://github.com/brave/brave-core/blob/master/.github/labeler.yml)
-->
<!--
## Checklist:
- Review design docs
[Browser design
principles](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/chrome_browser_design_principles.md)
[Style
guide](https://chromium.googlesource.com/chromium/src/+/main/styleguide/c++/c++.md)
[Core principles](https://www.chromium.org/developers/core-principles/)
- Ensure there are
(tests)[https://www.chromium.org/developers/testing/]. Unit test as much
as possible (including edge cases), but also include browser tests
covering high level functionality.
- Ensure that there are comments explaining what classes/methods are/do.
The "why" is often more important than the "what" in comments. Also
update any relevant docs (moving docs from wiki to brave-core if
necessary).
- Request security or other review (third-party libraries, rust code,
etc...) if applicable [security/privacy review is
needed](https://github.com/brave/brave-browser/wiki/Security-reviews)
[other review](https://github.com/brave/reviews/issues/new/choose)
Also see [adding third-party
libraries](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/adding_to_third_party.md)
for general guidelines on using third party code
- Make sure there is a
[ticket](https://github.com/brave/brave-browser/issues) for your issue
- Use Github [auto-closing
keywords](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue)
in the PR description above
- Write a good [PR/commit
description](https://google.github.io/eng-practices/review/developer/cl-descriptions.html)
- Squash any review feedback or "fixup" commits before merge, so that
history is a record of what happened in the repo, not your PR
- Add 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`
[wiki](https://github.com/brave/brave-browser/wiki/Tests)
* `npm run presubmit`
[wiki](https://github.com/brave/brave-browser/wiki/Presubmit-checks),
`npm run gn_check`, `npm run tslint`
- Run `git rebase master` (if needed)
-->
2026-03-19 11:42:37 -04:00
..
2026-03-18 14:32:53 -07:00
2026-03-10 21:14:00 +07:00
2026-02-24 20:18:28 -05:00
2026-03-11 06:34:11 +00:00
2026-03-16 23:00:20 +01:00
2026-03-10 21:14:00 +07:00
2026-03-16 23:39:41 +00:00
2026-03-18 14:57:46 -04:00
2026-03-10 21:14:00 +07:00
2026-03-17 09:13:25 -04:00
2026-02-23 13:27:49 -05:00
2026-02-24 20:18:08 -05:00
2026-03-11 14:04:58 -04:00
2026-03-04 09:25:10 +00:00
2026-03-18 09:43:26 -07:00
2026-02-28 19:22:47 -05:00
2026-02-28 13:58:41 +00:00
2026-02-19 09:23:51 -05:00
2026-03-10 21:14:00 +07:00
2026-03-19 15:25:05 +04:00
2026-03-19 15:25:05 +04:00
2026-03-10 21:14:00 +07:00
2026-03-12 14:57:34 -04:00
2026-03-10 12:43:15 -04:00
2026-03-11 13:40:39 +07:00
2026-03-13 14:25:16 -07:00
2026-03-10 19:20:50 +07:00
2026-03-12 22:12:29 +09:00
2026-02-16 15:32:55 -08:00
2026-03-11 06:34:11 +00:00
2026-02-19 19:38:46 -03:00
2026-03-13 11:24:43 +09:00
2026-03-16 17:25:06 +01:00
2026-02-27 16:08:06 +01:00
2026-03-13 14:25:16 -07:00
2026-03-11 16:27:31 -07:00
2026-02-24 20:16:51 -05:00
2026-02-26 14:14:49 +00:00
2026-03-11 16:27:31 -07:00
2026-02-26 13:47:47 +00:00
2026-03-09 14:03:20 +00:00
2026-03-13 14:34:17 -07:00
2026-02-19 19:38:46 -03:00
2026-03-19 15:25:05 +04:00
2026-02-18 00:30:05 +04:00
2026-03-18 12:48:44 -05:00
2026-02-17 20:41:53 -05:00
2026-03-10 19:20:50 +07:00
2026-02-27 16:06:06 +09:00
2026-02-26 14:14:50 +00:00
2026-03-10 21:14:00 +07:00
2026-02-15 17:28:02 +04:00
2026-03-10 12:43:15 -04:00
2026-03-17 16:02:52 +09:00
2026-03-05 14:42:29 +07:00
2026-03-16 15:06:45 -05:00
2026-03-18 19:33:49 +07:00
2026-02-14 22:10:28 +04:00
2026-03-19 11:30:00 -04:00
2026-02-26 14:14:56 +00:00
2026-02-19 19:38:46 -03:00
2026-03-11 13:40:39 +07:00
2026-03-12 03:09:51 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-27 16:08:06 +01:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00
2026-02-26 14:14:57 +00:00