Skip to content
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

Upgrade from Chromium 105.0.5195.102 to Chromium 105.0.5195.127 #15087

Merged
merged 4 commits into from
Sep 14, 2022
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 @@ -17,9 +17,9 @@ bool ParseCertificatesFile(base::StringPiece certs_input,
Pinsets* pinsets,
base::Time* timestamp) {
base::StringPiece brave_certs = R"brave_certs(
# Last updated: Fri Sep 2 18:32:22 UTC 2022
# Last updated: Tue Sep 13 18:04:00 UTC 2022
PinsListTimestamp
1662143542
1663092240

# =====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 @@ -258,7 +258,7 @@
"projects": {
"chrome": {
"dir": "src",
"tag": "105.0.5195.102",
"tag": "105.0.5195.127",
"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 b310bb8fac3cecf490b47a7b13ea8185ff07a4d2..438e2e36eebeb6dd6236a93de6ecbd9134618a15 100644
index c7b2d7decf390cc3044cb384d4e3d22f42d9352a..0527e148d9e188df85b32f489e09acd4ccac2a5e 100644
--- a/chrome/VERSION
+++ b/chrome/VERSION
@@ -1,4 +1,4 @@
MAJOR=105
-MINOR=0
-BUILD=5195
-PATCH=102
-PATCH=127
+MINOR=1
+BUILD=45
+PATCH=44
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
index 72d811b043287157af9ce8f669ad485596b60330..680a17a45507b7bd160b837070c73ed1add3e516 100644
index e7e355af6fb92e3a4f7563442ac3fe453b1c3a71..54e3257d16920f90e8d0861f144d390823a6746b 100644
--- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
+++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc
@@ -1431,6 +1431,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL(
@@ -1433,6 +1433,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL(

// static
ChromeWebUIControllerFactory* ChromeWebUIControllerFactory::GetInstance() {
Expand Down
1 change: 1 addition & 0 deletions test/filters/browser_tests.filter
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-_/WebrtcLoggingPrivateApiStartEventLoggingTestFeatureAndPolicyEnabled.*
-AccessCodeCastHandlerBrowserTest.*
-AccessContextAuditBrowserTest.*
-AccessContextAuditSessionRestoreBrowserTest.*
-AccessibilityLabelsMenuObserverTest.*
Expand Down
4 changes: 4 additions & 0 deletions test/filters/unit_tests.filter
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
-AboutFlagsHistogramTest.*
-AboutFlagsTest.*
-AccessCodeCastDiscoveryInterfaceTest.SyncError
-AccessCodeCastFeatureTest.GetAccessCodeDeviceDurationPrefSwitchEnabled
-AccessCodeCastSinkServiceFactoryTest.PrefEnabledReturnsValidService
-AccessibilityCheckerTest.*
-ActiveTabDelegateTest.*
-ActiveTabTest.*
Expand Down Expand Up @@ -61,6 +63,8 @@
-BrowserUnitTest.*
-BrowserViewHostedAppTest.*
-BrowserViewTest.*
-CastDialogViewTest.AccessCodeEmptySinksSourcesAvailable
-CastDialogViewTest.ShowAccessCodeCastButtonEnabled
-CastHandlerTest.*
-CastMediaNotificationProducerTest.*
-CastToolbarButtonTest.*
Expand Down