aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/text.rs
Commit message (Expand)AuthorAgeFilesLines
* Add CanGc as arguments in methods in Attr and Node (#36371)Yerkebulan Tulibergenov2025-04-061-1/+1
* Implement ServoLayoutNode::traversal_parent (#35338)Simon Wülker2025-02-071-9/+1
* Lay out the contents of slot elements (#35220)Simon Wülker2025-02-021-1/+1
* Implement shadow dom slots (#35013)Simon Wülker2025-01-191-1/+21
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-3/+3
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-6/+8
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-4/+4
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-0/+2
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* Formatting.Josh Matthews2023-05-281-3/+15
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-3/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-1/+1
* 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