aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domtokenlist.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-3/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-13/+14
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-1/+1
* clippy: Fix `comparison_*` warnings (#32058)eri2024-04-121-21/+25
* clippy: Fix another set of clippy problems in `components/script/dom` (#31909)Rosemary Ajayi2024-03-281-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+5
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Implement DOMTokenList.supports APIVincent Ricard2020-10-051-3/+41
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* fix DOMTokenListPatrick Shaughnessy2020-01-301-13/+33
* Return a boolean from DOMTokenList::replace to match the specBastien Orivel2019-12-071-2/+4
* Support stringifier attributesKagami Sascha Rosylight2019-10-291-5/+0
* 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-9/+9
* Format script componentchansuke2018-09-191-16/+29
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Only run update steps if token was foundConnor Brewster2017-08-151-2/+2
* Untry scriptSimon Sapin2017-06-181-3/+3
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Update to string-cache 0.3Simon Sapin2016-11-031-4/+5
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-3/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Use Option<T> to return from gettersAnthony Ramine2016-08-301-4/+2
* Move util::str to styleAnthony Ramine2016-07-051-1/+1
* Make DOMTokenList.contains not throw anymoreGuillaume Gomez2016-06-041-9/+8
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+2
* Implement and test DOMTokenList.replace (fixes #8511)Sankha Narayan Guria2016-03-241-0/+26
* Implement value for DOMTokenListDominik Menzi2016-02-291-0/+10
* Fix a bunch of clippy lintsJohannes Linke2016-01-021-4/+4
* Fix DOMStringMap's stringifier behaviour according to the specAnthony Ramine2015-12-181-4/+3
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-2/+2
* Rustfmt some of script.Ms2ger2015-11-181-5/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+3
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-2/+2
* Auto merge of #8221 - wenderen:8130-reorganise, r=jdmbors-servo2015-11-041-1/+1
|\
| * more refactoringrohan.prinja2015-10-301-1/+1
* | Simplify DOMTokenList::Item.Ms2ger2015-11-021-4/+1
|/
* Do not root DOMTokenList::elementAnthony Ramine2015-10-191-13/+9
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-4/+3