aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits
Commit message (Expand)AuthorAgeFilesLines
* Add PerformanceResourceTiming: domainLookupStartKamil Niski2019-06-301-0/+4
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-133-7/+5
* Remove unused code from net and net_traits cratesest312019-06-026-239/+0
* Auto merge of #23323 - nehalem501:master, r=jdmbors-servo2019-05-171-1/+4
|\
| * Add connectStart in PerformanceResourceTimingTomek LECOCQ2019-05-031-1/+4
* | Introduce parser metadata for requestCYBAI2019-05-111-0/+19
* | Create resource timing entry for sync network fetchpylbrecht2019-05-081-32/+0
|/
* Auto merge of #23090 - miller-time:nav-fetch-referrer, r=gterzianbors-servo2019-04-251-9/+5
|\
| * set referrer in window.load_urlRussell Cousineau2019-04-191-9/+5
* | 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-102-46/+143
* Add connectEnd attribute to PerformanceResourceTiming interfacepylbrecht2019-04-041-1/+4
* Auto merge of #22973 - paulrouget:wrupdate, r=emiliobors-servo2019-03-221-1/+1
|\
| * WR update: dependencies updatePaul Rouget2019-03-211-1/+1
* | create uuid before sending PromoteMemory messageRussell Cousineau2019-03-181-8/+2
|/
* Add PerformanceResourceTiming: redirectStartkkpoon2019-02-011-1/+17
* Auto merge of #22714 - aditj:patch-3, r=jdmbors-servo2019-01-281-0/+4
|\
| * Added fetch_start functionality in http_fetchAdit Jain2019-01-241-0/+4
* | Update references to malloc_size_of_derive, which is in crates.io now.Emilio Cobos Álvarez2019-01-131-1/+1
|/
* Fix some warningsSimon Sapin2018-12-282-4/+4
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Upgrade to rustc 1.33.0-nightly (fb86d604b 2018-12-27)Simon Sapin2018-12-281-2/+0
* Remove `foreign` service-workers modeCYBAI2018-12-231-1/+0
* Use Mime::get_paramAnthony Ramine2018-12-121-5/+3
* Change Response's statusText default value from 'Ok' to an empty stringGeorge Roman2018-11-272-3/+3
* Set response status for range requests to file and blob urlsFernando Jiménez Moreno2018-11-261-1/+3
* Auto merge of #22225 - servo:webgl, r=emiliobors-servo2018-11-211-12/+1
|\
| * Move PixelFormat to the pixels crateAnthony Ramine2018-11-201-12/+1
* | refactored performance timing to align with updated specddh2018-11-204-8/+101
|/
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-1914-14/+14
* Auto merge of #22217 - yawboakye:fix-duplicate-code, r=jdmbors-servo2018-11-181-1/+0
|\
| * Remove duplicate codeYaw Boakye2018-11-181-1/+0
* | Update image related dependenciesBastien Orivel2018-11-181-1/+1
* | Prefix some pixels functions with rgba8_Anthony Ramine2018-11-161-1/+1
* | Update uuidBastien Orivel2018-11-091-1/+1
* | Remove useless `use crate_name;` imports.Simon Sapin2018-11-083-5/+0
* | `cargo fix --edition-idioms`Simon Sapin2018-11-086-25/+6
|/
* Reorder importsPyfisch2018-11-063-3/+3
* Switch most crates to the 2018 editionSimon Sapin2018-11-061-0/+1
* Sort `use` statementsSimon Sapin2018-11-062-4/+4
* `cargo fix --edition`Simon Sapin2018-11-067-13/+13
* Rustfmt net_traits cratePyfisch2018-11-0310-131/+229
* Update hyper to 0.12Bastien Orivel2018-11-015-69/+168
* Add lots of derived Debug implsAlan Jeffrey2018-10-296-34/+34
* Auto merge of #21933 - notriddle:navigation-redirect-status-code, r=noxbors-servo2018-10-161-0/+2
|\
| * Thread the status through navigation redirectsMichael Howell2018-10-131-0/+2
* | Remove Origin::unicode_serializationBastien Orivel2018-10-121-1/+1
|/
* Auto merge of #21877 - servo:webgl, r=jdmbors-servo2018-10-093-19/+4
|\
| * Merge some byte swap/premultiply functions in their own crateAnthony Ramine2018-10-063-19/+4