aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/characterdata.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* sort all usesJohann Tuffe2015-08-201-2/+2
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-1/+2
* Use local slice_charsJack Moffitt2015-07-311-4/+4
* Optimize `Node.normalize()`.Michael Howell2015-07-221-1/+6
* Remove some redundant let bindingsDavid Zbarsky2015-07-041-6/+2
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-2/+1
* Upgrade to SM 39Michael Wu2015-06-191-10/+10
* Fix overflow in CharacterDataAnthony Ramine2015-05-151-16/+18
* Make NodeTypeId include CharacterData variantJinwoo Song2015-04-291-5/+12
* Remove as_slice() calls from script.Ms2ger2015-04-261-1/+1
* Auto merge of #5721 - nox:nodeorstring, r=jdmbors-servo2015-04-161-0/+16
|\
| * Finish implementation of ChildNode and ParentNodeAnthony Ramine2015-04-161-0/+16
* | Add/update comments with links to specCorey Farwell2015-04-141-0/+1
|/
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
* Fix typo in the substringData implementation.Ms2ger2015-04-101-1/+1
* Fix CharacterData::SubstringData()Anthony Ramine2015-04-091-2/+11
* Cleanup access to CharacterData nodesAnthony Ramine2015-04-091-18/+24
* Remove CharacterData::set_data()Anthony Ramine2015-04-091-5/+0