mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Stop sending EmbedderMsg::WebViewOpened from WindowProxy (#33514)
This is redundant since the constellation already sends this message. Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
3e29131d64
commit
188fa329eb
1 changed files with 0 additions and 2 deletions
|
@ -334,8 +334,6 @@ impl WindowProxy {
|
||||||
let constellation_msg = ScriptMsg::ScriptNewAuxiliary(load_info);
|
let constellation_msg = ScriptMsg::ScriptNewAuxiliary(load_info);
|
||||||
window.send_to_constellation(constellation_msg);
|
window.send_to_constellation(constellation_msg);
|
||||||
ScriptThread::process_attach_layout(new_layout_info, document.origin().clone());
|
ScriptThread::process_attach_layout(new_layout_info, document.origin().clone());
|
||||||
let msg = EmbedderMsg::WebViewOpened(new_top_level_browsing_context_id);
|
|
||||||
window.send_to_embedder(msg);
|
|
||||||
// TODO: if noopener is false, copy the sessionStorage storage area of the creator origin.
|
// TODO: if noopener is false, copy the sessionStorage storage area of the creator origin.
|
||||||
// See step 14 of https://html.spec.whatwg.org/multipage/#creating-a-new-browsing-context
|
// See step 14 of https://html.spec.whatwg.org/multipage/#creating-a-new-browsing-context
|
||||||
let auxiliary =
|
let auxiliary =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue