aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/attr.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Stop passing DOMStrings via borrowed pointer. (#1201)Tetsuharu OHZEKI2013-11-141-2/+2
|
* Make Attr::local_name always initialized.Ms2ger2013-11-131-26/+15
|
* Don't pass nullable strings to native DOM methods that want non-nullable ↵Ms2ger2013-11-121-9/+9
| | | | strings. Fixes #1207.
* Make DOMString represent a non-nullable string.Ms2ger2013-11-121-7/+7
|
* Initial support for Attr and namespaces.James Graham2013-11-121-0/+95