Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clippy: Fix a bunch of warnings in `script` (#32680) | Martin Robinson | 2024-07-04 | 1 | -5/+5 |
| | | | This is just a portion of the errors that are remaining to be fixed. | ||||
* | clippy: Fix `match_like_matches` warnings (#31947) | eri | 2024-03-30 | 1 | -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 Siwach | 2024-03-29 | 1 | -5/+2 |
| | |||||
* | rustdoc: Fix many rustdoc errors (#31147) | Martin Robinson | 2024-01-22 | 1 | -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) | Samson | 2023-09-11 | 1 | -1/+2 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -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 spec | Patrick Shaughnessy | 2020-02-12 | 1 | -8/+3 |
| | |||||
* | Fix some new warnings | Simon Sapin | 2019-06-22 | 1 | -17/+17 |
| | |||||
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -6/+10 |
| | |||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -2/+2 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -13/+10 |
| | |||||
* | Untry script | Simon Sapin | 2017-06-18 | 1 | -1/+1 |
| | |||||
* | Upgrade to html5ever 0.16 | Simon Sapin | 2017-05-02 | 1 | -1/+1 |
| | |||||
* | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -4/+4 |
| | |||||
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -1/+1 |
| | | | | This entirely removes the 'non-geckolib' feature of the util crate. | ||||
* | Implement From<DOMString> for Atom | Anthony Ramine | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | Fix a bunch of clippy lints | Johannes Linke | 2016-01-02 | 1 | -6/+8 |
| | |||||
* | Update string_cache to 0.2. | Alan Jeffrey | 2015-11-25 | 1 | -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. | Ms2ger | 2015-11-18 | 1 | -25/+26 |
| | |||||
* | more refactoring | rohan.prinja | 2015-10-30 | 1 | -0/+176 |