aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/keyboardevent.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+2
* Add spec linksBogdan Cuza2015-07-281-0/+13
* Remove some more unnecessary let bindingsDavid Zbarsky2015-07-141-6/+2
* Upgrade to SM 39Michael Wu2015-06-191-27/+29
* Change the dispatch in TextInput::handle_keydown_aux match on enum values ins...Avi Weinstock2015-05-061-174/+167
* Heuristically create a Key value in KeyboardEvent::Constructor based on the s...Avi Weinstock2015-05-061-1/+180
* Made the clipboard-related functionality in TextInput more testable. Added te...Avi Weinstock2015-05-061-379/+415
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1