Commit Graph
32574 Commits
Author SHA1 Message Date
Qamar Zaman a274cc68ca Fix address placement in the account switcher 2022-06-28 21:57:10 +05:00
Terry Mancey 6039bffd6b Merge pull request #13973 from brave/issues/23706
Rename Brave Ads event handlers to include _event_handler.h/cc
2022-06-28 11:54:22 -05:00
Pete Miller c21de0292d Merge pull request #13983 from brave/brave-ui-sec-update
Update brave-ui ref for security updates
2022-06-28 09:32:47 -07:00
Serg 1be45b6f78 Merge pull request #13967 from brave/android_dapps_services
Corrects reset and re-init of Dapps services in models on Android to improve stability
2022-06-28 15:57:17 +01:00
Terry Mancey 266d16c547 Rename Brave Ads event handlers to include _event_handler.h/cc 2022-06-28 09:48:09 -05:00
Terry Mancey 3060cfe026 Merge pull request #13980 from brave/issues/23714
Add missing RemoveObserver calls from Brave Ads tests
2022-06-28 09:28:04 -05:00
Terry Mancey ee5e8d1c9c Add missing RemoveObserver calls from Brave Ads tests 2022-06-28 09:27:38 -05:00
Serg e40c4759fd Corrections after code review 2022-06-28 09:35:39 -04:00
brave-builds fd10724af1 1.42.39 2022-06-28 12:03:21 +00:00
Terry Mancey b72a18a052 Merge pull request #13964 from brave/issues/23703 2022-06-28 07:00:18 -05:00
Terry Mancey 5c5b03c86b Merge pull request #13971 from brave/issues/23708 2022-06-28 06:57:55 -05:00
Mikhail 60f6ae7296 Return translate redirection shim (#13845)
* Return translate redirection shim

* update urls

* Fix formatting

* brave_translate.js + url replacements

* Add gn deps

* Add versions supports + comments

* nosemgrep

* Fix quotes

* Change paths in tests

* Adjust CSP for isolated world

* more comments

* Fix format issues

* Spellchecking

* Change build-in CSP
2022-06-28 14:48:28 +07:00
brave-builds 1ecaa61b6a 1.42.38 2022-06-28 05:09:28 +00:00
Jocelyn Liu 48f09e8409 Merge pull request #13981 from brave/disable_solana_provider
Revert "Merge pull request #13825 from brave/solana-dapps-default"
2022-06-27 22:02:04 -07:00
Pete Miller d30f8c9879 Update brave-ui ref for security updates
Bump some npm packages patch versions
2022-06-27 21:20:43 -07:00
Kamil Jozwiak f9ba2b3405 Merge pull request #13976 from brave/103.0.5060.66_master
Upgrade from Chromium 103.0.5060.53 to Chromium 103.0.5060.66
2022-06-27 23:39:49 -04:00
Jay Harris dac7b8f3c9 Merge pull request #13978 from brave/brave-news-crash
Pass an empty feed to GetFeed callback, rather than a nullptr.
2022-06-28 15:03:35 +12:00
Jay Harris 1819ad728a Merge pull request #13975 from brave/fix-edit-site-dialog
Fix layering issues with the NTP Add/Edit site dialog
2022-06-28 15:03:09 +12:00
Jocelyn Liu 55220bfff9 Revert "Merge pull request #13825 from brave/solana-dapps-default"
This reverts commit 40aa5879f0, reversing
changes made to eb936e7cb4.
2022-06-27 19:24:21 -07:00
brave-builds fd83eaaacb 1.42.37 2022-06-28 00:01:40 +00:00
Jay Harris dd9af2d1ef Fix layering issues with the NTP Add/Edit site dialog 2022-06-28 10:45:46 +12:00
Jay Harris 002fab9201 Convert the BraveNews mojo interface to take an optional feed 2022-06-28 10:45:20 +12:00
Anthony Tseng 089de872bb Merge pull request #13965 from brave/solana-provider-rename
Migrate window.solana to window.braveSolana
2022-06-27 14:40:52 -07:00
brave-builds 47e33bd34e 1.42.36 2022-06-27 21:05:53 +00:00
brave-builds 71df6de2db Upgrade patches from Chromium 103.0.5060.53 to Chromium 103.0.5060.66 2022-06-27 21:03:33 +00:00
brave-builds de78caf4c2 Upgrade from Chromium 103.0.5060.53 to Chromium 103.0.5060.66 2022-06-27 20:51:44 +00:00
Taher fae80e50d1 Merge pull request #12648 from brave/private_ntp
Added Brave Search box on private window
2022-06-27 13:40:15 -07:00
Terry Mancey b8af7f9c77 Fix command line Brave Ads permission rule - Follow up to 23336 2022-06-27 15:10:35 -05:00
Serg a4862ccfd6 Corrects reset and re-init of Dapps services in models on Android to improve stability 2022-06-27 16:03:08 -04:00
Douglas Daniel d1b8ff2374 Merge pull request #13948 from brave/fix-solana-pubkey-undefined-error
fix(wallet): Solana Pubkey Undefined Error
2022-06-27 13:18:22 -06:00
brave-builds 1fd2366e5d 1.42.35 2022-06-27 18:55:20 +00:00
Anthony Tseng dc96b3b523 Merge pull request #13962 from brave/destroy-js-provider
Use WillReleaseScriptContext to destroy js wallet providers
2022-06-27 11:51:15 -07:00
Anthony Tseng 6eb9eda448 Migrate window.solana to window.braveSolana
Note that we still keep window.solana for compatibility
2022-06-27 11:36:11 -07:00
Terry Mancey 419a4353b6 Cleanup Brave Ads AdsImpl 2022-06-27 13:23:10 -05:00
brave-builds 16f16378ea 1.42.34 2022-06-27 18:01:21 +00:00
Anthony Tseng e80599f909 Use WillReleaseScriptContext to destroy js wallet providers to prvent
calling back to v8 in the gap between script context destroyed and
destructor.
2022-06-27 09:07:43 -07:00
Anthony Tseng 72c4c45814 Revert "Revert "Merge pull request #13934 from brave/sol-dapps-renderer-crash""
This reverts commit d79cde71bf.
2022-06-27 09:02:30 -07:00
Cepera b2cc506b7d Fix official build BraveVPNServiceTest (#13957) 2022-06-27 18:13:20 +03:00
Ahmed Kamal 8e8697b6a0 pipeline improvements (#13921)
* cleanup

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* wknapik review

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* nits

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* nits

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* BB issue regex. Arrays everywhere

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* nit

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* merge direct issues, w indirect uplift issues

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Handle shortlinks

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* remove ggrep

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* typos, resolve short links

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Remove combined issues array

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* normalize_issue_links

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Fixes

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>

* Merge and dedup issues arrays

Signed-off-by: Ahmed Kamal <email.ahmedkamal@googlemail.com>
2022-06-27 17:01:51 +02:00
Serg daa88b351b Merge pull request #13958 from brave/android_dapps_toolbar
Adds checks on wallet layout and icon existence
2022-06-27 15:32:22 +01:00
Serg 800c3a0c79 Adds checks on wallet layout and icon existence 2022-06-27 09:24:50 -04:00
Brandon T f05d05601e Added Favicon driver for loading icons from history service.
Added documentation.
2022-06-27 09:02:02 -04:00
brave-builds 613a8e382a 1.42.33 2022-06-27 12:01:15 +00:00
Jocelyn Liu 99ffb057ca Merge pull request #13920 from brave/GetCustonAndKnownNetworks
Added GetCustomNetworks and GetKnownNetworks
2022-06-26 18:37:42 -07:00
brave-builds f94fe95e7f 1.42.32 2022-06-27 00:44:20 +00:00
brave-builds 3615094217 1.42.31 2022-06-27 00:02:10 +00:00
brave-builds 69100e6376 1.42.30 2022-06-26 20:57:39 +00:00
Cepera 2d8cd6039b SKU SDK should be able to handle more than one environment (#13852) 2022-06-26 21:38:57 +03:00
Terry Mancey a5fba95354 Merge pull request #13938 from brave/issues/23654 2022-06-25 05:34:47 -05:00
brave-builds 3626b25e38 1.42.29 2022-06-25 07:48:53 +00:00