aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/text.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement CDATASection interface and createCDATASection methodGeorge Roman2019-03-141-1/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-2/+2
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Format script componentchansuke2018-09-191-10/+20
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-2/+1
* Remove obsolete step from Text::SplitTextAnthony Ramine2017-03-071-6/+3
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-3/+3
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-1/+1
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-1/+1
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* 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