Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(439)

Issue 115862: DevTools: pass class and method name as arguments to RPC messages (Closed)

Created:
11 years, 7 months ago by yurys
Modified:
9 years, 7 months ago
Reviewers:
apavlov, pfeldman
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

DevTools: decouple class and method names from RPC message arguments. That would allow to select dispatcher wothout parsing the message argument. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17176

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -101 lines) Patch
M chrome/browser/debugger/inspectable_tab_proxy.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/debugger/inspectable_tab_proxy.cc View 1 2 chunks +5 lines, -7 lines 0 comments Download
M chrome/common/devtools_messages_internal.h View 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/renderer/devtools_agent.h View 2 chunks +6 lines, -2 lines 0 comments Download
M chrome/renderer/devtools_agent.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/renderer/devtools_client.h View 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/renderer/devtools_client.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M webkit/glue/devtools/devtools_mock_rpc.h View 1 chunk +40 lines, -4 lines 0 comments Download
M webkit/glue/devtools/devtools_rpc.h View 1 2 3 4 12 chunks +34 lines, -38 lines 0 comments Download
M webkit/glue/devtools/devtools_rpc.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M webkit/glue/devtools/devtools_rpc_unittest.cc View 5 chunks +20 lines, -9 lines 0 comments Download
M webkit/glue/devtools/js/devtools.js View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/glue/webdevtoolsagent.h View 1 chunk +3 lines, -1 line 0 comments Download
M webkit/glue/webdevtoolsagent_delegate.h View 1 chunk +3 lines, -1 line 0 comments Download
M webkit/glue/webdevtoolsagent_impl.h View 1 chunk +6 lines, -2 lines 0 comments Download
M webkit/glue/webdevtoolsagent_impl.cc View 3 chunks +12 lines, -5 lines 0 comments Download
M webkit/glue/webdevtoolsclient.h View 1 chunk +3 lines, -1 line 0 comments Download
M webkit/glue/webdevtoolsclient_delegate.h View 1 chunk +3 lines, -1 line 0 comments Download
M webkit/glue/webdevtoolsclient_impl.h View 1 chunk +7 lines, -2 lines 0 comments Download
M webkit/glue/webdevtoolsclient_impl.cc View 1 2 3 2 chunks +19 lines, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
yurys
11 years, 7 months ago (2009-05-28 16:30:51 UTC) #1
pfeldman
This looks good once corresponding tests are fixed. http://codereview.chromium.org/115862/diff/29/1032 File webkit/glue/devtools/js/devtools.js (right): http://codereview.chromium.org/115862/diff/29/1032#newcode27 Line 27: ...
11 years, 7 months ago (2009-05-28 16:42:23 UTC) #2
apavlov
LGTM on my side provided you fixed it correctly.
11 years, 7 months ago (2009-05-28 17:35:27 UTC) #3
yurys
http://codereview.chromium.org/115862/diff/29/1032 File webkit/glue/devtools/js/devtools.js (right): http://codereview.chromium.org/115862/diff/29/1032#newcode27 Line 27: debugPrint(remoteName + '.' + methodName + '(' + ...
11 years, 7 months ago (2009-05-29 06:21:46 UTC) #4
yurys
11 years, 6 months ago (2009-05-29 07:53:32 UTC) #5
Fixed unittests.

Powered by Google App Engine
This is Rietveld 408576698