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

Issue 8554008: Add content API for DevTools HTTP handler (Closed)

Created:
9 years, 1 month ago by yurys
Modified:
9 years ago
Reviewers:
jam, pfeldman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, pam+watch_chromium.org, dpranke-watch+content_chromium.org
Visibility:
Public.

Description

Add content API for DevTools HTTP handler BUG=104625 TEST=Existing tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=112662

Patch Set 1 #

Patch Set 2 : Optimized includes #

Total comments: 18

Patch Set 3 : jam's comments addressed #

Total comments: 2

Patch Set 4 : Removed unnecessary comment from the public interface #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -792 lines) Patch
M chrome/browser/debugger/browser_list_tabcontents_provider.h View 1 2 1 chunk +7 lines, -3 lines 0 comments Download
M chrome/browser/debugger/browser_list_tabcontents_provider.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/debugger/remote_debugging_server.h View 1 2 1 chunk +8 lines, -7 lines 0 comments Download
M chrome/browser/debugger/remote_debugging_server.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
A + content/browser/debugger/devtools_http_handler_impl.h View 1 2 3 chunks +27 lines, -51 lines 0 comments Download
A + content/browser/debugger/devtools_http_handler_impl.cc View 1 2 20 chunks +43 lines, -42 lines 0 comments Download
D content/browser/debugger/devtools_http_protocol_handler.h View 1 chunk +0 lines, -133 lines 0 comments Download
D content/browser/debugger/devtools_http_protocol_handler.cc View 1 2 1 chunk +0 lines, -548 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
A content/public/browser/devtools_http_handler.h View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A content/public/browser/devtools_http_handler_delegate.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
yurys
9 years, 1 month ago (2011-11-21 16:13:46 UTC) #1
jam
thanks for doing this, some comments http://codereview.chromium.org/8554008/diff/1001/chrome/browser/debugger/remote_debugging_server.h File chrome/browser/debugger/remote_debugging_server.h (right): http://codereview.chromium.org/8554008/diff/1001/chrome/browser/debugger/remote_debugging_server.h#newcode23 chrome/browser/debugger/remote_debugging_server.h:23: const std::string& ip, ...
9 years, 1 month ago (2011-11-21 19:26:56 UTC) #2
yurys
http://codereview.chromium.org/8554008/diff/1001/chrome/browser/debugger/remote_debugging_server.h File chrome/browser/debugger/remote_debugging_server.h (right): http://codereview.chromium.org/8554008/diff/1001/chrome/browser/debugger/remote_debugging_server.h#newcode23 chrome/browser/debugger/remote_debugging_server.h:23: const std::string& ip, On 2011/11/21 19:26:56, John Abd-El-Malek wrote: ...
9 years ago (2011-12-01 18:02:20 UTC) #3
jam
lgtm, thanks http://codereview.chromium.org/8554008/diff/7001/content/public/browser/devtools_http_handler.h File content/public/browser/devtools_http_handler.h (right): http://codereview.chromium.org/8554008/diff/7001/content/public/browser/devtools_http_handler.h#newcode30 content/public/browser/devtools_http_handler.h:30: // Will schedule tear down task on ...
9 years ago (2011-12-01 19:04:27 UTC) #4
yurys
9 years ago (2011-12-02 06:42:59 UTC) #5
http://codereview.chromium.org/8554008/diff/7001/content/public/browser/devto...
File content/public/browser/devtools_http_handler.h (right):

http://codereview.chromium.org/8554008/diff/7001/content/public/browser/devto...
content/public/browser/devtools_http_handler.h:30: // Will schedule tear down
task on the IO thread.
On 2011/12/01 19:04:27, John Abd-El-Malek wrote:
> nit: no need to explain what the function does internally in its API

Done.

Powered by Google App Engine
This is Rietveld 408576698