aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/xmlname.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-5/+5
| | | This is just a portion of the errors that are remaining to be fixed.
* clippy: Fix `match_like_matches` warnings (#31947)eri2024-03-301-4/+2
| | | | | | | | | * clippy: Fix `match_like_matches` warnings * Fix link to custom element state in specification. --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* clippy: Fix a variety of warnings in components/script/dom (#31894)Ekta Siwach2024-03-291-5/+2
|
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
| | | | This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks.
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
| | | | | * strict imports formatting * Reformat all imports
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
| | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* 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