Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -0/+13 |
| | |||||
* | Remove some more unnecessary let bindings | David Zbarsky | 2015-07-14 | 1 | -6/+2 |
| | |||||
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -27/+29 |
| | |||||
* | Change the dispatch in TextInput::handle_keydown_aux match on enum values ↵ | Avi Weinstock | 2015-05-06 | 1 | -174/+167 |
| | | | | instead of strings. | ||||
* | Heuristically create a Key value in KeyboardEvent::Constructor based on the ↵ | Avi Weinstock | 2015-05-06 | 1 | -1/+180 |
| | | | | string provided. | ||||
* | Made the clipboard-related functionality in TextInput more testable. Added ↵ | Avi Weinstock | 2015-05-06 | 1 | -379/+415 |
| | | | | test_clipboard_paste to the "test-unit" suite. | ||||
* | Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. | Simon Sapin | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -1/+1 |
| | | | | | They now live in traits Rootable, OptionalOptionalRootable, OptionalRootable and ResultRootable. | ||||
* | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -1/+1 |
| | |||||
* | Fixed code_value values for Equal & KpEqual | Mikko Vanhatalo | 2015-03-30 | 1 | -2/+2 |
| | |||||
* | auto merge of #5392 : leavengood/servo/fix-alphabetic-key-codes, r=jdm | bors-servo | 2015-03-26 | 1 | -26/+26 |
|\ | |||||
| * | Fix #5374: Use correct codes for alphabetic chars | Ryan Leavengood | 2015-03-26 | 1 | -26/+26 |
| | | |||||
* | | Fix #5367: Map GraveAccent to Backquote | Ryan Leavengood | 2015-03-26 | 1 | -2/+3 |
|/ | |||||
* | Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev. | Ms2ger | 2015-03-18 | 1 | -11/+17 |
| | |||||
* | Import msg as msg rather than servo_msg. | Ms2ger | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Mark HTMLAreaElement and KeyboardEvent as DOM structs. | Ms2ger | 2015-02-02 | 1 | -9/+2 |
| | |||||
* | Import the util crate as util rather than servo_util. | Ms2ger | 2015-01-29 | 1 | -1/+1 |
| | | | | | | | | This used to conflict with the util crate from the standard library, which has long since been removed. The import in layout has not been changed because of a conflict with the util mod there. | ||||
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | Move to to_owned rather than into_string. | Ms2ger | 2015-01-20 | 1 | -3/+5 |
| | | | | into_string has been removed from Rust. | ||||
* | Fixes #4164 Make Constructor and new functions take GlobalRef by value | Matt McCoy | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -11/+11 |
| | | | | This changes those calls that were already sound. | ||||
* | Rename Root::root_ref() to Root::r(). | Ms2ger | 2015-01-01 | 1 | -1/+1 |
| | | | | | As it will be used much more widely after the upcoming changes, this limits the effort reading and writing the method calls. | ||||
* | script: to_string() -> into_string() | Manish Goregaokar | 2014-12-27 | 1 | -3/+3 |
| | |||||
* | script: Remove glob imports added in #4405 | Tetsuharu OHZEKI | 2014-12-19 | 1 | -2/+1 |
| | |||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -362/+362 |
| | |||||
* | Updated reflect_dom_object to be passed by value | Michael Booth | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | key[board]event args for Document#createEvent | Rohan Prinja | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Short-circuit initFooEvent while dispatching events. | Josh Matthews | 2014-11-13 | 1 | -1/+6 |
| | |||||
* | Fix interfaces test | Keegan McAllister | 2014-11-13 | 1 | -6/+8 |
| | |||||
* | Add single-line text input with no visible cursor. | Josh Matthews | 2014-11-13 | 1 | -12/+421 |
| | |||||
* | Dispatch keydown, keyup, and keypress events at appropriate times. | Josh Matthews | 2014-11-13 | 1 | -0/+27 |
| | |||||
* | Fill in KeyboardEvent. | Josh Matthews | 2014-11-13 | 1 | -7/+160 |
| | |||||
* | Add KeyboardEvent stub. | Josh Matthews | 2014-11-13 | 1 | -0/+43 |