aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
Commit message (Expand)AuthorAgeFilesLines
...
* | Auto merge of #18676 - gterzian:continue_http_cache_work, r=jdmbors-servo2017-11-204-38/+710
|\ \ | |/ |/|
| * add pref to disable http cache, mozilla testsGregory Terzian2017-11-191-0/+4
| * also cache redirectsGregory Terzian2017-11-171-7/+5
| * more http cache workGregory Terzian2017-11-164-734/+612
| * Beginnings of a http cacheJosh Matthews2017-11-143-0/+792
* | Bump servo-websocket to 0.20Anthony Ramine2017-11-161-1/+1
* | Auto merge of #18882 - KiChjang:fix-origin, r=jdmbors-servo2017-11-152-4/+6
|\ \ | |/ |/|
| * Use the correct URL when checking for bad portKeith Yeung2017-11-151-1/+1
| * Use the correct origin in fetchKeith Yeung2017-11-151-3/+5
* | Upgrade to rustc 1.23.0-nightly (02004ef78 2017-11-08)Simon Sapin2017-11-094-4/+0
|/
* Merge functionality of WebsocketConnect into FetchKeith Yeung2017-10-242-34/+42
* Auto merge of #18981 - KiChjang:fold-type-destination, r=avadacatavrabors-servo2017-10-243-32/+31
|\
| * Merge request type and destinationKeith Yeung2017-10-233-32/+31
* | Use try syntax for Option where appropriateMatt Brubeck2017-10-202-17/+5
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-175-24/+24
* Update WR (details below):Glenn Watson2017-10-161-1/+1
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-122-49/+48
* Remove usage of unstable feature iterator_step_bySimon Sapin2017-10-112-2/+4
* Bump base64 to 0.6Bastien Orivel2017-10-041-1/+1
* Update some dependencies to fix some warningsSimon Sapin2017-09-201-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Auto merge of #17521 - KiChjang:update-fetch, r=jdmbors-servo2017-08-183-232/+234
|\
| * Update CORS preflight fetchKeith Yeung2017-08-181-23/+45
| * Update HTTP-network fetchKeith Yeung2017-08-181-11/+10
| * Update HTTP-network-or-cache fetchKeith Yeung2017-08-181-62/+58
| * Update HTTP-redirect fetchKeith Yeung2017-08-181-29/+31
| * Update HTTP fetchKeith Yeung2017-08-081-77/+25
| * Rename basic fetch to scheme fetchKeith Yeung2017-08-082-8/+8
| * Update main fetchKeith Yeung2017-08-082-23/+58
* | Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-1/+1
* | Update WR.Glenn Watson2017-08-091-1/+3
|/
* Audit usages of unicode case-changing methods.Corey Farwell2017-07-261-3/+5
* Auto merge of #16508 - brainlessdeveloper:fetch-set-origin, r=asajeffreybors-servo2017-07-171-1/+1
|\
| * Change RequestInit origin type to ImmutableOriginFausto Núñez Alberro2017-07-161-1/+1
* | Upgrade to the latest version of WebRenderMartin Robinson2017-07-133-19/+19
|/
* Update parse-hosts.Clar Charr2017-07-062-14/+5
* Introduce service-worker modeKeith Yeung2017-06-221-9/+24
* UntrySimon Sapin2017-06-185-24/+24
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-162-4/+1
* Bump serde to 1.0Bastien Orivel2017-06-162-7/+7
* Update WR (CPU text optimizations, image format renames).Glenn Watson2017-06-161-3/+3
* Update Rust nightly to 1.19.0-nightly (2416e222e 2017-06-09)Anthony Ramine2017-06-092-2/+2
* Implemented the plumbing for paint worklets.Alan Jeffrey2017-06-071-21/+15
* Read 32kb from the network at a time.Josh Matthews2017-06-051-1/+1
* Revert "Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)"Anthony Ramine2017-06-032-2/+2
* Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)Anthony Ramine2017-06-032-2/+2
* Redirect document loads manuallyNikhil Shagrithaya2017-05-313-17/+38
* Update dependenciesMatt Brubeck2017-05-251-1/+1
* Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-191-14/+41