aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlelement.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Don't shadow lifetimes in script.Ms2ger2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-9/+10
* Move to to_owned rather than into_string.Ms2ger2015-01-201-3/+4
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-2/+2
* auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2gerbors-servo2015-01-041-5/+76
|\
| * Fix inheritance enums for htmlmediaelement and htmltablecellelementMegha Gupta2015-01-021-5/+4
| * Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-5/+77
* | Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-7/+7
* | Replace the remaining to_string calls by into_string calls.Ms2ger2014-12-311-1/+1
|/
* Added readonly flag for CSSStyleDeclarationProgramFOX2014-12-281-2/+2
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-6/+1
|\
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-1/+1
|/
* Implement HTMLElement.dataset (fixes #2974).Bruno de Oliveira Abinader2014-12-231-1/+56
* Revert PR #4038 for causing WPT failures.Ms2ger2014-12-231-56/+1
* Implement HTMLElement.datasetBruno de Oliveira Abinader2014-12-191-1/+56
* Handle getting/setting onload for any element.Eduard Burtescu2014-12-191-1/+5
* Merge CSS2Properties and CSSStyleDeclaration.Josh Matthews2014-12-181-4/+2
* Address review comments.Josh Matthews2014-12-181-6/+4
* Implement something like CSS value serialization. Fetch actual inline style d...Josh Matthews2014-12-181-2/+2
* Add a style property to HTMLElement.Josh Matthews2014-12-181-4/+20
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-6/+6
* Add oninput/onchange so tests workManish Goregaokar2014-12-051-1/+1
* Address review commentsManish Goregaokar2014-12-051-0/+1
* Hook up synthetic click activation to script_task and <>.click()Manish Goregaokar2014-12-051-2/+14