aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove LoadConsumer, LoadResponse, ProgressMsg.Ms2ger2016-12-131-28/+0
|
* Fix doc comment syntax.Corey Farwell2016-12-081-1/+1
|
* Remove unused LoadData and LoadOrigin types.Ms2ger2016-11-241-56/+0
|
* Remove CoreResourceMsg::Load.Ms2ger2016-11-241-2/+0
| | | | | | | | Also remove now-dead code that rustc warns about. It turns out that we lost support for some of our custom URL schemes; I intend to reimplement them, but I believe this will be significantly easier to do once the legacy code is out of the way.
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-16/+17
|
* Update CORS naming from 'CORS' to 'Cors'.Corey Farwell2016-11-091-2/+2
| | | | | | | | As per: https://aturon.github.io/style/naming/README.html#general-conventions-[rfc-#430] Acronyms should be considered one word and not all caps.
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-0/+9
|
* Code review comments and upstream merge conflictsRaghav2016-11-041-3/+23
|\ | | | | | | | | | | Incorporated code review comments in components/net/http_loader.rs Resolved merge conflicts in cargo.lock file. Updated ReferrerPolicy in lib.rs
| * Move ReferrerPolicy to net_traits.Ms2ger2016-11-041-1/+19
| |
| * Split the bluetooth code out from the net crates.Ms2ger2016-11-031-2/+0
|/
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+0
|
* Remove #![feature(structural_match)]Anthony Ramine2016-11-031-1/+0
|
* Remove #![feature(custom_attribute)]Anthony Ramine2016-11-031-1/+0
|
* Auto merge of #14028 - servo:rustup, r=nox,SimonSapinbors-servo2016-11-021-3/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Rust to 1.14.0-nightly (7c69b0d5a 2016-11-01) <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14028) <!-- Reviewable:end -->
| * Use heapsize_derive instead of heapsize_pluginSimon Sapin2016-11-031-3/+1
| |
* | Rewrite load_whole_resource using the fetch stack.Ms2ger2016-11-021-13/+19
| |
* | Move ResponseAction to the image cache.Ms2ger2016-11-021-12/+0
| |
* | Remove AsyncResponseTarget.Ms2ger2016-11-021-13/+0
| |
* | Remove LoadConsumer::Listener.Ms2ger2016-11-021-1/+0
| |
* | Remove load_async.Ms2ger2016-11-021-36/+0
| |
* | Implement fetch_async in net_traits.Ms2ger2016-11-021-0/+14
|/
* Remove AsyncResponseListener.Ms2ger2016-11-021-23/+0
|
* Move Image and PixelFormat to net_traits.Ms2ger2016-10-211-0/+1
|
* Update to Rust 1.14.0-nightly (19ac57926 2016-10-08)Anthony Ramine2016-10-091-1/+6
| | | | A cargo bump and a switch to serde_derive is needed to do this rustup.
* Remove some documentation that is no longer correct.Ms2ger2016-10-041-3/+0
|
* Refactor away PendingAsyncLoad.Ms2ger2016-10-041-63/+10
|
* Privatize PendingAsyncLoad.Ms2ger2016-10-041-9/+26
|
* Avoid PendingAsyncLoad in fetch_async.Ms2ger2016-10-041-7/+0
|
* Moved pub_domains to net_traits and did a spring clean.Alan Jeffrey2016-09-291-0/+1
|
* Add FetchMetadata and update corresponding methodsKeith Yeung2016-09-211-2/+17
|
* Add fetch_async to PendingAsyncLoad, DocumentLoader and DocumentKeith Yeung2016-09-211-0/+7
|
* dom::Response implementationMalisa Smith2016-09-061-3/+2
|
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-9/+32
|
* Add cancellability to file manager load and related refactoringZhen Zhang2016-08-021-14/+3
|
* Integrate service worker manager threadRahul Sharma2016-07-161-21/+10
|
* Implement Document.referrerNazım Can Altınova2016-07-141-0/+4
|
* Integration and improvements of File API backendsZhen Zhang2016-07-041-0/+1
| | | | | | 1. More complete origin check in FileManagerThreadMsg 2. Add reference counting logic to file manage store and script API 3. Integrate the support of slicing
* Print out useful SSL-related information on SSL error page.Josh Matthews2016-06-291-1/+1
|
* Use common cookie struct add cookie webdriver cmdsDan Robertson2016-06-251-0/+6
| | | | | One cookie struct to rule them all. One struct to represent them. One cookie struct to bind them all, and through the IPC carry them.
* Propagate privacy information of iframes to corresponding pipelines. Make ↵Sagar Muchhal2016-06-201-2/+2
| | | | | | iframes of differing privacy values be considered cross-origin. Make the constellation hand out separate private and public channels for the pipeline content to communicate with the resource thread as necessary.
* Test fixes; update for changes in specManish Goregaokar2016-06-101-1/+3
|
* Re-add support for fetching chunks (and thus xhr download progress)Manish Goregaokar2016-06-101-55/+14
|
* Test fixes:Manish Goregaokar2016-06-101-21/+63
| | | | | | | | - Hack to stop hitting unreachable on referer - add fetch_done to make sync work - Make datauris work by setting the response URI, spec bug - Allow for empty bodies - Make request bodies work (pass to http, fix fencepost in iter count)
* Use RequestInit instead of LoadData. Make code look like the spec.Manish Goregaokar2016-06-101-1/+5
|
* Abstractify the Listener abstractions furtherManish Goregaokar2016-06-101-2/+25
|
* Net side of XHR fetch integrationManish Goregaokar2016-06-101-0/+42
|
* Revamp Fetch async handling to use a fetch target and done channelsManish Goregaokar2016-06-101-3/+20
|
* Auto merge of #11536 - izgzhen:add-blob-loader, r=Manishearthbors-servo2016-06-081-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add blob loader Add a blob loader to implement [Blob URL](https://w3c.github.io/FileAPI/#url). The related interfaces to script thread are also declared. Progressing in parallel with PR #11534. Related to #11131. <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix part of #10539 <!-- Either: --> - [x] These changes do not require tests because not integrated yet. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11536) <!-- Reviewable:end -->
| * Add blob loaderZhen Zhang2016-06-061-0/+1
| |
* | Move trim_http_whitespace to net_traits.Ms2ger2016-06-071-0/+24
|/