aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/actors/network_event.rs
Commit message (Expand)AuthorAgeFilesLines
* Create HttpStatus to safely deal with HTTP responses status. (#33581)webbeef2024-09-291-16/+8
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-8/+8
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-75/+87
* clippy: fix some warnings in desktop and some components (#32583)ItsSunnyMonster2024-06-251-2/+2
* clippy fixes regarding clone_from (#32482)Peter Mikola2024-06-121-1/+1
* clippy: Fix several warnings in components/devtools (#31501)eri2024-03-051-8/+8
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+1
* Revert "Replace time with std::time in components/net (#31079)" (#31120)Martin Robinson2024-01-181-3/+13
* Replace time with std::time in components/net (#31079)Taym Haddadi2024-01-171-13/+3
* Replace time with std::time in components/devtools (#30927)Taym Haddadi2024-01-031-5/+22
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-6/+7
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Upgrade HyperNaveen Gattu2022-01-161-2/+2
* devtools: Track multiple clients better, and cleanup streams when a client is...Josh Matthews2020-08-061-0/+2
* devtools: Don't panic when sending to a disconnected client fails.Josh Matthews2020-08-051-8/+8
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-2/+1
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Format remaining filesPyfisch2018-11-061-10/+17
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Update hyper to 0.12Bastien Orivel2018-11-011-62/+47
* Format components devtools and devtools_traits #21373kingdido9992018-09-021-37/+45
* Remove some usage of rust-encodingSimon Sapin2017-05-271-3/+1
* Fix indentation errors in servo rust code that tidy now finds.coalman2017-04-181-2/+2
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-3/+2
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-2/+0
* Reorder `use` statementsUK9922016-09-091-1/+1
* dom::Response implementationMalisa Smith2016-09-061-1/+7
* Added devtools support to fetch for XHR + Manish's XHR ident fixddh2016-07-291-2/+5
* Make the net monitor panel in FF's devtools show meaningful output.Josh Matthews2016-06-061-46/+94
* Remove empty lines following braces.Josh Matthews2016-05-271-3/+0
* Upgrade to rust-url 1.0 and hyper 0.9Simon Sapin2016-04-231-1/+1
* Use serde in devtoolsAnthony Ramine2016-03-311-17/+18
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-3/+2
* Issue #9042: Report incorrect number of spaces around => in the style checker.Simon Martin2015-12-231-3/+3
* Support responseCookies, responseContent, responseHeaders, requestCookies, ge...Abhishek Kumar2015-12-211-15/+268
* tests for devtools integration with network requests/responsesPrabhjyot Singh Sodhi2015-09-251-11/+12
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Stop calling to_string() in devtools.Ms2ger2015-09-021-6/+6
* sort all usesJohann Tuffe2015-08-201-3/+3
* Actor::handle_message should return an enum instad of a boolean #7110 r=jdmFabrice Desré2015-08-131-9/+9
* Remove `get_` prefix on gettersCorey Farwell2015-06-021-2/+2
* Fix comments in devtools.Ms2ger2015-05-141-2/+3
* 1. Add an Option<Pipeline_id> field to the LoadData struct, and a correspondi...Himaja2015-05-051-68/+42
* 1. Add an enum type NetworkEventMessage for handling both HttpRequest and Htt...Himaja2015-05-051-7/+130
* Initial changes for devtools support for logging HTTP requests.Himaja2015-05-051-0/+68