[Webkit-unassigned] [Bug 193428] Implement PerformanceObserver.supportedEntryTypes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 14 20:53:07 PST 2019


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

--- Comment #5 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 359125
  --> https://bugs.webkit.org/attachment.cgi?id=359125
Patch

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

>> Source/WebCore/page/PerformanceObserver.cpp:119
>> +        "navigation",
> 
> Does WebKit actually support navigation entries in PerformanceObserver? I didn't think we do that yet, and if so we probably shouldn't broadcast it as supported.

Yeah, seems like this should be commented out with a FIXME:

    // FIXME: <https://webkit.org/b/184363> Add support for Navigation Timing Level 2
    // "navigation",

Because we don't yet have "navigation" entries in our performance timeline.

-- 
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/20190115/3b524ca4/attachment.html>


More information about the webkit-unassigned mailing list