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

Issue 7648032: DevTools: introduce DevToolsAgentHost (Closed)

Created:
9 years, 4 months ago by yurys
Modified:
9 years, 4 months ago
Reviewers:
pfeldman, yurys
CC:
chromium-reviews, joi+watch-content_chromium.org, jam
Visibility:
Public.

Description

DevTools: introduce DevToolsAgentHost We need an abstract interface that would encapsulate communication with inspected instance DeviTools agent. It'is going to have different implementations at least for render views and shared workers. This patch leaves all methods on the DevToolsManager that accept inspected RenderViewHost just for convenience. Eventually DevToolsManager should operate in terms of DevToolsAgentHost and DevToolsClientHost only. BUG=None TEST=DevTools tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96906

Patch Set 1 #

Total comments: 10

Patch Set 2 : comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -125 lines) Patch
A content/browser/debugger/devtools_agent_host.h View 1 1 chunk +44 lines, -0 lines 0 comments Download
A content/browser/debugger/devtools_agent_host.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download
M content/browser/debugger/devtools_manager.h View 1 6 chunks +24 lines, -23 lines 0 comments Download
M content/browser/debugger/devtools_manager.cc View 1 9 chunks +101 lines, -102 lines 0 comments Download
A content/browser/debugger/render_view_devtools_agent_host.h View 1 chunk +47 lines, -0 lines 0 comments Download
A content/browser/debugger/render_view_devtools_agent_host.cc View 1 1 chunk +77 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
yurys
9 years, 4 months ago (2011-08-15 15:54:30 UTC) #1
pfeldman
http://codereview.chromium.org/7648032/diff/1/content/browser/debugger/devtools_agent_host.h File content/browser/debugger/devtools_agent_host.h (right): http://codereview.chromium.org/7648032/diff/1/content/browser/debugger/devtools_agent_host.h#newcode24 content/browser/debugger/devtools_agent_host.h:24: int routing_id() const { return routing_id_; } Could you ...
9 years, 4 months ago (2011-08-16 06:48:57 UTC) #2
yurys
http://codereview.chromium.org/7648032/diff/1/content/browser/debugger/devtools_agent_host.h File content/browser/debugger/devtools_agent_host.h (right): http://codereview.chromium.org/7648032/diff/1/content/browser/debugger/devtools_agent_host.h#newcode24 content/browser/debugger/devtools_agent_host.h:24: int routing_id() const { return routing_id_; } On 2011/08/16 ...
9 years, 4 months ago (2011-08-16 08:14:47 UTC) #3
pfeldman
9 years, 4 months ago (2011-08-16 08:50:01 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698