diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index c11b51b32..d5e01eed6 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,6 +7,6 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/113.0.5672.37', + 'chromium_checkout': 'refs/tags/113.0.5672.53', 'depot_tools_checkout': '2075f733e8' } diff --git a/patch/patches/base_sandbox_2743.patch b/patch/patches/base_sandbox_2743.patch index 8c1a6e0bf..e4f281604 100644 --- a/patch/patches/base_sandbox_2743.patch +++ b/patch/patches/base_sandbox_2743.patch @@ -1,5 +1,5 @@ diff --git base/BUILD.gn base/BUILD.gn -index 80f6eaf01c022..b1a35ad087a5b 100644 +index 4d8087f0d747e..7b80d8012399b 100644 --- base/BUILD.gn +++ base/BUILD.gn @@ -40,6 +40,7 @@ import("//build/config/ui.gni") @@ -10,7 +10,7 @@ index 80f6eaf01c022..b1a35ad087a5b 100644 import("//testing/libfuzzer/fuzzer_test.gni") import("//testing/test.gni") -@@ -1535,7 +1536,11 @@ component("base") { +@@ -1537,7 +1538,11 @@ component("base") { "hash/md5_constexpr_internal.h", "hash/sha1.h", ] @@ -23,7 +23,7 @@ index 80f6eaf01c022..b1a35ad087a5b 100644 sources += [ "hash/md5_nacl.cc", "hash/md5_nacl.h", -@@ -1935,6 +1940,12 @@ component("base") { +@@ -1937,6 +1942,12 @@ component("base") { defines += [ "COM_INIT_CHECK_HOOK_DISABLED" ] } diff --git a/patch/patches/chrome_runtime_views.patch b/patch/patches/chrome_runtime_views.patch index 9136073d3..35bb8265e 100644 --- a/patch/patches/chrome_runtime_views.patch +++ b/patch/patches/chrome_runtime_views.patch @@ -359,7 +359,7 @@ index d9fb9af4db3eb..4a809ee9962fd 100644 BrowserFrame(const BrowserFrame&) = delete; BrowserFrame& operator=(const BrowserFrame&) = delete; diff --git chrome/browser/ui/views/frame/browser_view.cc chrome/browser/ui/views/frame/browser_view.cc -index ff1d8ce809a68..a58efb5ca5b72 100644 +index 536ccd7846166..45dda00b1735e 100644 --- chrome/browser/ui/views/frame/browser_view.cc +++ chrome/browser/ui/views/frame/browser_view.cc @@ -308,11 +308,10 @@ using content::NativeWebKeyboardEvent; @@ -507,7 +507,7 @@ index ff1d8ce809a68..a58efb5ca5b72 100644 } bool BrowserView::ShouldUseImmersiveFullscreenForUrl(const GURL& url) const { -@@ -4606,6 +4630,8 @@ Profile* BrowserView::GetProfile() { +@@ -4614,6 +4638,8 @@ Profile* BrowserView::GetProfile() { } void BrowserView::UpdateUIForTabFullscreen() { @@ -516,7 +516,7 @@ index ff1d8ce809a68..a58efb5ca5b72 100644 frame()->GetFrameView()->UpdateFullscreenTopUI(); } -@@ -4628,6 +4654,8 @@ void BrowserView::HideDownloadShelf() { +@@ -4636,6 +4662,8 @@ void BrowserView::HideDownloadShelf() { } bool BrowserView::CanUserExitFullscreen() const { diff --git a/patch/patches/printing_context_2196.patch b/patch/patches/printing_context_2196.patch index b187826ce..7456929e7 100644 --- a/patch/patches/printing_context_2196.patch +++ b/patch/patches/printing_context_2196.patch @@ -1,8 +1,8 @@ diff --git chrome/browser/printing/printer_query.cc chrome/browser/printing/printer_query.cc -index 53e3de608b677..37e7afb5d1b37 100644 +index c52b6b1bfcd6b..dd99ad48f8504 100644 --- chrome/browser/printing/printer_query.cc +++ chrome/browser/printing/printer_query.cc -@@ -120,6 +120,7 @@ PrinterQuery::PrinterQuery(content::GlobalRenderFrameHostId rfh_id) +@@ -121,6 +121,7 @@ PrinterQuery::PrinterQuery(content::GlobalRenderFrameHostId rfh_id) rfh_id_(rfh_id), cookie_(PrintSettings::NewCookie()) { DCHECK_CURRENTLY_ON(content::BrowserThread::UI); @@ -11,10 +11,10 @@ index 53e3de608b677..37e7afb5d1b37 100644 PrinterQuery::~PrinterQuery() { diff --git printing/printing_context.h printing/printing_context.h -index 7582c73418e74..f5b477c18c65a 100644 +index 2fb3aef0797f2..73248cd2d2039 100644 --- printing/printing_context.h +++ printing/printing_context.h -@@ -173,6 +173,13 @@ class COMPONENT_EXPORT(PRINTING) PrintingContext { +@@ -180,6 +180,13 @@ class COMPONENT_EXPORT(PRINTING) PrintingContext { int job_id() const { return job_id_; } @@ -28,7 +28,7 @@ index 7582c73418e74..f5b477c18c65a 100644 protected: explicit PrintingContext(Delegate* delegate); -@@ -219,6 +226,10 @@ class COMPONENT_EXPORT(PRINTING) PrintingContext { +@@ -224,6 +231,10 @@ class COMPONENT_EXPORT(PRINTING) PrintingContext { // The job id for the current job. The value is 0 if no jobs are active. int job_id_;