[webkit-changes] [WebKit/WebKit] fd457b: [iOS] Support rendering native <progress> in verti...

Aditya Keerthi noreply at github.com
Fri Sep 15 10:15:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fd457bd7da43b2a76e08bd2b4deda526091919c5
      https://github.com/WebKit/WebKit/commit/fd457bd7da43b2a76e08bd2b4deda526091919c5
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2023-09-15 (Fri, 15 Sep 2023)

  Changed paths:
    M LayoutTests/platform/ios/TestExpectations
    M Source/WebCore/rendering/RenderThemeIOS.mm

  Log Message:
  -----------
  [iOS] Support rendering native <progress> in vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=261494
rdar://115408558

Reviewed by Tim Nguyen.

Adjust painting code to draw a vertical progress bar when using a vertical
writing mode.

Variables referring to width/height have been renamed to refer to
inline/block size to more accurately describe the logic.

* LayoutTests/platform/ios/TestExpectations:
* Source/WebCore/rendering/RenderThemeIOS.mm:
(WebCore::RenderThemeIOS::paintProgressBarWithFormControlRefresh):
(WebCore::RenderThemeIOS::paintMeter):
(WebCore::RenderThemeIOS::paintSliderTrackWithFormControlRefresh):

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




More information about the webkit-changes mailing list