aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Refactor some window_from_node calls based on feedbackArseniy Ivanov2017-02-031-20/+30
* Extend window presence checks to non-native event handlersArseniy Ivanov2017-02-031-10/+40
* Implement CSSStyleRule.styleKeith Yeung2016-12-171-3/+6
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Update to string-cache 0.3Simon Sapin2016-11-031-14/+14
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-4/+3
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-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
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+1
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* dom: Add missing event handlersPiotr Stankiewicz2016-05-201-0/+39
* Remove the custom PartialEq implementations on TypeId enumsAnthony Ramine2016-05-171-23/+0
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Update 'Extensions to the HTMLElement Interface' CSSOM spec links.Corey Farwell2016-04-111-5/+5
* Remove `get_*` on getters as per RFC 0344.Corey Farwell2016-04-101-3/+3
* Auto merge of #9930 - rebstar6:htmlclick, r=jdmbors-servo2016-03-111-9/+8
|\
| * Call synthetic_click_activation for all clicksRebecca2016-03-101-9/+8
* | use return value of invoking event handlers to cancel the eventJoão Oliveira2016-02-261-0/+18
* | Implement From<DOMString> for AtomAnthony Ramine2016-02-241-2/+2
|/
* Compile raw inline event handlers lazily. Resolves #8489.Josh Matthews2016-02-111-5/+3
* Update rust-selectorsEmilio Cobos Álvarez2016-02-031-1/+1
* Add onresize handler to GlobalEventHandlersJeff Harrison2016-01-291-0/+18
* Refactor 'listed element' logic for HTMLFieldSetElement::ElementsCorey Farwell2016-01-091-0/+24
* Generate PartialEq automaticallyGuillaume Gomez2016-01-031-6/+0
* move FocusType enum to the script crateRoman Klauke2015-12-061-2/+1
* Remove unnecessary conversion to/from DOMString for localName.Eli Friedman2015-12-021-3/+3
* Compute attribute name atoms at compile-time.Eli Friedman2015-11-271-3/+3
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-6/+8
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-4/+5
* Differentiate between error and non-error event handlers per the spec.Josh Matthews2015-11-121-0/+1
* 'type' attribute on HTMLInputElement should be stored as an AtomCorey Farwell2015-11-061-1/+1
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-4/+4
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-12/+9
* merge from masterrohan.prinja2015-11-031-4/+95
|\
| * Implement 'labels' attribute on 'labelable elements'Corey Farwell2015-11-011-1/+43
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-2/+2
| * Move EventState to rust-selectors.Bobby Holley2015-10-301-3/+4
| * Implement DOMStringMap::SupportedPropertyNames and NamedNodeMap::SupportedPro...Nova Fallen2015-10-301-0/+48
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+2
* | replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
|/
* Implement 'control' attribute for <label> elementsCorey Farwell2015-10-251-0/+20
* Clean up the cast callsAnthony Ramine2015-10-211-19/+11
* Introduce trait CastableAnthony Ramine2015-10-211-29/+30
* Remove explicit lifetimes which can be elided.Adam Szopa2015-10-211-1/+1
* Move Event States to |Element|.Bobby Holley2015-10-161-7/+7
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-6/+11