Skip to content

Commit 88c7b1b

Browse files
authored
chromium-stable: bump to 136.0.7103.59 (#44)
[skip ci]
1 parent 6fcfe6b commit 88c7b1b

File tree

6 files changed

+614
-426
lines changed

6 files changed

+614
-426
lines changed

tur-chromium/chromium-stable/1001-chromium-disable-sandbox.patch

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
// TODO(crbug.com/40188745): Implement crash reporter integration for Fuchsia.
3030
--- a/chrome/browser/ui/startup/bad_flags_prompt.cc
3131
+++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
32-
@@ -60,10 +60,12 @@
33-
static const char* kBadFlags[] = {
34-
network::switches::kIgnoreCertificateErrorsSPKIList,
32+
@@ -67,10 +67,12 @@
33+
switches::kHostRules,
34+
3535
// These flags disable sandbox-related security.
3636
+#ifndef __TERMUX__
3737
sandbox::policy::switches::kDisableGpuSandbox,
@@ -44,9 +44,9 @@
4444
#endif
4545
--- a/chrome/app/chrome_main_delegate.cc
4646
+++ b/chrome/app/chrome_main_delegate.cc
47-
@@ -235,6 +235,10 @@
48-
#include "ui/gfx/switches.h"
49-
#endif
47+
@@ -226,6 +226,10 @@
48+
#include "ui/ozone/public/ozone_platform.h"
49+
#endif // BUILDFLAG(IS_OZONE)
5050

5151
+#ifdef __TERMUX__
5252
+#include "sandbox/policy/switches.h"
@@ -55,7 +55,7 @@
5555
base::LazyInstance<ChromeContentGpuClient>::DestructorAtExit
5656
g_chrome_content_gpu_client = LAZY_INSTANCE_INITIALIZER;
5757
base::LazyInstance<ChromeContentRendererClient>::DestructorAtExit
58-
@@ -1037,6 +1041,14 @@
58+
@@ -1061,6 +1065,14 @@
5959
const base::CommandLine& command_line =
6060
*base::CommandLine::ForCurrentProcess();
6161

@@ -72,7 +72,7 @@
7272
// web security by setting the kWebKitWebSecurityEnabled pref directly.
7373
--- a/content/shell/browser/shell_content_browser_client.cc
7474
+++ b/content/shell/browser/shell_content_browser_client.cc
75-
@@ -131,6 +131,10 @@
75+
@@ -140,6 +140,10 @@
7676
#include "media/mojo/services/media_foundation_preferences.h"
7777
#endif // BUILDFLAG(IS_WIN)
7878

@@ -83,7 +83,7 @@
8383
namespace content {
8484

8585
namespace {
86-
@@ -405,6 +409,9 @@
86+
@@ -448,6 +452,9 @@
8787
// to shell_main.cc that it's a browser test.
8888
switches::kBrowserTest,
8989
#endif

tur-chromium/chromium-stable/1010-chromium-no-priority-inheritance-locks.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)