aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/blob_loader.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support fo byte range requests for blob URLsFernando Jiménez Moreno2018-11-261-41/+0
* Finish asynchronous blob url fetchingFernando Jiménez Moreno2018-11-261-14/+11
* Blob url's changes now build and testms23002018-11-261-9/+8
* Initial implementation of asynchronous blob url fetchingms23002018-11-261-75/+12
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Rustfmt net cratePyfisch2018-11-031-19/+35
* Update hyper to 0.12Bastien Orivel2018-11-011-18/+26
* Remove unused part of the return value of parse_blob_url().Ms2ger2017-01-301-1/+1
* Remove the unused CancellationListener arguments in filemanager_thread.Ms2ger2016-11-241-1/+1
* Remove CoreResourceMsg::Load.Ms2ger2016-11-241-105/+1
* Pass the UIProvider to FileManager::handle() as needed.Ms2ger2016-11-211-7/+6
* Factor out FileManager::read_file().Ms2ger2016-11-211-5/+3
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-2/+2
* Implement blob url support in the fetch stack.Ms2ger2016-10-141-0/+70
* Stop wrapping FileManager in an Arc.Ms2ger2016-10-141-2/+2
* Reorder `use` statementsUK9922016-09-091-6/+6
* dom::Response implementationMalisa Smith2016-09-061-2/+1
* Burn SelectedFileId in fireZhen Zhang2016-08-221-2/+1
* Update serde to 0.8 (fixes #12659)Anthony Ramine2016-08-121-3/+4
* Add cancellability to file manager load and related refactoringZhen Zhang2016-08-021-12/+10
* Chunked ReadFile from file managerZhen Zhang2016-07-251-6/+34
* Put Blob URL onlineZhen Zhang2016-07-151-38/+77
* Auto merge of #12416 - canaltinova:referrer, r=jdmbors-servo2016-07-141-0/+1
|\
| * Implement Document.referrerNazım Can Altınova2016-07-141-0/+1
* | Refactor FileAPI implementationZhen Zhang2016-07-131-11/+6
|/
* Spawn threads for requests in file manager and other style fixesZhen Zhang2016-07-081-2/+2
* Integration and improvements of File API backendsZhen Zhang2016-07-041-40/+14
* Rename `MIMEClassifier` to match Rust acronym naming conventions.Corey Farwell2016-07-021-3/+3
* Add blob loaderZhen Zhang2016-06-061-0/+87