aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-151-10/+9
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-37/+36
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-7/+4
* remove `extern crate` (#30311)Samson2023-09-081-13/+5
* Further changes required by ServoOriol Brufau2023-08-161-1/+2
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-161-2/+1
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-151-1/+2
* Try to `use` WebRender types moreMartin Robinson2023-07-101-10/+11
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-55/+26
* Layout-2020: Serialize access to stylo thread pool.Mukilan Thiyagarajan2023-05-261-11/+5
* Clean up and document the `send_display_list` interfaceMartin Robinson2023-05-241-10/+6
* Auto merge of #29745 - mrobinson:compositor-side-scroll-tree, r=mukilanbors-servo2023-05-231-7/+5
|\
| * Add a compositor-side scroll treeMartin Robinson2023-05-191-7/+5
* | Further changes required by ServoOriol Brufau2023-05-161-6/+2
|/
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-051-20/+20
* Clean up arguments passed to and stored in LayoutThreadMartin Robinson2023-05-011-91/+26
* Scroll from script should trigger a reflowMartin Robinson2023-04-251-17/+19
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-43/+48
* Fix some build warningsMartin Robinson2023-03-271-1/+0
* Move hit testing information out of WebRenderMartin Robinson2023-03-151-8/+10
* Actually check if root is absolute positionedWu Yu Wei2022-04-191-6/+15
* feat: shorten thread namesyvt2021-07-191-1/+1
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+7
* 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-161-2/+14
* Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-151-11/+13
* 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
* Remove unecessary webrender document from layout.Josh Matthews2020-06-091-17/+3
* Cache animation computed values when animations changeMartin Robinson2020-06-051-1/+8
* Remove support for energy profilingSimon Sapin2020-06-041-2/+0
* Implement concept of dirty rootAnthony Ramine2020-05-191-15/+27
* 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
|/
* Don't go through the layout thread to retrieve a node's primary styleAnthony Ramine2020-04-071-12/+4
* Auto merge of #26110 - servo:layout-2020-rm-note-dirty-descendant, r=emiliobors-servo2020-04-041-8/+0
|\
| * Kill ServoLayoutElement::note_dirty_descendantAnthony Ramine2020-04-041-8/+0
* | Make DOM own the style and layout data, in an UnsafeCellAnthony Ramine2020-04-041-8/+0
* | Don't expose any AtomicRefCell directly from style traitsAnthony Ramine2020-04-041-3/+1
|/
* Pass pending restyles instead of draining them from layoutAnthony Ramine2020-03-281-2/+4