Claudio DeSouza
8b4281abb3
base/task/post_task.h removed
...
Chromium change:
https://chromium.googlesource.com/chromium/src/+/bb4382b7d2f921014b5d06d8887a37536787f5e0
commit bb4382b7d2f921014b5d06d8887a37536787f5e0
Author: Gabriel Charette <gab@chromium.org >
Date: Mon May 2 13:54:40 2022 +0000
[base] Remove base/android dependency on post_task.h
and officially remove post_task.h!
task_runner_android.cc now holds the bulk of the logic to interface
directly with TaskExecutors via TaskTraitsExtensions.
post_task_android.cc just forwards to a BASE TaskRunner.
This is vastly overkill for what this is doing at this point.
Follow-up cleanups will:
- cleanup TaskExtensionsStorage (which is mostly just carrying a
TaskType byte, the extension id being unused at this point)
- cleanup TaskExecutor (don't need to allow multiple registrations)
- and ultimately ideally have an Android equivalent to directly
call content::GetUIThreadTaskRunner() and rid of this indirection
altogether.
Bug: 1026641
2022-06-10 05:58:20 -04:00
Claudio DeSouza
7a69a73d6e
Updated strings for Chromium 103.0.5042.0.
2022-06-10 05:58:19 -04:00
Claudio DeSouza
77b2a0831f
Updated strings for Chromium 103.0.5028.0.
2022-06-10 05:58:19 -04:00
Taher
91a6dd2439
Merge pull request #13670 from brave/adblock_removal
...
Removed Adblock item from Browser app menu
2022-06-09 23:55:36 -07:00
Taher
e41fcefac9
Removed previous Adblock entries
2022-06-09 17:44:28 -07:00
Anton Paymyshev
8ac12b1293
Edit known networks ( #13644 )
...
* Edit known networks
* fix review
2022-06-09 08:45:31 +07:00
Darnell Andries
cc36c6e7ca
Merge pull request #13396 from brave/news-p3a-usage-time
...
Add three new P3A News usage time questions + refactor weekly storage into a time period storage
2022-06-08 13:49:22 -07:00
Qamar Zaman
05b1394253
Dapps main UI fixes ( #13608 )
...
* Fixed dapps related UI issues
2022-06-09 00:25:32 +05:00
Serg
16fa11045e
Merge pull request #13687 from brave/android_dapps_full_address
...
Shows full addresses on Android wallet, adds an origin on a sign message screen
2022-06-08 18:20:53 +01:00
Serg
4295baec03
Shows full addresses on Android wallet, adds an origin on a sign message screen
2022-06-08 12:47:55 -04:00
deep
200e135bfc
Add disconnect option in notification
2022-06-07 14:39:05 -04:00
Deep
0b7481b75f
Add notification changes for VPN
...
FIx rebase error
Resolve CI error
Resolve string error
2022-06-07 14:39:02 -04:00
Darnell Andries
640d28d0fc
Refactor weekly storage into a generic time period storage; added
...
weekly/monthly storage classes which extend the time period storage
2022-06-07 11:02:19 -07:00
Deep Pandya
417777540a
Merge pull request #13648 from brave/change_text_in_reset_config
...
Update string for reset config
2022-06-07 11:44:03 -04:00
Deep Pandya
71dd74b573
Merge pull request #13641 from brave/vpn_chanegs
...
Vpn Changes Android
2022-06-07 10:26:16 -04:00
Deep
1af67750fe
Update string for reset conmfig
2022-06-07 09:46:16 -04:00
Deep
ff035b9bce
Update trial related information
...
Update Restore
2022-06-07 04:10:13 -04:00
mkarolin
46b1ec2f62
Update l10n for 1.39.x maintenance release.
2022-06-07 01:25:33 -04:00
Brian Johnson
53b1ef94c1
Merge pull request #13625 from brave/fix-lint
...
settings webui: fix formatting
2022-06-06 13:06:32 -07:00
Anton Lazarev
40200f69e0
expose homepage and title to brave://adblock UI frontend code
2022-06-06 10:12:27 -07:00
Cepera
680bf4491e
Adjust vpn button styles ( #13620 )
2022-06-06 18:41:34 +03:00
Pete Miller
245522d1ee
settings webui: fix formatting
2022-06-06 08:35:12 -07:00
Anton Paymyshev
ce8eef633e
Fix android custom networks list ( #13573 )
...
* Fix android custom networks list
* Update Utils.java
* fix compilation
* Update android_brave_strings.grd
* Add new networks in NetworkSelectorActivity
2022-06-06 17:25:14 +07:00
Serg
31c3b69c72
Merge pull request #13607 from brave/android_dapps_sign_message
...
Fixes sign message fragment on Android, adds checks on new pending requests
2022-06-03 21:58:02 +01:00
Serg
15dcff2579
Fixes sign message fragment on Android, adds checks on decrypt and get encryption public key pending requests
2022-06-03 15:39:14 -04:00
Serg
9692682292
Merge pull request #13602 from brave/android_wallet_beta
...
Remove beta from Wallet's menu on Android
2022-06-03 19:27:49 +01:00
Serg
2cc05d4db0
Remove beta from Wallet's menu on Android
2022-06-03 13:20:49 -04:00
Taher
2702bb77ef
Increase the size of new tab button view
2022-06-03 07:09:13 -07:00
Deep Pandya
3f74c99144
Merge pull request #13519 from brave/remove_stats_and_topsites_from_ntp
...
Remove top sites from NTP
2022-06-02 18:34:33 -04:00
Simon Hong
f0013b9d31
Merge pull request #13502 from brave/enable_closing_window_dialog_by_default
...
Turned on closing window dialog by default
2022-06-03 07:34:00 +09:00
mkarolin
0b533a4cd6
[Rewards] Alternative tweet for tipping unverified publishers.
...
Fixes brave/brave-browser#19861
2022-06-02 15:14:32 -04:00
deep
08a4e56947
Remove brave stats and top sites from NTP
2022-06-02 11:13:40 -04:00
Simon Hong
d18b611d89
Turned on closing window dialog by default
...
fix https://github.com/brave/brave-browser/issues/23056
2022-06-02 22:43:10 +09:00
Terry Mancey
32633c631b
Refactor Brave Ads AdNotification to NotificationAd
2022-06-02 13:37:20 +01:00
Terry Mancey
57833c6a5d
Merge pull request #13565 from brave/issues/14728
2022-06-02 12:35:15 +01:00
Anton Paymyshev
3e6c82e083
Allow changing to custom RPC urls for known chains ( #13480 )
...
* some refactoring
* edit known networks
* add tests
2022-06-02 16:49:26 +07:00
Terry Mancey
33ed996103
Implement Brave Ads database observers
2022-06-01 21:39:47 +01:00
taher
4c5b27af72
Integrated adblock to settings page under shields section
2022-06-01 11:43:51 -07:00
Deep Pandya
aabf05a4af
Merge pull request #13518 from brave/update-wallet-text-in-brave-rewards
...
Update wallet text in brave rewards
2022-06-01 11:52:43 -04:00
wchen342
c56a4f2ffb
Merge pull request #13532 from brave/nw_erc721_send
...
[Android] ERC721 Send
2022-06-01 14:36:20 +03:00
wchen342
aa85e20fcf
Android ERC721 Send
2022-06-01 13:04:50 +03:00
Taher
e05f34b400
Merge pull request #13209 from brave/shields_v2_follow_ups
...
Shields v2 follow ups
2022-05-31 22:06:24 -07:00
bridiver
ea7cd37cbf
fix incorrect and missing defaults for content settings
2022-05-31 16:58:20 -07:00
Taher
1ee7a7924c
Added scrollbar when panel overflows the screen height
2022-05-31 15:54:55 -07:00
Taher
f02eeee740
Shields v2 UI updates
...
- removed left over code for updating favicon
- reformatted to "blocked scripts" string on secondary panel UI
- disallow shields on magnet links
- minor refactor of disabled panel UI state
2022-05-31 15:21:50 -07:00
Serg
a713577099
Implements Ethereum connected sites preference on Android
2022-05-31 11:59:34 -04:00
tapanmodh
32e36fa8da
welcome onboarding android
2022-05-30 18:25:09 +05:30
vinodghai
0a4bc3d765
Fixed a string value
2022-05-27 18:08:40 -04:00
vinodghai
5e326d971f
Replace wallet text with Brave Reward in Brave Rewards
2022-05-27 17:31:42 -04:00
Mikhail
6387cfd7d4
Move a part of //brave/common to //brave/components ( #13456 )
...
* Move a part of //brave/common to //brave/components
* Fix lint issues
* Remove brave_features.*
* Fix android build
* Remove dead includes
* fix compilation
* Fix review issues
* Fix android gn check
* Revert patch changes
* Fix deps duplication & copyright
* Fix some DEPS/BUILD.gn contradictions
* gn format
* move sources.gni
* Fix nits
* Fix after rebase
2022-05-27 16:44:18 +07:00