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

Issue 13305002: Remove redundant DevToolsManager methods and clean up its clients. (Closed)

Created:
7 years, 8 months ago by Vladislav Kaznacheev
Modified:
7 years, 8 months ago
Reviewers:
pfeldman
CC:
chromium-reviews, vsevik, yurys, joi+watch-content_chromium.org, Aaron Boodman, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, pfeldman
Visibility:
Public.

Description

Remove redundant DevToolsManager methods and clean up its clients. BUG=None TBR=jam Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191609

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments #

Total comments: 18

Patch Set 3 : Addressed comments #

Total comments: 2

Patch Set 4 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -104 lines) Patch
M chrome/browser/devtools/devtools_adb_bridge.cc View 1 1 chunk +1 line, -5 lines 0 comments Download
M chrome/browser/devtools/devtools_sanity_browsertest.cc View 1 2 1 chunk +2 lines, -6 lines 0 comments Download
M chrome/browser/devtools/devtools_window.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 2 6 chunks +17 lines, -26 lines 0 comments Download
M chrome/browser/extensions/api/debugger/debugger_api.cc View 1 2 3 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/ui/webui/inspect_ui.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_external_agent_proxy_impl.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/devtools/devtools_external_agent_proxy_impl.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_http_handler_impl.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/devtools/devtools_manager_impl.h View 1 2 3 2 chunks +6 lines, -4 lines 0 comments Download
M content/browser/devtools/devtools_manager_impl.cc View 1 2 3 5 chunks +14 lines, -10 lines 0 comments Download
M content/browser/devtools/devtools_manager_unittest.cc View 1 2 3 2 chunks +16 lines, -23 lines 0 comments Download
M content/browser/devtools/render_view_devtools_agent_host.cc View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/devtools/worker_devtools_manager.cc View 1 2 3 1 chunk +1 line, -4 lines 0 comments Download
M content/public/browser/devtools_agent_host.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/browser/devtools_external_agent_proxy.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/browser/devtools_manager.h View 1 2 3 1 chunk +5 lines, -12 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Vladislav Kaznacheev
Please take a look.
7 years, 8 months ago (2013-03-29 11:22:30 UTC) #1
pfeldman
https://chromiumcodereview.appspot.com/13305002/diff/1/content/public/browser/devtools_manager.h File content/public/browser/devtools_manager.h (right): https://chromiumcodereview.appspot.com/13305002/diff/1/content/public/browser/devtools_manager.h#newcode39 content/public/browser/devtools_manager.h:39: virtual void DispatchOnInspectorFrontend(DevToolsAgentHost* from, I don't think that anyone ...
7 years, 8 months ago (2013-03-29 11:35:49 UTC) #2
Vladislav Kaznacheev
PTAL On 2013/03/29 11:35:49, pfeldman wrote: > https://chromiumcodereview.appspot.com/13305002/diff/1/content/public/browser/devtools_manager.h > File content/public/browser/devtools_manager.h (right): > > https://chromiumcodereview.appspot.com/13305002/diff/1/content/public/browser/devtools_manager.h#newcode39 ...
7 years, 8 months ago (2013-03-29 12:30:46 UTC) #3
pfeldman
https://chromiumcodereview.appspot.com/13305002/diff/5001/chrome/browser/devtools/devtools_sanity_browsertest.cc File chrome/browser/devtools/devtools_sanity_browsertest.cc (right): https://chromiumcodereview.appspot.com/13305002/diff/5001/chrome/browser/devtools/devtools_sanity_browsertest.cc#newcode157 chrome/browser/devtools/devtools_sanity_browsertest.cc:157: scoped_refptr<DevToolsAgentHost> agent( You no longer need this. https://chromiumcodereview.appspot.com/13305002/diff/5001/chrome/browser/devtools/devtools_window.cc File ...
7 years, 8 months ago (2013-03-29 14:59:23 UTC) #4
Vladislav Kaznacheev
https://chromiumcodereview.appspot.com/13305002/diff/1/content/public/browser/devtools_manager.h File content/public/browser/devtools_manager.h (right): https://chromiumcodereview.appspot.com/13305002/diff/1/content/public/browser/devtools_manager.h#newcode39 content/public/browser/devtools_manager.h:39: virtual void DispatchOnInspectorFrontend(DevToolsAgentHost* from, Moved to impl part. On ...
7 years, 8 months ago (2013-03-29 15:15:35 UTC) #5
pfeldman
https://chromiumcodereview.appspot.com/13305002/diff/5001/content/public/browser/devtools_manager.h File content/public/browser/devtools_manager.h (right): https://chromiumcodereview.appspot.com/13305002/diff/5001/content/public/browser/devtools_manager.h#newcode41 content/public/browser/devtools_manager.h:41: virtual bool IsAttached(DevToolsAgentHost* agent_host) = 0; Here is how ...
7 years, 8 months ago (2013-03-30 08:54:57 UTC) #6
Vladislav Kaznacheev
PTAL https://chromiumcodereview.appspot.com/13305002/diff/5001/content/public/browser/devtools_manager.h File content/public/browser/devtools_manager.h (right): https://chromiumcodereview.appspot.com/13305002/diff/5001/content/public/browser/devtools_manager.h#newcode41 content/public/browser/devtools_manager.h:41: virtual bool IsAttached(DevToolsAgentHost* agent_host) = 0; Agree. Done. ...
7 years, 8 months ago (2013-04-01 09:26:17 UTC) #7
pfeldman
lgtm
7 years, 8 months ago (2013-04-01 12:04:17 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kaznacheev@chromium.org/13305002/20001
7 years, 8 months ago (2013-04-01 12:16:17 UTC) #9
commit-bot: I haz the power
Change committed as 191609
7 years, 8 months ago (2013-04-01 14:20:00 UTC) #10
jam
in the future, please add me on the review if you'll TBR (and make sure ...
7 years, 8 months ago (2013-04-01 14:59:05 UTC) #11
Vladislav Kaznacheev
7 years, 8 months ago (2013-04-01 15:11:01 UTC) #12
Message was sent while issue was closed.
Sure, sorry about this.

On 2013/04/01 14:59:05, jam wrote:
> in the future, please add me on the review if you'll TBR (and make sure
TBR=jam
> is in the description when you first publish it). Otherwise, I won't see this
> change except by accident.

Powered by Google App Engine
This is Rietveld 408576698