RESOLVED FIXED 43479
DevTools: get rid of delayed command dispatching on front-end side.
https://bugs.webkit.org/show_bug.cgi?id=43479
Summary DevTools: get rid of delayed command dispatching on front-end side.
Pavel Feldman
Reported 2010-08-04 05:13:56 PDT
Patch to follow.
Attachments
[PATCH] Proposed change. (11.61 KB, patch)
2010-08-04 05:16 PDT, Pavel Feldman
yurys: review+
[PATCH] To land. (12.84 KB, patch)
2010-08-05 02:55 PDT, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2010-08-04 05:16:46 PDT
Created attachment 63442 [details] [PATCH] Proposed change.
WebKit Review Bot
Comment 2 2010-08-04 05:18:40 PDT
Attachment 63442 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 WebKitTools/DumpRenderTree/chromium/DRTDevToolsClient.cpp:67: Place brace on its own line for function definitions. [whitespace/braces] [4] WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.cpp:132: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 2 in 12 files If any of these errors are false positives, please file a bug against check-webkit-style.
Yury Semikhatsky
Comment 3 2010-08-04 05:29:12 PDT
Comment on attachment 63442 [details] [PATCH] Proposed change. WebKit/chromium/src/js/Tests.js:1856 + WebInspector.showElementsPanel = function() Could you override another method that wouldn't depend on the fact that the elements panel should be shown? WebInspector.Panel.show may be a good candidate?
Pavel Feldman
Comment 4 2010-08-04 06:13:37 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebKit/chromium/ChangeLog M WebKit/chromium/public/WebDevToolsAgent.h M WebKit/chromium/src/WebDevToolsAgentImpl.cpp M WebKit/chromium/src/WebDevToolsAgentImpl.h Committed r64646
Pavel Feldman
Comment 5 2010-08-05 02:55:07 PDT
Created attachment 63567 [details] [PATCH] To land.
Pavel Feldman
Comment 6 2010-08-05 03:01:24 PDT
Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/inspector/front-end/InspectorBackendStub.js M WebKit/chromium/ChangeLog M WebKit/chromium/public/WebDevToolsFrontendClient.h M WebKit/chromium/src/WebDevToolsAgentImpl.cpp M WebKit/chromium/src/WebDevToolsAgentImpl.h M WebKit/chromium/src/WebDevToolsFrontendImpl.cpp M WebKit/chromium/src/WebDevToolsFrontendImpl.h M WebKit/chromium/src/js/DevTools.js M WebKit/chromium/src/js/Tests.js M WebKitTools/ChangeLog M WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.cpp M WebKitTools/DumpRenderTree/chromium/DRTDevToolsAgent.h M WebKitTools/DumpRenderTree/chromium/DRTDevToolsClient.cpp M WebKitTools/DumpRenderTree/chromium/DRTDevToolsClient.h Committed r64729
Note You need to log in before you can comment on or make changes to this bug.