Skip to content

Commit

Permalink
Upgrade from Chromium 129.0.6668.59 to Chromium 129.0.6668.70 (#25709)
Browse files Browse the repository at this point in the history
* Upgrade from Chromium 129.0.6668.59 to Chromium 129.0.6668.70

* Update pins list timestamp

* Add ExtensionTelemetryServiceSystemTimeTest.* to unit test filters

---------

Co-authored-by: brave-builds <[email protected]>
  • Loading branch information
emerick and brave-builds authored Sep 25, 2024
1 parent c0271c2 commit c500f3c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,9 @@ bool ParseCertificatesFile(std::string_view certs_input,
Pinsets* pinsets,
base::Time* timestamp) {
constexpr std::string_view brave_certs = R"brave_certs(
# Last updated: Tue Sep 17 21:09:03 UTC 2024
# Last updated: Tue Sep 24 20:58:26 UTC 2024
PinsListTimestamp
1726607343
1727211506
# =====BEGIN BRAVE ROOTS ASC=====
#From https://www.amazontrust.com/repository/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "129.0.6668.59",
"tag": "129.0.6668.70",
"repository": {
"url": "https://github.com/brave/chromium"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
index a0baf5846ad275e0afdb66e67f949922e71fd869..fef484ce58dd439216f9c29bc0eeb4563c271b8b 100644
index d039a787c2bf4f555eb5aa03c317fc2e7a3fd614..5ae533772cac1d013113b7c2014f35cb6a5b3877 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc
@@ -881,6 +881,7 @@ void BookmarkBarView::Layout(PassKey) {
Expand Down
2 changes: 1 addition & 1 deletion patches/third_party-rust-bitflags-v2-BUILD.gn.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/third_party/rust/bitflags/v2/BUILD.gn b/third_party/rust/bitflags/v2/BUILD.gn
index f52c4678d14fa0b3b50610f1ee0fb59338189c7e..f5140efd3848d6ad55693edc295de074b44caf22 100644
index f52c4678d14fa0b3b50610f1ee0fb59338189c7e..58a1ac318f707ed5eb10d4987d0123160c6e95d5 100644
--- a/third_party/rust/bitflags/v2/BUILD.gn
+++ b/third_party/rust/bitflags/v2/BUILD.gn
@@ -67,4 +67,5 @@ cargo_crate("lib") {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/front_end/ui/legacy/themeColors.css b/front_end/ui/legacy/themeColors.css
index fd0aab1edd..a2b3cc842b 100644
index fd0aab1edd6257754bda25de16ca5063aed4bfa2..a2b3cc842b110df9553f4bf37919500f57f74654 100644
--- a/front_end/ui/legacy/themeColors.css
+++ b/front_end/ui/legacy/themeColors.css
@@ -564,7 +564,7 @@
Expand Down
1 change: 1 addition & 0 deletions test/filters/unit_tests.filter
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@
-ExtensionsToolbarControlsTest.*
-ExtensionsToolbarControlsUnitTest.*
-ExtensionSyncTypeTest.*
-ExtensionTelemetryServiceSystemTimeTest.*
-ExtensionTelemetryServiceTest.*
-ExtensionUpdaterTest.*
-ExtensionWebUITest.*
Expand Down

0 comments on commit c500f3c

Please sign in to comment.