aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/filemanager_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-190/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* remove `extern crate` (#30311)Samson2023-09-081-0/+2
* Fix some Clippy lints.Teymour Aldridge2022-08-041-1/+1
* add a fetch token for blob urlsGregory Terzian2020-02-211-1/+14
* re-structure blob, structured serializationGregory Terzian2019-12-111-1/+1
* Remove unused code from net and net_traits cratesest312019-06-021-8/+0
* create uuid before sending PromoteMemory messageRussell Cousineau2019-03-181-8/+2
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-1/+1
* Rustfmt net_traits cratePyfisch2018-11-031-5/+30
* Add lots of derived Debug implsAlan Jeffrey2018-10-291-2/+2
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-5/+1
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Rustfmt net_traits.Ms2ger2017-01-031-3/+3
* Burn SelectedFileId in fireZhen Zhang2016-08-221-12/+8
* Improve File API related commentsZhen Zhang2016-08-171-4/+4
* Add cancellability to file manager load and related refactoringZhen Zhang2016-08-021-3/+0
* Auto merge of #12579 - izgzhen:fix-fileapi-ref, r=Manishearthbors-servo2016-08-021-6/+3
|\
| * Fix FileAPI's refcount implementationZhen Zhang2016-07-251-6/+3
* | Chunked ReadFile from file managerZhen Zhang2016-07-251-3/+9
|/
* Put Blob URL onlineZhen Zhang2016-07-151-8/+5
* Refactor FileAPI implementationZhen Zhang2016-07-131-10/+15
* Add FileID validity setting/checking logic to Blob URL implementationZhen Zhang2016-07-111-5/+13
* Add ability to WPT-test file uploads and fetches, fixes #12322Zhen Zhang2016-07-091-2/+2
* Spawn threads for requests in file manager and other style fixesZhen Zhang2016-07-081-1/+1
* Remove DataSlice, fix #12249Zhen Zhang2016-07-051-1/+1
* Integration and improvements of File API backendsZhen Zhang2016-07-041-10/+107
* Implement filter for file-type input's accept attributeZhen Zhang2016-06-201-0/+2
* Implement Blob URL's DOM interfacesZhen Zhang2016-06-171-0/+4
* filepickerZhen Zhang2016-06-141-3/+8
* Add unit testing to file manager; Replace uuid by stringified version in File...Zhen Zhang2016-06-101-4/+6
* Add blob loaderZhen Zhang2016-06-061-0/+4
* Fix FileManager thread panic and other misc improvementsZhen Zhang2016-05-241-1/+4
* Implement file-type functionalities in htmlinputelement and relatedZhen Zhang2016-05-231-3/+12
* add filemanager_threadZhen Zhang2016-05-111-0/+34