aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/file.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-251-0/+8
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes in several files (#33958)chickenleaf2024-10-211-2/+8
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-7/+7
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-2/+2
* Stop using `time@0.1` in Servo (#33394)Martin Robinson2024-09-111-14/+17
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-1/+6
* clippy: fixed some warnings in components/script (#31888)Ekta Siwach2024-03-261-3/+3
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+18
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-1/+0
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* re-structure blob, structured serializationGregory Terzian2019-12-111-17/+17
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-11/+11
* Format script componentchansuke2018-09-191-21/+45
* Blobs support typed arrays nowChristian Poveda2018-03-211-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-7/+6
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-5/+9
* Replace typeString with type_string.Arthur Marble2016-09-171-2/+2
* Patches of File APIZhen Zhang2016-07-211-1/+4
* Fix Blob type-stringZhen Zhang2016-07-131-3/+3
* Refactor FileAPI implementationZhen Zhang2016-07-131-1/+2
* Remove DataSlice, fix #12249Zhen Zhang2016-07-051-3/+2
* Integration and improvements of File API backendsZhen Zhang2016-07-041-0/+2
* Update Blob::{new, new_inherited} to take StringsAchal Shah2016-06-171-1/+1
* Add file backend support for Blob and relatedZhen Zhang2016-06-011-13/+13
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Auto merge of #11368 - izgzhen:fix-filemanager-exit, r=asajeffreybors-servo2016-05-241-2/+0
|\
| * Fix FileManager thread panic and other misc improvementsZhen Zhang2016-05-241-2/+0
* | Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
|/
* Implement file-type functionalities in htmlinputelement and relatedZhen Zhang2016-05-231-1/+15
* Implement missing interfaces of File DOM objectZhen Zhang2016-05-111-9/+42
* Fixes related to file input and File APIZhen Zhang2016-05-021-5/+6
* Remove global field from BlobChad Kimes2016-01-101-4/+3
* Changed blob to use DataSlice with Arc in order to limit wasteful copying of ...David Raifaizen2016-01-061-1/+2