aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout
Commit message (Expand)AuthorAgeFilesLines
* dependencies: Upgrade to WebRender 0.64 (#31486)Martin Robinson2024-03-145-80/+132
* fonts: Add `FontIdentifier` and `LocalFontIdentifier` (#31658)Martin Robinson2024-03-141-3/+3
* layout: Propagate overflow values from `<body>` to root element (#31618)Martin Robinson2024-03-131-1/+7
* layout: Enable rendering of `conical-gradient` and `repeating-conical-gradien...Martin Robinson2024-03-111-2/+2
* clippy: Fix warnings in `components/layout` (#31612)eri2024-03-1117-150/+129
* clippy: fix warnings in various modules in components (#31568)eri2024-03-082-3/+10
* Update Stylo to 2023-07-23 (#31437)Oriol Brufau2024-02-292-4/+25
* layout: Turn on synthetic small-caps for layout 2020 (#31435)Martin Robinson2024-02-281-3/+6
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-5/+5
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-233-3/+3
* layout: Add support for table rows, columns, rowgroups and colgroups (#31341)Martin Robinson2024-02-201-2/+2
* style: Remove dependency on servo_url (#31358)Martin Robinson2024-02-163-5/+5
* Lint layout_2013 with clippy (#31221)Oriol Brufau2024-01-3028-483/+490
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-2/+0
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-228-13/+13
* Add support for table fixups (#30868)Martin Robinson2023-12-221-2/+2
* layout: Make all word separators justification opportunities (#30866)Martin Robinson2023-12-212-2/+2
* Add initial support for sticky positioning for non-legacy layout (#30686)Martin Robinson2023-11-291-5/+4
* Further changes required by ServoOriol Brufau2023-11-242-17/+15
* Further changes required by ServoOriol Brufau2023-11-241-1/+1
* Further changes required by ServoOriol Brufau2023-11-241-1/+1
* Further changes required by ServoOriol Brufau2023-11-212-13/+18
* Fix transform assertion failures in Layout 2013 and Layout 2020 (#30713)Martin Robinson2023-11-135-9/+13
* Further changes required by ServoOriol Brufau2023-11-042-4/+8
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-9/+9
* Temporarily convert more cfg(debug_assertions) crashes to warnings (#30590)Delan Azabani2023-10-201-1/+4
* Don't panic when no font is found for a TextRun (#30581)Martin Robinson2023-10-191-6/+19
* Anonymous boxes that wrap inlines should not inherit overflow (#30579)Martin Robinson2023-10-191-14/+14
* Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578)Delan Azabani2023-10-184-4/+16
* Only access hit test items for the current epoch in the compositor (#30491)Martin Robinson2023-10-041-1/+2
* Implement support for the `drop-shadow` filter (#30439)Ennui Langeweile2023-10-043-7/+24
* Refactor scrolls on the window object (#29680)Martin Robinson2023-09-151-5/+16
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-1138-390/+442
* Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)Martin Robinson2023-09-104-29/+54
* Layout 2013: Don't make gradient display items for zero-sized gradients (#30321)Martin Robinson2023-09-092-7/+22
* remove `extern crate` (#30311)Samson2023-09-0826-26/+49
* Layout 2013: Don't use WebRender border image outset support (#30315)Martin Robinson2023-09-081-14/+10
* build(deps): bump bitflags from 1.3.2 to 2.3.1 (#30273)Martin Robinson2023-09-018-70/+57
* Format toml files (#30112)Samson2023-08-171-1/+0
* Further changes required by ServoOriol Brufau2023-08-165-34/+37
* Further changes required by ServoOriol Brufau2023-08-161-2/+8
* Further changes required by ServoOriol Brufau2023-08-164-24/+10
* Revert "Backport several style changes from Gecko (5) (#30099)" (#30104)Oriol Brufau2023-08-1610-55/+60
* Backport several style changes from Gecko (5) (#30099)Oriol Brufau2023-08-1510-60/+55
* Use explicit WebRender hit test items in legacy layout (#29981)Martin Robinson2023-07-171-13/+37
* Auto merge of #29965 - mrobinson:clip-chain, r=delanbors-servo2023-07-113-67/+95
|\
| * Use the WebRender clip chain APIMartin Robinson2023-07-043-67/+95
* | Try to `use` WebRender types moreMartin Robinson2023-07-103-7/+7
* | Make the choice of layout runtime settingMartin Robinson2023-07-062-4/+4
* | Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
|/