Commit Graph
58756 Commits
Author SHA1 Message Date
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
Terry Mancey c37bf72658 [ads] Update Griffin new tab takeover ad feature comments 2024-02-21 17:12:49 +00:00
Terry Mancey 4625c20443 [ads] Prefetch new tab takeover ad once the component has updated 2024-02-21 17:12:49 +00:00
Terry Mancey a40ce0d2d4 [ads] Refactor ByAdInfo to FromAdInfo 2024-02-21 17:12:49 +00:00
Terry Mancey 699a55bf52 [ads] Tab restoration should not rotate new tab takeover ads 2024-02-21 17:12:49 +00:00
Stephen Heaps 88d9113b74 Fix Flakey UserAssetsStoreTests.testUpdate caused by missed sorting of assets when combining user assets and blockchain registry assets. 2024-02-21 11:36:52 -05:00
Terry Mancey 9b0adbf3c6 Merge pull request #22206 from brave/issues/35055
[ads] Rename core/internal/browser to core/internal/application_state
2024-02-21 16:31:22 +00:00
brave-builds f279160ea3 1.65.23 2024-02-21 16:04:27 +00:00
Aleksey Seren aeb5465f3a Move brave_ads ui views unit tests 2024-02-21 10:41:32 -05:00
Aleksey Seren 47fd984d8c Moved brave_ads ui view browser tests. 2024-02-21 10:41:32 -05:00
Aleksey Seren 1fe9d79686 Moved components/brave_ads/content unit tests. 2024-02-21 10:41:32 -05:00
Aleksey Seren 12e85958bb Move components/brave_ads/browser unit tests. 2024-02-21 10:41:32 -05:00
Aleksey Seren c6d175dc4b Moved brave_ads browser tests. 2024-02-21 10:41:11 -05:00
Aleksey Seren 033feac991 Moved brave_ads internal unit tests 2024-02-21 10:36:27 -05:00