aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/element.rs
Commit message (Expand)AuthorAgeFilesLines
* Usage of JSRef<Attr> in before_remove_attr & after_set_attrBruno de Oliveira Abinader2014-10-221-20/+21
* Use html5ever for HTML parsingKeegan McAllister2014-10-161-9/+13
* auto merge of #3695 : saneyuki/servo/cell, r=jdmbors-servo2014-10-161-0/+2
|\
| * Add the comment about to use `mem::transmute()` for values contained in DOMRe...Tetsuharu OHZEKI2014-10-161-0/+2
* | Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
|/
* Use DOMRefCell<T> in Element.Tetsuharu OHZEKI2014-10-151-14/+11
* layout: Introduce support for legacy presentational attributes to selectorPatrick Walton2014-10-141-2/+41
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-10-141-96/+110
* Privatize ElementTim Taubert2014-10-131-8/+39
* Privatize DocumentTim Taubert2014-10-131-2/+2
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize AttrTim Taubert2014-10-131-6/+6
* Privatize InheritTypesTim Taubert2014-10-131-0/+5
* Use Gecko's simpler Bloom filter instead of one based on hashPatrick Walton2014-10-101-0/+30
* Incremental Style RecalcClark Gaebel2014-10-091-8/+12
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-30/+27
* auto merge of #3605 : Manishearth/servo/form-stuff, r=jdmbors-servo2014-10-081-2/+13
|\
| * Address review commentsManish Goregaokar2014-10-081-2/+13
* | Support [*|attr], attribute selectors in any namespace (fixes #1558)Tim Taubert2014-10-081-3/+36
|/
* Remove Traceable from element.rsManish Goregaokar2014-10-051-5/+4
* Implement MutNullableJS for mutable, nullable member pointers to DOM objects.Josh Matthews2014-10-011-25/+20
* Remove an unused lifetime parameterCameron Zwarich2014-09-301-1/+1
* Convert TNode / TElement to use self methods rather than &selfCameron Zwarich2014-09-301-16/+16
* Convert the remaining ElementHelpers methods to take selfCameron Zwarich2014-09-301-4/+4
* Refine a lifetime parameter on TElement's get_local_nameCameron Zwarich2014-09-301-2/+2
* Disambiguate methods without using trait objectsCameron Zwarich2014-09-301-3/+21
* Add a lifetime parameter to the ElementHelper traitCameron Zwarich2014-09-301-8/+8
* Convert a method from &JSRef to JSRefCameron Zwarich2014-09-301-3/+3
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-31/+30
* Eliminate servo_util::atomKeegan McAllister2014-09-291-1/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Remove the 'static lifetime parameters from TElement methodsCameron Zwarich2014-09-271-7/+7
* Add an extra lifetime parameter to TElement / TNodeCameron Zwarich2014-09-271-1/+1
* Merge pull request #3468 from Manishearth/jstraceableManish Goregaokar2014-09-241-2/+3
|\
| * Use JSTraceable everywhereManish Goregaokar2014-09-241-2/+3
* | Handle null strings in Namespace::new.Ms2ger2014-09-231-4/+4
|/
* Make Document.idmap key to Atom.Tetsuharu OHZEKI2014-09-211-1/+5
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
* Convert various helper traits from &JSRef to JSRefCameron Zwarich2014-09-201-44/+44
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-54/+54
* Move is_void() Element method together with the other struct methods,Adenilson Cavalcanti2014-09-201-16/+15
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-59/+59
* Retrieve some basic layout properties for nodes to make the box model somewha...Josh Matthews2014-09-181-0/+15
* Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-91/+45
* script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-45/+91
* Merge pull request #3374 from Manishearth/lint_unrooted_jsmanagedManish Goregaokar2014-09-171-2/+7
|\
| * Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-2/+6
| * Add unrooted_must_root lint for usages of JS<T> in let/for bindingsManish Goregaokar2014-09-161-0/+1
* | Added a bloom filter to CSS selector matching.Clark Gaebel2014-09-151-1/+1
|/