mirror of
https://github.com/servo/servo
synced 2026-04-26 17:45:19 +02:00
cargo: Rename workspace-local library starting with c to servo_* (#43622)
- canvas - constellation_traits - canvas_traits - constellation Testing: This should not change any behaviour. --------- Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
use std::cell::Cell;
|
||||
use std::rc::Rc;
|
||||
|
||||
use constellation_traits::{
|
||||
IFrameLoadInfo, IFrameLoadInfoWithData, JsEvalResult, LoadData, LoadOrigin,
|
||||
NavigationHistoryBehavior, ScriptToConstellationMessage,
|
||||
};
|
||||
use content_security_policy::sandboxing_directive::{
|
||||
SandboxingFlagSet, parse_a_sandboxing_directive,
|
||||
};
|
||||
@@ -23,6 +19,10 @@ use profile_traits::ipc as ProfiledIpc;
|
||||
use script_bindings::script_runtime::temp_cx;
|
||||
use script_traits::{NewPipelineInfo, UpdatePipelineIdReason};
|
||||
use servo_base::id::{BrowsingContextId, PipelineId, WebViewId};
|
||||
use servo_constellation_traits::{
|
||||
IFrameLoadInfo, IFrameLoadInfoWithData, JsEvalResult, LoadData, LoadOrigin,
|
||||
NavigationHistoryBehavior, ScriptToConstellationMessage,
|
||||
};
|
||||
use servo_url::ServoUrl;
|
||||
use style::attr::{AttrValue, LengthOrPercentageOrAuto};
|
||||
use stylo_atoms::Atom;
|
||||
|
||||
Reference in New Issue
Block a user