[Webkit-unassigned] [Bug 226901] New: [REGRESSION][Curl] Network::ResourceTiming are broken after r278391

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 10 15:06:01 PDT 2021


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

            Bug ID: 226901
           Summary: [REGRESSION][Curl] Network::ResourceTiming are broken
                    after r278391
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: yurys at chromium.org
                CC: inspector-bugzilla-changes at group.apple.com

https://trac.webkit.org/changeset/278391/webkit changed how InspectorNetworkAgent::buildObjectForTiming serializes NetworkLoadMetrics to the inspector protocol. millisecondsSinceFetchStart subtracts fetchStart to get relative values for most of the metrics. In Curl implementation fetchStart is always 0 which results in incorrect values sent over the protocol.

-- 
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/20210610/d35a73ce/attachment-0001.htm>


More information about the webkit-unassigned mailing list