aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* clippy: fix several lint warns (#32126)Kitsu2024-04-221-6/+6
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-091-14/+6
* layout: Add a `FontMetricsProvider` for resolving font-relative units (#31966)Martin Robinson2024-04-041-0/+23
* script: Make layout DOM wrappers not generic on layout data (#31994)Martin Robinson2024-04-041-19/+15
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-041-2/+6
* updated components/layout_thread/lib.rs (#31958)Ekta Siwach2024-03-311-12/+12
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-291-321/+255
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-291-8/+8
* clippy: refactor struct literals to use shorthands (#31924)Azhar Ismagulova2024-03-281-7/+5
* clippy: Fix mem_replace_with_default warnings (#31921)Oluwatobi Sofela2024-03-281-8/+3
* fonts: Add support for WOFF2 and properly load web fonts from @imports (#31879)Martin Robinson2024-03-261-29/+56
* layout: More conservatively replace Stylist's Device (#31857)Martin Robinson2024-03-261-25/+42
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-141-5/+8
* font_cache: Handle filtering `@font-face` rules in Servo (#31601)Martin Robinson2024-03-111-46/+10
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-276/+85
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-161-3/+8
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-061-1/+1
* Further changes required by ServoOriol Brufau2023-11-211-6/+1
* 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