aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Stylo to 2024-01-16 (#32066)Oriol Brufau2024-04-131-9/+17
* Upgrade Stylo to 2023-12-01 (#32032)Oriol Brufau2024-04-101-0/+1
* chore: Clean up use of `gfx` and `constellation` types (#31981)Martin Robinson2024-04-093-15/+4
* script: Split style and layout data in DOM nodes (#31985)Martin Robinson2024-04-045-92/+54
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-1/+1
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-025-9/+6
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-304-9/+5
* layout: Remove LayoutRPC and query layout via the `Layout` trait (#31937)Martin Robinson2024-03-291-174/+16
* Update Stylo to 2023-09-01 (#31609)Oriol Brufau2024-03-183-12/+16
* 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