Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused part of the return value of parse_blob_url(). | Ms2ger | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | Remove the unused CancellationListener arguments in filemanager_thread. | Ms2ger | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Remove CoreResourceMsg::Load. | Ms2ger | 2016-11-24 | 1 | -105/+1 |
| | | | | | | | | 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. | ||||
* | Pass the UIProvider to FileManager::handle() as needed. | Ms2ger | 2016-11-21 | 1 | -7/+6 |
| | |||||
* | Factor out FileManager::read_file(). | Ms2ger | 2016-11-21 | 1 | -5/+3 |
| | |||||
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -2/+2 |
| | |||||
* | Implement blob url support in the fetch stack. | Ms2ger | 2016-10-14 | 1 | -0/+70 |
| | |||||
* | Stop wrapping FileManager in an Arc. | Ms2ger | 2016-10-14 | 1 | -2/+2 |
| | | | | It already contains an Arc internally. | ||||
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -6/+6 |
| | |||||
* | dom::Response implementation | Malisa Smith | 2016-09-06 | 1 | -2/+1 |
| | |||||
* | Burn SelectedFileId in fire | Zhen Zhang | 2016-08-22 | 1 | -2/+1 |
| | |||||
* | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -3/+4 |
| | |||||
* | Add cancellability to file manager load and related refactoring | Zhen Zhang | 2016-08-02 | 1 | -12/+10 |
| | |||||
* | Chunked ReadFile from file manager | Zhen Zhang | 2016-07-25 | 1 | -6/+34 |
| | |||||
* | Put Blob URL online | Zhen Zhang | 2016-07-15 | 1 | -38/+77 |
| | |||||
* | Auto merge of #12416 - canaltinova:referrer, r=jdm | bors-servo | 2016-07-14 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Document.referrer <!-- 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 #12389 (github issue number if applicable). <!-- Either: --> - [X] 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/12416) <!-- Reviewable:end --> | ||||
| * | Implement Document.referrer | Nazım Can Altınova | 2016-07-14 | 1 | -0/+1 |
| | | |||||
* | | Refactor FileAPI implementation | Zhen Zhang | 2016-07-13 | 1 | -11/+6 |
|/ | |||||
* | Spawn threads for requests in file manager and other style fixes | Zhen Zhang | 2016-07-08 | 1 | -2/+2 |
| | |||||
* | Integration and improvements of File API backends | Zhen Zhang | 2016-07-04 | 1 | -40/+14 |
| | | | | | | 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 | ||||
* | Rename `MIMEClassifier` to match Rust acronym naming conventions. | Corey Farwell | 2016-07-02 | 1 | -3/+3 |
| | | | | e.g. `std::net::TcpStream` | ||||
* | Add blob loader | Zhen Zhang | 2016-06-06 | 1 | -0/+87 |