aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits
Commit message (Expand)AuthorAgeFilesLines
* Use the origin of the actual image response when determining if a canvas is o...SendilKumar N2017-05-191-3/+3
* Stop using unstable slice_patterns featureMatt Brubeck2017-05-012-5/+1
* Auto merge of #16288 - nox:net, r=jdmbors-servo2017-04-071-2/+0
|\
| * Kill Request::omit_origin_headerAnthony Ramine2017-04-071-2/+0
* | Remove servo feature from servo_urlXidorn Quan2017-04-071-1/+1
* | Remove servo feature from servo_configXidorn Quan2017-04-071-1/+1
|/
* Move hosts module into net crate. Remove obsolete functions.Josh Matthews2017-04-063-83/+0
* Introduce HstsList::switch_known_hsts_host_domain_url_to_httpsAnthony Ramine2017-04-051-0/+5
* Add spec links to the Request fieldsAnthony Ramine2017-04-051-1/+29
* Make Response::url_list be a bare Vec<ServoUrl>Anthony Ramine2017-04-031-5/+12
* Make Response::internal_response a bare booleanAnthony Ramine2017-04-031-6/+6
* Remove all internal mutability from RequestAnthony Ramine2017-04-031-46/+45
* Update Hyper and OpenSSLddh2017-03-312-67/+10
* 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-292-2/+70
* Move image cache implementation to the net crateFernando Jiménez Moreno2017-03-272-528/+12
* Make image cache per-document rather than globalFernando Jiménez Moreno2017-03-274-170/+639
* Use NetworkConnector directly to account for replaced hostsAnthony Ramine2017-03-261-0/+7
* Rework replace_hosts and host_replacementAnthony Ramine2017-03-261-13/+12
* Remove useless dependency on websocket from net_traitsAnthony Ramine2017-03-242-3/+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
* Implement setter for document.domainAlan Jeffrey2017-03-151-3/+2
* Added some same-origin-domain checks.Alan Jeffrey2017-03-141-3/+8
* Replace manual host parsing code with parse-host crateFernando Jiménez Moreno2017-03-093-10/+11
* Switch to our own websocket forkAnthony Ramine2017-03-021-1/+1
* Kill serde_codegen 💣Anthony Ramine2017-02-281-5/+1
* Remove rustc-serialize from cookieAnthony Ramine2017-02-241-1/+1
* Send response for image requests progressively to image cache.Josh Matthews2017-02-222-6/+7
* Avoid dropping image requests on the ground from non-script-initiated reflow.Josh Matthews2017-02-221-3/+19
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-63/+40
* Add ImmutableOrigin to allow for serializing originsConnor Brewster2017-02-221-4/+3
* Update serde to 0.9 (fixes #15325)Anthony Ramine2017-02-182-7/+7
* Reorder some dependenciesAnthony Ramine2017-02-181-4/+4
* Update ipc-channel to 0.6.3Anthony Ramine2017-02-162-3/+3
* Remove unused part of the return value of parse_blob_url().Ms2ger2017-01-301-3/+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
* Update image.Ms2ger2017-01-111-1/+1
* Auto merge of #14868 - bd339:iss14068, r=jdmbors-servo2017-01-092-9/+26
|\
| * Don't lose information in Fetch APIbd3392017-01-092-9/+26
* | Renaming default_features to default-features as per Cargo's Manifest FormatFrederick F. Kautz IV2017-01-081-1/+1
* | Auto merge of #14895 - dowoncha:request-websocket, r=jdmbors-servo2017-01-081-0/+1
|\ \
| * | Added Websocket to RequestMode enumDowon Cha2017-01-081-0/+1
| |/
* | Implement Subresource Integritymrnayak2017-01-081-0/+3
* | Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
|/
* Rustfmt net_traits.Ms2ger2017-01-039-120/+151
* Skip rustfmt on to_filtered.Ms2ger2017-01-031-0/+1
* Reformat WebSocketNetworkEvent::ConnectionEstablished and CoreResourceMsg::Se...Ms2ger2017-01-031-13/+9
* Reformat fetch_async().Ms2ger2017-01-031-3/+2