Brian Johnson
d9ae60df7b
add presubmit checks for banned JS and Profile functions ( #29046 )
2025-05-16 00:58:21 +02:00
Kyle Hickinson
c6a5ec1be0
[iOS] Add license information for Swift dependencies ( #29065 )
...
This change moves `third_party/ios_deps` to `ios/third_party` which matches Chromium and adds `third_party` entries for each dependency added in `brave-ios/Package.swift` so that they are correctly added to the licenses file
2025-05-16 00:54:48 +02:00
Terry Mancey
1b642b6707
[ads] Fixes NTT are not shown on 1.80.x ( #29094 )
2025-05-16 00:49:10 +02:00
aseren
d37bc9d72e
[ads] Fixes New Tab Takeover infobar is displayed on the incorrect tab on Android Tablet ( #29090 )
...
* [ads] Fixes New Tab Takeover infobar is displayed on the incorrect tab on Android Tablet
* Added getTab() != null check
2025-05-15 17:45:13 -05:00
samartnik
a2725afde8
[Android] Updates download page menu icon ( #29091 )
...
* [Android] Updates download page menu icon
* [Android] Adds header to ic_download icon
2025-05-16 00:38:49 +02:00
Douglas Daniel
71532f4ebc
style(wallet): Fix Search Icon Being Cut Off ( #29092 )
2025-05-15 17:31:04 -05:00
samartnik
8fd36b6d2c
[Android] Main settings reorganisation ( #29086 )
...
- Renamed `Autofill` section to `Passwords and Autofill`
- Moved `Brave Password Manager` and `Autofill services` to the new section
2025-05-15 16:20:27 -04:00
samartnik
3f575205a0
Merge pull request #29058 from brave/android_bottom_toolbar_default_to_bottom_fix
...
[Android] Fix for bottom address bar with `Enabled default to bottom`…
2025-05-15 15:50:36 -04:00
Benjamin Knox
cb3fb47351
Fix #45840 : Adjust brave version regex for translations ( #29047 )
2025-05-15 11:54:24 -07:00
Artem Samoilenko
26550166f3
[Android] Main settings reorganisation
...
- Renamed `Autofill` section to `Passwords and Autofill`
- Moved `Brave Password Manager` and `Autofill services` to the new section
2025-05-15 13:44:41 -04:00
Artem Samoilenko
e34cd34879
Fix method names for ChromeSharedPreferences
2025-05-15 12:26:55 -04:00
Artem Samoilenko
dd58099ce3
[Android] Fix for bottom address bar with Enabled default to bottom flag state
...
Chromium changes:
https://chromium.googlesource.com/chromium/src/+/fb3efd9d8f45b5076ef5cfe3c285797f7968f4f7
commit fb3efd9d8f45b5076ef5cfe3c285797f7968f4f7
Author: Patrick Noland <pnoland@google.com >
Date: Thu Mar 27 14:47:46 2025 -0700
[Anchor] Add param that controls the default position of the toolbar
Bug: 406834895
Change-Id: I12d10f1cdca6b0e451208d2056dc5c58797546a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6405136
Reviewed-by: Gang Wu <gangwu@chromium.org >
Commit-Queue: Patrick Noland <pnoland@chromium.org >
Cr-Commit-Position: refs/heads/main@{#1439025}
2025-05-15 12:26:51 -04:00
brave-builds
62960a308a
1.80.71
2025-05-15 16:02:58 +00:00
Kyle Hickinson
16e50c7e30
[iOS] Swap step back/forward buttons in playlist for next/previous ( #29010 )
2025-05-15 11:20:45 -04:00
Mihai PLESA
46f119e154
switch dependabot to yearly
2025-05-15 15:09:51 +01:00
Douglas Daniel and Anthony Tseng
b5c4b1f2d9
[AI Chat]: Uploading Attachment Indicator ( #29017 )
...
* [AI Chat]: Uploading Attachment Indicator
Remove Cancel Upload Functionality
* Add OnUploadFilesSelected event
* Add OnUploadFilesSelected Listener to Front-end
* Remove null type from pendingMessageImages
* Add JS Unit-Tests
---------
Co-authored-by: Anthony Tseng <darkdh@gmail.com >
2025-05-15 08:46:02 -05:00
brave-builds
765350e0b1
1.80.70
2025-05-15 12:09:43 +00:00
brave-builds
f548c45a01
1.80.69
2025-05-15 12:04:10 +00:00
brave-builds
03a3ecf1f8
1.80.68
2025-05-15 02:18:57 +00:00
Jay Harris
eb0bbd600a
[Nala]: Update to latest ( #29032 )
2025-05-15 02:36:03 +02:00
brave-builds
f9e162b7ef
1.80.67
2025-05-15 00:02:52 +00:00
aseren
52b5f658fa
[ads] Fixes New Tab Takeover infobar is recreated after rotating the Android device ( #29052 )
2025-05-14 17:01:46 -05:00
Kevin Smith
c28fda2a24
[NTP Next] Add News assets ( #29057 )
2025-05-14 17:45:55 -04:00
Brandon-T
063ec38528
[iOS] - Added privacy warning for AIChat Feedback ( #29038 )
2025-05-14 17:32:57 -04:00
Mihai PLESA
8cec0beb79
Merge pull request #28819 from brave/mplesa-dependabot-config
...
dependabot config
2025-05-14 21:13:49 +01:00
Mihai PLESA
094623f27b
fix
2025-05-14 20:55:06 +01:00
Mihai PLESA
2a6804a4fd
fix
2025-05-14 20:53:59 +01:00
Mihai PLESA
ca7e537609
Update dependabot.yml
2025-05-14 20:50:19 +01:00
Mihai PLESA
92ad96f980
Update dependabot.yml
2025-05-14 20:50:19 +01:00
Mihai PLESA
1e13045c62
dependabot config
2025-05-14 20:50:19 +01:00
brave-builds
e765833061
1.80.66
2025-05-14 19:48:46 +00:00
StephenHeaps
ff6e2e3920
fix(privacy): Procedural filters applying on mutated elements on iOS ( #29045 )
...
* Fix procedural filters not executing on mutated selectors.
* Update rules on stylesheet after applying procedural filters so that attributes added by a procedural filter on mutated items are applied.
* Add unit test for procedural filter on mutated / delayed added element.
2025-05-14 15:37:28 -04:00
Kyle Hickinson
c2f8cad64c
[iOS] Remove SwiftyJSON dependency ( #29053 )
2025-05-14 15:21:13 -04:00
Mikhail
95d774ffdc
[Perf] Enable motionmark and jetstream for android ( #29042 )
...
enable motionmark and jetstream for android
2025-05-14 19:39:36 +02:00
brave-builds
5b0df22aef
1.80.65
2025-05-14 16:03:09 +00:00
Simon Hong
80c7ca8223
Fixed crash with Chromium's SideBySide feature ( #29049 )
...
fix https://github.com/brave/brave-browser/issues/46016
We should pass MultiContentsView as contents view to BraveContentsLayoutManager
when SideBySide is enabled.
2025-05-14 23:50:25 +09:00
brave-builds
3b156da545
Roll perf profiles update (update-perf-profile-2025-05-11-16-16) ( #29019 )
2025-05-14 14:39:16 +02:00
brave-builds
49a68fa1ee
1.80.64
2025-05-14 12:07:43 +00:00
brave-builds
4039ff223b
1.80.63
2025-05-14 12:02:47 +00:00
Aleksei Khoroshilov
1fb2317dd2
Handle websocket close correctly on browser side. ( #29036 )
2025-05-14 13:14:00 +02:00
Anton Paymyshev
f8c330b051
Cardano transactions ui integration ( #28975 )
2025-05-14 15:38:18 +07:00
Jocelyn Liu
e733b8f78f
[Leo] Support RegenerateAnswer with different model and add an automatic model ( #28999 )
2025-05-14 09:46:24 +02:00
brave-builds
9e40e948a0
1.80.62
2025-05-14 07:01:15 +00:00
Max Karolinskiy
117c4b25fe
Merge pull request #28471 from brave/cr137
...
Upgrade from Chromium 136 to Chromium 137.
2025-05-13 20:01:04 -04:00
Max Karolinskiy
f227326d6f
Disables 2 flaky upstream browser tests. ( #29039 )
...
These tests pass locally, but fail only on Windows CI.
2025-05-13 15:19:32 -07:00
Max Karolinskiy
63409f690f
[cr137] Updates vector initialization in unit test.
...
On win x86 the current code (`std::vector<uint8_t>({10u})`) was causing
an error: `braces around scalar initializer [-Werror,-Wbraced-scalar-init]`
Replaced with a count, value c'tor.
2025-05-13 15:53:31 -04:00
Max Karolinskiy
f0452612a5
[cr137] Disables upstream kDevToolsNewPermissionDialog feature.
...
Per security/privacy.
2025-05-13 15:53:31 -04:00
Claudio DeSouza
becee1fa23
[cr137] gnrt run for Chromium 137.0.7151.16
2025-05-13 15:53:31 -04:00
Max Karolinskiy
952f86a13b
[cr137] Disables Brave browser tests failing on Windows CI.
2025-05-13 15:53:30 -04:00
Artem Samoilenko
26bcbbb982
[cr137][Android] Temporary fix for Utils.getProfile
...
This function should be removed and proper profile should be passed https://github.com/brave/brave-browser/issues/45937
2025-05-13 15:53:30 -04:00