Commit Graph
34503 Commits
Author SHA1 Message Date
Pavneet-Sing 2cb015d1ca fix(wallet): show pending requests of default accounts on dapps panel
- update badge icon and transactions state
2022-08-25 16:31:09 +05:30
Pavel Beloborodov 512d26052f Do not start speedreader on non-html documents. (#14736)
* Do not start speedreader on non-html documents.
2022-08-25 17:52:42 +07:00
Pavel Beloborodov da4fccfb3f Replace a sequence of <br>-s with one <br>. (#14761)
* Replace a sequence of <br>-s with one <br>.
2022-08-25 17:42:29 +07:00
Claudio DeSouza 78eee24dee Sidebar ASAN fix erasing past the end
This change corrects the signaled asan failure erasing past the end of
the vector. It also simplifies the code around, and removes the use of
no-destructor statics for constexpr arrays.
2022-08-25 11:20:48 +01:00
Sangwoo Ko 31f1b86533 Merge pull request #14783 from brave/sko/gradient
Implement Gradient background for NTP
2022-08-25 17:34:25 +09:00
sangwoo.ko 66bd266dd3 Remove unnecessary assertion 2022-08-25 14:32:15 +09:00
sangwoo.ko 8ca0f4c39d Remove unused mojo constant 2022-08-25 13:47:19 +09:00
sangwoo.ko c131d6ea3a Clean ups 2022-08-25 11:27:10 +09:00
brave-builds fc45715f43 1.45.3 2022-08-25 00:01:37 +00:00
Jocelyn Liu af36931874 Merge pull request #14541 from brave/fix-pw-protect-seed-during-backup
fix: pw protect seed during backup after on-board
2022-08-24 15:55:10 -07:00
Sangwoo Ko 6d2aa4286b Merge pull request #14448 from brave/sko/pl-contents
Download media from given web contents
2022-08-25 07:50:44 +09:00
samartnik 2c1d8c17c7 Merge pull request #14781 from brave/android_x64_debug_fix
[Android] Fix for Android x64 debug build
2022-08-24 15:00:54 -04:00
brave-builds 0f05831ec9 1.45.2 2022-08-24 18:39:48 +00:00
Terry Mancey 7aa16b0ecf Merge pull request #14770 from brave/issues/24903
Update Brave Ads brave://rewards Copy
2022-08-24 12:39:17 -05:00
Brian Clifton 87c7e2007f Merge pull request #14603 from brave/brave-24625
Sanitize chrome:// pages in serialized navigations
2022-08-24 09:17:41 -07:00
Darnell Andries 76c9a69e46 Merge pull request #14742 from brave/android-wallet-onboarding-p3a-fix
Fix Wallet onboarding P3A question on Android
2022-08-24 09:13:55 -07:00
Serg 3a3c3fa8fd Adds a password prompt or biometric input before mnemonic phrase reveal on Android 2022-08-24 09:31:44 -04:00
cypt4 6cb17cdf12 Merge pull request #14767 from brave/brave_24824
Warmup Filecoin Ledger account before transaction
2022-08-24 05:16:33 -07:00
brave-builds e00d686b18 1.45.1 2022-08-24 12:01:17 +00:00
sangwoo.ko d7aa2fd4d4 Merge two separate path into one
We don't have to keep both of them.
They're not that diffrent.
2022-08-24 19:21:18 +09:00
Simon Hong 6daf4bbc6c Merge pull request #14790 from brave/tab_fullscreen_sidebar
Only hide sidebar when tab-initiated fullscreen mode
2022-08-24 19:17:51 +09:00
Anirudha Bose 3f60d9e439 Merge pull request #14745 from brave/f/wallet/swap-review-screen
feat(wallet): add transaction review screen for ETHSwap
2022-08-24 14:37:37 +05:30
sangwoo.ko 83e59bf118 Rename OnCustomBackgroundImageUpdated() => OnCustomBackgroundUpdated() 2022-08-24 15:09:37 +09:00
Simon Hong b09164c4f5 Only hide sidebar when tab-initiated fullscreen mode
fix https://github.com/brave/brave-browser/issues/16160
2022-08-24 13:54:43 +09:00
cepera dc9cb4b9ad Browser test to make sure chrome:// pages do not serialize text fields content 2022-08-24 06:42:41 +03:00
cepera 7c8952d269 Sanitize chrome:// pages in serialized navigations 2022-08-24 06:42:41 +03:00
sangwoo.ko b496b13850 Replace GetMainFrame() with GetPrimaryMainFrame()
Upstream's change: https://chromium.googlesource.com/chromium/src/+/2e35a87fa58fbb9f84b9e7b4ffd6e7a9f394f2b3
2022-08-24 12:26:44 +09:00
sangwoo.ko f6ba210837 Address code review 2022-08-24 10:06:24 +09:00
sangwoo.ko 2220b4c1ad Implement Gradient background for NTP
* Reuse most of components used for Solid color background
2022-08-24 09:32:27 +09:00
Deep Pandya fbf1f39134 Merge pull request #14778 from brave/brave_search_promo_update_android
Update bg, image resource and text
2022-08-23 20:15:32 -04:00
sangwoo.ko 8438a05ad0 Remove unnecessary codes 2022-08-24 08:58:57 +09:00
sangwoo.ko 91cf20b1ca Fix gn_check and build failure 2022-08-24 08:58:57 +09:00
sangwoo.ko 9c9c83d9bb Remove unnecessary member variable
url_ can be ommitted by using web frame's origin
2022-08-24 08:58:57 +09:00
sangwoo.ko 9555351395 Hide MediaSource API using RenderFrameObserver
This mimics Cosmetic Filter implementation
2022-08-24 08:58:57 +09:00
sangwoo.ko d79d56f852 Refactor runtime_feature overrides for extensibility 2022-08-24 08:58:57 +09:00
sangwoo.ko 52f1b0a498 Download media from given web contents
In real situation, we'll download medias from
web contents in tab strip model. In order to demonstrate that, add API and test UI for brave://playlist.
2022-08-24 08:58:57 +09:00
Terry Mancey 582271ced9 Update Brave Ads brave://rewards Copy 2022-08-23 18:36:51 -05:00
Terry Mancey 844bd08ba1 Fix broken master (#14785) 2022-08-24 01:34:54 +02:00
Sangwoo Ko 34ce060253 Merge pull request #14759 from brave/sko/background-storybook
Make NTP background work in Storybook

* Enable 2 feature variables to show custom background UI
* Wire background UI with storybook knobs - replaces custom background backend.
2022-08-24 08:02:12 +09:00
samartnik 52ce4bcc25 [Android] Fix for Android x64 debug build 2022-08-23 18:50:10 -04:00
Deep 5ef7f80b53 Update bg, image resource and text 2022-08-23 18:12:37 -04:00
Terry Mancey 9387ce3945 Merge pull request #14749 from brave/issues/24869
Cleanup Brave Ads
2022-08-23 15:56:39 -05:00
Mikhail 00041c8223 Increase translate init timeout more (#14764) 2022-08-24 03:51:02 +07:00
oisupov 7567971c09 Warmup Filecoin Ledger account before transaction
Fixes https://github.com/brave/brave-browser/issues/24824
2022-08-24 02:50:14 +07:00
brave-buildsandbrave-builds aeb4c82c45 Branch migration - master branch (#14771)
Update Nightly channel to: 1.45.0

Co-authored-by: brave-builds <devops@brave.com>
2022-08-23 14:14:16 -05:00
William Muli bdde6be79f Show buy-send-swap widget in market data tab (#14766) 2022-08-23 21:44:26 +03:00
Aleksey Khoroshilov 5085d0ab42 Merge pull request #14760 from brave/issues/24884
Add redirected file to ninja deps.
2022-08-24 01:31:11 +07:00
Terry Mancey 29a388c8bf Fix linter issues 2022-08-23 13:13:27 -05:00
Terry Mancey 3e5f1efaa7 'auto &segment' can be 'const auto &segment' 2022-08-23 13:13:26 -05:00
Terry Mancey 6795c5736a Use equality operator to compare strings 2022-08-23 13:13:26 -05:00