aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/attr.rs
Commit message (Expand)AuthorAgeFilesLines
* Move DOMString back to scriptAnthony Ramine2016-05-241-9/+8
* Implement nodeName on AttrDavid Zbarsky2016-04-031-0/+5
* Implement SetNamedItem, SetNamedItemNS, SetAttributeNode and SetAttributeNodeNSMathieu Hordesseaux2016-01-281-7/+3
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-1/+1
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-1/+1
* Rustfmt some of script.Ms2ger2015-11-181-15/+32
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-7/+11
* Implement attribute restyle hints.Bobby Holley2015-11-101-0/+5
* Factor the name-related fields of Attr into a struct and move it to style.Bobby Holley2015-11-091-22/+21
* Hoist AttrValue into style.Bobby Holley2015-11-091-163/+2
* Add Dimension member to AttrValueCorey Farwell2015-11-091-2/+21
* Remove HTMLTableCellElement fields with parsed attribute values.Eli Friedman2015-11-041-1/+7
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-8/+8
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-1/+1
* more refactoringrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-2/+1
* Introduce trait CastableAnthony Ramine2015-10-211-2/+3
* Fix remaining MutHeap methods not to expose JS<T>.Eli Friedman2015-10-151-1/+1
* Make get() and set() on MutNullableHeap use the correct types.Eli Friedman2015-10-151-1/+1
* Consolidate magic number representing max unsigned longCorey Farwell2015-10-101-2/+3
* Auto merge of #7841 - frewsxcv:htmlbodyelement-text, r=noxbors-servo2015-10-091-1/+16
|\
| * Implement <body>'s "text" attributeCorey Farwell2015-10-081-1/+16
* | Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-1/+1
|/
* Add doc-comments about methods that can panicCorey Farwell2015-09-301-0/+19
* Implement `size` attribute for <font> elementCorey Farwell2015-09-301-1/+11
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-6/+3
* Elide most 'a lifetimesManish Goregaokar2015-09-041-6/+6
* renaming tokens(), atom() and uint() and rewriting to return or panicPrabhjyot Singh Sodhi2015-09-021-9/+9
* Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-23/+18
* 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-15/+7
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-1/+3
* Create and utilize utility for joining strsCorey Farwell2015-07-081-6/+2
* Join Atoms without requiring intermediate VecCorey Farwell2015-07-081-1/+5
* Utilize iterators for AttrValue::from_serialized_tokenlistCorey Farwell2015-07-041-6/+7
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Implement AttrHelpersForLayout for LayoutJS<Attr> rather than Attr itself.Ms2ger2015-06-201-11/+8
* Upgrade to SM 39Michael Wu2015-06-191-28/+26
* script: Implement the `width` and `height` attributes for iframes perPatrick Walton2015-05-201-0/+6
* Implement get_attr_for_layout that returns an AttrValue.Ms2ger2015-05-121-0/+7
* Improve support of limited unsigned long attributesAnthony Ramine2015-05-061-0/+17
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-2/+1
* Pass Atom to Attr:new for the prefix argument.Ms2ger2015-04-271-3/+3