aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread
Commit message (Expand)AuthorAgeFilesLines
...
* */Cargo.toml: use the shmem feature for the dependency on the selectors cratreFederico Mena Quintero2023-02-141-1/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Auto merge of #28880 - wusyong:fix-footer, r=delanbors-servo2023-01-181-6/+15
|\
| * Actually check if root is absolute positionedWu Yu Wei2022-04-191-6/+15
* | Fix some typosDirk Stolle2022-12-171-1/+1
|/
* Update html5ever/xml5ever.Josh Matthews2022-04-011-1/+1
* Update parking_lot.Josh Matthews2022-04-011-1/+1
* feat: shorten thread namesyvt2021-07-191-1/+1
* Bump `time` to latest `v0.1.x` version.teymour-aldridge2021-06-251-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-262-22/+29
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-5/+0
* Fix num_threads to avoid divide by zero error when running without a thread poolteymour-aldridge2020-12-281-1/+1
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-15/+10
* Add animation and transition support for pseudo-elementsMartin Robinson2020-06-162-9/+31
* Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-152-51/+28
* Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdmbors-servo2020-06-121-4/+23
|\
| * Store resolved font style in canvas context stateUtsav Oza2020-06-101-7/+8
| * Query layout to resolve canvas font property valueUtsav Oza2020-06-101-4/+22
* | Auto merge of #26806 - mrobinson:animations-cascade, r=emiliobors-servo2020-06-101-7/+57
|\ \ | |/ |/|
| * Include animations and transitions in the cascadeMartin Robinson2020-06-091-7/+57
* | Remove unecessary webrender document from layout.Josh Matthews2020-06-091-17/+3
|/
* Better computation of animation keyframesMartin Robinson2020-06-051-0/+4
* Cache animation computed values when animations changeMartin Robinson2020-06-052-3/+15
* Remove support for energy profilingSimon Sapin2020-06-041-2/+0
* 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