aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/filemanager_thread.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 implementation Revise several intricate parts of FileAPI's internal refcounting-related implementation. Goal: Get it done right once and for all. r? @Manishearth <!-- 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 do not require tests because it is internal logic change <!-- 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/12579) <!-- Reviewable:end -->
| * 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
|
* Spawn threads for requests in file manager and other style fixesZhen Zhang2016-07-081-144/+187
|
* Remove DataSlice, fix #12249Zhen Zhang2016-07-051-6/+6
|
* Integration and improvements of File API backendsZhen Zhang2016-07-041-81/+228
| | | | | | 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 Farwell2016-07-021-3/+3
| | | | e.g. `std::net::TcpStream`
* Implement filter for file-type input's accept attributeZhen Zhang2016-06-201-18/+32
|
* Silent warnings in filemanager_thread.rsUK9922016-06-181-4/+4
|
* Implement Blob URL's DOM interfacesZhen Zhang2016-06-171-2/+26
|
* filepickerZhen Zhang2016-06-141-32/+89
|
* Add unit testing to file manager; Replace uuid by stringified version in ↵Zhen Zhang2016-06-101-46/+38
| | | | FileManagerThreadMsg
* Add blob loaderZhen Zhang2016-06-061-0/+48
|
* Dropped references to RefCell.rwakulszowa2016-06-021-6/+5
| | | | Closes #11466
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
|
* Fix FileManager thread panic and other misc improvementsZhen Zhang2016-05-241-0/+1
| | | | | - Add shut down logic for FileManager thread - Add an unit test for filemanager_thread
* Implement file-type functionalities in htmlinputelement and relatedZhen Zhang2016-05-231-13/+35
| | | | | | | | Changes include: - Implement file selection and other DOM behaviours in htmlinputelement - Integrate IpcSender<FileManagerThreadMsg> into ResourceThreads - Improve filemanager_thread, including adding type_string field to SelectedFile - Improve interfaces in FileList/File/Blob to accommodate the above changes
* Implement trait-based ResourceThreads and clean up related naming issuesZhen Zhang2016-05-201-2/+2
| | | | | | | | | | Changes include: - Introduce an IpcSend trait to abstract over a collection of IpcSenders - Implement ResourceThreads collection to abstract the resource-related sub threads across the component - Rename original ResourceThread and ControlMsg into an unifed CoreResource__ to accommodate above changes and avoid confusions
* Fix some warningsMatt Brubeck2016-05-111-2/+2
|
* add filemanager_threadZhen Zhang2016-05-111-0/+137