aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/filemanager_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate idna, log, mime, mime_guess, percent-encoding, unicase, url, wsSimon Sapin2019-08-191-4/+5
* Upgrade headers, headers-core, and hyper_serde.Josh Matthews2019-06-131-1/+1
* Auto merge of #23045 - miller-time:promote-memory-blob, r=jdmbors-servo2019-03-201-29/+6
|\
| * create uuid before sending PromoteMemory messageRussell Cousineau2019-03-181-29/+6
* | #8539 Config preferences backend restructurePeter Hall2019-03-201-10/+2
|/
* Remove redundant `.clone()`sShotaro Yamada2018-12-111-1/+1
* Use crossbeam channel instead of servo channel. Fix rebase issues and add com...Fernando Jiménez Moreno2018-11-261-4/+7
* Tweak limits of file chunked read and send chunks not entire body as partial ...Fernando Jiménez Moreno2018-11-261-3/+4
* Set response status for range requests to file and blob urlsFernando Jiménez Moreno2018-11-261-15/+27
* Allow range requests to blob URLs with negative offsetsFernando Jiménez Moreno2018-11-261-16/+18
* Add support fo byte range requests for blob URLsFernando Jiménez Moreno2018-11-261-52/+95
* Finish asynchronous blob url fetchingFernando Jiménez Moreno2018-11-261-119/+133
* Update read blob url in chunk changes to use new hyperFernando Jiménez Moreno2018-11-261-17/+25
* Blob url's changes now build and testms23002018-11-261-18/+20
* Initial implementation of asynchronous blob url fetchingms23002018-11-261-1/+153
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+4
* Rustfmt net cratePyfisch2018-11-031-138/+230
* move top_level_browsing_context_id out of embedder msgGregory Terzian2018-05-231-1/+1
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-2/+2
* refactor(embedder): rename file select messageOJ Kwon2018-04-271-1/+1
* refactor(filemanager): uses embedderproxy directlyOJ Kwon2018-04-271-25/+25
* refactor(filemanager): use filemanagermsg to request embedderOJ Kwon2018-04-271-8/+7
* refactor(filemanager): remove awareness to ui behaviorOJ Kwon2018-04-271-62/+0
* refactor(filemanager): send constellationmsg to select fileOJ Kwon2018-04-271-27/+39
* Prevent an unused import warning on non desktop platformsFabrice Desré2017-12-021-0/+1
* UntrySimon Sapin2017-06-181-10/+10
* Disabled tinyfiledialogs when running headless.Alan Jeffrey2017-03-161-0/+9
* Removed util.Alan Jeffrey2016-12-141-10/+10
* Remove the unused CancellationListener arguments in filemanager_thread.Ms2ger2016-11-241-21/+10
* Pass the UIProvider to FileManager::handle() as needed.Ms2ger2016-11-211-18/+10
* Factor out FileManager::promote_memory().Ms2ger2016-11-211-4/+12
* Factor out FileManager::read_file().Ms2ger2016-11-211-7/+16
* Stop cloning FileManager::store so much.Ms2ger2016-11-211-5/+8
* Move the UIProvider from FileManagerStore to FileManager.Ms2ger2016-11-211-17/+30
* Stop spawning threads unnecessarily in FileManager.Ms2ger2016-10-141-12/+4
* Avoid an unnecessary clone when calling FileManagerStore::try_read_file.Ms2ger2016-10-141-4/+4
* Stop wrapping FileManager in an Arc.Ms2ger2016-10-141-0/+9
* Reorder `use` statementsUK9922016-09-091-3/+3
* Burn SelectedFileId in fireZhen Zhang2016-08-221-53/+34
* Improve File API related commentsZhen Zhang2016-08-171-9/+5
* Add cancellability to file manager load and related refactoringZhen Zhang2016-08-021-89/+81
* Auto merge of #12579 - izgzhen:fix-fileapi-ref, r=Manishearthbors-servo2016-08-021-24/+38
|\
| * Fix FileAPI's refcount implementationZhen Zhang2016-07-251-24/+38
* | Chunked ReadFile from file managerZhen Zhang2016-07-251-32/+74
* | Support tinyfiledialogs on WindowsUK9922016-07-251-7/+7
|/
* Put Blob URL onlineZhen Zhang2016-07-151-54/+28
* Refactor FileAPI implementationZhen Zhang2016-07-131-126/+149
* Add FileID validity setting/checking logic to Blob URL implementationZhen Zhang2016-07-111-22/+82
* Add ability to WPT-test file uploads and fetches, fixes #12322Zhen Zhang2016-07-091-8/+33