aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/attr.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove HeapGCValueAnthony Ramine2016-12-121-4/+3
* Make Attr::prefix return an Option<&Prefix>Anthony Ramine2016-12-011-3/+3
* Update to string-cache 0.3Simon Sapin2016-11-031-21/+20
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-3/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-1/+1
* Make DOMRefCell use style’s copy of RefCellSimon Sapin2016-08-311-1/+1
* Stop re-exporting AttrValue.Ms2ger2016-06-071-1/+1
* Removed mutation calls from sync_property_with_attrs_style method in order to...David Raifaizen2016-05-251-1/+6
* 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