[Webkit-unassigned] [Bug 174738] New: Web Inspector: Refactoring: remove async stack trace logic from InspectorInstrumentation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 21 18:24:36 PDT 2017


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

            Bug ID: 174738
           Summary: Web Inspector: Refactoring: remove async stack trace
                    logic from InspectorInstrumentation
           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: mattbaker at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Notifying the debugger agent of events in the lifecycle of an asynchronous operation should be done by the relevant agent. Currently this is the job of InspectorInstrumenation, which handles timers and rAF. When support is added for XHR.send, postMessage, addEventListener, etc, the layering violation will get worse.

Move the AsynchronousCallType enum to its own file, and other code specific to async stacks to the relevant agent.

-- 
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/20170722/c56f5ae5/attachment.html>


More information about the webkit-unassigned mailing list