aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/text.rs
Commit message (Expand)AuthorAgeFilesLines
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Properly propagate changes when range or trees are mutatedAnthony Ramine2015-12-251-3/+6
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-3/+3
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-1/+1
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-4/+4
* 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-3/+1
* Introduce trait CastableAnthony Ramine2015-10-211-9/+9
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-3/+2
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-9/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-5/+6
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-3/+3
* Remove helper traitsAnthony Ramine2015-08-271-2/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0
* sort all usesJohann Tuffe2015-08-201-3/+3
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-15/+14
* Remove helpers that correspond to DOM methodsAnthony Ramine2015-05-041-2/+2
* Make NodeTypeId include CharacterData variantJinwoo Song2015-04-291-3/+3
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+2
* Fix some no_move errorsManish Goregaokar2015-04-281-1/+1
* Implement Text.splitText()Anthony Ramine2015-04-231-2/+41
* Implement Text::wholeTextAnthony Ramine2015-04-101-4/+23
* Cleanup access to CharacterData nodesAnthony Ramine2015-04-091-5/+0
* Import the util crate as util rather than servo_util.Ms2ger2015-01-291-1/+1
* Fixes #4164 Make Constructor and new functions take GlobalRef by valueMatt McCoy2015-01-071-1/+1
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-1/+1
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+0
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-4/+4
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Privatize EventTarget and EventListenerEntryTim Taubert2014-10-131-1/+1
* Privatize InheritTypesTim Taubert2014-10-131-1/+7
* Made some DOM fields private.ProgramFOX2014-09-261-1/+1
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-3/+3
* Use #[must_root] for HTMLElementsManish Goregaokar2014-09-171-2/+2
* Make Reflector #[must_root], propagate to non-HTMLElementsManish Goregaokar2014-09-171-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+52