Commit Graph
58769 Commits
Author SHA1 Message Date
Pavel Beloborodov dfd518c67c <base> tags fixed. (#22249) 2024-02-22 10:48:49 -08:00
brave-builds c2e055a7ad 1.65.28 2024-02-22 17:50:27 +00:00
Nick von PentzandeV 2ca7683931 Skus threading t3 (#22228)
* Skus threading t3

This reverts commit 93bf9c0b74.

* Initialize SDK at most once per env

* use futures lock to handle multiple concurrent SDK calls (#22235)

* Add Rust assertion that SDK is called on one thread

---------

Co-authored-by: eV <8796196+evq@users.noreply.github.com>
2024-02-22 18:35:25 +01:00
Josh Leonard 5878e22242 fix: only list tokens based on selected network during onboarding (#22259) 2024-02-22 18:20:42 +01:00
mschfhandAleksey Khoroshilov 96689ef966 Migrate hermetic toolchains (#22254)
* Migrate hermetic toolchains

* Add internal deps endpoint availability check and a warning.

* Format.

---------

Co-authored-by: Aleksey Khoroshilov <akhoroshilov@brave.com>
2024-02-22 23:06:48 +07:00
brave-builds a88e0f4ef1 1.65.27 2024-02-22 16:04:49 +00:00
Michał Buczek bc5efa2d8f [iOS] Add Catalan language (#22225)
Resolves https://github.com/brave/brave-browser/issues/36261
2024-02-22 16:03:43 +01:00
Mikhail 536c314459 Disable performance_manager UKM metrics (#22087)
* Disable performance_manager UKM metrics
* Add namespace {}
2024-02-22 13:18:44 +01:00
Mikhail e205d41913 Fix checking chromium version (#22208) 2024-02-22 19:05:14 +07:00
brave-builds 73e0678794 1.65.26 2024-02-22 12:02:40 +00:00
Pavel Beloborodov 39652dec27 Clear the location.onion when starting navigation. (#22207) 2024-02-22 07:15:51 +01:00
Anton Paymyshev 6e1351b7db Faster BTC account discovery (#22204) 2024-02-22 13:14:58 +07:00
Anton Paymyshev 6872f346fb Support import from MM with pbkdf2 600K iterations (#22205) 2024-02-22 13:14:14 +07:00
Simon Hong 72beac442c Fixed installed vpn services are not updated for browser update (#22152)
* Fixed installed vpn services are not updated for browser update

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

If there is installed services, it should be updated during the browser update
to make these service has latest properties such as their executable path.
2024-02-22 14:54:27 +09:00
Douglas Daniel d53ec4db02 Merge pull request #22216 from brave/fix-wallet-page-settings-button-style
fix(wallet): Page Settings Button Style
2024-02-21 21:45:45 -06:00
Simon Hong 809e2c65a0 Merge pull request #22088 from brave/fix_dcheck_failure_immersive_mode_macOS
Fixed dcheck failure when enters immersive fullscreen
2024-02-22 11:53:01 +09:00
Nuo Xu e6e076d055 [Wallet/iOS] Fix #36266: Buy/Send/Swap buttons not opening from Asset Details (#22229) 2024-02-21 18:21:30 -08:00
yan 6043dd036a Merge pull request #22173 from brave/dependabot/npm_and_yarn/ip-1.1.9
Bump ip from 1.1.5 to 1.1.9
2024-02-21 18:17:33 -08:00
Serg 4416aa7bd0 Merge pull request #22240 from brave/android_leo_full_screen
Makes Chat window full screen on Leo on Android
2024-02-21 21:15:34 -05:00
Simon Hong ab8fb59c3e Merge pull request #22203 from brave/fix_crash_with_chrome_refresh_2023
Fixed some crashes with kChromeRefresh2023 features
2024-02-22 10:49:54 +09:00
Kyle Hickinson 097841433c Merge pull request #22243 from brave/ios-xcode-preaction-sh-args
[iOS] Fix building the `Debug (App Store)` scheme
2024-02-21 20:09:47 -05:00
Douglas Daniel c1dbdbf83e fix(wallet): Page Settings Button Style 2024-02-21 19:01:41 -06:00
Simon Hong ba141c940e Fixed dcheck failure when enters immersive fullscreen
fix https://github.com/brave/brave-browser/issues/36117

Whenever immersive mode changes, WalletButton is added and removed from
Widget. And its Init() is called whenever added to widget.
Make it early return if connection is established already.
Binding again is not allowed.
2024-02-22 09:47:43 +09:00
aseren fdb233247d Merge pull request #22239 from brave/fix_error_message_access
Fix incorrect error message handing.
2024-02-21 19:26:52 -05:00
Max Karolinskiy 7a6cfec5d8 Merge pull request #22234 from brave/maxk-1.63.x-release-l10n-master
Updated l10n for 1.63.x release. (lowered from 1.63.x).
2024-02-21 19:23:09 -05:00
dependabot[bot] b5a0b62ae9 Bump ip from 1.1.5 to 1.1.9
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.5...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-22 00:06:38 +00:00
brave-builds 8b5a258bcb 1.65.25 2024-02-22 00:05:05 +00:00
Ralph Giles c5ac23d197 Merge pull request #22232 from brave/cargo-audit-0.20.0
Update cargo-audit to v0.20.0
2024-02-21 15:55:01 -08:00
Simon Hong 76b0008e65 Fixed some crashes with ckChromeRefresh2023 features
fix https://github.com/brave/brave-browser/issues/36214
2024-02-22 08:50:48 +09:00
Douglas Daniel 9ae697720c Merge pull request #22221 from brave/fix-wallet-loading-skeleton-overflow
fix(wallet): Loading Skeleton Overflow
2024-02-21 17:49:41 -06:00
Kyle Hickinson 61bf0d2283 [iOS] Fix building the Debug (App Store) scheme
Ensures that configurations with a space such as "Debug (App Store)" and "Release (App Store)" build correctly

This should have been in #22010 but was recently broken by #22126 now that we call `parse_args` instead of `parse_known_args` in `scheme_preaction.py`
2024-02-21 18:10:56 -05:00
brave-builds 09acf69df9 1.65.24 2024-02-21 22:44:11 +00:00
Serg 7e2f992e34 Makes Chat window full screen on Leo on Android 2024-02-21 16:49:04 -05:00
Aleksey Seren 57f36db76c Fix incorrect error message handing. 2024-02-21 16:45:03 -05:00
Terry Mancey 2af493fdb8 Merge pull request #22118 from brave/issues/35840 2024-02-21 21:38:54 +00:00
Anton Lazarev df33d630db Merge pull request #22226 from brave/adblock-rust-0.8.8
update adblock-rust to v0.8.8
2024-02-21 13:24:12 -08:00
StephenHeaps ae8dab6fac Merge pull request #22219 from brave/wallet/flakey-UserAssetStoreTests-testUpdate
[iOS] Fix(wallet): Resolve Flakey `UserAssetsStoreTests.testUpdate`
2024-02-21 16:19:55 -05:00
Max Karolinskiy aede76dcbc Updated l10n for 1.63.x release. (#22179) 2024-02-21 16:11:39 -05:00
Ralph Giles 74e4f8d631 Update cargo-audit to v0.20.0
Use the latest version of the tool. Addresses GHSA-22q8-ghmq-63vf.
2024-02-21 13:09:00 -08:00
aseren 4a832d103f Merge pull request #22148 from brave/issues/33547
Move brave_ads tests to appropriate directories
2024-02-21 15:36:36 -05:00
Josh Leonard 45faee508d fix: hide rewards account if using Solana self-custody (#22227) 2024-02-21 21:33:31 +01:00
Szilard Szaloki 379f5b3af0 Fixes dangling pointers when overwriting found items. (#22217)
Fixes dangling ptrs when overwriting found items.
2024-02-21 14:25:57 -05:00
Douglas Daniel 6f06d4f32e Merge pull request #22212 from brave/fix-wallet-buy-deposit-bridge-button-styles
fix(wallet): Buy Deposit Bridge Button Styles
2024-02-21 13:04:02 -06:00
Kyle Hickinson 7c4bc2cddf Merge pull request #22126 from brave/ios-gn-preactions
[iOS] Shift xcframework and xcconfig generation to GN
2024-02-21 14:00:14 -05:00
Nick von Pentz 93bf9c0b74 Revert skus threading (#22218)
* Revert "Revert 'fix error handling'"

This reverts commit d3439a6523.

* Revert "Move the SKUs rust SDK execution off of the UI thread (Skus threading t2) (#22109)"

This reverts commit f2b650509c.
2024-02-21 13:45:59 -05:00
Ralph Giles 1cd51690b3 Merge pull request #22007 from brave/strobe-rng
Remove obsolete strobe_rng code
2024-02-21 10:26:40 -08:00
Anton Lazarev 1c5288120a update adblock-rust to v0.8.8 2024-02-21 10:17:52 -08:00
Kyle Hickinson 7561ea1397 [iOS] Shift xcframework and xcconfig generation to GN 2024-02-21 12:37:50 -05:00
Douglas Daniel 443997cca0 fix(wallet): Loading Skeleton Overflow 2024-02-21 11:22:50 -06:00
Terry Mancey d94aa2e66f Cleanup new tab background wallpaper image rotation 2024-02-21 17:12:49 +00:00