aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Rust nightly to 1.19.0-nightly (2416e222e 2017-06-09)Anthony Ramine2017-06-091-1/+1
* Revert "Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)"Anthony Ramine2017-06-031-1/+1
* Update Rust nightly to 1.19.0-nightly (6165203c4 2017-06-03)Anthony Ramine2017-06-031-1/+1
* Redirect document loads manuallyNikhil Shagrithaya2017-05-311-1/+7
* Stop using unstable slice_patterns featureMatt Brubeck2017-05-011-1/+0
* Move hosts module into net crate. Remove obsolete functions.Josh Matthews2017-04-061-2/+0
* Update Hyper and OpenSSLddh2017-03-311-63/+7
* Make the WebSocket handshake ourselves to ease switching libsAnthony Ramine2017-03-291-1/+1
* Introduce NetworkError::from_hyper_error and from_ssl_errorAnthony Ramine2017-03-291-2/+69
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-271-1/+0
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-271-1/+2
* Remove useless dependency on websocket from net_traitsAnthony Ramine2017-03-241-2/+0
* Only pass the protocol in use in to establish a WS connectionAnthony Ramine2017-03-241-8/+3
* Properly follow the spec in WebSocket::ConstructorAnthony Ramine2017-03-241-2/+1
* Replace manual host parsing code with parse-host crateFernando Jiménez Moreno2017-03-091-0/+1
* Send response for image requests progressively to image cache.Josh Matthews2017-02-221-2/+2
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-181-2/+2
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-161-2/+2
* Simplify handling of the referrer policy header in ScriptThread::load().Ms2ger2017-01-261-1/+24
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-1/+0
* Auto merge of #14868 - bd339:iss14068, r=jdmbors-servo2017-01-091-1/+3
|\
| * Don't lose information in Fetch APIbd3392017-01-091-1/+3
* | Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
|/
* Rustfmt net_traits.Ms2ger2017-01-031-26/+30
* Reformat WebSocketNetworkEvent::ConnectionEstablished and CoreResourceMsg::Se...Ms2ger2017-01-031-13/+9
* Reformat fetch_async().Ms2ger2017-01-031-3/+2
* Remove unused ConstellationMsg from net_traits.Ms2ger2016-12-261-7/+0
* net: Simplify content_type setter.Emilio Cobos Álvarez2016-12-251-16/+9
* Separate the async bluetooth handling from networking code.Ms2ger2016-12-211-9/+0
* Refactor and simplify 'set cookies' operations on resource thread.Corey Farwell2016-12-151-4/+4
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove LoadConsumer, LoadResponse, ProgressMsg.Ms2ger2016-12-131-28/+0
* Fix doc comment syntax.Corey Farwell2016-12-081-1/+1