mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Sent log messages to the constellation.
This commit is contained in:
parent
175340d146
commit
44422744ff
11 changed files with 229 additions and 18 deletions
|
@ -12,6 +12,7 @@
|
|||
#![deny(unsafe_code)]
|
||||
#![plugin(serde_macros)]
|
||||
|
||||
extern crate backtrace;
|
||||
extern crate canvas;
|
||||
extern crate canvas_traits;
|
||||
extern crate clipboard;
|
||||
|
@ -47,7 +48,7 @@ mod pipeline;
|
|||
mod sandboxing;
|
||||
mod timer_scheduler;
|
||||
|
||||
pub use constellation::{Constellation, InitialConstellationState};
|
||||
pub use constellation::{Constellation, FromCompositorLogger, FromScriptLogger, InitialConstellationState};
|
||||
pub use pipeline::UnprivilegedPipelineContent;
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
pub use sandboxing::content_process_sandbox_profile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue