WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
47830
Web Inspector: implement asynchronous transport for inspector messages.
https://bugs.webkit.org/show_bug.cgi?id=47830
Summary
Web Inspector: implement asynchronous transport for inspector messages.
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug