[Webkit-unassigned] [Bug 214649] New: updateRendering trace point should exclude SVG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 22 12:12:15 PDT 2020


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

            Bug ID: 214649
           Summary: updateRendering trace point should exclude SVG
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nham at apple.com

After r259830, the updateRendering tracepoint doesn't work as expected since we are calling the tracepoint reentrantly (the root page's Page::updateRendering calls the SVG page's Page::updateRendering). We should either exclude the SVG page from this tracepoint or change the tracepoint pass an extra arg to kdebug_trace that can be used to properly pair the beginning and end of the tracepoint.

-- 
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/20200722/d79b4c8d/attachment.htm>


More information about the webkit-unassigned mailing list