aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread
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
* build(deps): bump parking_lot from 0.11.2 to 0.12.0 (#30199)dependabot[bot]2023-08-251-1/+1
* 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
* Make the choice of layout runtime settingMartin Robinson2023-07-061-1/+1
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* 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
* | Auto merge of #29748 - Loirooriol:sync, r=mrobinsonbors-servo2023-05-191-6/+2
|\ \ | |/ |/|
| * Further changes required by ServoOriol Brufau2023-05-161-6/+2
* | Start the transition to workspace dependenciesMartin Robinson2023-05-171-14/+14
|/
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-052-1544/+20
* Detect body elements during layoutMartin Robinson2023-05-041-21/+41
* 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
* */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