aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/characterdata.rs
Commit message (Expand)AuthorAgeFilesLines
* Add CanGc as arguments in methods in devtools.rs, CharacterData, CSSStyleRule...Yerkebulan Tulibergenov2025-04-061-2/+2
* More miscellaneous script splitting changes (#36220)Josh Matthews2025-03-301-1/+1
* resolve issue #36074 new_js_regex and matches_js_regex need a CanGc argument ...Kunga Derick Abongho2025-03-291-1/+1
* dom: Always replace unpaired surrogates when handling page text (#35381)Martin Robinson2025-02-091-36/+8
* script: delay Mutation initialization (#35291)Euclid Ye2025-02-051-2/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-6/+6
* 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-11/+22
* clippy: Fix needless_late_init warning (#32052)Oluwatobi Sofela2024-04-111-4/+3
* fixed various clippy warnings (#31954)Rosemary Ajayi2024-03-311-1/+1
* clippy:fix various clippy problems in components/scripts (#31907)Rosemary Ajayi2024-03-271-3/+3
* 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-4/+4
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-1/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-1/+1
* Make LayoutCharacterDataHelpers::data_for_layout be safeAnthony Ramine2020-03-311-5/+4
* Give a lifetime parameter to LayoutCharacterDataHelpersAnthony Ramine2020-03-291-4/+4
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* Add accountable-refcell as optional build time featureKunal Mohan2020-01-081-2/+1
* Script: removed a few opts::get()oneturkmen2019-06-261-7/+20
* Implement CDATASection interface and createCDATASection methodGeorge Roman2019-03-141-2/+6
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-18/+18
* Format script componentchansuke2018-09-191-21/+31
* script: Queue a mutation record from CharacterData::append_data.Emilio Cobos Álvarez2018-07-231-0/+1
* MutationObserver api: Implement takeRecords() and characterData mutationsFabrice Desré2018-05-021-0/+12
* Change debug assertions to specific onesjanczer2018-02-071-1/+1
* Call children_changed on the parent node consistentlyCYBAI2017-11-271-10/+10
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-9/+9
* 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 dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Replace downcast with isDarkDrek2017-08-021-1/+1
* Have CharacterData call children_changed on its parent when data is set.Jonathan Chan2017-07-131-1/+13
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Revert "Make DOMRefCell use style’s copy of RefCell"Simon Sapin2016-10-041-1/+1
* Make DOMRefCell use style’s copy of RefCellSimon Sapin2016-08-311-1/+1
* Make /dom/nodes/CharacterData-surrogates.html not panic.Simon Sapin2016-05-241-24/+92
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Inlined content_changedAdrian Utrilla2016-04-041-1/+1
* rename deprecated utf16_units to encode_utf16Arpad Borsos2016-03-071-3/+3
* Properly propagate changes when range or trees are mutatedAnthony Ramine2015-12-251-2/+9
* Introduce CharacterData::clone_with_data()Anthony Ramine2015-12-131-0/+21
* Group all intrinsic CharacterData methods togetherAnthony Ramine2015-12-131-18/+16
* Rustfmt some of script.Ms2ger2015-11-181-3/+3
* Added in-place mutation to DOMString.Alan Jeffrey2015-11-121-1/+3
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-4/+3
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-3/+3