servo/components/devtools
Shanil Puri fc7b3699ed Sending exit message to devtools to exit.
Accepted and closed incoming streams

Added header to for constant use.

Removed extra spaces.

Corrected spacing to conform to coding standards.

Corrected spacing to conform to coding standards.

Corrected spacing to conform with coding standards.

Moving new import next to old import for devtools_traits as specified in comment.

Removed method definition to include as inline code and changed to iter_mut.

Using loops to exit devtools on server exit message and disconnected message to simply break as suggested in the comment.

Removing TODO comment for completed functionality.

Moved the operation for exit of devtools on servo closing outside the match loop.

Removing trailing ';' and adding new line before connection closing loop.
2014-11-13 20:44:06 -05:00
..
actors Upgrade to rustc d2b30f7d3 2014-09-23 2014-09-29 17:41:45 +01:00
actor.rs Use std::intrinsics::TypeId 2014-10-01 13:56:34 -04:00
Cargo.toml Run all task spawning through util, to allow for easy hooking. 2014-10-28 09:53:45 -07:00
lib.rs Sending exit message to devtools to exit. 2014-11-13 20:44:06 -05:00
protocol.rs Split devtools implementation into sensible modules. 2014-09-18 15:06:40 -04:00