forked from bromite/bromite
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #806 from uazo/next-122
Patches for 122
- Loading branch information
Showing
214 changed files
with
15,945 additions
and
125,681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
121.0.6167.164 | ||
122.0.6261.64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
build/patches/00Temp-disable-network-service-windows.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
From: Your Name <you@example.com> | ||
Date: Wed, 21 Feb 2024 09:16:27 +0000 | ||
Subject: Temp disable network service windows | ||
|
||
--- | ||
sandbox/policy/features.cc | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/sandbox/policy/features.cc b/sandbox/policy/features.cc | ||
--- a/sandbox/policy/features.cc | ||
+++ b/sandbox/policy/features.cc | ||
@@ -217,6 +217,6 @@ SET_CROMITE_FEATURE_ENABLED(kUseRendererProcessPolicy); | ||
SET_CROMITE_FEATURE_ENABLED(kRestrictRendererPoliciesInBaseline); | ||
#endif | ||
#if BUILDFLAG(IS_WIN) | ||
-SET_CROMITE_FEATURE_ENABLED(kNetworkServiceSandbox); | ||
+//SET_CROMITE_FEATURE_ENABLED(kNetworkServiceSandbox); | ||
#endif | ||
} // namespace sandbox::policy::features | ||
-- |
23 changes: 23 additions & 0 deletions
23
build/patches/00Temp-fix-Content-settings-infrastructure.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
From: Your Name <you@example.com> | ||
Date: Wed, 21 Feb 2024 09:16:51 +0000 | ||
Subject: Temp fix Content settings infrastructure | ||
|
||
--- | ||
.../content_settings/core/common/content_settings_types.mojom | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
||
diff --git a/components/content_settings/core/common/content_settings_types.mojom b/components/content_settings/core/common/content_settings_types.mojom | ||
--- a/components/content_settings/core/common/content_settings_types.mojom | ||
+++ b/components/content_settings/core/common/content_settings_types.mojom | ||
@@ -388,6 +388,10 @@ enum ContentSettingsType { | ||
WEB_PRINTING, | ||
|
||
NUM_TYPES_CHROMIUM, | ||
+ TIMEZONE_OVERRIDE, | ||
+ VIEWPORT, | ||
+ WEBGL, | ||
+ WEBRTC, | ||
// #include "components/content_settings/core/common/bromite_content_settings.inc" | ||
NUM_TYPES_BROMITE, | ||
}; | ||
-- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.