Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove support for Blob::{close, isClosed} | Charles Vandevoorde | 2017-02-28 | 1 | -25/+1 | |
|/ | ||||||
* | Make #[dom_struct] a proc_macro attribute | Anthony Ramine | 2017-02-24 | 1 | -0/+1 | |
| | ||||||
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 | |
| | | | | Fixes https://github.com/servo/servo/issues/8473. | |||||
* | Rename Reflectable::global_scope to global | Anthony Ramine | 2016-10-06 | 1 | -6/+6 | |
| | ||||||
* | Pass a &GlobalScope to WebIDL static methods and constructors | Anthony Ramine | 2016-10-06 | 1 | -3/+2 | |
| | ||||||
* | Make dom::blob::read_file take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -5/+4 | |
| | ||||||
* | Introduce GlobalScope::resource_threads | Anthony Ramine | 2016-10-06 | 1 | -3/+3 | |
| | ||||||
* | Introduce GlobalScope::get_url | Anthony Ramine | 2016-10-06 | 1 | -10/+6 | |
| | ||||||
* | Introduce Reflectable::global_scope | Anthony Ramine | 2016-10-06 | 1 | -1/+1 | |
| | ||||||
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -4/+6 | |
| | ||||||
* | Refactored a couple of files from codeStyle to code_style. | Arthur Marble | 2016-09-17 | 1 | -2/+2 | |
| | ||||||
* | Refactor isClosed_ to is_closed and relativeContentType to ↵ | Arthur Marble | 2016-09-17 | 1 | -7/+7 | |
| | | | | relative_content_type. | |||||
* | Replace typeString with type_string. | Arthur Marble | 2016-09-17 | 1 | -5/+5 | |
| | ||||||
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -2/+2 | |
| | ||||||
* | Burn SelectedFileId in fire | Zhen Zhang | 2016-08-22 | 1 | -15/+12 | |
| | ||||||
* | Auto merge of #12897 - izgzhen:improve-file-api-comments, r=Manishearth | bors-servo | 2016-08-17 | 1 | -7/+9 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve File API related comments r? @Manishearth --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- 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/12897) <!-- Reviewable:end --> | |||||
| * | Improve File API related comments | Zhen Zhang | 2016-08-17 | 1 | -7/+9 | |
| | | ||||||
* | | Improve Blob.Size() speed by avoid reading content | Zhen Zhang | 2016-08-16 | 1 | -5/+6 | |
|/ | ||||||
* | Add cancellability to file manager load and related refactoring | Zhen Zhang | 2016-08-02 | 1 | -11/+14 | |
| | ||||||
* | Auto merge of #12579 - izgzhen:fix-fileapi-ref, r=Manishearth | bors-servo | 2016-08-02 | 1 | -61/+79 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -61/+79 | |
| | | ||||||
* | | Chunked ReadFile from file manager | Zhen Zhang | 2016-07-25 | 1 | -4/+16 | |
|/ | ||||||
* | Patches of File API | Zhen Zhang | 2016-07-21 | 1 | -3/+4 | |
| | ||||||
* | Auto merge of #12400 - izgzhen:fix-type-string, r=Manishearth | bors-servo | 2016-07-18 | 1 | -25/+19 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Blob type-string Use a final construction guard over type-string format; and other minor related cleanups 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 <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- 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/12400) <!-- Reviewable:end --> | |||||
| * | Fix Blob type-string | Zhen Zhang | 2016-07-13 | 1 | -25/+19 | |
| | | ||||||
* | | Put Blob URL online | Zhen Zhang | 2016-07-15 | 1 | -22/+22 | |
|/ | ||||||
* | Refactor FileAPI implementation | Zhen Zhang | 2016-07-13 | 1 | -26/+44 | |
| | ||||||
* | Add FileID validity setting/checking logic to Blob URL implementation | Zhen Zhang | 2016-07-11 | 1 | -12/+50 | |
| | ||||||
* | Remove DataSlice, fix #12249 | Zhen Zhang | 2016-07-05 | 1 | -91/+26 | |
| | ||||||
* | Integration and improvements of File API backends | Zhen Zhang | 2016-07-04 | 1 | -48/+158 | |
| | | | | | | 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 | |||||
* | Update Blob::{new, new_inherited} to take Strings | Achal Shah | 2016-06-17 | 1 | -6/+5 | |
| | ||||||
* | Add unit testing to file manager; Replace uuid by stringified version in ↵ | Zhen Zhang | 2016-06-10 | 1 | -5/+4 | |
| | | | | FileManagerThreadMsg | |||||
* | Add file backend support for Blob and related | Zhen Zhang | 2016-06-01 | 1 | -25/+109 | |
| | | | | | | | | Changes include: - Add BlobImpl to Blob, and related caching mechanism - Expose ResourceThreads to document_loader, workerglobalscope, worker, and global - Fix encode_multipart_form_data - Other small fixes to accommodate the above changes | |||||
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -3/+0 | |
| | ||||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 | |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | |||||
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+0 | |
| | | | | This fixes #11185. | |||||
* | Implement missing interfaces of File DOM object | Zhen Zhang | 2016-05-11 | 1 | -17/+18 | |
| | ||||||
* | Rewrite Blob constructor interface | Zhen Zhang | 2016-05-10 | 1 | -37/+41 | |
| | ||||||
* | Fixes related to file input and File API | Zhen Zhang | 2016-05-02 | 1 | -0/+4 | |
| | ||||||
* | updated Blob constructor to use optional, fixes ↵ | Yoav Alon | 2016-04-22 | 1 | -21/+20 | |
| | | | | https://github.com/servo/servo/issues/10779 | |||||
* | Use num-traits in script. | Ms2ger | 2016-04-20 | 1 | -1/+1 | |
| | ||||||
* | Implementation of Blob Constructor with test changes | St.Spyder | 2016-03-17 | 1 | -3/+19 | |
| | ||||||
* | Convert directly from DOMString to Vec<u8> | Saurav Sachidanand | 2016-03-11 | 1 | -3/+1 | |
| | ||||||
* | Add global default method for Reflectable trait | Chad Kimes | 2016-01-11 | 1 | -3/+3 | |
| | ||||||
* | Remove global field from Blob | Chad Kimes | 2016-01-10 | 1 | -8/+5 | |
| | ||||||
* | Changed blob to use DataSlice with Arc in order to limit wasteful copying of ↵ | David Raifaizen | 2016-01-06 | 1 | -53/+83 | |
| | | | | byte vector | |||||
* | Update FileAPI spec links | Brandon Fairchild | 2016-01-05 | 1 | -9/+9 | |
| | | | | | | | The links in components/script/dom/blob.rs were pointing to the old location. Fixes #9157. | |||||
* | Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all | Tetsuharu OHZEKI | 2015-12-10 | 1 | -1/+1 | |
| | ||||||
* | Rustfmt some of script. | Ms2ger | 2015-11-18 | 1 | -14/+17 | |
| | ||||||
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -2/+3 | |
| | | | | | | Replaced DOMString(...) by DOMString::from(...). Replaced ....0 by String::from(...). Removed any uses of .to_owner() in DOMString::from("..."). |