aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Make a bunch of layout queries morally saferAnthony Ramine2019-01-091-4/+8
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-11/+10
* Prevent JS execution and layout operations while DOM in inconsistent state.Josh Matthews2018-12-141-0/+12
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update uuidBastien Orivel2018-11-091-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-8/+8
* Format remaining filesPyfisch2018-11-061-8/+9
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-51/+51
* Auto merge of #21931 - jdm:reload-images, r=emiliobors-servo2018-10-131-0/+10
|\
| * Make layout use available image data before querying the image cache.Josh Matthews2018-10-121-0/+10
* | Auto merge of #21856 - zcorpan:zcorpan/remove-td-th-interfaces, r=jdmbors-servo2018-10-121-1/+1
|\ \ | |/ |/|
| * Remove the HTMLTable{Header,Data}CellElement interfacesSimon Pieters2018-10-021-1/+1
* | Rustfmt and make tidy happyFernando Jiménez Moreno2018-10-081-1/+1
* | Revert import style formatFernando Jiménez Moreno2018-10-081-4/+2
* | dom: add media_data() method to LayoutDom implementationVíctor Manuel Jáquez Leal2018-10-081-2/+14
|/
* Adding relevant mutations and new test resultspaavininanda2018-09-201-2/+8
* Format script componentchansuke2018-09-191-424/+576
* Current-pixel-density tests passingpaavininanda2018-09-131-0/+10
* remove misleading urltigercosmos2018-05-261-2/+0
* Implement MutationObserver.disconnect()Fabrice Desré2018-05-091-0/+7
* Implement element.innerText getterFernando Jiménez Moreno2018-02-131-0/+4
* Change debug assertions to specific onesjanczer2018-02-071-1/+1
* script: Move `style` as Element methodCYBAI2018-01-281-5/+0
* Add layout RPC query for getting an element's styleJon Leighton2018-01-281-0/+5
* Properly handle CR in textarea placeholders (fixes #19717)Anthony Ramine2018-01-101-1/+1
* style: Remove TNode::set_can_be_fragmented and TNode::can_be_fragmented.Emilio Cobos Álvarez2018-01-041-4/+1
* Use FetchCanceller for document loadsManish Goregaokar2017-11-221-1/+1
* script: Fix Servo relying on descendants being visited when there's a reframe.Emilio Cobos Álvarez2017-11-101-1/+14
* script: Call content_and_heritage_changed from children_changed instead of ad...Emilio Cobos Álvarez2017-11-101-5/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-16/+16
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-21/+5
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-21/+5
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-16/+16
|/
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-16/+16
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-8/+8
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-4/+4
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-102/+102
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-2/+2
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-14/+14
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-9/+9
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-8/+8
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-3/+1
* Auto merge of #18514 - asajeffrey:layout-dont-panic-if-no-iframe-bc, r=emiliobors-servo2017-09-221-6/+6
|\
| * Remove sources of panic when laying out an iframe without a nested browsing c...Alan Jeffrey2017-09-221-6/+6
* | Introduce an NthIndexCache type and pipe it from ThreadLocalStyleContext to M...Bobby Holley2017-09-201-2/+5
|/
* style: Remove NODE_NEEDS_DIRTY_ON_VIEWPORT_SIZE_CHANGE.Emilio Cobos Álvarez2017-08-281-2/+1
* order derivable traits listsClément DAVID2017-08-231-4/+4