aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/activation.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-2/+2
* One last refactoring before fixingArthur Marble2016-09-181-1/+1
* Refactored metaKey to meta_key where possibleArthur Marble2016-09-171-2/+2
* This commit refactors altKey to alt_key when possible.Arthur Marble2016-09-171-2/+2
* This commit refactors shiftKey to shift_key where possible.Arthur Marble2016-09-171-2/+2
* This commit refactors ctrlKey to ctrl_key wherever possible.Arthur Marble2016-09-171-2/+2
* Issue 8719: Add basic support for :active selectorSteve Melia2016-07-041-0/+22
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Call synthetic_click_activation for all clicksRebecca2016-03-101-40/+55
* Rustfmt some of script.Ms2ger2015-11-181-5/+21
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-2/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+2
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-1/+1
* Introduce trait CastableAnthony Ramine2015-10-211-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-1/+0
* Elide most 'a lifetimesManish Goregaokar2015-09-041-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-2/+2
* Upgrade to SM 39Michael Wu2015-06-191-11/+10
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Don't link to specific WHATWG multipage pageCorey Farwell2015-04-161-4/+4
* Update some URLs.Ms2ger2015-04-141-2/+2
* 4873 - Support the image map processing for <img ismap/> inside an <a/>Shing Lyu2015-04-141-2/+2
* make MouseEvent::new() and UIEvent::new() take enums for the bubbles and canc...Rohan Prinja2015-03-151-2/+2
* Initialize trusted-ness of DOM events properlyGilles Leblanc2015-02-031-3/+2
* Specific instances of activatable elements may not be activatable (fixes #4765Manish Goregaokar2015-01-311-0/+3
* Move to to_owned rather than into_string.Ms2ger2015-01-201-1/+2
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-7/+8
* script: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
* Add auxiliary method to EventTargetHelpers for events without targetthiagopnts2014-12-161-1/+1
* Implement implicit form submissionManish Goregaokar2014-12-051-0/+3
* Some reorganization of activation code:Manish Goregaokar2014-12-051-2/+3
* Implement basic (unhooked) framework for element activationManish Goregaokar2014-12-051-20/+54
* Add stub Activatable traitManish Goregaokar2014-12-051-0/+27