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
..
console.rs Closes #6724 (Allows object evaluation in devtools) 2015-08-09 11:45:16 -04:00
framerate.rs devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
inspector.rs devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
memory.rs Firefox timeline integration #4957 2015-04-13 21:08:07 +07:00
network_event.rs Remove get_ prefix on getters 2015-06-02 08:54:44 -04:00
object.rs Closes #6724 (Allows object evaluation in devtools) 2015-08-09 11:45:16 -04:00
root.rs Reduce max line length from 150 to 120 characters 2015-05-24 00:01:49 -04:00
tab.rs Fix comments in devtools. 2015-05-14 13:10:40 +02:00
timeline.rs devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
worker.rs Fixes issue #6866 2015-08-02 16:55:42 -04:00