aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/characterdata.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix CharacterData annotationsAnthony Ramine2015-04-091-6/+4
* Add links to CharacterData's specAnthony Ramine2015-04-091-0/+8
* Implement NonDocumentTypeChildNode::*ElementSibling()Anthony Ramine2015-04-091-2/+16
* Replace unsafe_blocks by unsafe_code.Manish Goregaokar2015-03-211-0/+1
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-3/+9
* fix function on utf8 string, pass two testsyodalee2015-02-281-5/+5
* Replace uint/int by usize/isize in various places.Ms2ger2015-02-201-3/+3
* Fix some warnings in script.Ms2ger2015-02-121-3/+3
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Move to to_owned rather than into_string.Ms2ger2015-01-201-3/+4
* auto merge of #4173 : Manishearth/servo/a-more-dom-struct, r=kmcallisterbors-servo2014-12-271-6/+0
|\
| * Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+0