Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Burn SelectedFileId in fire | Zhen Zhang | 2016-08-22 | 1 | -53/+34 | |
| | ||||||
* | Improve File API related comments | Zhen Zhang | 2016-08-17 | 1 | -9/+5 | |
| | ||||||
* | Add cancellability to file manager load and related refactoring | Zhen Zhang | 2016-08-02 | 1 | -89/+81 | |
| | ||||||
* | Auto merge of #12579 - izgzhen:fix-fileapi-ref, r=Manishearth | bors-servo | 2016-08-02 | 1 | -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 implementation | Zhen Zhang | 2016-07-25 | 1 | -24/+38 | |
| | | ||||||
* | | Chunked ReadFile from file manager | Zhen Zhang | 2016-07-25 | 1 | -32/+74 | |
| | | ||||||
* | | Support tinyfiledialogs on Windows | UK992 | 2016-07-25 | 1 | -7/+7 | |
|/ | ||||||
* | Put Blob URL online | Zhen Zhang | 2016-07-15 | 1 | -54/+28 | |
| | ||||||
* | Refactor FileAPI implementation | Zhen Zhang | 2016-07-13 | 1 | -126/+149 | |
| | ||||||
* | Add FileID validity setting/checking logic to Blob URL implementation | Zhen Zhang | 2016-07-11 | 1 | -22/+82 | |
| | ||||||
* | Add ability to WPT-test file uploads and fetches, fixes #12322 | Zhen Zhang | 2016-07-09 | 1 | -8/+33 | |
| | ||||||
* | Spawn threads for requests in file manager and other style fixes | Zhen Zhang | 2016-07-08 | 1 | -144/+187 | |
| | ||||||
* | Remove DataSlice, fix #12249 | Zhen Zhang | 2016-07-05 | 1 | -6/+6 | |
| | ||||||
* | Integration and improvements of File API backends | Zhen Zhang | 2016-07-04 | 1 | -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 Farwell | 2016-07-02 | 1 | -3/+3 | |
| | | | | e.g. `std::net::TcpStream` | |||||
* | Implement filter for file-type input's accept attribute | Zhen Zhang | 2016-06-20 | 1 | -18/+32 | |
| | ||||||
* | Silent warnings in filemanager_thread.rs | UK992 | 2016-06-18 | 1 | -4/+4 | |
| | ||||||
* | Implement Blob URL's DOM interfaces | Zhen Zhang | 2016-06-17 | 1 | -2/+26 | |
| | ||||||
* | filepicker | Zhen Zhang | 2016-06-14 | 1 | -32/+89 | |
| | ||||||
* | Add unit testing to file manager; Replace uuid by stringified version in ↵ | Zhen Zhang | 2016-06-10 | 1 | -46/+38 | |
| | | | | FileManagerThreadMsg | |||||
* | Add blob loader | Zhen Zhang | 2016-06-06 | 1 | -0/+48 | |
| | ||||||
* | Dropped references to RefCell. | rwakulszowa | 2016-06-02 | 1 | -6/+5 | |
| | | | | Closes #11466 | |||||
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -1/+0 | |
| | ||||||
* | Fix FileManager thread panic and other misc improvements | Zhen Zhang | 2016-05-24 | 1 | -0/+1 | |
| | | | | | - Add shut down logic for FileManager thread - Add an unit test for filemanager_thread | |||||
* | Implement file-type functionalities in htmlinputelement and related | Zhen Zhang | 2016-05-23 | 1 | -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 issues | Zhen Zhang | 2016-05-20 | 1 | -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 warnings | Matt Brubeck | 2016-05-11 | 1 | -2/+2 | |
| | ||||||
* | add filemanager_thread | Zhen Zhang | 2016-05-11 | 1 | -0/+137 | |