mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Create source actors from Debugger API notifications
Co-authored-by: atbrakhi <atbrakhi@igalia.com> Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
e2eabd41c9
commit
048d0b0538
13 changed files with 193 additions and 64 deletions
|
@ -3449,8 +3449,9 @@ impl ScriptThread {
|
|||
incomplete.load_data.inherited_secure_context,
|
||||
incomplete.theme,
|
||||
);
|
||||
// TODO: call this for workers too
|
||||
self.debugger_global
|
||||
.fire_add_debuggee(can_gc, window.upcast());
|
||||
.fire_add_debuggee(can_gc, window.upcast(), incomplete.pipeline_id);
|
||||
|
||||
let _realm = enter_realm(&*window);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue