[Webkit-unassigned] [Bug 251676] New: RenderLayerScrollableArea::updateResizerStyle should early return if there is no resizer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 3 04:03:52 PST 2023


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

            Bug ID: 251676
           Summary: RenderLayerScrollableArea::updateResizerStyle should
                    early return if there is no resizer
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Hi Team,

While going through Blink's commit, I came across another early return potential optimization, which I think would be good to add to WebKit.

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/1add5ffe5081cf282014bc4cfe04b8637244c607

WebKit Source - https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderLayerScrollableArea.cpp#1750

___

It compiles locally with following:

if (!m_resizer && !m_layer.canResize())
return;

___

Just wanted to raise this bug for input and if this can also give optimization to WebKit then I can do PR.

Thanks!

-- 
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/20230203/34448e9f/attachment.htm>


More information about the webkit-unassigned mailing list