aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0...Josh Matthews2020-05-261-1/+1
* Implement concept of dirty rootAnthony Ramine2020-05-191-15/+27
* More Cargo.toml cleanupsAlex Touchet2020-05-141-23/+23
* Move most animation processing to scriptMartin Robinson2020-05-121-34/+41
* Split animations and transitions into separate listsMartin Robinson2020-05-061-3/+3
* Start having animations conform to the HTML specMartin Robinson2020-05-051-19/+4
* Use a restyle for animation ticksMartin Robinson2020-05-051-128/+21
* Add support for animationend eventMartin Robinson2020-05-011-14/+8
* Add support for transitionrun eventsMartin Robinson2020-04-241-4/+9
* Add ElementAnimationState and PossibleElementAnimationStateMartin Robinson2020-04-241-41/+18
* Auto merge of #26244 - mrobinson:animation-cancel, r=jdmbors-servo2020-04-221-0/+6
|\
| * Add support for canceling CSS transitionsMartin Robinson2020-04-221-0/+6
* | Make the rule tree actually threadsafeAnthony Ramine2020-04-201-3/+1
|/
* Some servo build fixes.Emilio Cobos Álvarez2020-04-161-9/+0
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-12/+4
* 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-042-23/+0
|\
| * Kill ServoLayoutElement::note_dirty_descendantAnthony Ramine2020-04-042-23/+0
* | Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-042-29/+16
* | Don't expose any AtomicRefCell directly from style traitsAnthony Ramine2020-04-042-12/+19
* | 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-33/+29
* 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-282-11/+4
* 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-262-14/+14
* Remove unnecessary .clone() callsIulian Gabriel Radu2020-03-041-5/+5
* Make Background Hang Monitor OptionalKunal Mohan2020-02-231-9/+15
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-2/+2
* remove option for origin and mirror changes to layout_thread_2020Kunal Mohan2020-02-181-19/+21
* Take origin from window instead of creating a new one in case of reflowKunal Mohan2020-02-151-4/+12
* Improve the name the NodeGeometryQueryMartin Robinson2020-02-051-4/+4
* :defined worksPatrick Shaughnessy2020-01-301-0/+1