Bug 47830 - Web Inspector: implement asynchronous transport for inspector messages.
Summary: Web Inspector: implement asynchronous transport for inspector messages.
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-18 09:42 PDT by Pavel Feldman
Modified: 2014-12-12 14:09 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 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.
Comment 1 Brian Burg 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.