[Webkit-unassigned] [Bug 140155] New: Web Inspector: Remove or use TimelineAgent Resource related event types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 6 16:07:00 PST 2015


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

            Bug ID: 140155
           Summary: Web Inspector: Remove or use TimelineAgent Resource
                    related event types
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (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: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
The TimelineAgent backend sends Network/Resource loading events that the frontend currently ignores:

    ScheduleResourceRequest
    ResourceSendRequest
    ResourceReceiveResponse
    ResourceReceivedData
    ResourceFinish

Instead of using these events, the frontend uses Network agent events (WebInspector.Resource and the TimestampsDidChange event).

Since these events are unused by the frontend they are just wasted messages. Either we should modify / adopt them, or just get rid of them.

-- 
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/20150107/dd7f1ea5/attachment-0002.html>


More information about the webkit-unassigned mailing list