aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/progressevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Update ProgressEvent to use doubles (#36487)Sebastian C11 days1-9/+14
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* 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-1/+3
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-4/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-0/+6
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+30
* 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/+2
* Removed createEvent cases, removed now-unused new_uninitializedsPatrick Shaughnessy2019-12-121-7/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-10/+10
* Format script componentchansuke2018-09-191-17/+39
* Remove use of unstable box syntax.Simon Sapin2017-10-161-2/+2
* 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
* Update to string-cache 0.3Simon Sapin2016-11-031-1/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-5/+5
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement the "progressevent" argument to Document::createEventStephen (Ziyun) Li2016-04-261-0/+6
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-4/+3
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-1/+1
* Make Event's isTrusted attribute unforgeableJohn DeSilva2015-12-131-0/+6
* Remove unused imports.Ms2ger2015-12-121-1/+0
* Pass around event types as Atoms instead of StringsCorey Farwell2015-12-101-3/+4
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Introduce trait CastableAnthony Ramine2015-10-211-2/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-7/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-3/+3
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Make test-tidy check that braces have spaces before or after themwilmoz2015-08-311-3/+3
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+5
* Fix #6674Bogdan Cuza2015-07-221-4/+7
* Upgrade to SM 39Michael Wu2015-06-191-8/+10
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-2/+2