aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/keyboardevent.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-3/+2
* | more refactoringrohan.prinja2015-10-301-1/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Clean up the cast callsAnthony Ramine2015-10-211-4/+3
* Introduce trait CastableAnthony Ramine2015-10-211-3/+4
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-9/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-4/+5
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-4/+4
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-2/+1
* Remove needless returnsManish Goregaokar2015-09-041-1/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-15/+15
* Remove helper traitsAnthony Ramine2015-08-271-7/+3
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Make EventTypeId reflect DOM inheritance hierarchywilmoz2015-08-181-3/+3