mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move code related to json packet reading to JsonPacketSender trait
fixup! Move code related to json packet reading to JsonPacketSender trait
This commit is contained in:
parent
f0184a2d01
commit
4c1a89544e
6 changed files with 41 additions and 39 deletions
|
@ -7,7 +7,7 @@
|
|||
/// inspection, JS evaluation, autocompletion) in Servo.
|
||||
|
||||
use actor::{Actor, ActorRegistry};
|
||||
use protocol::JsonPacketSender;
|
||||
use protocol::JsonPacketStream;
|
||||
|
||||
use devtools_traits::{EvaluateJS, NullValue, VoidValue, NumberValue, StringValue, BooleanValue};
|
||||
use devtools_traits::{ActorValue, DevtoolScriptControlMsg};
|
||||
|
|
|
@ -8,7 +8,7 @@ use devtools_traits::{GetRootNode, GetDocumentElement, GetChildren, DevtoolScrip
|
|||
use devtools_traits::{GetLayout, NodeInfo};
|
||||
|
||||
use actor::{Actor, ActorRegistry};
|
||||
use protocol::JsonPacketSender;
|
||||
use protocol::JsonPacketStream;
|
||||
|
||||
use collections::TreeMap;
|
||||
use servo_msg::constellation_msg::PipelineId;
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
use actor::{Actor, ActorRegistry};
|
||||
use actors::tab::{TabActor, TabActorMsg};
|
||||
use protocol::JsonPacketSender;
|
||||
use protocol::JsonPacketStream;
|
||||
|
||||
use serialize::json;
|
||||
use std::io::TcpStream;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
/// Supports dynamic attaching and detaching which control notifications of navigation, etc.
|
||||
|
||||
use actor::{Actor, ActorRegistry};
|
||||
use protocol::JsonPacketSender;
|
||||
use protocol::JsonPacketStream;
|
||||
|
||||
use serialize::json;
|
||||
use std::io::TcpStream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue