aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* script: Add a function to check whether a node is before another one in DOM o...Emilio Cobos Álvarez2017-08-171-0/+11
* script: Optimize CompareDocumentPosition.Emilio Cobos Álvarez2017-08-171-37/+53
* script: Early return in CompareDocumentPosition to deindent most of the funct...Emilio Cobos Álvarez2017-08-171-41/+41
* Handle exceptions during upgradesConnor Brewster2017-08-091-3/+3
* Enqueue upgradesConnor Brewster2017-08-091-4/+5
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* Fix adopted and connected callback reactionsConnor Brewster2017-07-181-9/+16
* Auto merge of #17614 - cbrewster:custom_element_reactions, r=jdmbors-servo2017-07-171-2/+27
|\
| * Support custom element callback reactionsConnor Brewster2017-07-171-2/+27
* | Have CharacterData call children_changed on its parent when data is set.Jonathan Chan2017-07-131-0/+10
|/
* Auto merge of #17515 - frewsxcv:frewsxcv-simple-node-iterator, r=KiChjangbors-servo2017-06-251-80/+40
|\
| * Merge explicit node iterator structures into single generic structure.Corey Farwell2017-06-251-80/+40
* | Allow element prefix to be setConnor Brewster2017-06-231-2/+2
* | Add flag for sync/async CE creationConnor Brewster2017-06-231-3/+6
* | Support `is` option when creating elementsConnor Brewster2017-06-231-1/+1
* | Hook CE registry into element creationConnor Brewster2017-06-231-0/+5
|/
* Untry scriptSimon Sapin2017-06-181-13/+13
* Bump euclid to 0.14.Nicolas Silva2017-06-141-4/+2
* stylo: Support :hover and :active quirkNazım Can Altınova2017-06-101-5/+6
* Thread ParseError return values through CSS parsing.Josh Matthews2017-06-091-2/+2
* Move the ancestor hashes out of Selector.Bobby Holley2017-06-051-2/+2
* Added a TopLevelBrowsingContextId type.Alan Jeffrey2017-05-221-1/+1
* Implement MutationObserver childList mutations.Imanol Fernandez2017-05-191-5/+49
* Auto merge of #16900 - emilio:pseudos, r=bholleybors-servo2017-05-171-3/+7
|\
| * Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-171-3/+7
* | Auto merge of #16883 - jdm:mutationobserver, r=jdmbors-servo2017-05-171-1/+13
|\ \ | |/ |/|
| * Mutation Observer APISumit2017-05-151-1/+13
* | Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-4/+4
|/
* Make methods storing layout-originating nodes unsafe.Josh Matthews2017-05-151-10/+8
* Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-1/+8
* Bug 1355343: Take all the snapshots into account. r=bholleyEmilio Cobos Álvarez2017-05-101-9/+22
* Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-2/+2
|\