Commit Graph
437 Commits
Author SHA1 Message Date
Pranjal Jumde 88e3cf247f Fix 10574: Add a whitelist of advisories for audit_deps 2020-07-07 08:57:33 -07:00
Matt Bacchi d3b6386f1f Check for milestone name starting with "Android"
Resolves: https://github.com/brave/brave-browser/issues/10449
2020-07-07 09:07:23 -06:00
mkarolin 656c90b45d Fixes formatting in transifex script.
Fixes brave/brave-browser#10578
2020-07-06 17:28:24 -04:00
Brian R. Bondy e73a59851b Remove dupe ids if they occur
Because of the replacements we do, like Google -> Brave, and Chrome -> Brave, it's possible to have dupe strings. This ensures that dupes don't show up
2020-07-06 16:34:48 -04:00
Brian R. Bondy 31b1416605 Recombine override files into xtb files in py 2020-07-03 15:26:23 -04:00
Brian R. Bondy b3a42e1bc8 No more need to check for missing Chromium strings
This commit also includes code to update old FPs before the branding replacement to new FPs
2020-07-03 15:26:23 -04:00
Brian R. Bondy 0a6f323f26 If there are any modified parts or messages include strings 2020-07-03 15:26:23 -04:00
Brian R. Bondy 8ba80c007b Send up override files to Transifex 2020-07-03 15:26:23 -04:00
Brian R. Bondy 5779f6ccc9 Preserve file elements which point to xtb in override grds
This is so that it's more compatible with existing functions in
transifex.py
2020-07-03 15:26:23 -04:00
Brian R. Bondy 4e0553ddca Generate override files for strings we override 2020-07-03 15:26:23 -04:00
Brian R. Bondy ab1a1852e0 Pull from Local xtbs when possible
...instead of using Transifex

These string slugs are no longer pushed nor pulled from Transifex:
brave_strings
components_brave_strings
components_strings
generated_resources
android_chrome_strings
2020-07-03 15:26:23 -04:00
Mihai PLESA 7333e90392 Merge pull request #5980 from brave/mplesa-omaha-sparkle-release-notes-html
fix sparkle release notes html
2020-07-01 13:05:51 +01:00
Mihai PLESA 44b8226028 added full channels to omaha upload 2020-06-30 19:27:54 +01:00
Mihai PLESA 7bb3ec0654 fixed sparkle release notes html 2020-06-30 19:25:12 +01:00
AlexeyBarabash 6836c01644 Removed js extension stuff for desktop 2020-06-29 17:12:57 +03:00
AlexeyBarabash 14e21519da Removed sync v1 js stuff for Android 2020-06-29 17:12:57 +03:00
mkarolin bc83a8e7af Added handling of sr-Latn to transifex script.
Transifex doesn't have sr-Latn, instead it uses sr-BA@latin.
Added string replacements to switch those two for upload and download.
2020-06-08 21:24:29 -04:00
Francois Marier ddb92f6f84 Enforce presence of licensing info for npm modules (fixes brave/brave-browser#6857) 2020-06-04 13:30:16 -07:00
Francois Marier 0489fa5bc9 Remove license entry for old speedreader repo (fixes brave/brave-browser#9939)
This repo was removed in 1ff745aec3
and merged into brave-core proper so it is covered by the main
license.
2020-06-02 17:55:32 -07:00
Terry Mancey ca9cba23a2 Update Rust compiler to latest stable (1.43.1) 2020-05-30 11:38:20 +01:00
mkarolin 64d2818f5d Merge pull request #5674 from brave/maxk-fix-notarization
cr83 followup: fixes notarization on MacOS.
2020-05-27 11:39:33 -04:00
mkarolin d7404b6672 cr83 followup: fixes notarization on MacOS.
Fixes brave/brave-browser#9971

- Restored provisioning profile param in GetBraveSigningConfig.
- Updated notarization script to not pass `development` param to GetBraveSigningConfig.
2020-05-27 10:53:34 -04:00
ryanml 432cfba67e Merge pull request #5660 from brave/audit-tweak
Handling 0 resolution cases, improved error handling [audit_deps]
2020-05-26 15:01:27 -07:00
ryanml 99d80eda7d Handling 0 resolution cases, improved error handling 2020-05-26 14:42:35 -07:00
mkarolin e88d579074 Moved ads/rewards unit tests to their components. 2020-05-26 10:02:29 -04:00
mkarolin 3b821fa924 Do not try to copy redirect-cc.py in redirect-cc.cmd.
Instead moved copying to brave-browser/lib/util.js util.copyRedirectCC.
2020-05-26 10:02:29 -04:00
mkarolin 7f9f17b4bf Split rewards/ads unit tests into a separate suite.
When all unit test are in the same suite, all the -D and -I add up to a
command line that is too long on Windows.

Split rewards and ads to a separate build target in vendor/test.
2020-05-26 10:02:29 -04:00
mkarolin 117e50c71f Copy redirect-cc.py into output folder on Windows.
This is done to shorten the command line.
2020-05-26 10:02:28 -04:00
mkarolin 8204645cc2 Use short file names in -imsvc includes on Windows.
The compilation command line is too long (exceeds 8,192 chars) for some
compile commands. This is an attempt to shorten it.

Also, turned down the verbosity of output.
2020-05-26 09:52:30 -04:00
mkarolin e96d4d4a6e More Mac signing script changes.
Moved call to create Brave config into config_factory.py.
Added a static method to our config creation to prevent an exception
when Chrome's config loading is attempted.

Maybe need to add code to throw an exception when provisioning profile
is not found from the env when not a development config, but development
var isn't passed into the config_factory which means we'd need to add
another patch.

Chromium change:

https://chromium.googlesource.com/chromium/src/+/f21027ab4d74ea035d98bbf6ba77e8fa148f08b5

commit f21027ab4d74ea035d98bbf6ba77e8fa148f08b5
Author: Joshua Pawlicki <waffles@chromium.org>
Date:   Mon Mar 23 17:45:15 2020 +0000

    Create an updater-specific signing pipeline.

    Bug: 926234
2020-05-26 09:52:28 -04:00
Brian Clifton 094e895cc7 Made a few tweaks:
- script returns 0 on success and 1 on failure
- when `audit_dev_deps` is passed, return value is now passed through
- updated `npm` command so that it works properly on Windows
- updated error condition to return 1 instead of throwing exception
2020-05-25 22:54:54 -07:00
ryanml becb4be0ee Fixes brave/brave-browser#9938 - Adds an audit script that ignores dev vulnerabilities. 2020-05-25 17:02:47 -07:00
Brian Clifton 1616985548 Added support for parsing issues numbers to uplift
Fixes https://github.com/brave/brave-browser/issues/3885
2020-05-23 09:34:22 -07:00
Brian Clifton 09de7b8363 Revert "Merge pull request #1857 from brave/bsc-fix-reviewers"
This reverts commit 9500b11632, reversing
changes made to 8167ade229.
2020-05-22 10:54:31 -07:00
Francois Marier f020ffb4e9 Enforce license info in src/brave (fixes brave/brave-browser#9408)
Related upstream bug: https://bugs.chromium.org/p/chromium/issues/detail?id=39240
2020-05-13 11:36:01 -07:00
Francois Marier 564afa2437 Move LICENSE file generation to brave-core. 2020-05-13 11:36:01 -07:00
Francois Marier e8213c119e Make Brave Sync LICENSE file work on Android. 2020-05-13 11:36:00 -07:00
Francois Marier 12a504b387 Add missing SpeedReader license
This should have been added when the extra dependency was added in
9cc23dd067.
2020-05-13 11:35:59 -07:00
AndriusA 8d4bda3917 specify cargo dependency version and not force reinstall 2020-05-12 12:15:56 +01:00
Brian Clifton b61f32c03c Merge pull request #5519 from brave/issues/9415
Use correct CHANGELOG URL in release notes
2020-05-11 23:48:43 -07:00
Brian Clifton 8f0d817548 Fix for pep8 violation
Fixes https://github.com/brave/brave-browser/issues/9732
2020-05-11 22:47:48 -07:00
Matt Bacchi 5e2e0d3397 Use correct CHANGELOG URL in release notes
Resolves: https://github.com/brave/brave-browser/issues/9415
2020-05-11 17:45:48 -06:00
Brian Clifton 766ad5e094 Library was renamed not removed
Fixes https://github.com/brave/brave-browser/issues/9650
2020-05-06 09:04:23 -07:00
Brian Clifton ae61a9e102 Remove unused libspeedreader.dylib reference
Not needed after https://github.com/brave/brave-core/pull/5142

Fixes https://github.com/brave/brave-browser/issues/9650
2020-05-05 23:24:38 -07:00
Brian Johnson 3fa625c338 Merge pull request #5142 from brave/speedreader-rust
Speedreader repository moved into brave core
2020-05-05 16:23:10 -07:00
Matt Bacchi 73f5afcbd0 Correct query parameter opening character
Originally the query string was started with
the access_token, when I removed that the
ampersand remained at the beginning of the page
parameter.
2020-05-05 11:35:24 -06:00
AndriusA 4d1d0715d1 rust config tweaks 2020-05-05 11:38:33 +01:00
AndriusA 8b3b3c68de attempt to lock libc version 2020-05-05 11:38:33 +01:00
AndriusA d074fcb848 updates speedreader browsertest to work with global whitelist 2020-05-05 11:38:33 +01:00
AndriusA f734a43c64 removes redundant header includes 2020-05-05 11:38:33 +01:00