[Webkit-unassigned] [Bug 192980] Eliminate line-breaks and disappear of list marker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 21 04:50:41 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192980

Rob Buis <rbuis at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rbuis at igalia.com

--- Comment #2 from Rob Buis <rbuis at igalia.com> ---
Comment on attachment 357937
  --> https://bugs.webkit.org/attachment.cgi?id=357937
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=357937&action=review

> Source/WebCore/rendering/RenderListItem.h:65
> +    bool needBlockDirectionAlign() { return m_needBlockDirectionAlign; }

This should be const.

> Source/WebCore/rendering/updating/RenderTreeBuilderList.cpp:79
> +        return;

You probably want to check this before cloning.

> Source/WebCore/rendering/updating/RenderTreeBuilderList.cpp:170
> +                else

The indenting is weird here, does check-webkit-style say anything?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181221/65bfa205/attachment.html>


More information about the webkit-unassigned mailing list