aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/keyboardevent.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Some CanGc fixes in components/script/dom (#33895)tanishka2024-10-181-3/+4
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-28/+26
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-3/+14
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-3/+2
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-2/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+47
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-5/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Minor keyboard updatesPyfisch2018-10-131-60/+10
* Use keyboard-types cratePyfisch2018-10-071-682/+77
* Format script componentchansuke2018-09-191-89/+137
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-6/+5
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-5/+6
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-6/+5
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* 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 DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-5/+5
* 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
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-1/+1
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-3/+2
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-1/+2
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-24/+24
* Make textinput handle actual key values. Don't restrict character values to a...Josh Matthews2016-07-061-13/+8
* Associate logical and physical keypresses together to support non-QWERTY keyb...Josh Matthews2016-07-051-19/+28
* Fix all the links to the UI Events specAnthony Ramine2016-06-041-5/+5
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Removed unused importsPer Lundberg2016-05-151-1/+1
* Spec says 'ContextMenu', not 'Menu'Manish Goregaokar2016-03-221-1/+1
* Update spec links for keyboardeventManish Goregaokar2016-03-221-2/+2
* Add support for navigation keysManish Goregaokar2016-03-221-0/+7
* Remove unused imports in scriptKishor Bhat2016-01-171-1/+0
* Make Event's isTrusted attribute unforgeableJohn DeSilva2015-12-131-0/+5
* Cleanup some unneeded let bindingsDavid Zbarsky2015-11-061-13/+9
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-4/+3
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-2/+2
* merge from masterrohan.prinja2015-11-031-5/+6
|\
| * Remove JSTraceable implementation from RefCell.Eli Friedman2015-11-021-5/+6