servo/components/devtools
Harrison G e0f007a940 Closes #6724 (Allows object evaluation in devtools)
The purpose of this is to fix how objects were previously evaluated in
the developer tools.

- Before this, evaluating an object such as the `window` would `panic!`
- After this, evaluating an object such as the `window` outputs `[object
  Window]`

A few things to note:

- This commit contains `unsafe` code.
- This does not contain a test because the developer tools cannot be properly tested until #5971 lands.
2015-08-09 11:45:16 -04:00
..
actors Closes #6724 (Allows object evaluation in devtools) 2015-08-09 11:45:16 -04:00
actor.rs devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
Cargo.toml servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
lib.rs Closes #6724 (Allows object evaluation in devtools) 2015-08-09 11:45:16 -04:00
protocol.rs Fixes #6879 2015-08-05 14:53:53 -04:00