Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5a93c2cd1fdd0aba3ee209352bc76191400b1214
      
https://github.com/WebKit/WebKit/commit/5a93c2cd1fdd0aba3ee209352bc76191400b1214
  Author: Sammy Gill <[email protected]>
  Date:   2026-02-19 (Thu, 19 Feb 2026)

  Changed paths:
    A 
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/contain-intrinsic-height-expected.html
    A 
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/contain-intrinsic-height.html
    A 
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/contain-intrinsic-width-expected.html
    A 
LayoutTests/imported/w3c/web-platform-tests/css/css-viewport/zoom/contain-intrinsic-width.html
    M Source/WebCore/rendering/RenderBox.cpp
    M Source/WebCore/style/values/sizing/StyleContainIntrinsicSize.h

  Log Message:
  -----------
  GitHub.com: File names in files changed tab of pull request can get cut off 
when increasing layout zoom.
https://bugs.webkit.org/show_bug.cgi?id=308137
rdar://170652492

Reviewed by Brent Fulgham.

The sidebar which contains the file names on the left hand side of the
"Files changed," section of a PR contains content with
contain-intrinsic-height with a rem value. The reason the file names can
eventually get cut off if you increase layout zoom (e.g. via cmd + plus)
is because we fail to scale these values properly.

We can fix this by marking StyleContrainIntrinsicSize as an "Unzoomed,"
property and then properly pasing in the used zoom whenever we evaluate
these values.

Canonical link: https://commits.webkit.org/307851@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to