aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/characterdata.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* | script: to_string() -> into_string()Manish Goregaokar2014-12-271-3/+3
|/
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-6/+7
* Use RefCell in DOMRefCell to reduce duplicated code.Ms2ger2014-11-141-1/+4
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Use DOMRefCell<T> in CharacterData.Tetsuharu OHZEKI2014-10-151-6/+4
* Don't borrow CharacterData.data from layout.Ms2ger2014-10-141-0/+7
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize InheritTypesTim Taubert2014-10-131-3/+19
* Remove Traceable from characterdata.rsManish Goregaokar2014-10-051-12/+11
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-10/+10
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-2/+2
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+106