RESOLVED FIXED Bug 35720
Web Inspector: Remove two last synchronous calls from InspectorFrontend to InspectorBackend.
https://bugs.webkit.org/show_bug.cgi?id=35720
Summary Web Inspector: Remove two last synchronous calls from InspectorFrontend to In...
Pavel Feldman
Reported 2010-03-03 22:59:01 PST
This removes searchingForNode and pauseOnExceptionsState synchronous query methods and makes us 100% async. Now we can easily go for debugger over HTTP.
Attachments
[PATCH] Proposed change. (26.56 KB, patch)
2010-03-03 23:15 PST, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2010-03-03 23:15:08 PST
Created attachment 49989 [details] [PATCH] Proposed change.
Pavel Feldman
Comment 2 2010-03-04 10:56:55 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/InspectorBackend.cpp M WebCore/inspector/InspectorBackend.h M WebCore/inspector/InspectorBackend.idl M WebCore/inspector/InspectorController.cpp M WebCore/inspector/InspectorController.h M WebCore/inspector/InspectorFrontend.cpp M WebCore/inspector/InspectorFrontend.h M WebCore/inspector/front-end/ElementsPanel.js M WebCore/inspector/front-end/InspectorBackendStub.js M WebCore/inspector/front-end/ScriptsPanel.js M WebCore/inspector/front-end/inspector.js M WebKit/chromium/ChangeLog M WebKit/chromium/src/js/DevTools.js M WebKit/chromium/src/js/InspectorControllerImpl.js Committed r55537
Note You need to log in before you can comment on or make changes to this bug.