Brian Johnson
45b32bd16a
Fix android component unit tests
...
Always continue on fail for `--output_xml`
fix json2xunit.py when elapsed_time_ms = null (crashes)
add missing data deps
2025-08-21 15:32:13 -07:00
Aleksei Khoroshilov
b4d99011dd
Use siso also in non-RBE builds. ( #30419 )
...
* Use siso for local-only builds.
* Generate some output for audit_deps step.
* Add a comment for audit_deps output.
2025-08-06 16:23:42 +07:00
Max Karolinskiy
92cdbab7de
Updated l10n for 1.81.x release (lowered to master) ( #30455 )
...
* Updated l10n for 1.81.x release. (#30428 )
* Adds an exception to strings name pattern.
* Updated l10n for 1.81.x release.
* Pulls fixed l10n strings to fix build error (1.81.x). (#30449 )
Pulls fixed l10n strings to fix build error.
2025-08-05 14:50:42 -04:00
Max Karolinskiy
68eed4ef8a
Adds Kazakh (kk) and Lao (lo) l10n locales. ( #30412 )
2025-08-05 11:02:51 -07:00
Aleksei Khoroshilov
52c7ff1dee
Remove Page graph build dependency on args.gn ( #30436 )
...
* Expose page graph gn args via a separate file.
* Replace py patch with chromium_src patch.
2025-08-05 19:31:07 +07:00
Aleksei Khoroshilov
e4cdfbe9a7
Enable SISO on Linux host with Brave-specific configuration ( #30312 )
...
Enable SISO by default for linux, mac, win targets built on host_os == "linux".
2025-08-01 18:28:16 +07:00
Michael Herrmann
a0183aad2a
Change BraveUpdater.app path in local checkout ( #29986 )
2025-07-17 13:11:42 +02:00
Brian Johnson
e77cfdaab3
Output android test results in the same format as desktop when using --output_xml ( #29870 )
2025-07-15 05:23:29 +02:00
Aleksei Khoroshilov
f9defae33c
Print node error correctly on launch via presubmit. ( #29987 )
2025-07-14 14:08:53 +07:00
Max Karolinskiy
bd9759a546
[l10n] Allow for pulling a single language. ( #29751 )
2025-06-27 08:35:20 -07:00
Kamil Jozwiak
c8a4e2633f
Merge pull request #29726 from brave/maxk-1.80.x-release-l10n
...
Updated l10n for 1.80.x release.
2025-06-24 17:06:02 -04:00
Brian Clifton
cfa161e90d
Remove the web torrent code from brave-core ( #29320 )
...
* Remove the web torrent code from brave-core
Fixes https://github.com/brave/brave-browser/issues/46430
Includes manual adjustment for `resources/resource_ids.spec`
2025-06-24 19:11:59 +02:00
Szilard Szaloki
568a52aad0
Fix-up.
2025-06-04 17:13:52 -06:00
Szilard Szaloki
ef93802b57
Make build_crate use root_out_dir as its temp.
2025-06-04 12:07:40 -06:00
Jay Harris
d9d45aa013
[AI Chat]: Remove TextEmbedder ( #28874 )
2025-05-29 14:31:24 +12:00
Kyle Hickinson
c6a5ec1be0
[iOS] Add license information for Swift dependencies ( #29065 )
...
This change moves `third_party/ios_deps` to `ios/third_party` which matches Chromium and adds `third_party` entries for each dependency added in `brave-ios/Package.swift` so that they are correctly added to the licenses file
2025-05-16 00:54:48 +02:00
Brian Clifton
24bf1c5097
[uplift script] Add missing reference ( #28739 )
...
Add missing reference
Fixes https://github.com/brave/brave-browser/issues/45572
2025-04-18 11:54:35 -07:00
Brian Clifton
075810d0b5
[uplift script] Add new arg to copy CI/* labels (from the PR being uplifted) ( #28713 )
...
* Add new arg to copy "CI/*" labels from PR
Fixes https://github.com/brave/brave-browser/issues/45503
* presubmit fixes
2025-04-17 09:46:39 -07:00
Terry Mancey
7384296d4d
[ads] Remove dependency on RapidJSON ( #28607 )
2025-04-12 02:18:30 +02:00
Jay Harris
022dfece1f
[Lit]: Add build time mangler for lit-html templates ( #27703 )
2025-04-04 08:21:58 +13:00
Max Karolinskiy
c67717786a
Removes Transifex l10n scripts. ( #28341 )
...
We have switched to using Crowdin.
2025-03-31 10:25:45 -07:00
Szilard Szaloki
70c5352cb1
opaque-ke
2025-03-28 18:51:54 -06:00
yan
73296a312f
add more cargo audit paths ( #28198 )
2025-03-26 09:06:17 -07:00
Artem Samoilenko
f7e7504754
[Android] Add MultiInstanceInvalidationService to non-base services exception list
2025-03-18 20:02:22 -04:00
Michael Herrmann
6dfc7230c0
Rewrite macOS codesigning, DMG & PKG generation logic ( #27610 )
2025-03-05 20:14:20 +01:00
Max Karolinskiy and Kamil Jozwiak
d32fa3eb12
Updated l10n for 1.76.x release (lowered to master). ( #27948 )
...
Merge pull request #27921 from brave/maxk-1.76.x-release-l10n
Updated l10n for 1.76.x release.
Co-authored-by: Kamil Jozwiak <kamiljoz@gmail.com >
2025-03-04 15:13:40 -05:00
Sampson
18105e71c4
Update Custom Distillation Approach, Enable by Default ( #27904 )
...
* add an option to declare if an iife is desired or not
* bundle distiller scripts directly, opt-out of an iife
* provide default distillation level value
* fixes distiller execution
With distiller scripts no longer being wrapped in IIFE's (by Webpack), we have a simpler execution pattern (i.e., { %s distill() }). This means we no longer need to combine scripts, or wait for promises to resolve. Lastly, the map of host names to distillation preferences has been moved to the header, which seems to be a more appropriate location.
* sets default distillation level to FULL
* switches distiller scripts to enabled-by-default
2025-03-04 11:15:06 -06:00
Szilard Szaloki
0510251471
Merge pull request #27749 from brave/szilard/44132-sync-hook-for-downloading-rust-toolchain-aux
...
Sync hook for downloading `rust-toolchain-aux`.
2025-03-03 13:01:49 -07:00
Szilard Szaloki
a894785eb7
Downloads rust-toolchain-aux.
2025-03-03 11:04:16 -07:00
Serg
02f227cc4a
Moves BraveMediaNotificationControllerServices class into a base module ( #27860 )
2025-02-28 09:16:29 -05:00
Szilard Szaloki
3c4453d1ea
brave-core changes
2025-02-12 17:56:19 -07:00
Szilard Szaloki
c2444b324c
brave-core changes
2025-02-12 15:40:52 -07:00
Max Karolinskiy
bb1fac8993
Adds Python requirements file for l10n scripts. ( #27531 )
2025-02-07 13:35:09 -08:00
Max Karolinskiy
85e3ec5e09
Adds new locales to l10n. ( #27535 )
...
* Allow additional UI locales.
Remove the following locales from Chromium's exclusion list:
sq (Albanian)
az (Azeri)
my (Burmese)
ka (Georgian)
km (Khmer)
mk (Macedonian)
mn (Mongolian)
si (Sinhala)
sr-Latn (Serbian Latin)
uz (Uzbek)
* Adds locale_settings_*.grd files to l10n rebase scripts.
These files on Linux/Win/Mac are missing <output> elements for languages
we now support (az', 'ka', 'km', 'mk', 'mn', 'my', 'si', 'sq',
'sr-Latn', 'uz'). We use rebase scripts to insert them and add the
resulting .grd files under brave.
* Updates Brave .grd and .xtb files for added languages.
2025-02-07 11:39:00 -08:00
Szilard Szaloki
9d9a048d18
Merge pull request #27215 from brave/szilard/43273-adds-rust-to-wasm-support-to-transpile_web_ui
...
Adds `rust_to_wasm` and `rust_to_wasm` support to `transpile_web_ui`
2025-01-28 20:52:44 -07:00
Szilard Szaloki
c75eb9e3b0
Removes transpile_web_ui's module_library_type
2025-01-28 18:05:33 -07:00
Szilard Szaloki
0cfe87104d
Adds rust_to_wasm support to transpile_web_ui
2025-01-28 18:05:25 -07:00
Darnell Andries
71bda54430
Add Web Discovery content scraper, payload generator and privacy guard
2025-01-27 18:36:15 -08:00
Darnell Andries
cf94b54d8b
Bootstrap Web Discovery Native, add credential manager and server config loading
2025-01-27 18:22:39 -08:00
Darnell Andries
044f0b639e
Add anonymous-credentials lib/cxx for Web Discovery
2025-01-27 18:20:11 -08:00
Artem Samoilenko
349097b61a
[Android] Make allowlisted non base services extensible
2025-01-27 09:41:53 -05:00
Claudio DeSouza
baf02b3da0
gnrt run for Chromium 133.0.6904.2.
2025-01-27 09:41:26 -05:00
Max Karolinskiy
5043f29049
L10n scripts fixes.
2025-01-17 17:00:08 -05:00
Max Karolinskiy
5e2b579cae
Updated l10n for 1.74.x release (lowered from 1.74.x) ( #27217 )
...
Updated l10n for 1.74.x release. (#27207 )
* Adds timeout parameter in Crowdin API wrapper.
* Updated l10n for 1.74.x release.
2025-01-14 12:12:35 -05:00
Max Karolinskiy
b6114c1e8e
Merge pull request #27005 from brave/maxk-crowdin-l10n
...
Adding Crowdin integration to l10n scripts.
2024-12-30 15:39:37 -05:00
mkarolin
3e089dee3f
Added timeouts to requests.get calls.
2024-12-13 12:53:26 -05:00
mkarolin
af02873785
Code Review fixes.
2024-12-13 12:46:22 -05:00
cypt4
d6f3c15ee2
Add shardtree crate ( #26966 )
...
* Add shardtree crate
Resolves https://github.com/brave/brave-browser/issues/40408
2024-12-13 16:18:45 +04:00
mkarolin
380f064009
Adding Crowdin integration to l10n scripts.
2024-12-12 17:36:09 -05:00
mkarolin
e94a53b4ea
Removes person/people -> profile string replacements.
2024-12-05 10:21:16 -05:00