aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread_2020/dom_wrapper.rs
Commit message (Expand)AuthorAgeFilesLines
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-051-1537/+0
* Detect body elements during layoutMartin Robinson2023-05-041-17/+41
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-20/+21
* Add animation and transition support for pseudo-elementsMartin Robinson2020-06-161-7/+17
* Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-151-40/+15
* Include animations and transitions in the cascadeMartin Robinson2020-06-091-7/+57
* Better computation of animation keyframesMartin Robinson2020-06-051-0/+4
* Cache animation computed values when animations changeMartin Robinson2020-06-051-2/+7
* Print element name when panicking in ThreadSafeLayoutElement::style_dataAnthony Ramine2020-05-181-1/+4
* Some servo build fixes.Emilio Cobos Álvarez2020-04-161-9/+0
* Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutDataAnthony Ramine2020-04-061-31/+30
* Rename a bunch of style/layout data itemsAnthony Ramine2020-04-061-25/+25
* Auto merge of #26110 - servo:layout-2020-rm-note-dirty-descendant, r=emiliobors-servo2020-04-041-15/+0
|\
| * Kill ServoLayoutElement::note_dirty_descendantAnthony Ramine2020-04-041-15/+0
* | Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-15/+11
* | Don't expose any AtomicRefCell directly from style traitsAnthony Ramine2020-04-041-9/+18
* | Make OpaqueLayoutAndStyleData just a bit less opaqueAnthony Ramine2020-04-041-16/+9
|/
* Make LayoutShadowRootHelpers::get_style_data_for_layout return a &CascadeDataAnthony Ramine2020-04-011-1/+1
* Make synthesize_presentational_hints_for_legacy_attributes be safeAnthony Ramine2020-04-011-4/+2
* Make LayoutDocumentHelpers::style_shared_lock be safeAnthony Ramine2020-04-011-1/+1
* Make LayoutNodeHelpers::composed_parent_node_ref be safeAnthony Ramine2020-04-011-11/+7
* Make LayoutShadowRootHelpers::get_host_for_layout be safeAnthony Ramine2020-03-311-1/+1
* Make a bunch of LayoutNodeHelpers be safeAnthony Ramine2020-03-311-6/+6
* Introduce LayoutDom::isAnthony Ramine2020-03-311-1/+1
* Make layout methods accessing rare data be safeAnthony Ramine2020-03-311-11/+7
* Make a bunch of LayoutDocumentHelpers be safeAnthony Ramine2020-03-311-2/+2
* Make a bunch or trivial LayoutElementHelpers safeAnthony Ramine2020-03-311-6/+4
* Introduce <LayoutDom<Element>>::attrs()Anthony Ramine2020-03-311-30/+24
* Merge RawLayoutElementHelpers into LayoutElementHelpersAnthony Ramine2020-03-311-10/+8
* Make LayoutNodeHelpers::text_content return a cowAnthony Ramine2020-03-311-3/+3
* Make LayoutCharacterDataHelpers::data_for_layout be safeAnthony Ramine2020-03-311-1/+1
* Clean up LayoutShadowRootHelpers::get_style_data_for_layoutAnthony Ramine2020-03-301-6/+1
* Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-85/+31
* Pass pending restyles instead of draining them from layoutAnthony Ramine2020-03-281-9/+0
* Make ServoLayoutNode::new return a free lifetime valueAnthony Ramine2020-03-281-1/+1
* Move PendingRestyle to the style_layout_interface crateAnthony Ramine2020-03-281-1/+1
* Add a 'dom lifetime to GetLayoutDataAnthony Ramine2020-03-261-13/+13
* :defined worksPatrick Shaughnessy2020-01-301-0/+1
* style: Fix servo build.Emilio Cobos Álvarez2019-11-301-0/+22
* Call BoxTreeRoot::construct from layout_thread_2020Anthony Ramine2019-10-041-0/+7
* Make layout_2020 be layout_2013Anthony Ramine2019-07-311-0/+1550