[Webkit-unassigned] [Bug 176923] New: Web Inspector: Add tests for different Timeline events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 14 10:56:15 PDT 2017


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

            Bug ID: 176923
           Summary: Web Inspector: Add tests for different Timeline events
           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

Created attachment 320792

  --> https://bugs.webkit.org/attachment.cgi?id=320792&action=review

[PATCH] Work in Progress - Timer tests

Add tests for different Timeline events.

I tried to add a bunch for timers, and the last timer events (fire / clear) were sometimes not included in the recording. See attached WIP patch:
https://bugs.webkit.org/show_bug.cgi?id=176824#c14

> {
>     "id": "EventType",
>     "type": "string",
>     "description": "Timeline record type.",
>     "enum": [
>         "EventDispatch",
>         "ScheduleStyleRecalculation",
>         "RecalculateStyles",
>         "InvalidateLayout",
>         "Layout",
>         "Paint",
>         "Composite",
>         "RenderingFrame",
>         "TimerInstall",
>         "TimerRemove",
>         "TimerFire",
>         "EvaluateScript",
>         "TimeStamp",
>         "Time",
>         "TimeEnd",
>         "FunctionCall",
>         "ProbeSample",
>         "ConsoleProfile",
>         "RequestAnimationFrame",
>         "CancelAnimationFrame",
>         "FireAnimationFrame"
>     ]
> },

-- 
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/20170914/94f58984/attachment.html>


More information about the webkit-unassigned mailing list