Skip to content

Commit ce9f2de

Browse files
Upgrade from Chromium 114.0.5735.110 to Chromium 114.0.5735.133 (1.53.x) (#18892)
* Upgrade from Chromium 114.0.5735.110 to Chromium 114.0.5735.133 * Upgrade patches from Chromium 114.0.5735.110 to Chromium 114.0.5735.133 * Update pins list timestamp --------- Co-authored-by: brave-builds <[email protected]>
1 parent b8a4027 commit ce9f2de

7 files changed

+10
-30
lines changed

chromium_src/net/tools/transport_security_state_generator/input_file_parsers.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,9 @@ bool ParseCertificatesFile(base::StringPiece certs_input,
541541
Pinsets* pinsets,
542542
base::Time* timestamp) {
543543
constexpr base::StringPiece brave_certs = R"brave_certs(
544-
# Last updated: Mon Jun 5 22:17:09 UTC 2023
544+
# Last updated: Tue Jun 13 19:15:11 UTC 2023
545545
PinsListTimestamp
546-
1686003429
546+
1686683711
547547
548548
# =====BEGIN BRAVE ROOTS ASC=====
549549
#From https://www.amazontrust.com/repository/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
"projects": {
267267
"chrome": {
268268
"dir": "src",
269-
"tag": "114.0.5735.110",
269+
"tag": "114.0.5735.133",
270270
"repository": {
271271
"url": "https://github.com/chromium/chromium"
272272
}

patches/chrome-VERSION.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
diff --git a/chrome/VERSION b/chrome/VERSION
2-
index ab7add034d1fdf85e041737817228fe00b255f9a..1b06e4b5c4a4e0656d8c768bda3d222232e7844c 100644
2+
index ce753b5c797d135b7b879b125630190fdc5eadcc..c9d2d30d77db8b729e2ec56a177da105b10adb51 100644
33
--- a/chrome/VERSION
44
+++ b/chrome/VERSION
55
@@ -1,4 +1,4 @@
66
MAJOR=114
77
-MINOR=0
88
-BUILD=5735
9-
-PATCH=110
9+
-PATCH=133
1010
+MINOR=1
1111
+BUILD=53
1212
+PATCH=93

patches/chrome-browser-about_flags.cc.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
2-
index e2d74e803159cd0895867bbef0c23bf425a6c0f9..a7f7bc9af381646525a93e9b6ba6a3783a980d7e 100644
2+
index 5a5a48ef70c66b8314abde3d50a03208465f2d66..782166722ea75cb59fa467edd75c549a89bad078 100644
33
--- a/chrome/browser/about_flags.cc
44
+++ b/chrome/browser/about_flags.cc
5-
@@ -3568,6 +3568,7 @@ const FeatureEntry::FeatureVariation kVcSegmentationModelVariations[] = {
5+
@@ -3569,6 +3569,7 @@ const FeatureEntry::FeatureVariation kVcSegmentationModelVariations[] = {
66
//
77
// When adding a new choice, add it to the end of the list.
88
const FeatureEntry kFeatureEntries[] = {

patches/chrome-browser-ui-views-download-bubble-download_toolbar_button_view.cc.patch

-20
This file was deleted.

patches/ios-chrome-browser-prefs-browser_prefs.mm.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/ios/chrome/browser/prefs/browser_prefs.mm b/ios/chrome/browser/prefs/browser_prefs.mm
2-
index dec58a72bdbed2a725c3ffa1465f34f146d06863..cb2c2f14921f088541393bd1c897654f002f0ce0 100644
2+
index 190826b4848d1ddf94c9040e2dc340a26fb8e3ed..66ab7689177ad608e8c75f3a3a73eaadea177f08 100644
33
--- a/ios/chrome/browser/prefs/browser_prefs.mm
44
+++ b/ios/chrome/browser/prefs/browser_prefs.mm
55
@@ -239,6 +239,7 @@ void RegisterLocalStatePrefs(PrefRegistrySimple* registry) {

patches/v8/src-codegen-compiler.cc.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/src/codegen/compiler.cc b/src/codegen/compiler.cc
2-
index 8ab64b4c002173a3cfc943b320b0f8ff84975ac4..6d0a9d8c508e4ded13357f2148446f38cad52c6b 100644
2+
index 9fa275abbbec6a22d771c2dff446f8cc4d38725e..519bf36d00a9e11ffc68f9115062d67bc25a3e77 100644
33
--- a/src/codegen/compiler.cc
44
+++ b/src/codegen/compiler.cc
5-
@@ -2893,6 +2893,7 @@ MaybeHandle<JSFunction> Compiler::GetFunctionFromEval(
5+
@@ -2909,6 +2909,7 @@ MaybeHandle<JSFunction> Compiler::GetFunctionFromEval(
66
}
77
}
88
DCHECK(is_compiled_scope.is_compiled());

0 commit comments

Comments
 (0)