aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: Implement `border-spacing` per CSS 2.1 § 17.6.1 and the legacyPatrick Walton2015-03-121-0/+10
* Use new `if let` syntax wherever possible. Fixes #4153.Zack Slayton2015-03-101-12/+8
* Move selector matching to an external library, for use outside Servo.Simon Sapin2015-02-231-2/+2
* Bug 4236: Moved anchorelement click event to activation behaviourShing Lyu2015-02-211-7/+16
* Remove JS::unsafe_get.Ms2ger2015-02-121-9/+9
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-3/+3
* Make Document::url return the page's URL to avoid stale URLs after redirects.Josh Matthews2015-02-041-2/+2
* Initialize trusted-ness of DOM events properlyGilles Leblanc2015-02-031-5/+5
* LayoutJS<T> implements Layout*Helpers instead of JS<T>.Tetsuharu OHZEKI2015-02-011-3/+3
* Specific instances of activatable elements may not be activatable (fixes #4765Manish Goregaokar2015-01-311-1/+5
* End the libstyle 'pub use' madness.Simon Sapin2015-01-301-18/+21
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-2/+2
* Don't shadow lifetimes in script.Ms2ger2015-01-281-1/+1
* self importManish Goregaokar2015-01-281-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-30/+43
* Stop calling deref() and deref_mut() explicitly.Ms2ger2015-01-221-1/+1
* Port to the new cssparser.Simon Sapin2015-01-211-10/+4
* Move to to_owned rather than into_string.Ms2ger2015-01-201-6/+7
* Disallow lines that span more than 160 columns.Ms2ger2015-01-191-1/+3
* Implement Element#closestJim Hoskins2015-01-171-0/+17
* Check quirks mode in {Document,Element}::getElementsByClassNameBruno de Oliveira Abinader2015-01-121-3/+14
* Deny unsafe blocks in script.Ms2ger2015-01-091-0/+2
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-5/+5
* auto merge of #4542 : servo/servo/pre-rustup_20141221, r=saneyukibors-servo2015-01-041-3/+3
|\
| * Disambiguate trait object reference syntax.Ms2ger2015-01-041-3/+3
* | auto merge of #4495 : MeghaGupta/servo/typeid, r=Ms2gerbors-servo2015-01-041-72/+6
|\ \ | |/ |/|
| * Add HTMLElementTypeId enum (fixes #3625)Megha Gupta2015-01-021-72/+6
* | Fix obsolete format traits.Ms2ger2015-01-021-2/+2
* | Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-53/+54
|/
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-7/+0
|\
| * Remove extra spacesManish Goregaokar2014-12-271-1/+0
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+0
* | Remove some transmute calls.Ms2ger2014-12-271-2/+2
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-6/+6
* | Added Element::get_tokenlist_attributeBruno de Oliveira Abinader2014-12-261-0/+10
* | Added AttrValue::from_atomic_tokens & Element::set_atomic_tokenlist_attributeBruno de Oliveira Abinader2014-12-261-0/+6
* | AttrValue's s/from_tokenlist/from_serialized_tokenlist/Bruno de Oliveira Abinader2014-12-261-2/+2
|/
* auto merge of #4467 : servo/servo/dataset, r=Ms2gerbors-servo2014-12-251-16/+32
|\
| * Implement Element::set_custom_attribute.Bruno de Oliveira Abinader2014-12-231-1/+19
| * Factor out the name handling in Element::{Get,Set,Remove}Attribute.Bruno de Oliveira Abinader2014-12-231-15/+13
* | Replace bool attribute in Element::update_inline_style with a descriptive enumthiagopnts2014-12-241-4/+10
* | Add GetPropertyPriority to CSSStyleDeclarationAdam Sunderland2014-12-231-0/+11
|/
* Revert PR #4038 for causing WPT failures.Ms2ger2014-12-231-32/+16
* Avoid duplicated codeBruno de Oliveira Abinader2014-12-191-15/+13
* Added Element::set_custom_attributeBruno de Oliveira Abinader2014-12-191-1/+19
* auto merge of #4342 : jdm/servo/cssom, r=jdm,metajackbors-servo2014-12-181-0/+73
|\
| * Address review comments.Josh Matthews2014-12-181-30/+25
| * Implement RemoveProperty, SetProperty, and supported property indices.Josh Matthews2014-12-181-9/+48
| * Improve color serialization by retaining author-specified keywords.Josh Matthews2014-12-181-1/+3
| * Implement setting element style properties. Improve serialization to return i...Josh Matthews2014-12-181-0/+37