aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/activation.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-1/+1
* script: No longer do explicit reflows for display (#34599)Martin Robinson2024-12-131-18/+0
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-2/+10
* Multiple CanGc fixes in components/script/dom (#33924)tanishka2024-10-201-1/+2
* script_layout: Remove script to layout messages (#32081)Martin Robinson2024-04-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Event dispatch rewritten to resemble spec more often, activate on clicks betterPatrick Shaughnessy2020-02-121-83/+11
* [WIP] solve #22782takumi2019-10-181-3/+0
* Implement MouseEvent buttons attributeGeorge Roman2019-05-161-0/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-23/+27
* Use WebRender to compute text index on click eventsMartin Robinson2017-10-181-0/+1
* Combine ReflowGoal and ReflowQueryTypeMartin Robinson2017-09-301-8/+3
* 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