Merge branch 'main' into outreachy-intern

This commit is contained in:
Aniebiet Afia 2025-05-29 12:47:11 +01:00 committed by GitHub
commit 0a91273a97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2099 changed files with 49743 additions and 390343 deletions

View file

@ -328,6 +328,9 @@ impl WindowProxy {
opener: Some(self.browsing_context_id),
load_data,
viewport_details: window.viewport_details(),
// Use the current `WebView`'s theme initially, but the embedder may
// change this later.
theme: window.theme(),
};
ScriptThread::process_attach_layout(new_layout_info, document.origin().clone());
// TODO: if noopener is false, copy the sessionStorage storage area of the creator origin.