Commit Graph
8622 Commits
Author SHA1 Message Date
brave-builds a88bbd3fd0 1.92.82 2026-05-20 16:49:00 +00:00
brave-builds e040a5a5ad 1.92.81 2026-05-20 16:03:11 +00:00
brave-builds 822ab41f5e 1.92.80 2026-05-20 12:33:03 +00:00
brave-builds bd6f12aca5 1.92.79 2026-05-20 12:03:33 +00:00
Kamil Jozwiak 6a82fbca49 Update from Chromium 148.0.7778.167 to Chromium 148.0.7778.179. (#36555)
* Update from Chromium 148.0.7778.167 to Chromium 148.0.7778.179.

* Update patches from Chromium 148.0.7778.167 to Chromium 148.0.7778.179.
2026-05-19 21:39:12 -04:00
brave-builds b6e8f115d7 1.92.78 2026-05-20 00:03:33 +00:00
Max Karolinskiy 3136e78889 Update from Chromium 148.0.7778.167 to Chromium 148.0.7778.179. 2026-05-19 17:13:24 -04:00
brave-builds d0d838c465 1.92.77 2026-05-19 17:37:03 +00:00
brave-builds 15bb7e6384 1.92.76 2026-05-19 16:03:22 +00:00
brave-builds 2aa232dcce 1.92.75 2026-05-19 12:33:37 +00:00
brave-builds ff7394987c 1.92.74 2026-05-19 12:03:07 +00:00
brave-builds 8f148e3e0d 1.92.73 2026-05-19 00:03:27 +00:00
brave-builds 75b109ab9d 1.92.72 2026-05-18 16:03:36 +00:00
brave-builds 13eb54e195 1.92.71 2026-05-18 12:33:29 +00:00
brave-builds 9afec0641a 1.92.70 2026-05-18 12:03:31 +00:00
brave-builds 2d1c3e759b 1.92.69 2026-05-18 00:04:13 +00:00
brave-builds b447f964b0 1.92.68 2026-05-15 17:56:06 +00:00
brave-builds 44d566bae7 1.92.67 2026-05-15 16:03:32 +00:00
brave-builds 5cc984cec0 1.92.66 2026-05-15 12:33:32 +00:00
brave-builds 07cf408ce5 1.92.65 2026-05-15 12:03:31 +00:00
brave-builds 08199bf235 1.92.64 2026-05-15 00:03:08 +00:00
brave-builds 3deff9f8e6 1.92.63 2026-05-14 16:03:32 +00:00
brave-builds f9677cdce1 1.92.62 2026-05-14 12:33:28 +00:00
brave-builds 9c74ece360 1.92.61 2026-05-14 12:03:03 +00:00
brave-builds b06be5b29a 1.92.60 2026-05-14 03:07:24 +00:00
brave-builds 7e704a763d 1.92.59 2026-05-14 00:03:48 +00:00
brave-builds 68858f9850 1.92.58 2026-05-13 16:03:33 +00:00
brave-builds c32587b7b8 1.92.57 2026-05-13 12:33:25 +00:00
brave-builds f66f43b0b8 1.92.56 2026-05-13 12:03:27 +00:00
Aleksei Khoroshilov 541b4258b3 Add Commander.js extra-typings module. (#35991) 2026-05-13 15:38:43 +07:00
Kamil Jozwiak bd7a5f9fee Upgrade from Chromium 148.0.7778.96 to Chromium 148.0.7778.167. (#36386)
<!-- Add brave-browser issue below that this PR will resolve -->
Resolves https://github.com/brave/brave-browser/issues/55472

<!-- 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-05-13 01:00:17 -04:00
brave-builds e5b873e9f1 1.92.55 2026-05-13 04:20:40 +00:00
brave-builds 301530820d 1.92.54 2026-05-13 00:03:31 +00:00
Max Karolinskiy b87b8f9a8f Update from Chromium 148.0.7778.96 to Chromium 148.0.7778.167. 2026-05-12 18:03:16 -04:00
brave-builds d1d734153b 1.92.53 2026-05-12 21:05:50 +00:00
dependabot[bot] 486d41e441 Bump @protobufjs/utf8 from 1.1.0 to 1.1.1 (#36356)
Bumps [@protobufjs/utf8](https://github.com/dcodeIO/protobuf.js) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/dcodeIO/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dcodeIO/protobuf.js/compare/protobufjs-cli-v1.1.0...protobufjs-cli-v1.1.1)

---
updated-dependencies:
- dependency-name: "@protobufjs/utf8"
  dependency-version: 1.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-12 20:02:25 +01:00
brave-builds 71f9226370 1.92.52 2026-05-12 16:04:02 +00:00
brave-builds 545cef58af 1.92.51 2026-05-12 12:33:09 +00:00
brave-builds 82c62c3c62 1.92.50 2026-05-12 12:07:37 +00:00
brave-builds b957fa48c8 1.92.49 2026-05-12 00:03:49 +00:00
brave-builds ffa53d275d 1.92.48 2026-05-11 16:03:32 +00:00
brave-builds 248596513a 1.92.47 2026-05-11 12:33:12 +00:00
brave-builds 1c36cb7869 1.92.46 2026-05-11 12:03:26 +00:00
brave-builds 573582da02 1.92.45 2026-05-11 00:04:38 +00:00
brave-builds 265906f4bb 1.92.44 2026-05-09 06:14:48 +00:00
brave-builds 9b0748c70e 1.92.43 2026-05-09 01:42:42 +00:00
brave-builds 00273960e3 1.92.42 2026-05-09 01:15:18 +00:00
Pete Miller a10e9feedb [Nala]: Bump version to main (#36234)
Changes https://github.com/brave/leo/compare/eae4be033e636b8699a2459caa8b00bed1970b7f...075a3f9ed76e03bdc3f63d7dc4a7269e6dbdec29
- [android]: Fix transparent color tokens to be AARRGGBB instead of RRGGBBAA ([#1382](https://github.com/brave/leo/pull/1382))
- [Link]: Fix loading state ([#1381](https://github.com/brave/leo/pull/1381))
- [Link]: Add support for icons ([#1379](https://github.com/brave/leo/pull/1379))
- [Link]: Add support loading state ([#1380](https://github.com/brave/leo/pull/1380))
- [Icons]: Update icons from Figma ([#1374](https://github.com/brave/leo/pull/1374))
- React: leo-menu-item exposes MouseEvent on click ([#1377](https://github.com/brave/leo/pull/1377))
2026-05-08 22:57:55 +01:00
brave-builds b5f3a3c592 1.92.41 2026-05-08 16:03:17 +00:00
brave-builds 351f7a8028 1.92.40 2026-05-08 12:33:35 +00:00