aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Add start_time to resource timing.Tommy Lincoln2019-10-201-1/+29
* implemented secure_connection_startTomas Di Vito2019-10-101-0/+6
* Add PerformanceResourceTiming: TimingAllowCheckJaved Nissar2019-09-181-0/+22
* Responding to review commentsAlan Jeffrey2019-09-111-1/+6
* Prefetch img and scripts during parsingAlan Jeffrey2019-09-101-0/+15
* Update to percent-encoding 2.0Simon Sapin2019-08-171-8/+23
* Update to url 2.0Simon Sapin2019-08-171-5/+2
* ISSUE-21257: set redirectEnd on PerformanceResourceTimingThomas Delacour2019-07-191-1/+12
* Add PerformanceResourceTiming: domainLookupStartKamil Niski2019-06-301-0/+4
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-2/+1
* Remove unused code from net and net_traits cratesest312019-06-021-1/+0
* Auto merge of #23323 - nehalem501:master, r=jdmbors-servo2019-05-171-1/+4
|\
| * Add connectStart in PerformanceResourceTimingTomek LECOCQ2019-05-031-1/+4
* | Create resource timing entry for sync network fetchpylbrecht2019-05-081-32/+0
|/
* ISSUE-21263: implemented attribute setting in http loaderThomas Delacour2019-04-231-1/+4
* Add webdriver deletecookies functionaditj2019-04-191-0/+1
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-5/+5
* Add connectEnd attribute to PerformanceResourceTiming interfacepylbrecht2019-04-041-1/+4
* Add PerformanceResourceTiming: redirectStartkkpoon2019-02-011-1/+17
* Added fetch_start functionality in http_fetchAdit Jain2019-01-241-0/+4
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Use Mime::get_paramAnthony Ramine2018-12-121-5/+3
* Change Response's statusText default value from 'Ok' to an empty stringGeorge Roman2018-11-271-1/+1
* refactored performance timing to align with updated specddh2018-11-201-5/+79
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-18/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Rustfmt net_traits cratePyfisch2018-11-031-53/+84
* Update hyper to 0.12Bastien Orivel2018-11-011-32/+51
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-15/+15
* Merge some byte swap/premultiply functions in their own crateAnthony Ramine2018-10-061-0/+1
* delegate resource reading to embedderPaul Rouget2018-04-271-1/+1
* Remove insaccessible history statesConnor Brewster2018-04-171-0/+2
* Implement history stateConnor Brewster2018-04-161-0/+5
* Measure cache memory usage (#19251):modal-d172018-04-011-0/+1
* Remove cancellation map and ResourceId from the net* componentsBastien Orivel2017-11-211-6/+0
* Fetch cancellation: Add cancel_chan to FetchContextManish Goregaokar2017-11-171-4/+4
* Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-241-15/+12
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-20/+15
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-5/+5
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-2/+1
* Remove usage of unstable feature iterator_step_bySimon Sapin2017-10-111-1/+0
* order derivable traits listsClément DAVID2017-08-231-12/+12
* Add location_url to Metadata structKeith Yeung2017-08-181-0/+4
* Make network error messages more specificKeith Yeung2017-07-241-4/+2
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-9/+4
* Bump serde to 1.0Bastien Orivel2017-06-161-1/+1