Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -4/+6 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -0/+2 |
| | | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com> | ||||
* | Fix some Clippy lints. | Teymour Aldridge | 2022-08-04 | 1 | -1/+1 |
| | |||||
* | add a fetch token for blob urls | Gregory Terzian | 2020-02-21 | 1 | -1/+14 |
| | |||||
* | re-structure blob, structured serialization | Gregory Terzian | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | Remove unused code from net and net_traits crates | est31 | 2019-06-02 | 1 | -8/+0 |
| | |||||
* | create uuid before sending PromoteMemory message | Russell Cousineau | 2019-03-18 | 1 | -8/+2 |
| | |||||
* | Update MPL license to https (part 4) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Rustfmt net_traits crate | Pyfisch | 2018-11-03 | 1 | -5/+30 |
| | |||||
* | Add lots of derived Debug impls | Alan Jeffrey | 2018-10-29 | 1 | -2/+2 |
| | |||||
* | move msg to embedder_traits, use in script, handle send error in embedder | Gregory Terzian | 2018-05-23 | 1 | -5/+1 |
| | |||||
* | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -2/+2 |
| | | | | | | | | Fixes warnings from rust-lang/rust#44229 when `--enable-commonmark` is passed to rustdoc. This is mostly a global find-and-replace for bare URIs on lines by themselves in doc comments. | ||||
* | Rustfmt net_traits. | Ms2ger | 2017-01-03 | 1 | -3/+3 |
| | |||||
* | Burn SelectedFileId in fire | Zhen Zhang | 2016-08-22 | 1 | -12/+8 |
| | |||||
* | Improve File API related comments | Zhen Zhang | 2016-08-17 | 1 | -4/+4 |
| | |||||
* | Add cancellability to file manager load and related refactoring | Zhen Zhang | 2016-08-02 | 1 | -3/+0 |
| | |||||
* | Auto merge of #12579 - izgzhen:fix-fileapi-ref, r=Manishearth | bors-servo | 2016-08-02 | 1 | -6/+3 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -6/+3 |
| | | |||||
* | | Chunked ReadFile from file manager | Zhen Zhang | 2016-07-25 | 1 | -3/+9 |
|/ | |||||
* | Put Blob URL online | Zhen Zhang | 2016-07-15 | 1 | -8/+5 |
| | |||||
* | Refactor FileAPI implementation | Zhen Zhang | 2016-07-13 | 1 | -10/+15 |
| | |||||
* | Add FileID validity setting/checking logic to Blob URL implementation | Zhen Zhang | 2016-07-11 | 1 | -5/+13 |
| | |||||
* | Add ability to WPT-test file uploads and fetches, fixes #12322 | Zhen Zhang | 2016-07-09 | 1 | -2/+2 |
| | |||||
* | Spawn threads for requests in file manager and other style fixes | Zhen Zhang | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Remove DataSlice, fix #12249 | Zhen Zhang | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | Integration and improvements of File API backends | Zhen Zhang | 2016-07-04 | 1 | -10/+107 |
| | | | | | | 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 | ||||
* | Implement filter for file-type input's accept attribute | Zhen Zhang | 2016-06-20 | 1 | -0/+2 |
| | |||||
* | Implement Blob URL's DOM interfaces | Zhen Zhang | 2016-06-17 | 1 | -0/+4 |
| | |||||
* | filepicker | Zhen Zhang | 2016-06-14 | 1 | -3/+8 |
| | |||||
* | Add unit testing to file manager; Replace uuid by stringified version in ↵ | Zhen Zhang | 2016-06-10 | 1 | -4/+6 |
| | | | | FileManagerThreadMsg | ||||
* | Add blob loader | Zhen Zhang | 2016-06-06 | 1 | -0/+4 |
| | |||||
* | Fix FileManager thread panic and other misc improvements | Zhen Zhang | 2016-05-24 | 1 | -1/+4 |
| | | | | | - 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 | -3/+12 |
| | | | | | | | | 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 | ||||
* | add filemanager_thread | Zhen Zhang | 2016-05-11 | 1 | -0/+34 |