-
Notifications
You must be signed in to change notification settings - Fork 885
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade from Chromium 132.0.6834.33 to Chromium 132.0.6834.46 (#26985)
* Upgrade from Chromium 132.0.6834.33 to Chromium 132.0.6834.46 * Update pins list timestamp * Remove unnecessary space from render_frame_host_impl.cc patch --------- Co-authored-by: brave-builds <[email protected]>
- Loading branch information
1 parent
3b00894
commit 5359644
Showing
10 changed files
with
17 additions
and
18 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
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
4 changes: 2 additions & 2 deletions
4
patches/chrome-browser-browsing_data-chrome_browsing_data_remover_delegate.cc.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
4 changes: 2 additions & 2 deletions
4
patches/chrome-browser-extensions-extension_tab_util.cc.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
2 changes: 1 addition & 1 deletion
2
patches/chrome-renderer-chrome_content_renderer_client.cc.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
9 changes: 4 additions & 5 deletions
9
patches/content-browser-renderer_host-render_frame_host_impl.cc.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 |
---|---|---|
@@ -1,29 +1,28 @@ | ||
diff --git a/content/browser/renderer_host/render_frame_host_impl.cc b/content/browser/renderer_host/render_frame_host_impl.cc | ||
index 95b2ad64c83361c452f9256cf96873f2cd82b446..67506224d593d4c52a870d71d9aae520684ff283 100644 | ||
index c77216fb7f109ae198b10867ff53559c14a4a204..5bd802007ecfb00c5b4a1d88a7aa23bf6f14fc9f 100644 | ||
--- a/content/browser/renderer_host/render_frame_host_impl.cc | ||
+++ b/content/browser/renderer_host/render_frame_host_impl.cc | ||
@@ -4817,6 +4817,7 @@ net::IsolationInfo RenderFrameHostImpl::ComputeIsolationInfoInternal( | ||
@@ -4797,6 +4797,7 @@ net::IsolationInfo RenderFrameHostImpl::ComputeIsolationInfoInternal( | ||
candidate_site_for_cookies = net::SiteForCookies(top_frame_site); | ||
} | ||
|
||
+ BRAVE_RENDER_FRAME_HOST_IMPL_COMPUTE_ISOLATION_INFO_INTERNAL | ||
std::optional<base::UnguessableToken> nonce = | ||
ComputeNonce(is_credentialless, fenced_frame_nonce_for_navigation); | ||
return net::IsolationInfo::Create(request_type, top_frame_origin, | ||
@@ -4827,6 +4828,7 @@ net::IsolationInfo RenderFrameHostImpl::ComputeIsolationInfoInternal( | ||
@@ -4807,6 +4808,7 @@ net::IsolationInfo RenderFrameHostImpl::ComputeIsolationInfoInternal( | ||
std::optional<base::UnguessableToken> RenderFrameHostImpl::ComputeNonce( | ||
bool is_credentialless, | ||
std::optional<base::UnguessableToken> fenced_frame_nonce_for_navigation) { | ||
+ BRAVE_RENDER_FRAME_HOST_IMPL_COMPUTE_NONCE | ||
// If it's a credentialless frame tree, use its nonce even if it's within a | ||
// fenced frame tree to maintain the guarantee that a credentialless frame | ||
// tree has a unique nonce. | ||
@@ -9228,6 +9230,8 @@ void RenderFrameHostImpl::CreateNewWindow( | ||
@@ -9208,6 +9210,7 @@ void RenderFrameHostImpl::CreateNewWindow( | ||
dom_storage_context, params->session_storage_namespace_id); | ||
} | ||
|
||
+ params->no_javascript_access = no_javascript_access; | ||
+ | ||
if (IsCredentialless() || IsNestedWithinFencedFrame() || | ||
CoopSuppressOpener(/*opener=*/this)) { | ||
params->opener_suppressed = true; |
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
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
2 changes: 1 addition & 1 deletion
2
patches/third_party-blink-renderer-platform-runtime_enabled_features.json5.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