Commit Graph
33587 Commits
Author SHA1 Message Date
cypt4 79fbdbcb9a Merge pull request #14424 from brave/brave_24166
Brave 24166
2022-08-05 00:58:02 -07:00
Francois Marier c9ed91889d Merge pull request #14478 from brave/restore-cert-pinning-24451
Bump timestamp to restore cert pinning
2022-08-04 19:27:06 -07:00
Jay Harris 08da9af1fd Use BlobURLs not DataURLs for the Brave News feed (#14470) 2022-08-05 12:17:49 +12:00
brave-builds f4f8b1344c 1.44.23 2022-08-05 00:01:28 +00:00
Douglas Daniel e07d55417a Merge pull request #14446 from brave/fix-show-import-account-error
fix(wallet): Show Import Account Error
2022-08-04 17:58:48 -06:00
Francois Marier 5f7a93a433 Bump timestamp to restore cert pinning (fixes brave/brave-browser#24451) 2022-08-04 15:43:13 -07:00
Mark Pilgrim 784f838711 Farble Accept-Language header on subresources (#14338)
* Farble Accept-Language header on subresources

* move to OnBeforeStartTransaction callback

* .

* lint

* add support for sublanguage as primary language

* lint

* feedback

* feedback

* .

* feedback

* lint
2022-08-04 16:06:13 -04:00
William Muli e559c3081f feat(wallet): implement bridge to aurora button (#14452)
* feat: implement bridge to aurora button

* feedback: Add rel="noopener noreferrer" to link

* feedback: separate opening and closing modal functions

* chore: move openRainbowAppClick up and add openRainbowAppClick to deps list
2022-08-04 22:25:51 +03:00
William MuliandNick von Pentz 8f198b7f97 Add sardine on ramp provider (#14353)
* Address feedback: change ParseSardineAuthToken to return absl::optional instead of bool

* Add backend changes for Sardine integration

* Add case for Sardine in BlockchainRegistry::GetBuyUrl

* Move BlockchainRegistry::GetBuyUrl -> AssetRatioService::GetBuyUrl
  because it has easy access to the API request helper instance

* feat: add sardine token list

* feat: add sardine token list

* feat: add sardine on-ramp provider

* remove tokens that sardine does not currently support in prod.

* fix token icons: The Graph and Kyber Network

* WIP: Sardine integration

* Add function to get sardine network name given chain_id

* chore: fix lint errors

* chore: fix tests

* chore: format file

* fix rebase issue

* chore: remove unnecessary import

Co-authored-by: Nick von Pentz <nickvonpentz@protonmail.com>
2022-08-04 22:00:59 +03:00
samartnik 62217884e0 Merge pull request #14473 from brave/android_x64_debug_fix
[Android] Fix for x64 debug build
2022-08-04 14:47:32 -04:00
Serg cf5d3655cb Merge pull request #14472 from brave/android_solana_tx_list
Shows all values for Solana transactions in transactions list on Android and opens a correct block explorer for solana transactions
2022-08-04 19:19:28 +01:00
brave-builds 276ac6a198 1.44.22 2022-08-04 18:01:45 +00:00
Serg 37b73de00f Shows all values for Solana transactions in transactions list on Android and opens a correct block explorer for solana transactions 2022-08-04 13:23:55 -04:00
samartnik 4ed953b327 [Android] Fix for x64 debug build 2022-08-04 13:11:57 -04:00
Terry Mancey 2699c59ace Merge pull request #14426 from brave/issues/22506
Refactor Brave Ads mojom to use mojo_base.mojom.Value and structs instead of JSON
2022-08-04 10:09:16 -05:00
Douglas Daniel 1f1fe1bae4 fix(wallet): Show Import Account Error 2022-08-04 09:34:00 -05:00
Nick von Pentz d7e5d902ab Merge pull request #14329 from brave/sardine
Add backend changes for Sardine integration
2022-08-04 08:16:34 -06:00
Terry Mancey f7132367c5 Refactor Brave Ads mojom to use mojo_base.mojom.Value and structs instead of JSON 2022-08-04 09:04:35 -05:00
Anirudha Bose bec742c4c8 Merge pull request #14082 from brave/f/wallet/optimism-infura
Update Optimism/Aurora RPC endpoint to use Infura node
2022-08-04 17:58:03 +05:30
brave-builds d0c5c74ebd 1.44.21 2022-08-04 12:01:29 +00:00
Anirudha Bose c95ec9aa85 Update Optimism/Aurora RPC endpoint to use Infura node 2022-08-04 13:58:04 +05:30
Mihai PLESA 48ba030aa5 upstream tests on by default 2022-08-04 10:46:00 +03:00
Taher 1b1e07ece8 Merge pull request #14463 from brave/private_ntp_search_string
Added search placeholder label on private ntp to resources
2022-08-03 22:58:13 -07:00
Douglas Daniel a32265102b Merge pull request #14462 from brave/fix-wallet-storybook
fix(wallet): Fix Wallet Storybook
2022-08-03 22:12:56 -06:00
Douglas Daniel 472ec961f0 fix(wallet): Fix Wallet Storybook 2022-08-03 19:34:57 -05:00
Jay Harris 267093f03f Fix bug where you couldn't add a new site in Frequent Sites Mode (#14420) 2022-08-04 12:09:12 +12:00
brave-builds 47767bc6c9 1.44.20 2022-08-04 00:01:28 +00:00
Taher 5401940521 Added brave search placeholder label on private new tab page to resources 2022-08-03 15:01:58 -07:00
Serg 796fa52e3b Merge pull request #14458 from brave/android_solana_tx_screen
Fixes approve/reject dialog for Solana transactions on Android
2022-08-03 22:40:22 +01:00
Serg 8f12e030f3 Fixes approve/reject dialog for Solana transactions on Android 2022-08-03 15:47:45 -04:00
Nick von Pentz ec32f573cd Add backend changes for Sardine integration
Move BlockchainRegistry::GetBuyUrlV1 -> AssetRatioService::GetBuyUrlV1
and add case to handle Sardine.
2022-08-03 13:14:45 -06:00
brave-builds 7bd91cdca5 1.44.19 2022-08-03 18:02:05 +00:00
Jocelyn Liu 8a54fafd44 Merge pull request #14444 from brave/fix_eth_requests
Fix eth requests
2022-08-03 10:46:02 -07:00
Mark Pilgrim 7cd498b805 Fix build issue on Windows using VS2022 (#14450) 2022-08-03 12:31:00 -04:00
Kyle Hickinson adfe249b16 Merge pull request #14441 from brave/ios-adaptive-captcha-buildflag
[iOS] Enable adaptive captcha build flag for iOS
2022-08-03 12:15:58 -04:00
Douglas Daniel 1e20e9ed07 Merge pull request #14421 from brave/feat-nft-grid-view
feat(wallet): NFT Grid View
2022-08-03 09:14:17 -06:00
Pavel Beloborodov 2398b3e89c Tor bridges support [Client part] (#13290)
* Explicit sandbox attribute for TorLauncher instead of specialization of the GetServiceSandboxType<>
* Added tor.bridges local state pref.
* Added component updater for Tor Pluggable transports.
* Reworked Tor browser test.
* Added Tor bridges tests
* Tor settings moved to Privacy page.
* Tor new tab page description and failure messages were added.
2022-08-03 20:43:18 +07:00
brave-builds e4465f3acd 1.44.18 2022-08-03 12:01:18 +00:00
oisupov c40fb77c3b Build fix 2022-08-03 17:38:35 +07:00
Pavneet Singh d3f7dedb57 Merge pull request #14439 from brave/hide-tx-settings-for-solana
fix(wallet): show spl token create info and hide tx settings
2022-08-03 14:30:38 +05:30
Pavneet-Sing be3785bc57 fix(wallet): show spl token create info and hide tx settings 2022-08-03 13:45:55 +05:30
William Muli 251909a1f1 fix(wallet): Fix removal of NFTs in a collection (#14435)
* Fix removal of NFTs in a collection

* Added updatedTokensList and filteredTokenList to dependency list

* chore: remove console.log
2022-08-03 09:17:49 +03:00
oisupov 584c58ffe1 Show IPFS interstitial after url switching
Resolves https://github.com/brave/brave-browser/issues/24188
At the moment IPFS interstitial for the "Ask" option is shown
only when navigation is started and url has ipfs scheme.
If url changes after that(for ex. after UD or ENS resoulution)
interstitial won't be shown after that.
2022-08-03 13:07:37 +07:00
oisupov 5b34daa4df Add error code for ipfs navigations when ipfs is disabled
Resolves https://github.com/brave/brave-browser/issues/24166
2022-08-03 13:07:37 +07:00
cypt4 50ca5d23cd Merge pull request #14313 from brave/brave_24211
Do not commit subframe navigations for ipfs
2022-08-02 23:03:47 -07:00
Sangwoo Ko 450aa8958c Merge pull request #14376 from brave/sko/multiple-pl
Support multiple playlists
2022-08-03 14:30:35 +09:00
sangwoo.ko 9d5096ffaf Support multiple playlists
[Native]
- Rename PlaylistItemChangeParam -> PlaylistChangeParam
- Add PlaylistChangeParam::kList{Created, Removed}
- Minimize place where base::Value is passed around
  - Use Playlist(Item)Info instead
- Support to create/get/remove playlists
  - PlaylistService::Create/Get/RemovePlaylist
- Support to save PlaylistItems to given Playlist
- Execute media detection script once at a time
  - Else, it can be overriden by following requests.

[WebUI]
- Add <PlaylistSelect>
  - consists of <select> <button.create> <button.remove>
- Add Application.State to store selected playlist
- Wire up new Native APIs with WebUI
2022-08-03 11:52:56 +09:00
brave-builds 084c5b1d8f 1.44.17 2022-08-03 00:01:55 +00:00
Jocelyn Liu cddab479e2 Check if URL entries are string values 2022-08-02 16:52:03 -07:00
Jocelyn Liu fe1e82c589 Check header value in JsonRpcService 2022-08-02 16:40:28 -07:00