forked from
me.webbeef.org/browser.html
Rewild Your Web
1--- original
2+++ modified
3@@ -108,6 +108,8 @@
4 ScriptThreadMessage::UpdatePinchZoomInfos(id, _) => Some(*id),
5 ScriptThreadMessage::SetAccessibilityActive(..) => None,
6 ScriptThreadMessage::TriggerGarbageCollection => None,
7+ ScriptThreadMessage::DispatchEmbeddedWebViewEvent { parent, .. } => Some(*parent),
8+ ScriptThreadMessage::DispatchServoError(..) => None,
9 },
10 MixedMessage::FromScript(inner_msg) => match inner_msg {
11 MainThreadScriptMsg::Common(CommonScriptMsg::Task(_, _, pipeline_id, _)) => {