servo/components/devtools/actors
Josh Matthews 7bf2e19437 Make the net monitor panel in FF's devtools show meaningful output.
0) Advertise support for the network monitor in the initial protocol communication.
1) Only notify the developer tools server about the final request in an HTTP transaction.
2) Add timing information for connecting to the HTTP server and sending the HTTP request.
3) Reduce duplication between various networkEventUpdate structures by creating a helper function
that merges two JSON structures together. This also corrects the JSON structure so the devtools
client interprets the output correctly.
4) Calculate various header size fields correctly.
5) Remove unnecessary usize->u32 casts by making the appropriate fields usize.
6) Add header values to request and response header messages.
7) Support triggering page reloads via the devtools client.
2016-06-06 00:51:36 +01:00
..
console.rs Use debug instead of println in devtools 2016-05-27 15:09:26 +05:30
framerate.rs Use serde in devtools 2016-03-31 11:07:18 +02:00
inspector.rs Use serde in devtools 2016-03-31 11:07:18 +02:00
memory.rs Use serde in devtools 2016-03-31 11:07:18 +02:00
network_event.rs Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
object.rs Use serde in devtools 2016-03-31 11:07:18 +02:00
performance.rs Implement a dummy canCurrentlyRecord method in performance actor 2016-05-30 20:00:36 +02:00
profiler.rs Use serde in devtools 2016-03-31 11:07:18 +02:00
root.rs Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
tab.rs Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
thread.rs Implement a dummy sources message in the thread actor 2016-05-30 20:00:32 +02:00
timeline.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
worker.rs Use serde in devtools 2016-03-31 11:07:18 +02:00