mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Experimental implementation of (a small subset of) mozbrowser APIs.
This commit is contained in:
parent
fef439726a
commit
bf9b8f7050
10 changed files with 393 additions and 40 deletions
|
@ -84,6 +84,7 @@ impl Pipeline {
|
|||
let (script_chan, script_port) = channel();
|
||||
ScriptTaskFactory::create(None::<&mut STF>,
|
||||
id,
|
||||
parent_info,
|
||||
compositor_proxy.clone_compositor_proxy(),
|
||||
&layout_pair,
|
||||
ScriptControlChan(script_chan.clone()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue