Skip to content

Commit f9ba2b3

Browse files
authored
Merge pull request #13976 from brave/103.0.5060.66_master
Upgrade from Chromium 103.0.5060.53 to Chromium 103.0.5060.66
2 parents dac7b8f + 71df6de commit f9ba2b3

4 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
"projects": {
258258
"chrome": {
259259
"dir": "src",
260-
"tag": "103.0.5060.53",
260+
"tag": "103.0.5060.66",
261261
"repository": {
262262
"url": "https://github.com/chromium/chromium"
263263
}

patches/PRESUBMIT.py.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
2-
index 81b1b62c3ef84dedaba01ef067bafc66d9ebfbb4..7e4fb471f68b60b23b03603902f33fb0e90ca204 100644
2+
index 9a47b406a55927261d2eef3e1f5d3f0d4e36502f..8d803493b82c7abacf7d4dd9608741142a98b83d 100644
33
--- a/PRESUBMIT.py
44
+++ b/PRESUBMIT.py
5-
@@ -5845,3 +5845,4 @@ def CheckPythonShebang(input_api, output_api):
5+
@@ -5942,3 +5942,4 @@ def CheckPythonShebang(input_api, output_api):
66
"Please use '#!/usr/bin/env python/2/3' as the shebang of %s" %
77
file))
88
return result

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 a34958386d7c3d637856157655735947af417243..ef241bb303ae4f601e44c9363de19c409e2c5ec6 100644
2+
index 21ee8ec3edc13984af12463ba60bb5c454bbc691..1b9ca80c5680dc4fa4d0f5f07e0e3f356f4395f6 100644
33
--- a/chrome/VERSION
44
+++ b/chrome/VERSION
55
@@ -1,4 +1,4 @@
66
MAJOR=103
77
-MINOR=0
88
-BUILD=5060
9-
-PATCH=53
9+
-PATCH=66
1010
+MINOR=1
1111
+BUILD=42
1212
+PATCH=37

patches/ios-chrome-browser-favicon-favicon_loader.mm.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ diff --git a/ios/chrome/browser/favicon/favicon_loader.mm b/ios/chrome/browser/f
22
index 3304fb2e6737bff121aeed5ac95e4abcf5a504a8..0d5f36fc6b7d73e66a4e18e190047e54f2f156fb 100644
33
--- a/ios/chrome/browser/favicon/favicon_loader.mm
44
+++ b/ios/chrome/browser/favicon/favicon_loader.mm
5-
@@ -49,7 +49,7 @@
5+
@@ -49,7 +49,7 @@ const net::NetworkTrafficAnnotationTag kTrafficAnnotation =
66

77
FaviconLoader::FaviconLoader(favicon::LargeIconService* large_icon_service)
88
: large_icon_service_(large_icon_service),

0 commit comments

Comments
 (0)