Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move script::dom::namespace into util, in order to use it from style later. | Simon Sapin | 2014-01-25 | 1 | -43/+0 |
* | Change Namespace::from_str to take &str, fix #1367 | Simon Sapin | 2014-01-25 | 1 | -4/+3 |
* | Change Namespace::to_str() to not allocate and return a reference. | Simon Sapin | 2013-12-09 | 1 | -15/+15 |
* | Stop passing DOMStrings via borrowed pointer. (#1201) | Tetsuharu OHZEKI | 2013-11-14 | 1 | -2/+2 |
* | Make DOMString represent a non-nullable string. | Ms2ger | 2013-11-12 | 1 | -2/+2 |
* | Initial support for Attr and namespaces. | James Graham | 2013-11-12 | 1 | -0/+44 |