aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Auto merge of #7397 - Manishearth:doublepointer-meet-fire, r=noxbors-servo2015-08-261-4/+4
|\
| * Remove doublepointer in VirtualMethods, and from_borrowed_refManish Goregaokar2015-08-271-4/+4
* | Auto merge of #7288 - mdibaiee:computedstyle-element, r=Ms2gerbors-servo2015-08-221-2/+1
|\ \ | |/ |/|
| * Fix #7268 - getComputedStyle should take `Element`, not `HTMLElement`Mahdi Dibaiee2015-08-221-2/+1
* | sort all usesJohann Tuffe2015-08-201-2/+2
|/
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+1
* Implement offsetParent/Top/Left/Width/Height.Glenn Watson2015-08-031-1/+58
* Implement getComputedStyleDavid Zbarsky2015-07-291-1/+1
* Add spec linksBogdan Cuza2015-07-281-0/+3
* Remove some more unnecessary let bindingsDavid Zbarsky2015-07-141-4/+1