aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/wrapper_traits.rs
Commit message (Expand)AuthorAgeFilesLines
* Reorder importsPyfisch2018-11-061-3/+3
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-5/+5
* Make layout use available image data before querying the image cache.Josh Matthews2018-10-121-0/+5
* layout: add media_data() method to ThreadSafeLayoutNode traitVíctor Manuel Jáquez Leal2018-10-081-0/+3
* Auto merge of #21687 - AnshulMalik:format-script_layout, r=jdmbors-servo2018-09-131-62/+97
|\
| * format script_layout_interfaceAnshul Malik2018-09-121-62/+97
* | Current-pixel-density tests passingpaavininanda2018-09-131-0/+3
|/
* selectors: Remove the get_ prefix from get_local_name and get_namespace.Emilio Cobos Álvarez2018-02-241-4/+4
* Update WebRenderMartin Robinson2018-02-061-3/+3
* style: Use CascadeFlags for what they're for.Emilio Cobos Álvarez2018-01-231-2/+1
* style: Derive debug for CascadeInputs.Emilio Cobos Álvarez2018-01-231-4/+6
* style: Make the TElement type arrive to the `cascade` function.Emilio Cobos Álvarez2018-01-231-4/+9
* layout: Deduplicate Node::fragment_type and FragmentDisplayListBuilding::frag...Emilio Cobos Álvarez2018-01-141-7/+11
* layout: Remove type parameter from PseudoElementType.Emilio Cobos Álvarez2018-01-141-33/+23
* style: Remove unused optional display from PseudoElementType definition.Emilio Cobos Álvarez2018-01-141-8/+7
* layout: Stop overriding display of the ::-servo-details-content pseudo-element.Emilio Cobos Álvarez2018-01-141-7/+3
* style: Remove some unneeded indirection.Emilio Cobos Álvarez2018-01-101-15/+13
* style: Remove TNode::set_can_be_fragmented and TNode::can_be_fragmented.Emilio Cobos Álvarez2018-01-041-2/+0
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-5/+5
* style: Remove PresentationalHintsSynthesizer.Emilio Cobos Álvarez2017-10-261-5/+9
* Implement XUL tree pseudo style resolution for stylo.Xidorn Quan2017-10-201-1/+2
* style: Remove a few unused functions.Emilio Cobos Álvarez2017-10-171-12/+0
* style: Refactor children handling.Emilio Cobos Álvarez2017-10-171-8/+0
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-1/+1
* Remove sources of panic when laying out an iframe without a nested browsing c...Alan Jeffrey2017-09-221-4/+4
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-1/+1
* style: Cleanup most of the Inner mess.Emilio Cobos Álvarez2017-07-181-2/+2
* stylo: Switch Gecko over to ServoStyleContextManish Goregaokar2017-07-171-2/+2
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-7/+7
* script: Move the layout_wrapper outside of script.Emilio Cobos Álvarez2017-07-151-0/+1
* style: Kill some style sharing code.Emilio Cobos Álvarez2017-07-131-2/+2
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Backed out changeset fec394734f83 (bug 17624) for build bustage a=backout CLO...Gecko Backout2017-07-061-4/+2
* stylo: Create error reporters linked to documents (bug 1352669)Josh Matthews2017-07-061-2/+4
* Implement :visited handling for lazy pseudo-elements in stylo.Boris Zbarsky2017-06-291-0/+1
* Move match and cascade temporaries to CurrentElementInfoJ. Ryan Stinnett2017-06-221-15/+15
* style: Add support for resolving default computed styles.Cameron McCormack2017-05-251-0/+2
* layout: Stop mutating the style data from layout.Emilio Cobos Álvarez2017-05-211-45/+28
* Simplify rust-selectors API for attribute selectorsSimon Sapin2017-05-181-0/+3
* Bug 1364850: Move PseudoElement to be just another combinator in selectors. r...Emilio Cobos Álvarez2017-05-171-2/+0
* Auto merge of #16876 - asajeffrey:constellation-rename-frames, r=cbrewsterbors-servo2017-05-161-3/+3
|\
| * Renamed constellation::Frame to constellation::BrowsingContext.Alan Jeffrey2017-05-151-3/+3
* | Bug 1364412: Use the pseudo selector to reject state selectors. r=bholleyEmilio Cobos Álvarez2017-05-161-0/+2
|/
* Auto merge of #16506 - cbrewster:about_chaos, r=asajeffreybors-servo2017-05-121-1/+5
|\
| * Make non-initial about:blank loads asynchronousConnor Brewster2017-05-121-1/+5
* | Fix typo for PresentationalHintsSynthesizerTing-Yu Lin2017-05-101-2/+2
|/
* Auto merge of #16689 - servo:m5e, r=noxbors-servo2017-05-031-1/+1
|\