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
/
flexbox
/
layout.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
layout: Combine `layout_2020` and `layout_thread_2020` into a crate called `l...
Martin Robinson
3 days
1
-2739
/
+0
*
layout: Store `Fragment` results in `LayoutBoxBase` and start using them for ...
Martin Robinson
4 days
1
-4
/
+10
*
layout: Enforce min-content min main size of flex-level tables (#36469)
Oriol Brufau
9 days
1
-4
/
+10
*
layout: Box `block_margins_collapsed_with_children` member of `BoxFragment` (...
Martin Robinson
10 days
1
-4
/
+3
*
refactor: use is_zero() instead of comparing with Au::Zero() (#36347)
Barigbue Nbira
12 days
1
-2
/
+2
*
layout: Enable using cached fragments when there is a BoxTree update point (#...
Martin Robinson
12 days
1
-2
/
+2
*
layout: Restrict stretch alignment to flex items with computed auto size (#36...
Oriol Brufau
2025-04-04
1
-62
/
+56
*
layout: Ensure compatible positioning context during flexbox block content si...
Martin Robinson
2025-03-25
1
-5
/
+8
*
layout: Cache `IndependentNonReplacedContents::layout()` (#36082)
Oriol Brufau
2025-03-24
1
-57
/
+31
*
layout: Implement the `fit-content()` sizing function (#36056)
Oriol Brufau
2025-03-23
1
-5
/
+2
*
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
1
-283
/
+159
*
layout: Unify `FlexItem::new()` and `FlexItemBox::main_content_size_info()` (...
Oriol Brufau
2025-03-14
1
-243
/
+186
*
layout: Allow lazy resolution of automatic minimum sizes (#35965)
Oriol Brufau
2025-03-13
1
-3
/
+3
*
Improve logic for establishing a stacking context (#35947)
Oriol Brufau
2025-03-13
1
-1
/
+3
*
layout: Remove `calculate_hypothetical_cross_size()` (#35821)
Oriol Brufau
2025-03-10
1
-34
/
+23
*
layout: Support min/max cross keywords sizes in flexbox (#35860)
Oriol Brufau
2025-03-10
1
-40
/
+79
*
layout: Handle keyword sizes when computing the hypothetical cross size (#35826)
Oriol Brufau
2025-03-10
1
-8
/
+14
*
layout: Assert that `hypothetical_cross_size` is already correct (#35816)
Oriol Brufau
2025-03-07
1
-3
/
+8
*
layout: Partial support for keyword sizes on preferred cross size (#35682)
Oriol Brufau
2025-03-04
1
-53
/
+69
*
Update rustfmt to the 2024 style edition (#35764)
Simon Wülker
2025-03-03
1
-4
/
+4
*
layout: Merge `BoxFragment::used_overflow` into `ComputedValuesExt::effective...
Euclid Ye
2025-03-02
1
-1
/
+1
*
layout: Use definite cross size to compute flex base size (#35688)
Oriol Brufau
2025-02-27
1
-25
/
+23
*
layout: Support `stretch` cross size for flex base size (#35663)
Oriol Brufau
2025-02-26
1
-5
/
+7
*
layout: Support `stretch` cross size for automatic min size in flexbox (#35652)
Oriol Brufau
2025-02-26
1
-5
/
+7
*
layout: Change the `IndefiniteContainingBlock` sizes to `Option<Au>` (#35653)
Oriol Brufau
2025-02-25
1
-4
/
+2
*
layout: Let `automatic_min_size()` take a flex-relative cb size (#35642)
Oriol Brufau
2025-02-25
1
-20
/
+14
*
Update to rust 1.85 (#35628)
Simon Wülker
2025-02-24
1
-1
/
+1
*
layout: Ignore indefinite `stretch` on min and max sizing properties (#35630)
Oriol Brufau
2025-02-24
1
-24
/
+21
*
layout: Fully support sizing keywords on main size property of flex item (#35...
Oriol Brufau
2025-02-17
1
-56
/
+70
*
layout: Partial support for sizing keywords on flex items (#35469)
Oriol Brufau
2025-02-17
1
-18
/
+22
*
layout: Basic implementation of size keywords on `flex-basis` (#35413)
Oriol Brufau
2025-02-13
1
-130
/
+144
*
layout: align-content with default value normal should behave as strech in fl...
TIN TUN AUNG
2025-02-03
1
-3
/
+8
*
layout: Remove min and max container sizes from `FlexContext` (#35144)
Oriol Brufau
2025-01-24
1
-66
/
+45
*
Make naming of variables consistent with `SpecificLayoutInfo` (#35104)
Martin Robinson
2025-01-21
1
-1
/
+1
*
layout: Respect alignment when sizing replaced abspos (#35085)
Oriol Brufau
2025-01-20
1
-28
/
+34
*
layout: Allow layouts to customize their used style (#35012)
Oriol Brufau
2025-01-16
1
-4
/
+13
*
layout: Generalize `ContainingBlock`'s block size to a `SizeConstraint` (#34946)
Oriol Brufau
2025-01-13
1
-18
/
+21
*
layout: Make `Fragment` hold `ArcRefCell` inside (#34923)
Martin Robinson
2025-01-13
1
-1
/
+1
*
layout: grid template getComputedStyle resolved value (#34885)
Steven Novaryo
2025-01-09
1
-0
/
+1
*
Elide lifetimes where possible after rustup (#34824)
Martin Robinson
2025-01-03
1
-1
/
+1
*
Refactor box size computation (#34671)
Oriol Brufau
2024-12-19
1
-15
/
+29
*
script: Manage `<iframe>` sizes in `Window` (#34643)
Martin Robinson
2024-12-16
1
-2
/
+5
*
Distinguish cached `inline_content_sizes()` from uncached ones (#34595)
Oriol Brufau
2024-12-12
1
-4
/
+8
*
Make sure to cache `inline_content_sizes()` (#34586)
Oriol Brufau
2024-12-12
1
-1
/
+1
*
layout: Make a new `ContainingBlockSize` type (#34565)
Martin Robinson
2024-12-11
1
-23
/
+30
*
layout: Add `LayoutBoxBase` and use it for `IndependentFormattingContext` (#3...
Martin Robinson
2024-12-07
1
-38
/
+37
*
Improve performance of flex column layouts by caching (#34461)
Oriol Brufau
2024-12-03
1
-14
/
+19
*
Obey min and max properties when computing main size of column flex (#34450)
Oriol Brufau
2024-12-02
1
-8
/
+9
*
Refactor computation of preferred aspect ratios (#34416)
Oriol Brufau
2024-11-29
1
-45
/
+53
[next]