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

Issue 12209107: Intercept Inspector DOM.setFileInputFiles and grant read permissions to the (Closed)

Created:
7 years, 10 months ago by kkania
Modified:
7 years, 10 months ago
CC:
chromium-reviews, vsevik, jam, yurys, joi+watch-content_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Fix naming of DevToolsAgentHostImpl::DipatchOnInspectorBackend (Dipatch -> Dispatch). Make it virtual and override in RenderViewDevToolsAgentHost. Right now the overridden version just calls the parent method. Next CL will change this to allow for request interception and optional handling. BUG=167100 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182361

Patch Set 1 : . #

Total comments: 1

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M content/browser/devtools/devtools_agent_host_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/devtools_manager_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/render_view_devtools_agent_host.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M content/browser/devtools/render_view_devtools_agent_host.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kkania
In addition to the necessary changes, I've also renamed DipatchOnInspectorBackend to DispatchOnInspectorBackend and fixed the ...
7 years, 10 months ago (2013-02-12 00:11:04 UTC) #1
pfeldman
https://codereview.chromium.org/12209107/diff/3008/content/browser/devtools/render_view_devtools_agent_host.cc File content/browser/devtools/render_view_devtools_agent_host.cc (right): https://codereview.chromium.org/12209107/diff/3008/content/browser/devtools/render_view_devtools_agent_host.cc#newcode162 content/browser/devtools/render_view_devtools_agent_host.cc:162: if (command->method() == "DOM.setFileInputFiles") I think we could reuse ...
7 years, 10 months ago (2013-02-12 15:03:27 UTC) #2
kkania
Changed this CL to fix naming, make it virtual, and override it in RVDTA that ...
7 years, 10 months ago (2013-02-12 17:54:20 UTC) #3
pfeldman
lgtm
7 years, 10 months ago (2013-02-13 17:12:21 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/12209107/6003
7 years, 10 months ago (2013-02-13 17:22:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kkania@chromium.org/12209107/6003
7 years, 10 months ago (2013-02-13 19:32:03 UTC) #6
commit-bot: I haz the power
7 years, 10 months ago (2013-02-14 00:59:16 UTC) #7
Message was sent while issue was closed.
Change committed as 182361

Powered by Google App Engine
This is Rietveld 408576698