Skip to content

Upgrade from Chromium 114.0.5735.110 to Chromium 114.0.5735.133 (1.53.x) #18892

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,9 @@ bool ParseCertificatesFile(base::StringPiece certs_input,
Pinsets* pinsets,
base::Time* timestamp) {
constexpr base::StringPiece brave_certs = R"brave_certs(
# Last updated: Mon Jun 5 22:17:09 UTC 2023
# Last updated: Tue Jun 13 19:15:11 UTC 2023
PinsListTimestamp
1686003429
1686683711

# =====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 @@ -266,7 +266,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "114.0.5735.110",
"tag": "114.0.5735.133",
"repository": {
"url": "https://github.com/chromium/chromium"
}
Expand Down
4 changes: 2 additions & 2 deletions patches/chrome-VERSION.patch
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
diff --git a/chrome/VERSION b/chrome/VERSION
index ab7add034d1fdf85e041737817228fe00b255f9a..1b06e4b5c4a4e0656d8c768bda3d222232e7844c 100644
index ce753b5c797d135b7b879b125630190fdc5eadcc..c9d2d30d77db8b729e2ec56a177da105b10adb51 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=114
-MINOR=0
-BUILD=5735
-PATCH=110
-PATCH=133
+MINOR=1
+BUILD=53
+PATCH=92
4 changes: 2 additions & 2 deletions patches/chrome-browser-about_flags.cc.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e2d74e803159cd0895867bbef0c23bf425a6c0f9..a7f7bc9af381646525a93e9b6ba6a3783a980d7e 100644
index 5a5a48ef70c66b8314abde3d50a03208465f2d66..782166722ea75cb59fa467edd75c549a89bad078 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -3568,6 +3568,7 @@ const FeatureEntry::FeatureVariation kVcSegmentationModelVariations[] = {
@@ -3569,6 +3569,7 @@ const FeatureEntry::FeatureVariation kVcSegmentationModelVariations[] = {
//
// When adding a new choice, add it to the end of the list.
const FeatureEntry kFeatureEntries[] = {
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion patches/ios-chrome-browser-prefs-browser_prefs.mm.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/ios/chrome/browser/prefs/browser_prefs.mm b/ios/chrome/browser/prefs/browser_prefs.mm
index dec58a72bdbed2a725c3ffa1465f34f146d06863..cb2c2f14921f088541393bd1c897654f002f0ce0 100644
index 190826b4848d1ddf94c9040e2dc340a26fb8e3ed..66ab7689177ad608e8c75f3a3a73eaadea177f08 100644
--- a/ios/chrome/browser/prefs/browser_prefs.mm
+++ b/ios/chrome/browser/prefs/browser_prefs.mm
@@ -239,6 +239,7 @@ void RegisterLocalStatePrefs(PrefRegistrySimple* registry) {
Expand Down
4 changes: 2 additions & 2 deletions patches/v8/src-codegen-compiler.cc.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/src/codegen/compiler.cc b/src/codegen/compiler.cc
index 8ab64b4c002173a3cfc943b320b0f8ff84975ac4..6d0a9d8c508e4ded13357f2148446f38cad52c6b 100644
index 9fa275abbbec6a22d771c2dff446f8cc4d38725e..519bf36d00a9e11ffc68f9115062d67bc25a3e77 100644
--- a/src/codegen/compiler.cc
+++ b/src/codegen/compiler.cc
@@ -2893,6 +2893,7 @@ MaybeHandle<JSFunction> Compiler::GetFunctionFromEval(
@@ -2909,6 +2909,7 @@ MaybeHandle<JSFunction> Compiler::GetFunctionFromEval(
}
}
DCHECK(is_compiled_scope.is_compiled());
Expand Down