mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
allow for a service worker manager per origin
This commit is contained in:
parent
9972aee81f
commit
db217d5575
11 changed files with 405 additions and 245 deletions
|
@ -24,6 +24,7 @@ mod pipeline;
|
|||
not(target_arch = "aarch64")
|
||||
))]
|
||||
mod sandboxing;
|
||||
mod serviceworker;
|
||||
mod session_history;
|
||||
mod timer_scheduler;
|
||||
|
||||
|
@ -38,4 +39,4 @@ pub use crate::pipeline::UnprivilegedPipelineContent;
|
|||
not(target_arch = "arm"),
|
||||
not(target_arch = "aarch64")
|
||||
))]
|
||||
pub use crate::sandboxing::content_process_sandbox_profile;
|
||||
pub use crate::sandboxing::{content_process_sandbox_profile, UnprivilegedContent};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue