servo/components/devtools
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
..
actors Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
actor.rs Use debug instead of println in devtools 2016-05-27 15:09:26 +05:30
Cargo.toml Use debug instead of println in devtools 2016-05-27 15:09:26 +05:30
lib.rs Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
protocol.rs Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00