aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/characterdata.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-2/+1
* rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-1/+1
* move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+1
* Clean up the cast callsAnthony Ramine2015-10-211-4/+2
* Introduce trait CastableAnthony Ramine2015-10-211-10/+10
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-4/+3
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-12/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-13/+5
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-4/+3
* Dirty text nodes when their content changesMatt Brubeck2015-09-291-2/+11
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-3/+1
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-2/+0
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-1/+3
* Elide most 'a lifetimesManish Goregaokar2015-09-041-2/+2
* Fix CharacterDataMethods to count UTF-16 code units, not code points.Simon Sapin2015-08-281-28/+65
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-15/+15
* Remove helper traitsAnthony Ramine2015-08-271-8/+4
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0