index
:
servo.git
2020-background-images
SimonSapin-patch-1
android_libstd
as-of-2024-08-12
attrs
auto
autoraf
backtrace
bump-raqote
cb_split
checks
dependabot/cargo/git2-0.20.1
dependabot/cargo/objc2-related-924cc4145e
devtools-replay-tool
devtools-testing
dictionary-callback
dom-protos
end-of-the-line
fail-on-winit-minimal-build-errors
fix-docs3
fix-legacy-layout-paths-in-wpt
fix-nightly-build-mozjs-issue
fix-windows-nightly
fix-wpt-sync-testroot-issue
fix_webgpu_error_handling
flexbox-column-layout
fonts-fast-ipc-turnaround
gfx-base-reorganization-part2
gh-readonly-queue/main/pr-34687-11424f90b3cb0fe5688fce68139744f919c5be21
github-actions-dev
gone
gonk
http_network_or_cache_fetch
iframe-load-hack
indefinite-containing-block
inert
input
jdm-patch-1
jdm-patch-10
jdm-patch-11
jdm-patch-12
jdm-patch-13
jdm-patch-14
jdm-patch-15
jdm-patch-16
jdm-patch-17
jdm-patch-18
jdm-patch-19
jdm-patch-2
jdm-patch-20
jdm-patch-21
jdm-patch-22
jdm-patch-23
jdm-patch-24
jdm-patch-25
jdm-patch-26
jdm-patch-27
jdm-patch-28
jdm-patch-29
jdm-patch-3
jdm-patch-30
jdm-patch-31
jdm-patch-32
jdm-patch-33
jdm-patch-34
jdm-patch-35
jdm-patch-36
jdm-patch-37
jdm-patch-38
jdm-patch-39
jdm-patch-4
jdm-patch-40
jdm-patch-41
jdm-patch-42
jdm-patch-43
jdm-patch-44
jdm-patch-45
jdm-patch-46
jdm-patch-47
jdm-patch-48
jdm-patch-49
jdm-patch-5
jdm-patch-50
jdm-patch-51
jdm-patch-52
jdm-patch-53
jdm-patch-54
jdm-patch-6
jdm-patch-7
jdm-patch-8
jdm-patch-9
jdm-revert1
jdm-revert2
jdm-revert3
jdm-revert4
layout-2020-borrow-mut-independent-contexts
layout-2020-fix-rule-tree-drop
layout-revamp-prototype
layout-thread-2020
macos-ci-failure
main
make-column-distribution-more-generic
multi-tlbc
multiple-concurrent-tlbc
named-getter
nightlies
offscreen-rendering
osmesa-up
paulrouget-patch-1
perfetto-metrics-and-navigation-start
plumb-time-profiler-into-tracing
port-minibrowser-to-delegate
pr-20330
rcdom
revert
revert-29964-enable-merge-queue-action
revert-31409-style-config
revert-remaining-stylo-changes
revert-webrender
rustc-nightly-update
sagudev-patch-1
sagudev-patch-2
sagudev-patch-3
self-hosted-github-sha-upstream
separate-libservo-build-job
servoshell-tabs
squeeze
test
test-wpt
test_branch
tmp
try
try-android
try-wpt-mac
typed-arrays
typed-arrays-heap
update-linux-runner-image-version
upgrade-rustc-to-03-25-nightly
url-quirks-module-inlined
wpt_update_01-12-2024
wpt_update_02-12-2024
wpt_update_03-12-2024
wpt_update_04-12-2024
wpt_update_05-05-2024
wpt_update_16-03-2025
wpt_update_23-02-2025
wpt_update_23-03-2025
xrtest
…
Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
layout_2020
/
flow
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make sure to cache `inline_content_sizes()` (#34586)
Oriol Brufau
2024-12-12
2
-9
/
+14
*
layout: Clean up inline layout data types a bit (#34563)
Martin Robinson
2024-12-11
5
-32
/
+35
*
layout: Make a new `ContainingBlockSize` type (#34565)
Martin Robinson
2024-12-11
4
-48
/
+68
*
layout: Have `SameFormattingContextBlock` be a `LayoutBoxBase` (#34530)
Martin Robinson
2024-12-09
2
-33
/
+28
*
layout: Add `LayoutBoxBase` and use it for `IndependentFormattingContext` (#3...
Martin Robinson
2024-12-07
3
-175
/
+181
*
Upgrade Stylo to 2024-12-04 (#34501)
Oriol Brufau
2024-12-06
3
-68
/
+116
*
Refactor computation of preferred aspect ratios (#34416)
Oriol Brufau
2024-11-29
2
-6
/
+14
*
Use natural ratio for `object-fit` (#34413)
Oriol Brufau
2024-11-28
1
-6
/
+4
*
Additional tracing for flex layout, inline layout, and fonts (#34392)
Delan Azabani
2024-11-27
1
-0
/
+9
*
Layout: Implement CSS Grid using `taffy` (#32619)
Nico Burns
2024-11-21
1
-0
/
+19
*
Upgrade Stylo to 2024-11-01 (#34322)
Oriol Brufau
2024-11-21
1
-2
/
+6
*
Use a RwLock to cache inline_content_sizes() (#34232)
Oriol Brufau
2024-11-13
3
-14
/
+14
*
Use LazyCells instead of callbacks when resolving size keywords (#34211)
Oriol Brufau
2024-11-11
1
-35
/
+35
*
Fix inline content sizes of intrinsic element with indefinite block size (#34...
Oriol Brufau
2024-11-11
2
-44
/
+38
*
Implement keyword sizes for replaced elements (#34091)
Oriol Brufau
2024-11-05
1
-4
/
+3
*
Replace ComputedValues with WritingMode on IndefiniteContainingBlock (#34090)
Oriol Brufau
2024-11-04
2
-7
/
+7
*
layout: Avoid layout sometimes when stretching (#33967)
Martin Robinson
2024-10-24
2
-70
/
+166
*
Prevent `stretch` from producing a negative size (#33951)
Oriol Brufau
2024-10-22
1
-2
/
+3
*
Upgrade Stylo to 2024-10-04 (#33767)
Oriol Brufau
2024-10-20
1
-0
/
+1
*
Minor cleanup for `Size` after #33844 (#33861)
Oriol Brufau
2024-10-16
1
-1
/
+1
*
Avoid wrapping line at the start of text run with `text-wrap-mode: nowrap` (#...
Oriol Brufau
2024-10-16
1
-4
/
+4
*
Avoid recomputing inline_content_sizes() when not needed (#33806)
Oriol Brufau
2024-10-14
2
-56
/
+81
*
Unify logic for laying out floats and atomic inlines (#33802)
Oriol Brufau
2024-10-11
3
-319
/
+216
*
Implement keyword sizes on atomic inlines (#33737)
Oriol Brufau
2024-10-10
1
-39
/
+73
*
Implement keyword sizes on floats (#33666)
Oriol Brufau
2024-10-08
1
-40
/
+64
*
Skip anonymous blocks for percentage resolution (#33658)
Oriol Brufau
2024-10-05
1
-8
/
+36
*
fonts: Make `FontKey` and `FontInstanceKey` generation asynchronous (#33600)
Martin Robinson
2024-10-01
2
-12
/
+26
*
Make ComputedValuesExt expose keywords for the sizing properties (#33558)
Oriol Brufau
2024-09-27
3
-15
/
+19
*
fonts: Simplify `FontContext` in two ways that affect the unit test (#33541)
Martin Robinson
2024-09-25
1
-5
/
+4
*
fonts: Use `IpcSharedMemory` to send font data (#33530)
Martin Robinson
2024-09-25
1
-4
/
+4
*
fix many clippy warnings (#33510)
Gae24
2024-09-21
1
-1
/
+1
*
Enable min-content, max-content, fit-content and stretch (#33492)
Oriol Brufau
2024-09-20
1
-6
/
+6
*
layout: Add support for `object-fit` and `object-position` (#33479)
Martin Robinson
2024-09-18
3
-2
/
+7
*
Clear `self.pending_whitespace.max_content` in `forced_line_break()` (#33469)
Oriol Brufau
2024-09-16
1
-8
/
+8
*
Replace .map_or(false with Option::is_some_and (#33468)
Simon Wülker
2024-09-16
2
-4
/
+6
*
Fix rustdoc problems (#33458)
Oriol Brufau
2024-09-14
1
-2
/
+2
*
Fix precision issue with line heights (#33438)
Oriol Brufau
2024-09-13
1
-1
/
+5
*
uses app units in display_list (#33420)
atbrakhi
2024-09-13
4
-30
/
+23
*
Cleanup after #33396 (#33429)
Oriol Brufau
2024-09-12
1
-4
/
+3
*
Handle all `white-space` values when intrinsically sizing an IFC (#33343)
Oriol Brufau
2024-09-11
2
-31
/
+52
*
Let table-related boxes adjust their `overflow` values (#33400)
Oriol Brufau
2024-09-11
1
-2
/
+2
*
layout: Right-to-left support for other layout modes (#33375)
Martin Robinson
2024-09-11
4
-224
/
+368
*
layout: Use `Au` in `ComputedValuesExt` (#33396)
atbrakhi
2024-09-10
3
-71
/
+62
*
Allow breaking line after space with `white-space: break-spaces` (#33376)
Oriol Brufau
2024-09-10
1
-4
/
+3
*
layout: Implement proper absolute child position for flexbox (#33346)
Martin Robinson
2024-09-09
3
-31
/
+45
*
tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366)
Martin Robinson
2024-09-08
3
-10
/
+9
*
layout: Lay out absolutes in atomic containing blocks (#33336)
Martin Robinson
2024-09-06
1
-9
/
+17
*
Fix various issues with replaced elements in flex layout (#33263)
Oriol Brufau
2024-08-30
3
-8
/
+6
*
layout: Stop using `unicode-segmentation` in layout (#33250)
Martin Robinson
2024-08-29
1
-3
/
+4
*
layout: Add an indefinite containing block for intrinsic sizing (#33204)
Oriol Brufau
2024-08-29
3
-56
/
+76
[prev]
[next]