Files
servo/components/devtools/actors
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
..
2015-04-13 21:08:07 +07:00
2015-06-02 08:54:44 -04:00
2015-05-14 13:10:40 +02:00
2015-08-02 16:55:42 -04:00