aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make Element::get_attribute() take its namespace by referenceAnthony Ramine2015-04-061-1/+1
* | Fix Element::RemoveAttribute*()Anthony Ramine2015-04-061-1/+2
* | Basic element.focus and blur methodsMatt Brubeck2015-04-041-3/+29
|/
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-4/+4
* Fix various build warnings.Ms2ger2015-03-201-1/+0
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-2/+6
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-6/+6
* Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-0/+1
* Fix some warnings in script.Ms2ger2015-02-121-1/+1
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-1/+1