Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove LoadConsumer, LoadResponse, ProgressMsg. | Ms2ger | 2016-12-13 | 1 | -28/+0 | |
| | ||||||
* | Fix doc comment syntax. | Corey Farwell | 2016-12-08 | 1 | -1/+1 | |
| | ||||||
* | Remove unused LoadData and LoadOrigin types. | Ms2ger | 2016-11-24 | 1 | -56/+0 | |
| | ||||||
* | Remove CoreResourceMsg::Load. | Ms2ger | 2016-11-24 | 1 | -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 Álvarez | 2016-11-17 | 1 | -16/+17 | |
| | ||||||
* | Update CORS naming from 'CORS' to 'Cors'. | Corey Farwell | 2016-11-09 | 1 | -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 behaviour | Attila Dusnoki | 2016-11-08 | 1 | -0/+9 | |
| | ||||||
* | Code review comments and upstream merge conflicts | Raghav | 2016-11-04 | 1 | -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. | Ms2ger | 2016-11-04 | 1 | -1/+19 | |
| | | ||||||
| * | Split the bluetooth code out from the net crates. | Ms2ger | 2016-11-03 | 1 | -2/+0 | |
|/ | ||||||
* | Remove #![feature(rustc_attrs)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 | |
| | ||||||
* | Remove #![feature(structural_match)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 | |
| | ||||||
* | Remove #![feature(custom_attribute)] | Anthony Ramine | 2016-11-03 | 1 | -1/+0 | |
| | ||||||
* | Auto merge of #14028 - servo:rustup, r=nox,SimonSapin | bors-servo | 2016-11-02 | 1 | -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_plugin | Simon Sapin | 2016-11-03 | 1 | -3/+1 | |
| | | ||||||
* | | Rewrite load_whole_resource using the fetch stack. | Ms2ger | 2016-11-02 | 1 | -13/+19 | |
| | | ||||||
* | | Move ResponseAction to the image cache. | Ms2ger | 2016-11-02 | 1 | -12/+0 | |
| | | ||||||
* | | Remove AsyncResponseTarget. | Ms2ger | 2016-11-02 | 1 | -13/+0 | |
| | | ||||||
* | | Remove LoadConsumer::Listener. | Ms2ger | 2016-11-02 | 1 | -1/+0 | |
| | | ||||||
* | | Remove load_async. | Ms2ger | 2016-11-02 | 1 | -36/+0 | |
| | | ||||||
* | | Implement fetch_async in net_traits. | Ms2ger | 2016-11-02 | 1 | -0/+14 | |
|/ | ||||||
* | Remove AsyncResponseListener. | Ms2ger | 2016-11-02 | 1 | -23/+0 | |
| | ||||||
* | Move Image and PixelFormat to net_traits. | Ms2ger | 2016-10-21 | 1 | -0/+1 | |
| | ||||||
* | Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) | Anthony Ramine | 2016-10-09 | 1 | -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. | Ms2ger | 2016-10-04 | 1 | -3/+0 | |
| | ||||||
* | Refactor away PendingAsyncLoad. | Ms2ger | 2016-10-04 | 1 | -63/+10 | |
| | ||||||
* | Privatize PendingAsyncLoad. | Ms2ger | 2016-10-04 | 1 | -9/+26 | |
| | ||||||
* | Avoid PendingAsyncLoad in fetch_async. | Ms2ger | 2016-10-04 | 1 | -7/+0 | |
| | ||||||
* | Moved pub_domains to net_traits and did a spring clean. | Alan Jeffrey | 2016-09-29 | 1 | -0/+1 | |
| | ||||||
* | Add FetchMetadata and update corresponding methods | Keith Yeung | 2016-09-21 | 1 | -2/+17 | |
| | ||||||
* | Add fetch_async to PendingAsyncLoad, DocumentLoader and Document | Keith Yeung | 2016-09-21 | 1 | -0/+7 | |
| | ||||||
* | dom::Response implementation | Malisa Smith | 2016-09-06 | 1 | -3/+2 | |
| | ||||||
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -9/+32 | |
| | ||||||
* | Add cancellability to file manager load and related refactoring | Zhen Zhang | 2016-08-02 | 1 | -14/+3 | |
| | ||||||
* | Integrate service worker manager thread | Rahul Sharma | 2016-07-16 | 1 | -21/+10 | |
| | ||||||
* | Implement Document.referrer | Nazım Can Altınova | 2016-07-14 | 1 | -0/+4 | |
| | ||||||
* | Integration and improvements of File API backends | Zhen Zhang | 2016-07-04 | 1 | -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 Matthews | 2016-06-29 | 1 | -1/+1 | |
| | ||||||
* | Use common cookie struct add cookie webdriver cmds | Dan Robertson | 2016-06-25 | 1 | -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 Muchhal | 2016-06-20 | 1 | -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 spec | Manish Goregaokar | 2016-06-10 | 1 | -1/+3 | |
| | ||||||
* | Re-add support for fetching chunks (and thus xhr download progress) | Manish Goregaokar | 2016-06-10 | 1 | -55/+14 | |
| | ||||||
* | Test fixes: | Manish Goregaokar | 2016-06-10 | 1 | -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 Goregaokar | 2016-06-10 | 1 | -1/+5 | |
| | ||||||
* | Abstractify the Listener abstractions further | Manish Goregaokar | 2016-06-10 | 1 | -2/+25 | |
| | ||||||
* | Net side of XHR fetch integration | Manish Goregaokar | 2016-06-10 | 1 | -0/+42 | |
| | ||||||
* | Revamp Fetch async handling to use a fetch target and done channels | Manish Goregaokar | 2016-06-10 | 1 | -3/+20 | |
| | ||||||
* | Auto merge of #11536 - izgzhen:add-blob-loader, r=Manishearth | bors-servo | 2016-06-08 | 1 | -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 loader | Zhen Zhang | 2016-06-06 | 1 | -0/+1 | |
| | | ||||||
* | | Move trim_http_whitespace to net_traits. | Ms2ger | 2016-06-07 | 1 | -0/+24 | |
|/ |