Commit Graph
44104 Commits
Author SHA1 Message Date
Serg de313c0157 Fixes BraveLeoActivity Android build after cr117 update (#20045) 2023-09-07 18:10:09 +02:00
brave-builds d1f326462e 1.60.4 2023-09-07 16:03:13 +00:00
Serg e642dcaa03 Merge pull request #20023 from brave/android_ai
Expose AI chat flag on Android
2023-09-07 11:09:31 -04:00
Max Karolinskiyandbrave-builds 00a240fc32 Upgrade from Chromium 117.0.5938.35 to Chromium 117.0.5938.48. (#20030)
* Upgrade from Chromium 117.0.5938.35 to Chromium 117.0.5938.48

* Upgrade patches from Chromium 117.0.5938.35 to Chromium 117.0.5938.48

* Update pins list timestamp

* Updated strings for Chromium 117.0.5938.48

---------

Co-authored-by: brave-builds <brave-builds+devops@brave.com>
2023-09-07 10:56:24 -04:00
Simon Hong 87b7cf9f08 Merge pull request #20039 from brave/fix_gn_check
Fix gn_check error
2023-09-07 23:28:07 +09:00
vadims d6c3ebab16 Enabling AI chat flag adds the Brave AI button in between side bar items (#19637)
* review suggestions

Signed-off-by: Vadym Struts <vstruts@brave.com>

* added unittests

Signed-off-by: Vadym Struts <vstruts@brave.com>

* fix after review

Signed-off-by: Vadym Struts <vstruts@brave.com>

* fix after review

Signed-off-by: Vadym Struts <vstruts@brave.com>

* added couple whitespaces

Signed-off-by: Vadym Struts <vstruts@brave.com>

---------

Signed-off-by: Vadym Struts <vstruts@brave.com>
2023-09-07 16:16:42 +02:00
pes10k c1611e3a44 Merge pull request #19954 from brave/no-removeparam-default
Don't do `$removeparam` in default blocking mode
2023-09-07 09:02:22 -05:00
Simon Hong 9a038b539a Merge pull request #20037 from brave/prevent_opening_invalid_url_from_private_to_normal
Prevent opening invalid url from private window to normal window
2023-09-07 21:23:38 +09:00
Simon Hong 196d8bcdc5 Fix gn_check error
fix https://github.com/brave/brave-browser/issues/32833
2023-09-07 21:16:49 +09:00
brave-builds 6f3491e965 1.60.3 2023-09-07 12:02:13 +00:00
Simon Hong 5ea8f1f443 Prevent opening invalid url from private window to normal window
fix https://github.com/brave/brave-browser/issues/32503
2023-09-07 17:20:49 +09:00
Jay Harris 5ad5301183 [Brave News]: Add stats to news-internals page (#20036) 2023-09-07 15:21:03 +09:00
Aleksey Khoroshilov b5c70689a9 Merge pull request #20027 from brave/maxk-fix-win-arm64-build
[cr117 follow up] Fixes Windows arm64 build.
2023-09-07 13:20:33 +07:00
Sangwoo Ko a4f5229f28 Reorder playlist items on drag and drop (#19986)
* Reorder playlist items on drag and drop

Allow drag-and-drop to reorder playlist items.
For now, we don't enable this feature when
* the list is shuffled
* is in bulk editing mode
2023-09-07 15:07:21 +09:00
Jay Harris 64f4dbb7db [App Menu]: Add key icon for password manager (#20034) 2023-09-07 10:51:24 +09:00
Douglas Daniel cae34834e6 Merge pull request #20031 from brave/fix-wallet-dapp-connection-settings-blur-nav
fix(wallet): DApp Connection Settings Blur Nav
2023-09-06 19:50:32 -05:00
Ralph Giles 61233ce369 Merge pull request #20029 from brave/cargo-audit-0.18.1
Update cargo-audit to v0.18.1
2023-09-06 17:29:17 -07:00
brave-builds b2219c437b 1.60.2 2023-09-07 00:02:15 +00:00
Douglas Daniel 4aeac739cf Merge pull request #20026 from brave/select-send-loading-skeletons
fix(wallet): Select Send Loading Skeletons
2023-09-06 18:32:20 -05:00
Douglas Daniel c0b7a6495b fix(wallet): DApp Connection Settings Blur Nav 2023-09-06 18:05:37 -05:00
Ralph Giles bb95763ae2 Update cargo-audit to v0.18.1
Work around a compatibility issue between our previous version and
the chromium 117 rust toolchain, probably from incompatible nightly
versions, but updating our vendored source to the latest release.

This is the contents of the published package downloaded and unpacked
from https://crates.io/api/v1/crates/cargo-audit/0.18.1/download
with the README.chromium updated manually.

We build this in CI with cargo, so we updating other vendored deps
is not necessary.
2023-09-06 15:31:03 -07:00
Terry Mancey 0521b5fb82 Merge pull request #20007 from brave/issues/32771
Cleanup Brave Ads folder structure
2023-09-06 17:13:13 -05:00
Douglas Daniel a5e7ac8b73 fix(wallet): Select Send Loading Skeletons 2023-09-06 16:57:02 -05:00
mkarolin 510f5daef0 Fixes Windows arm64 build.
Chromium change:

https://chromium.googlesource.com/chromium/src/+/97515c77c0f4f6aa568640f4e21851ada9570c8d

commit 97515c77c0f4f6aa568640f4e21851ada9570c8d
Author: John Rummell <jrummell@chromium.org>
Date:   Tue Aug 8 01:05:38 2023 +0000

    Add Component Updater support for Widevine on ChromeOS Ash

    This enables ChromeOS Ash to use a component updated Widevine CDM, if
    one is available. Like Linux the CDM must be loaded at boot time, so a
    new CDM is simply registered and will be loaded next time the device
    restarts.

    The update is deployed as a disk image, so it needs to be mounted first
    in order to access the files. As well, at boot time the disk image must
    be mounted, so this depends on an init script running on ChromeOS to
    mount the image (if available) at boot time so that Chrome startup can
    access the new CDM.

    Tested on a ChromeOS device by manually changing the version of the CDM
    bundled, and then verifying that a newer version is downloaded and used
    next time the device is rebooted.

    Bug: b/223462652
2023-09-06 17:51:24 -04:00
Terry Mancey 69904d62de Cleanup Brave Ads Griffin features 2023-09-06 15:44:25 -05:00
Terry Mancey 2326f437bd Cleanup Brave Ads folder structure 2023-09-06 15:44:25 -05:00
Terry Mancey 49d040f3ef Implemented Brave Ads ScopedRandTimeDeltaSetterForTesting 2023-09-06 15:44:25 -05:00
Kyle Hickinson 301c57f598 Merge pull request #20022 from brave/ios-cr117-build-fix
[iOS] Remove breaking `enable_arc` build configs
2023-09-06 16:34:48 -04:00
wchen342 22d3592a82 Merge pull request #18958 from brave/android_widevine_support
[Android] Enable system Widevine support
2023-09-06 19:56:20 +00:00
Serg aef53a8cb7 Enables AI chat on Android 2023-09-06 15:53:16 -04:00
Kyle Hickinson dc8bf47dac [iOS] Remove breaking enable_arc build configs
This config was removed in cr117 as ARC is enabled by default for Apple platforms

Cr117 change:
https://github.com/brave/brave-core/commit/bdaa0828b512635e186da8fbddbbe7fd0d3812a9
2023-09-06 15:49:51 -04:00
Deep Pandya f117b90fd3 Merge pull request #20015 from brave/add_rewards_onboarding_tos_disclaimer_android
Add rewards onboarding tos disclaimer android
2023-09-06 15:11:03 -04:00
brave-builds d50ecb0e74 1.60.1 2023-09-06 19:03:09 +00:00
brave-builds e9d2319946 Branch migration - master branch (#20020)
Update Nightly channel to: 1.60.0
2023-09-06 14:38:02 -04:00
taher ed44d84901 Added fallback content when AX distiller cannot find one (#19952)
Added fallback content when AX algorithm cannot find one
2023-09-06 11:30:14 -07:00
taher 59f51ba5ac Autofocus textarea in AIChat (#19971) 2023-09-06 11:29:27 -07:00
Darnell Andries 960d45c909 Merge pull request #19967 from brave/sidebar-enabled-p3a
Add Sidebar enabled P3A metric
2023-09-06 11:27:10 -07:00
Max Karolinskiy 04ef97c9a3 Merge pull request #19398 from brave/cr117
Upgrade from Chromium 116 to Chromium 117
2023-09-06 14:21:54 -04:00
wchen342 3f88038b20 Fixes 2023-09-06 21:14:38 +03:00
Josh Leonard 99e38da482 chore: remove unofficial leo styles (#20016) 2023-09-06 13:51:38 -04:00
taher 42aac24409 Added a retry button to the error limit UI state (#19948) 2023-09-06 09:15:08 -07:00
brave-builds 42e412323c 1.59.77 2023-09-06 16:02:04 +00:00
Jacob Sikorskiandbridiver 9d979d6260 Add clean copy url service interface for iOS (#19079)
Co-authored-by: bridiver <34129+bridiver@users.noreply.github.com>
2023-09-06 09:48:50 -06:00
mkarolin 6383fbbd7f Updated BraveAppMenuModelBrowserTest.MenuItemsHaveIcons test.
We do not currently have an icon for the Password Manager menu item.
Disable that command ID in the test.
2023-09-06 10:15:15 -04:00
mkarolin c0c0dd1a60 Fixes gn_check error. 2023-09-06 09:28:37 -04:00
Brandon T 387e9afe77 Fix crash on iOS due to navigation proxy returning nullptr.
Fixes crash on iOS in Cr117 by overriding the NavigationProxy to
use our own proxy instead of the Chromium one, when a webView is
not available (such is the case when syncing history or fetching
favicons).
2023-09-06 09:25:49 -04:00
brave-builds 882a1d6171 1.59.76 2023-09-06 12:01:40 +00:00
Simone Arpe 6f5591994d Tweak portfolio UI and add option to show hidden NFTs (#19990) 2023-09-06 13:43:02 +02:00
mkarolin f89bc757e1 [macOS] Adjust notarization agruments.
Chromium changes:

https://chromium.googlesource.com/chromium/src/+/c1cad88d77340

commit c1cad88d773409e719de66c515e07fdef9db93e0
Author: Robert Sesek <rsesek@chromium.org>
Date:   Wed Jul 12 23:02:59 2023 +0000

    macOS Signing Scripts: Drop support for altool-based notarization

    This also rolls the internal repo to remove references to
    model.NotarizationTool:

    Roll src/chrome/installer/mac/internal/ babcdbc1d..d7fb448e1 (1 commit)

    https://chrome-internal.googlesource.com/chrome/installer/mac/internal.git/+log/babcdbc1d727..d7fb448e1fc8

    Bug: 1449970

https://chromium.googlesource.com/chromium/src/+/b971bed75e187

commit b971bed75e1871651506bc8ebd13cb2fdf7b4496
Author: Robert Sesek <rsesek@chromium.org>
Date:   Thu Jul 13 22:37:16 2023 +0000

    macOS Signing Scripts: Remove explicit notarization auth arguments

    Invokers of the signing scripts should now pass authentication
    arguments like so:

       --notary-arg=--keychain-profile --notary-arg MyKeychainProfile

    The old arguments remain for temporary command-line backwards
    compatibility, but they do not have any effect.

    Bug: 1449970
2023-09-06 12:38:53 +01:00
Aleksey Khoroshilov 9262ff4d78 Simplify PageGraph attach on frame creation patch. 2023-09-06 12:38:53 +01:00