aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/xmlname.rs
Commit message (Collapse)AuthorAgeFilesLines
* Changed error type on qname, per specPatrick Shaughnessy2020-02-121-8/+3
|
* Fix some new warningsSimon Sapin2019-06-221-17/+17
|
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-6/+10
|
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* Reorder importsPyfisch2018-11-061-1/+1
|
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
|
* Format script componentchansuke2018-09-191-13/+10
|
* Untry scriptSimon Sapin2017-06-181-1/+1
|
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
|
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+4
|
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
| | | | This entirely removes the 'non-geckolib' feature of the util crate.
* Implement From<DOMString> for AtomAnthony Ramine2016-02-241-1/+1
|
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-6/+8
|
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-7/+7
| | | | | | | | | | | Updated string_cache, html5ever, xml5ever and selectors in Cargo.toml files and Cargo.lock. Removed references to string_cache_plugin. Import atom! and ns! from string_cache. Replaced ns!("") by ns!(). Replaced ns!(XML) and co by ns!(xml) and co. Replaced atom!(foo) by atom!("foo"). Replaced Atom::from_slice by Atom::from. Replaced atom.as_slice() by &*atom.
* Rustfmt some of script.Ms2ger2015-11-181-25/+26
|
* more refactoringrohan.prinja2015-10-301-0/+176