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-app-kit-0.3.1
dependabot/cargo/objc2-foundation-0.3.1
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
layout: Always floor the max-content size by the min-content size (#36571)
Oriol Brufau
4 days
3
-8
/
+17
*
layout: Throw away nested marker elements instead of storing them in a `BoxSl...
Martin Robinson
5 days
1
-8
/
+31
*
layout: Floor the max-content size by the min-content size (#36518)
Oriol Brufau
7 days
1
-2
/
+8
*
layout: Add a `LayoutBoxBase` to inline boxes (#36513)
Martin Robinson
7 days
6
-24
/
+29
*
layout: Let getComputedStyle resolve auto min size as 0px when needed (#36430)
Oriol Brufau
7 days
1
-91
/
+132
*
layout: Enforce min-content min main size of flex-level tables (#36469)
Oriol Brufau
9 days
2
-16
/
+31
*
layout: Store table parts in DOM layout data (#36447)
Martin Robinson
9 days
8
-143
/
+229
*
layout: Box `block_margins_collapsed_with_children` member of `BoxFragment` (...
Martin Robinson
9 days
7
-42
/
+29
*
layout: Eliminate extra stored style on outside markers (#36471)
Martin Robinson
10 days
2
-5
/
+3
*
Cleanup after #36461 (#36472)
Oriol Brufau
10 days
2
-13
/
+7
*
fix: Crashing due to input element hack (#36461)
DK Liao
11 days
3
-6
/
+11
*
layout: Add documentation for `CacheableLayoutResultAndInputs` (#36448)
Martin Robinson
11 days
1
-0
/
+6
*
feat: Implement display for text selection and caret (#35830)
DK Liao
11 days
7
-10
/
+169
*
refactor: use is_zero() instead of comparing with Au::Zero() (#36347)
Barigbue Nbira
12 days
6
-14
/
+15
*
layout: Enable using cached fragments when there is a BoxTree update point (#...
Martin Robinson
12 days
11
-47
/
+187
*
layout: Add initial support for the `::marker` pseudo-element (#36317)
Martin Robinson
2025-04-07
5
-9
/
+13
*
layout: Scale images in `image_set` by their specified resolution (#36374)
ToBinio
2025-04-07
2
-12
/
+30
*
`compositing`: Combine `webrender_traits` and `compositing_traits` (#36372)
Martin Robinson
2025-04-06
5
-5
/
+5
*
constellation: Stop assuming that the viewport is shared by all WebViews (#36...
Martin Robinson
2025-04-04
1
-2
/
+8
*
layout: Restrict stretch alignment to flex items with computed auto size (#36...
Oriol Brufau
2025-04-04
4
-64
/
+64
*
Fix: `display: inline-grid` considered an atomic inline (#36298)
Barigbue Nbira
2025-04-03
2
-1
/
+8
*
fix: root element not establishing stacking context (#35390) (#36174)
Michael Rees
2025-04-03
3
-0
/
+13
*
layout: Improve style conversion for Taffy (#36311)
Oriol Brufau
2025-04-03
1
-2
/
+8
*
layout: Allow collapsing bottom margins with any indefinite block size (#36278)
Oriol Brufau
2025-04-02
1
-1
/
+1
*
layout: Implement support for `image-set()` notation (#36210)
chocolate-pie
2025-03-29
2
-74
/
+61
*
layout: Simplify and generalize the usage of pseudo-elements (#36202)
Martin Robinson
2025-03-29
9
-266
/
+220
*
Animation: Aggregate Animated Image Info to Document (#36141)
TIN TUN AUNG
2025-03-28
2
-1
/
+30
*
script: Eliminate `PseudoElementType` (#36146)
Martin Robinson
2025-03-26
3
-19
/
+8
*
layout: Ensure compatible positioning context during flexbox block content si...
Martin Robinson
2025-03-25
1
-5
/
+8
*
canvas: Update the image as part of update the rendering (#35996)
sagudev
2025-03-25
2
-20
/
+5
*
layout: Cache `IndependentNonReplacedContents::layout()` (#36082)
Oriol Brufau
2025-03-24
12
-160
/
+216
*
layout: Implement the `fit-content()` sizing function (#36056)
Oriol Brufau
2025-03-23
6
-46
/
+88
*
Make input element display-inside always flow-root (#35908)
Kenzie Raditya Tirtarahardja
2025-03-23
4
-16
/
+62
*
Max assign outer block size to cell measures (#36064)
Kenzie Raditya Tirtarahardja
2025-03-23
1
-1
/
+1
*
Create a `constellation_traits` crate (#36088)
Martin Robinson
2025-03-22
3
-5
/
+5
*
metrics: Simplify `ProgressiveWebMetrics` (#35985)
Martin Robinson
2025-03-21
1
-11
/
+10
*
layout: Stop ignoring containing block padding for the static position (#36051)
Oriol Brufau
2025-03-19
1
-4
/
+16
*
layout: Obey sizing keywords in `layout_for_block_content_size()` (#36015)
Oriol Brufau
2025-03-19
1
-83
/
+53
*
layout: Support min/max main keyword sizes in flexbox (#35961)
Oriol Brufau
2025-03-19
2
-289
/
+159
*
Cleanup Stylo dependencies (#36046)
Oriol Brufau
2025-03-19
1
-2
/
+2
*
layout: Don't consider a definite `stretch` size as intrinsic (#36045)
Oriol Brufau
2025-03-19
1
-5
/
+7
*
script: Implement `Range::getClientRects` and `Range::getBoundingClientRect` ...
Simon Wülker
2025-03-19
1
-0
/
+1
*
layout: Fix intrinsic contributions of indefinite `stretch` keyword (#36030)
Oriol Brufau
2025-03-18
1
-10
/
+11
*
layout: Unify `FlexItem::new()` and `FlexItemBox::main_content_size_info()` (...
Oriol Brufau
2025-03-14
2
-252
/
+186
*
layout: Add support for basic transform css properties (#35926)
chocolate-pie
2025-03-14
2
-32
/
+55
*
layout: Allow lazy resolution of automatic minimum sizes (#35965)
Oriol Brufau
2025-03-13
5
-20
/
+20
*
Migrate to the 2024 edition (#35755)
Simon Wülker
2025-03-13
12
-44
/
+43
*
Remove legacy layout (layout 2013) (#35943)
Oriol Brufau
2025-03-13
1
-1
/
+1
*
Improve logic for establishing a stacking context (#35947)
Oriol Brufau
2025-03-13
4
-57
/
+97
*
layout: Remove special height logic of replaced element with auto width (#35275)
Oriol Brufau
2025-03-13
2
-35
/
+4
[next]