aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Upgrade to SM 39Michael Wu2015-06-191-33/+38
* script: Make `PartialEq` on element type IDs generate a lot less code.Patrick Walton2015-06-121-1/+24
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-2/+6
* fixes #5603, adds support for tabindexPeter2015-05-201-1/+61
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-1/+1
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Change MutNullableJS<T> to MutNullableHeap<JS<T>>Anthony Ramine2015-04-271-3/+3
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1
* Replace the Str implementation for AttrValue by a Deref implementation.Ms2ger2015-04-251-2/+2
* Support focus management and keyboard events for iframes.Glenn Watson2015-04-201-2/+3
* Don't link to specific WHATWG multipage pageCorey Farwell2015-04-161-5/+5
* Update some URLs.Ms2ger2015-04-141-1/+1
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
* Auto merge of #5525 - dhodder:master, r=jdmbors-servo2015-04-071-0/+1
|\
| * Add basic HTMLDialogElement interfaceDave Hodder2015-04-041-0/+1
* | Rename many name arguments to local_nameAnthony Ramine2015-04-061-5/+6