[Webkit-unassigned] [Bug 195317] New: Web Inspector: recordsInTimeRange sometimes does not get the expected record when includeRecordBeforeStart

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 00:58:35 PST 2019


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

            Bug ID: 195317
           Summary: Web Inspector: recordsInTimeRange sometimes does not
                    get the expected record when includeRecordBeforeStart
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: inspector-bugzilla-changes at group.apple.com

recordsInTimeRange sometimes does not get the expected record when includeRecordBeforeStart

For example, when the before record is a composite of a bunch of paints:

    - Composite:
        - Paint: ...
        - Paint: ...
        - Paint: ...
        - Paint: ...

Currently we get the inner Paint, but that isn't as useful as the Composite, which may be much longer in duration.

Steps to Reproduce:
1. Record CPU Timeline on maps.google.com zooming in/out
2. Select part of the large composite and view the CPU Timeline graph
  => Main Thread indicator doesn't see paints when it should

-- 
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/20190305/6319d2b9/attachment.html>


More information about the webkit-unassigned mailing list