Commit Graph
62847 Commits
Author SHA1 Message Date
Shivan Kaul Sahib 017fec05ee Re-enable ReportingObserver and make noop (#24726) 2024-07-19 09:19:40 -07:00
brave-builds a59f1d1c06 1.70.7 2024-07-19 16:02:16 +00:00
Douglas Daniel 8edee07545 Merge pull request #24745 from brave/style-wallet-info-tooltip-icon-color
style(wallet): Info Tooltip Icon Color
2024-07-19 10:16:36 -05:00
StephenHeaps 091e0dacf9 feat(wallet): Add contract address link out to transaction confirmation panel (#24686)
Add contract address link out to transaction confirmation panel.
2024-07-19 11:10:06 -04:00
Jacob Sikorski 9e2d521684 Delete favicon when shredding (#24740) 2024-07-19 08:09:21 -06:00
Kevin Smith 4e2927e44c Merge pull request #24682 from brave/ksmith-ntp-narrow
[NTP] Improve narrow layout
2024-07-19 10:07:00 -04:00
Sangwoo Ko 4e9da6daa6 Merge pull request #24620 from brave/sko/file-chooser
Show site origin in file select dialog
2024-07-19 21:58:56 +09:00
brave-builds 4204570f5b 1.70.6 2024-07-19 12:02:08 +00:00
sangwoo.ko a6649dc61d Address code review 2024-07-19 17:12:19 +09:00
Douglas Daniel 2687b7c3dc style(wallet): Info Tooltip Icon Color 2024-07-18 20:22:48 -05:00
sangwoo.ko 505740dc70 Add tests for save and set default locale 2024-07-19 09:41:47 +09:00
sangwoo.ko 13732de9f8 Add comment to enum 2024-07-19 09:40:24 +09:00
sangwoo.ko dbc9407e84 brave_file_select_helper => brave_file_select_utils 2024-07-19 09:37:23 +09:00
brave-builds face8d58ab 1.70.5 2024-07-19 00:02:12 +00:00
Simon Hong 4a2875665c Merge pull request #24731 from brave/delete_1_day_timer_from_day_zero_experiment
Update day-zero browser UI experiment
2024-07-19 08:19:29 +09:00
lminto 9266121d5c Fix news ads display rate on Desktop (#24733) 2024-07-18 23:56:16 +01:00
Kyle Hickinson 6bf6fcf14d Merge pull request #24684 from brave/ios-playlist-fixes
[iOS] Playlist Revamp Improvements
2024-07-18 16:34:46 -04:00
Josh Leonard 111efc7a61 fix(wallet): add allow-same-origin attribute to sandbox attribute of … (#24736)
* fix(wallet): add allow-same-origin attribute to sandbox attribute of the asset price chart

* fix(wallet): use type imports to prevent loading mojo at runtime
2024-07-18 14:30:10 -06:00
zenparsing 9dfc805a42 [NTP] Improve narrow layout 2024-07-18 16:21:21 -04:00
Josh Leonard eaa7a1f4ef fix(wallet): update price history query to use new balances registry (#24720)
* fix(wallet): update price history query to use new balances registry format

* chore(wallet): reduce getPricesHistory function complexity
2024-07-18 14:11:14 -06:00
Josh Leonard abc7ad5909 perf(wallet): report active wallets p3a when balances are fetched (#24741) 2024-07-18 14:10:33 -06:00
Kyle Hickinson 9132a5f169 [iOS] Add 1.2x playback speed to new playlist 2024-07-18 15:31:27 -04:00
Kyle Hickinson ccfd88c73c [iOS] Add UI when double tapping & allow subsequent taps to seek faster 2024-07-18 15:30:15 -04:00
Kyle Hickinson 01b2f0bf97 [iOS] Add next item to fullscreen playlist controls 2024-07-18 15:30:15 -04:00
Kyle Hickinson fb26610823 [iOS] Fix ambiance background image appearing on audio-only items 2024-07-18 15:30:14 -04:00
Kyle Hickinson 4412689408 [iOS] Improve hang when presenting playlist
Moves resolving cached data urls off main which were a bit sow and move `AVPlayer.replaceCurrentItem` off main which was causing deadlocks on main
2024-07-18 15:30:11 -04:00
Terry Mancey 55ac6e6c2d Merge pull request #24732 from brave/issues/39620
[ads] Rename unittest_*.[h|cc] to *_test*.[h|cc]
2024-07-18 12:57:07 -05:00
Anirudha BoseandNuo Xu 8b94752e3d feat(wallet): add SafeSign to LiFi bridge transactions (#24608)
* feat(wallet): add SafeSign to LiFi bridge transactions

* remove unnecessary whitespaces

* Fix core unit-tests

* Fix presubmit errors

* Remove trailing whitespace

* review(josheleonard): use multiline js comments

* Fix storybook errors

* adapt new SwapInfo for eth swap transactions. updated unit tests.

* address review comments

* remove unnecessary code

---------

Co-authored-by: Nuo Xu <nuoxu.nx@gmail.com>
2024-07-18 22:59:30 +05:30
Terry Mancey bb7370c1d7 [ads] Rename unittest_*.[h|cc] to *_test*.[h|cc] 2024-07-18 11:16:39 -05:00
brave-builds 7ab8553ff9 1.70.4 2024-07-18 16:02:59 +00:00
Douglas Daniel ca14d76df6 Merge pull request #24707 from brave/fix-wallet-remove-prefilled-search-value-for-bridge-selection 2024-07-18 10:19:48 -05:00
Mikhail 5da071de10 Backports CLs to reduce Spotify OOMs (#24712)
Backports CLs to reduce spotify OOMs.
The main PR: https://crrev.com/c/5670619
A DCHECK fix: https://crrev.com/c/5698346
2024-07-18 16:22:17 +04:00
brave-builds 5cffaa4489 1.70.3 2024-07-18 12:02:17 +00:00
Mihai PLESA 27ab27ef86 sync from fork improvements (#24704)
* sync from fork improvements
2024-07-18 11:50:44 +01:00
Simon Hong f11f9cacbd Disable day-zero experiment when p3a is disabled
We don't want to activate day-zero browser UI experiment if user
disabled p3a.
2024-07-18 16:00:30 +09:00
Simon Hong d382aefdf0 Removed one-day expiration from day-zero experiment
fix https://github.com/brave/brave-browser/issues/39810

We don't want to stop day-zero experiment after 1d passed.
This experiment will last till feature is enabled.

This feature is only applied to fresh install.
2024-07-18 15:09:16 +09:00
sangwoo.ko 234b448acf Update comment 2024-07-18 12:54:11 +09:00
Jay Harris 7a7da2bb04 [Brave News]: Cleanup BraveNewsControllerFactory (#24718) 2024-07-18 04:19:18 +02:00
Simon Hong 56eddf263d Merge pull request #24699 from brave/vpn_panel_react_18
Use createRoot to VPN panel
2024-07-18 10:44:26 +09:00
brave-builds 7c1db20cfe 1.70.2 2024-07-18 01:34:58 +00:00
samartnik 9eabe3c04c [Android] Fix for incorrect billing library version (#24721) 2024-07-17 21:29:41 -04:00
Jay Harris d73135b39a [NTP Search]: Fix tab order (#24692) 2024-07-18 12:45:08 +12:00
Simon Hong dbd3985462 Use createRoot to VPN panel
fix https://github.com/brave/brave-browser/issues/39814
2024-07-18 09:09:43 +09:00
brave-builds 6fdb96624d 1.70.1 2024-07-18 00:02:08 +00:00
Jay Harris f46943f7dc [Nala]: Update to latest (#24719) 2024-07-18 01:40:40 +02:00
Emerick Rogulandbrave-builds d6039c8b05 Upgrade from Chromium 127.0.6533.43 to Chromium 127.0.6533.57 (#24711)
* Upgrade from Chromium 127.0.6533.43 to Chromium 127.0.6533.57

* Update pins list timestamp

* Disable upstream tests related to LensOverlay feature

---------

Co-authored-by: brave-builds <brave-builds+devops@brave.com>
2024-07-17 19:03:19 -04:00
Terry Mancey 6a558b8a3d Merge pull request #24188 from brave/issues/38955
[ads] Only collect, store and redeem essential metadata
2024-07-17 17:37:49 -05:00
StephenHeaps b9bb30fcc9 fix(AIChat): Fix crash when maybe later tapped in premium callout (#24715)
Find non-premium model when maybe later selected in leo premium callout
2024-07-17 18:27:12 -04:00
Jocelyn Liu 3f8e345807 feat(Leo): Support modifying user prompts (#24558) 2024-07-17 17:27:21 -04:00
Terry ManceyandFrancois Marier c0ff2b4878 [ads] Update README.md documentation
Co-authored-by: Francois Marier <francois@brave.com>
2024-07-17 15:52:53 -05:00