aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits
Commit message (Expand)AuthorAgeFilesLines
* check same-origin and url against the blob beign revokedShinichi Morimoto2019-11-181-2/+10
* Update rand to 0.7 (fixes #24448)Anthony Ramine2019-10-231-1/+1
* Auto merge of #24508 - pajamapants3000:21254, r=jdmbors-servo2019-10-222-1/+241
|\
| * Minor assert message edits for consistencyTommy2019-10-201-5/+2
| * Add start_time to resource timing.Tommy Lincoln2019-10-202-1/+244
* | Add simple implementation of content-security-policy on scripts / stylesMichael Howell2019-10-162-31/+16
|/
* Auto merge of #23990 - tomasdivito:add-secure-connection-start, r=jdmbors-servo2019-10-101-0/+6
|\
| * implemented secure_connection_startTomas Di Vito2019-10-101-0/+6
* | Support CORS attributes for image elements.Josh Matthews2019-10-042-2/+12
* | Double key image cache by requesting origin, and store CORS status with cache...Josh Matthews2019-10-042-2/+17
* | Remove unused dependenciesShotaro Yamada2019-10-011-2/+0
|/
* Move ResourceFetchTiming into ArcJaved Nissar2019-09-181-5/+8
* 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 ipc-channel and related dependenciesBastien Orivel2019-08-271-1/+1
* Auto merge of #23838 - servo:url-2.0, r=Manishearthbors-servo2019-08-172-14/+27
|\
| * Update to percent-encoding 2.0Simon Sapin2019-08-172-9/+24
| * Update to url 2.0Simon Sapin2019-08-172-6/+4
* | Update webrender, image, png and raqoteBastien Orivel2019-08-161-1/+1
|/
* 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-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