aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/attr.rs
Commit message (Expand)AuthorAgeFilesLines
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-061-2/+2
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-4/+7
* Check whether an element is custom in the spec-compliant way (#35960)Xiaocheng Hu2025-03-131-1/+1
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* script: delay Mutation initialization (#35291)Euclid Ye2025-02-051-2/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-15/+15
* 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-1/+4
* clippy: Fix a bunch of warnings in `script` (#32680)Martin Robinson2024-07-041-2/+2
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-2/+2
* clippy: fix some warnings in components/script (#31865)Ekta Siwach2024-03-261-2/+2
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+10
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-15/+16
* Remove an obsolete commentAnthony Ramine2020-03-311-1/+0
* Introduce AttrHelpersForLayout::namespaceAnthony Ramine2020-03-311-0/+6
* Don't clone the result of AttrHelpersForLayout::local_nameAnthony Ramine2020-03-311-3/+3
* Rename AttrHelpersForLayout methodsAnthony Ramine2020-03-311-6/+6
* Make AttrHelpersForLayout methods be safeAnthony Ramine2020-03-311-10/+10
* Remove a bunch of _forever suffixes in Attr methodsAnthony Ramine2020-03-301-8/+8
* Fix AttrHelpersForLayoutAnthony Ramine2020-03-301-12/+11
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+1
* Attr is a Node, with consequences for many Node methodsPatrick Shaughnessy2019-12-231-33/+15
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-2/+6
* Remove unused code from script* cratesest312019-06-021-16/+0
* Remove most RootedReference usesAnthony Ramine2019-03-101-3/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Format script componentchansuke2018-09-191-28/+27
* MutationObserver api: Implement takeRecords() and characterData mutationsFabrice Desré2018-05-021-1/+1
* Use specific assertion for DOM attrCYBAI2018-01-261-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-8/+12
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-2/+2
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Handle exceptions during upgradesConnor Brewster2017-08-091-1/+1
* Support custom element callback reactionsConnor Brewster2017-07-171-1/+14
* Mutation Observer APISumit2017-05-151-0/+8
* Upgrade to html5ever 0.16Simon Sapin2017-05-021-1/+1
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1