aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread_2020
Commit message (Expand)AuthorAgeFilesLines
* Fix painting order of atomic inline stacking containers (#30458)Delan Azabani2023-10-061-1/+5
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-151-5/+5
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-29/+25
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-101-7/+4
* remove `extern crate` (#30311)Samson2023-09-081-9/+4
* build(deps): bump parking_lot from 0.11.2 to 0.12.0 (#30199)dependabot[bot]2023-08-251-1/+1
* Try to `use` WebRender types moreMartin Robinson2023-07-101-7/+8
* Make the choice of layout runtime settingMartin Robinson2023-07-061-1/+1
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* Remove unused variableOriol Brufau2023-07-011-1/+0
* It was removed from the spec and it's disabled everywhere.Emilio Cobos Álvarez2023-06-301-23/+1
* Layout-2020: Serialize access to stylo thread pool.Mukilan Thiyagarajan2023-05-261-4/+7
* Clean up and document the `send_display_list` interfaceMartin Robinson2023-05-241-10/+7
* Auto merge of #29748 - Loirooriol:sync, r=mrobinsonbors-servo2023-05-191-6/+2
|\
| * Further changes required by ServoOriol Brufau2023-05-161-6/+2
* | Auto merge of #29747 - mrobinson:workspace-dependencies, r=mukilanbors-servo2023-05-181-11/+11
|\ \
| * | Start the transition to workspace dependenciesMartin Robinson2023-05-171-11/+11
| |/
* / Refactor Layout 2020 layout for a compositor-side scroll treeMartin Robinson2023-05-171-10/+20
|/
* Combine DOM-related concepts in Layout 2020 into dom.rsMartin Robinson2023-05-131-14/+13
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-052-1553/+24
* Detect body elements during layoutMartin Robinson2023-05-041-17/+41
* Clean up arguments passed to and stored in LayoutThreadMartin Robinson2023-05-011-82/+20
* Fix scrolling from script in Layout 2020Martin Robinson2023-04-251-1/+2
* Scroll from script should trigger a reflowMartin Robinson2023-04-251-17/+19
* Add support for <iframe> elements for Layout 2020Martin Robinson2023-04-041-12/+68
* Fix some build warningsMartin Robinson2023-03-271-1/+0
* Fix test-tidy for Layout 2020Martin Robinson2023-03-211-1/+0
* Fix the Layout 2020 buildMartin Robinson2023-03-201-5/+3
* Move hit testing information out of WebRenderMartin Robinson2023-03-151-2/+6
* */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
* fixup! Update parking_lot.Josh Matthews2022-04-011-1/+1
* Update html5ever/xml5ever.Josh Matthews2022-04-011-1/+1
* feat: shorten thread namesyvt2021-07-191-1/+1
* feat(layout_2020): implement `offset{Parent, Top, Left, Width, Height}`yvt2021-06-191-1/+2
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-262-21/+28
* Fix warnings introduced in newer Rust NightlySimon Sapin2021-02-251-5/+0
* ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-15/+10
* Add animation and transition support for pseudo-elementsMartin Robinson2020-06-161-7/+17
* Add DocumentAnimationSet and AnimationSetKeyMartin Robinson2020-06-152-50/+25
* Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdmbors-servo2020-06-121-1/+11
|\
| * Fix ./mach build --release --with-layout-2020Utsav Oza2020-06-101-2/+8
| * Store resolved font style in canvas context stateUtsav Oza2020-06-101-2/+4
| * Fix ./mach build --release --with-layout-2020Utsav Oza2020-06-101-1/+2
| * Query layout to resolve canvas font property valueUtsav Oza2020-06-101-0/+1
* | 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