mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Move image cache implementation to the net crate
This commit is contained in:
parent
72d7ee613b
commit
166c4e8bb2
11 changed files with 580 additions and 534 deletions
|
@ -508,7 +508,8 @@ pub trait ScriptThreadFactory {
|
|||
/// Type of message sent from script to layout.
|
||||
type Message;
|
||||
/// Create a `ScriptThread`.
|
||||
fn create(state: InitialScriptState, load_data: LoadData) -> (Sender<Self::Message>, Receiver<Self::Message>);
|
||||
fn create(state: InitialScriptState, load_data: LoadData)
|
||||
-> (Sender<Self::Message>, Receiver<Self::Message>);
|
||||
}
|
||||
|
||||
/// Whether the sandbox attribute is present for an iframe element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue