Commit Graph
676 Commits
Author SHA1 Message Date
mkarolin 529d1a5e53 Add more fixes for commonly misformatted Transifex strings. 2022-08-26 11:35:44 -04:00
mkarolin c12af148bd Do not replace ChromeVox in strings. 2022-08-23 00:19:33 -04:00
mkarolin acc40e803f LZMA executable moved.
Chromium change:

https://source.chromium.org/chromium/chromium/src/+/3fa36902563c565b6c1e7811b7e431a533529a82

commit 3fa36902563c565b6c1e7811b7e431a533529a82
Author: Michael Chang <donchan@microsoft.com>
Date:   Fri Jul 1 19:15:57 2022 +0000

    Clean-up //third_party/lzma_sdk folder

    As part of updating the lzma_sdk, clean up the folders and put them into different subfolders. This puts the files in a more similar
    organization to the original lzma sdk. Fix up other files to have
    correct includes.

    Bug: 1334732
2022-08-23 00:19:18 -04:00
samartnik 0e86e95641 [Android] Stop generating unsupported policies on android
Chromium change:
https://github.com/chromium/chromium/commit/727acdb62db2d878f9a4675677c297c00ec79b51

Reland "Stop generating unsupported policies on android"
Reason for reland: Fix issue from crbug.com/1344410

Original change's description:
> Stop generating unsupported policies on android
>
> This CL also enables the MaxConnectionsPerProxy policy on Chrome OS.
>
> Bug: 223616
> Change-Id: I8205d38d11b427630bbfedf4e83d50d089bbe8b0
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3751298
> Reviewed-by: Alex Ilin <alexilin@chromium.org>
> Commit-Queue: Yann Dago <ydago@chromium.org>
> Reviewed-by: Owen Min <zmin@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1023956}

Bug: 223616, 1344410
2022-08-23 00:19:00 -04:00
Aleksey Khoroshilov 231ee9bc5e Make inline and override helpers usable more widely. 2022-08-17 19:42:50 +07:00
Michael Herrmann fc8ba308f9 Allow picking the Authenticode certificate by hash 2022-08-17 09:25:14 +02:00
Wojciech Knapik 5da8e73bb3 Switched from using hardcoded ignore lists in audit_deps.py to fetching from a separate repo (#14405) 2022-08-03 01:10:34 +02:00
Max 369976146c Merge pull request #14325 from brave/maxk-transifex-upload-translations
Transition to using brave_en Tansifex project
2022-07-27 16:18:24 -04:00
Kyle Den Hartog a17cbecba4 Add GHSA-4wf5-vphf-c2xc to the ignore list
https://github.com/advisories/GHSA-4wf5-vphf-c2xc is a ReDoS attack that we're not concerned about so disabling this alert.
2022-07-26 20:55:57 +12:00
mkarolin 6f2513adc2 [l10n] Account for incorrect IRD_ string prefix in Chromium. 2022-07-25 15:54:58 -04:00
mkarolin 2b66a65ff3 [l10n] Remove etherium-remote-client related code.
We don't use their l10n any more.
2022-07-25 15:54:57 -04:00
mkarolin 138383237f [l10n] Remove no longer needed .message suffix for extension strings. 2022-07-25 15:54:57 -04:00
mkarolin 7b76aa4933 [l10n] Switch to using brave_en project in Transifex. 2022-07-25 15:53:07 -04:00
mkarolin e37dfc25c2 [l10n] Allow uploading local translations to Transifex. 2022-07-25 15:53:01 -04:00
Brian Clifton 489fcb35d0 Merge pull request #14314 from brave/bsc-ignore-audit-GHSA-mhxj-85r3-2x55
Add ignore for advisory
2022-07-25 09:13:03 -07:00
Brian Clifton 2ce652cb99 Add ignore for advisory
Fixes https://github.com/brave/brave-browser/issues/24239
2022-07-25 08:53:32 -07:00
Ahmed Kamal aff9e8432c Uplift scripts py2 and py3 compatibility (#14182)
* Initial port

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* cleanup unused imports and exception vars

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* cleanup unused imports and exception vars

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* cleanup unused imports and exception vars

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* some fixes for pylint

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* some pylint fixes

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
2022-07-25 09:44:42 -05:00
Ahmed Kamal 790e23a944 Fix reference not a tree (#14175)
Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
2022-07-25 15:30:20 +02:00
Ahmed Kamal 8695d6a274 Allow uplifting unmerged prs (#14202)
* Allow uplifting unmerged prs

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* remove outdated comment

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Allow uplifting unmerged prs

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* remove outdated comment

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Use print() syntax

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
2022-07-21 14:42:01 +02:00
Brian Clifton 63c3aca378 Add ignore for warning triggered on dev-dependencies
Fixes https://github.com/brave/brave-browser/issues/24115
2022-07-19 13:24:21 -07:00
Simon Hong 173e512490 Revert "Skip license checking for temp dirs created during the sync (#13585)"
This reverts commit cdfeb5cdd4.
2022-07-12 13:09:32 +09:00
Michael Herrmann 32ff5abadd Enable cross-compilation from Linux to Mac (#13537)
* Enable cross-compilation from Linux to Mac
2022-07-07 15:28:56 -05:00
Mikhail ea7f739224 Fix chromium tools/git/move_source_file.py (#13579)
* Fix chromium tools/git/move_source_file.py

* Add npm run mass-rename

* Add a comment

* Review fixes

* mass-rename => mass_rename

* More review fixes
2022-06-22 12:08:45 +07:00
Aleksey Khoroshilov e123c20789 Disable AUTHORS presubmit check. 2022-06-21 12:29:51 +07:00
Aleksey Khoroshilov 9a6b87ab20 Remove high cpu core pylint workaround, it's fixed in upstream now. 2022-06-20 17:32:06 +07:00
Aleksey Khoroshilov d44f0e263a Fix more checks. 2022-06-20 17:30:25 +07:00
Aleksey Khoroshilov 634acf86f4 Fix CheckForCcIncludes to not check chromium_src/ files. 2022-06-20 17:30:25 +07:00
Aleksey Khoroshilov aff6d0ca19 Enable python format check by default. 2022-06-20 17:30:25 +07:00
Aleksey Khoroshilov 189ce9a0ec Add more comments to presubmit overrides. 2022-06-20 17:30:25 +07:00
Aleksey Khoroshilov ffd10a5576 Add support for upstream presubmit logic on npm run lint. 2022-06-20 17:30:24 +07:00
Simon HongandMichael Herrmann cdfeb5cdd4 Skip license checking for temp dirs created during the sync (#13585)
* Skip license checking for temp dirs created during the sync

fix https://github.com/brave/brave-browser/issues/23226

* Fix path problem on Windows

Co-authored-by: Michael Herrmann <michael@herrmann.io>
2022-06-03 03:59:25 -05:00
Anton Lazarev e03a2853ef run cargo-install without --locked flag (#13435) 2022-05-23 13:44:08 -05:00
Mihai PLESA 81d3a11d44 rust deps 1.0.0 (#13326) 2022-05-19 16:12:30 -05:00
sergey f48f1d9f73 Added license to brave://credits 2022-05-14 00:19:04 +03:00
bridiver 2bb1db2f20 fix pylint 2022-05-04 14:08:07 -07:00
bridiver 92e1e7c58e Use a small task queue pool instead of single_process. This seems to work ok on machines that otherwise freeze up without single_process 2022-05-04 14:08:07 -07:00
bridiver a8e8112eb8 cleanup config and remove old redirect exe/scripts 2022-05-03 12:43:42 -07:00
Max a402246aad Merge pull request #12503 from brave/cr101
Upgrade from Chromium 100 to Chromium 101.
2022-04-15 21:50:54 -04:00
Mihai PLESA ebb3f149ea removed the need for brave-browser repo (#13006) 2022-04-15 17:47:43 -05:00
mkarolin 0294045aa7 [MacOS][Signing] CodeSignOptions is now a real enum.
Chromium change:

https://source.chromium.org/chromium/chromium/src/+/1a148300301ab7b534c5ea5bc2425a9d9958960b

commit 1a148300301ab7b534c5ea5bc2425a9d9958960b
Author: Avi Drissman <avi@chromium.org>
Date:   Thu Mar 3 19:21:12 2022 +0000

    Convert signing script to use real enums

    Now that the signing script can assume Python 3, change VerifyOptions
    and CodeSignOptions to be real enums.

    Bug: 1291703
2022-04-15 18:29:38 -04:00
mkarolin 5df4ec2908 Do not replace ChromeOS in strings. 2022-04-15 18:26:05 -04:00
bridiver c3f8b6ad6b don’t use clang path on win 2022-04-08 09:48:16 -07:00
bridiver 526d9954a8 clean up rustflags and clang toolchain paths 2022-04-07 22:35:45 -07:00
Aleksey Khoroshilov 81861b0a16 Always pass 'yes' to npm install calls on sync. (#12669)
* Always pass 'yes' to npm install calls on sync.

* Remove unused import.
2022-04-04 22:08:11 -05:00
Max 1066ba2fb8 Merge pull request #12818 from brave/maxk-1.37.x-l10n
Update l10n for 1.37.x (Chromium 100)
2022-03-29 19:39:25 -04:00
mkarolin 3cc426651a Updated transifex script to use utf-8 with http response 2022-03-29 17:08:31 -04:00
bridiver 3db9d51cac pylint 2022-03-22 21:25:52 -07:00
bridiver 60f8f19391 pylint 2022-03-22 21:25:52 -07:00
bridiver b588d35f91 download hermetic xcode 2022-03-22 21:25:52 -07:00
Emerick Rogul 4ebf607193 Fix overly-aggressive string replacements and update scripts 2022-03-18 20:04:16 -04:00