Bug 35720 - Web Inspector: Remove two last synchronous calls from InspectorFrontend to InspectorBackend.
Summary: Web Inspector: Remove two last synchronous calls from InspectorFrontend to In...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-03 22:59 PST by Pavel Feldman
Modified: 2010-03-04 10:56 PST (History)
4 users (show)

See Also:


Attachments
[PATCH] Proposed change. (26.56 KB, patch)
2010-03-03 23:15 PST, Pavel Feldman
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 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.
Comment 1 Pavel Feldman 2010-03-03 23:15:08 PST
Created attachment 49989 [details]
[PATCH] Proposed change.
Comment 2 Pavel Feldman 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