aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_layout_interface/wrapper_traits.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-497/+0
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-14/+8
* remove `extern crate` (#30311)Samson2023-09-081-0/+3
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-1/+6
* Remove DangerousThreadSafeLayoutNodeMartin Robinson2023-05-121-8/+0
* Simplify our setup for font metric queries from styleOriol Brufau2023-05-111-3/+0
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-051-0/+2
* Detect body elements during layoutMartin Robinson2023-05-041-0/+10
* Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutDataAnthony Ramine2020-04-061-9/+9
* Rename a bunch of style/layout data itemsAnthony Ramine2020-04-061-8/+13
* Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-2/+2
* Make LayoutNodeHelpers::text_content return a cowAnthony Ramine2020-03-311-1/+2
* Add a 'dom lifetime to GetLayoutDataAnthony Ramine2020-03-261-25/+22
* Fix some warnings new in Rust NightlySimon Sapin2019-11-081-3/+0
* Run rustfmtSimon Sapin2019-08-241-3/+2
* Only allow UA widgets as children of media elementsFernando Jiménez Moreno2019-07-221-0/+2
* style: Do not use borrowed types in the selectors::Element trait.Evgeniy Reizner2019-06-041-3/+3
* Move is_connected function from style to layout, where it is usedFernando Jiménez Moreno2019-04-261-0/+3
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* 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