mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement origin concept.
This commit is contained in:
parent
e8e354d5d3
commit
a8233a135e
8 changed files with 215 additions and 9 deletions
|
@ -90,6 +90,7 @@ pub mod dom;
|
|||
pub mod layout_interface;
|
||||
mod mem;
|
||||
mod network_listener;
|
||||
pub mod origin;
|
||||
pub mod page;
|
||||
pub mod parse;
|
||||
pub mod reporter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue