aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/keyboardevent.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed code_value values for Equal & KpEqualMikko Vanhatalo2015-03-301-2/+2
* auto merge of #5392 : leavengood/servo/fix-alphabetic-key-codes, r=jdmbors-servo2015-03-261-26/+26
|\
| * Fix #5374: Use correct codes for alphabetic charsRyan Leavengood2015-03-261-26/+26
* | Fix #5367: Map GraveAccent to BackquoteRyan Leavengood2015-03-261-2/+3
|/
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-11/+17
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-1/+1
* Mark HTMLAreaElement and KeyboardEvent as DOM structs.Ms2ger2015-02-021-9/+2
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-1/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-3/+5
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-1/+1
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-11/+11
* Rename Root::root_ref() to Root::r().Ms2ger2015-01-011-1/+1
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-3/+3
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+1
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-362/+362
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* key[board]event args for Document#createEventRohan Prinja2014-11-171-1/+1
* Short-circuit initFooEvent while dispatching events.Josh Matthews2014-11-131-1/+6
* Fix interfaces testKeegan McAllister2014-11-131-6/+8
* Add single-line text input with no visible cursor.Josh Matthews2014-11-131-12/+421
* Dispatch keydown, keyup, and keypress events at appropriate times.Josh Matthews2014-11-131-0/+27
* Fill in KeyboardEvent.Josh Matthews2014-11-131-7/+160
* Add KeyboardEvent stub.Josh Matthews2014-11-131-0/+43