mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Redirect document loads manually
This commit is contained in:
parent
779edd7c4a
commit
541baafe1c
17 changed files with 376 additions and 52 deletions
|
@ -19,6 +19,7 @@ extern crate euclid;
|
|||
extern crate gaol;
|
||||
extern crate gfx;
|
||||
extern crate gfx_traits;
|
||||
extern crate hyper;
|
||||
extern crate ipc_channel;
|
||||
extern crate itertools;
|
||||
extern crate layout_traits;
|
||||
|
@ -44,6 +45,7 @@ extern crate webvr_traits;
|
|||
mod browsingcontext;
|
||||
mod constellation;
|
||||
mod event_loop;
|
||||
mod network_listener;
|
||||
mod pipeline;
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
mod sandboxing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue