Bug 47830

Summary: Web Inspector: implement asynchronous transport for inspector messages.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Pavel Feldman
Reported 2010-10-18 09:42:15 PDT
sendMessageToFrontend is supposed to work asynchronously, not re-entering any of the JavaScript or rendering code. So far it is achieved by the dispatcher's setTimeout on the front-end side. We should migrate to native timers instead. Note that this would also require testing harness to be reimplemented.
Attachments
Brian Burg
Comment 1 2014-12-12 14:09:24 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.