mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Merge branch 'main' into outreachy-intern
This commit is contained in:
commit
0a91273a97
2099 changed files with 49743 additions and 390343 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue