Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the net monitor panel in FF's devtools show meaningful output. #11593

Merged
merged 1 commit into from Jun 6, 2016

Commits on Jun 5, 2016

  1. 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.
    jdm committed Jun 5, 2016
You can’t perform that action at this time.