aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlbuttonelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Fix the form action IDL attributesAnthony Ramine2017-10-111-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-7/+7
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Solving merge conficts related to the html5ever_atoms -> html5ever changeChristian Poveda2017-05-031-1/+1
|\
| * Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* | Changed all prefixes from DOMString to the atomic Prefix from html5everChristian Poveda2017-05-031-3/+3
|/
* Implement the form owner conceptMukilan Thiyagarajan2017-03-151-4/+22
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Auto merge of #13969 - bbansalWolfPack:master, r=jdmbors-servo2016-11-251-2/+11
|\
| * html form validation initial steps with test html file, added stub methods, ...Bhavya Bansal2016-11-231-2/+11
* | Update to string-cache 0.3Simon Sapin2016-11-031-5/+5
|/
* Make make_enumerated_getter prettier again.Corey Farwell2016-10-121-3/+3
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-2/+2
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4
* 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
* Reorder `use` statementsUK9922016-09-091-1/+1
* Inline DOM element creation into box expressions in components/script/dom/Kuba Birecki2016-07-141-2/+3
* delete suffixesRafael Quintero2016-06-041-2/+2
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Include <button type=submit> data whilst constructing the form datasetManish Goregaokar2016-05-231-2/+36
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-04-101-1/+1
* Implement initial pieces of form validation.Sagar Muchhal2016-03-241-1/+4
* Call synthetic_click_activation for all clicksRebecca2016-03-101-2/+7
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Implement support for modifying the type attribute of button elements. Fixes ...Josh Matthews2015-12-301-2/+16
* Make button elements activatable. Fixes #4837. Fixes #8101.Josh Matthews2015-12-291-9/+16
* Auto merge of #8506 - nox:finish-ranges, r=dzbarskybors-servo2015-12-261-5/+3
|\
| * Introduce UnbindContextAnthony Ramine2015-12-131-5/+3
* | Implement basic framework for static and interactive validation on formsKeith Yeung2015-12-151-0/+6
|/
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-2/+3
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-9/+11
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* 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/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-4/+4
* merge from masterrohan.prinja2015-11-031-10/+9
|\
| * Auto merge of #8245 - eefriedman:misc-attribute-fixes, r=noxbors-servo2015-11-021-9/+1
| |\
| | * Use attribute getter/setter macros for misc DOM attributes.Eli Friedman2015-11-011-9/+1
| * | Implement 'labels' attribute on 'labelable elements'Corey Farwell2015-11-011-0/+6
| * | Move EventState to rust-selectors.Bobby Holley2015-10-301-1/+2
| |/
* / move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Clean up the cast callsAnthony Ramine2015-10-211-11/+6
* Introduce trait CastableAnthony Ramine2015-10-211-14/+14