aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/closeevent.rs
Commit message (Expand)AuthorAgeFilesLines
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* clippy: Fix a variety of clippy warnings in `fonts`, `layout_2020` and the DO...chickenleaf2024-10-181-0/+1
* More CanGc fixes (#33888)chickenleaf2024-10-171-9/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-6/+7
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+14
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+1
* clippy: Fix some warnings in `components/script` (#31735)Rosemary Ajayi2024-03-191-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-8/+1
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+28
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-1/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Removed createEvent cases, removed now-unused new_uninitializedsPatrick Shaughnessy2019-12-121-8/+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-26/+29
* 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-3/+4
* More code refactoring (exampleVar to example_var)Arthur Marble2016-09-181-4/+4
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Removed unused importsPer Lundberg2016-05-151-1/+0
* 'closeevent' argument for Document::createEventmrmiywj2016-05-081-0/+7
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+1
* implement and use From<bool> for enum and backAlexander Popiak2016-03-171-12/+4
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-1/+1
* task -> threadrohan.prinja2016-01-101-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-5/+6
* Rustfmt some of script.Ms2ger2015-11-181-6/+15
* 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 the TypeId enums in codegenAnthony Ramine2015-10-141-5/+4
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-4/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+3
* Upgrade to SM 39Michael Wu2015-06-191-10/+12