aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/range.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make WebIDL constructors take a more specific global if possible (fixes #14071)Rohan Prinja2016-11-301-3/+3
* Add missing actions in CreateContextualFragment methodGuillaume Gomez2016-11-181-2/+3
* Update to string-cache 0.3Simon Sapin2016-11-031-2/+2
* Remove intrinsic Root::r()Anthony Ramine2016-10-111-45/+45
* Pass a &GlobalScope to WebIDL static methods and constructorsAnthony Ramine2016-10-061-3/+3
* Introduce GlobalScope::as_windowAnthony Ramine2016-10-061-1/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-1/+1
* Reorder `use` statementsUK9922016-09-091-2/+2
* Use a stack guard and a macro for RootedVec instead of return_address.Eduard Burtescu2016-07-041-2/+2
* Implement Range::createContextualFragmentGuillaume Gomez2016-06-031-0/+41
* Move DOMString back to scriptAnthony Ramine2016-05-241-1/+1
* Implement Stringifier for RangeKeith Yeung2016-03-091-1/+44
* Auto merge of #9799 - nox:range-extractcontents, r=KiChjangbors-servo2016-02-291-2/+3
|\
| * Fix step 14.2 of Range::ExtractContentsAnthony Ramine2016-02-291-2/+3
* | Auto merge of #9797 - nox:range-insertnode, r=KiChjangbors-servo2016-02-291-0/+3
|\ \
| * | Fix step 1 of Range::InsertNodeAnthony Ramine2016-02-281-0/+3
| |/
* / script: Fix remaining bugs from Range.deleteContentsEmilio Cobos Álvarez2016-02-281-11/+17
|/
* Fix step 6 of Range::DeleteContentsAnthony Ramine2016-02-281-1/+1
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+1
* Properly propagate changes when range or trees are mutatedAnthony Ramine2015-12-251-26/+312
* Introduce CharacterData::clone_with_data()Anthony Ramine2015-12-131-18/+12
* Fix the spec links for DOM rangesAnthony Ramine2015-12-131-12/+12
* Add XMLDocument objectGuillaume Gomez2015-11-271-1/+1
* Implement Range#deleteContentsDavid Zbarsky2015-11-251-0/+75
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-3/+4
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-2/+2
* merge from masterrohan.prinja2015-11-031-1/+1
|\
| * Fix some rust-clippy violationsCorey Farwell2015-10-301-1/+1
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-2/+2