Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e70d182a3c39dfe65263a721ad5d2d31fb717250
      
https://github.com/WebKit/WebKit/commit/e70d182a3c39dfe65263a721ad5d2d31fb717250
  Author: Alan Baradlay <[email protected]>
  Date:   2026-03-16 (Mon, 16 Mar 2026)

  Changed paths:
    M Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayBox.h
    M Source/WebCore/layout/integration/inline/InlineIteratorBox.h
    M Source/WebCore/layout/integration/inline/InlineIteratorBoxLegacyPath.h
    M Source/WebCore/layout/integration/inline/InlineIteratorBoxModernPath.h
    M Source/WebCore/layout/layouttree/LayoutBox.cpp
    M Source/WebCore/layout/layouttree/LayoutBox.h
    M Source/WebCore/layout/layouttree/LayoutBoxInlines.h

  Log Message:
  -----------
  [cleanup] Add InlineIterator::Box::isRubyBase
https://bugs.webkit.org/show_bug.cgi?id=309985

Reviewed by Antti Koivisto.

This is in preparation for being able to paint (expanded) background decoration 
on ruby base content.

* Source/WebCore/layout/formattingContexts/inline/display/InlineDisplayBox.h:
(WebCore::InlineDisplay::Box::isRubyBase const):
* Source/WebCore/layout/integration/inline/InlineIteratorBox.h:
(WebCore::InlineIterator::Box::isRubyBase const):
* Source/WebCore/layout/integration/inline/InlineIteratorBoxLegacyPath.h:
(WebCore::InlineIterator::BoxLegacyPath::isRubyBase const):
* Source/WebCore/layout/integration/inline/InlineIteratorBoxModernPath.h:
(WebCore::InlineIterator::BoxModernPath::isRubyBase const):
* Source/WebCore/layout/layouttree/LayoutBox.cpp:
(WebCore::Layout::Box::isRubyBase const):
* Source/WebCore/layout/layouttree/LayoutBox.h:
  Can't include *Inlines.h from non-*Inlines.h header.

* Source/WebCore/layout/layouttree/LayoutBoxInlines.h:
(WebCore::Layout::Box::isRuby const):
(WebCore::Layout::Box::isRubyBase const): Deleted.

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



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

Reply via email to