aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-12/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-78/+9
* Link to the HTML multipage spec, not the single-page one.Eli Friedman2015-10-131-1/+1
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-3/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-3/+3
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+2
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-1/+1
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-29/+15
|\
| * Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-29/+15
* | Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+6
|/
* Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-3/+0
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-13/+13
* Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-22/+11
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0