aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/range.rs
Commit message (Expand)AuthorAgeFilesLines
* Fixed some clippy warnings in components (#32025)komuhangi2024-04-101-8/+6
* Fixed some clippy warning by adding default implementations (#31989)komuhangi2024-04-041-3/+9
* clippy: Fix a few problems in `components/script/dom` (#31955)Rosemary Ajayi2024-03-311-2/+2
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-7/+7
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-3/+3
* Implement StaticRange (#31809)cathiechen2024-03-221-248/+182
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-13/+12
* remove `extern crate` (#30311)Samson2023-09-081-0/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-6/+26
* Do not panic on navigating across documentsUtsav Oza2020-07-301-0/+1
* Implement concept of dirty rootAnthony Ramine2020-05-191-13/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Selection interface working for synthetic operationsPatrick Shaughnessy2020-02-131-0/+54
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Attr is a Node, with consequences for many Node methodsPatrick Shaughnessy2019-12-231-0/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Upgrade to rustc 1.38.0-nightly (dddb7fca0 2019-07-30)Simon Sapin2019-07-311-5/+5
* Merge Node::shadow_including_inclusive_ancestors into inclusive_ancestorsFernando Jiménez Moreno2019-04-261-12/+36
* Minor tweaks: rename composed_parent_node_ref, remove or update outdated comm...Fernando Jiménez Moreno2019-04-261-6/+1
* Introduce ShadowIncluding enum for tree traversalsFernando Jiménez Moreno2019-04-261-2/+2
* Implement concept of shadow including tree orderFernando Jiménez Moreno2019-04-261-1/+4
* Throw NotSupported when trying to deep clone a shadow rootFernando Jiménez Moreno2019-04-261-8/+8
* Partial ShadowRoot implementation of DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-3/+8
* ShadowRoot interfaceFernando Jiménez Moreno2019-04-261-3/+5
* Implement CDATASection interface and createCDATASection methodGeorge Roman2019-03-141-6/+8
* Remove most RootedReference usesAnthony Ramine2019-03-101-8/+10
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-6/+7
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-3/+3
* Format remaining filesPyfisch2018-11-061-1/+2
* `cargo fix --edition`Simon Sapin2018-11-061-24/+24
* Format script componentchansuke2018-09-191-172/+214
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-5/+5
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-8/+8
* Remove use of unstable box syntax.Simon Sapin2017-10-161-4/+7
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-25/+25
* Rename MutJS<T> to MutDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-2/+2
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-2/+2
* Untry scriptSimon Sapin2017-06-181-42/+42
* Remove obsolete step from Text::SplitTextAnthony Ramine2017-03-071-6/+0
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Change #[privatize] into #[derive(DenyPublicFields)]Anthony Ramine2017-02-151-3/+1
* Remove HeapGCValueAnthony Ramine2016-12-121-3/+3
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-3/+3
* Refactor fragment parsingAnthony Ramine2016-12-011-10/+2