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

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)

Created:
4 years, 3 months ago by pfeldman
Modified:
4 years, 3 months ago
Reviewers:
dgozman
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, droger+watchlist_chromium.org, extensions-reviews_chromium.org, Peter Beverloo, blundell+watchlist_chromium.org, lcwu+watch_chromium.org, sdefresne+watchlist_chromium.org, jam, chromium-apps-reviews_chromium.org, darin-cc_chromium.org, jochen+watch_chromium.org, halliwell+watch_chromium.org, devtools-reviews_chromium.org, alokp+watch_chromium.org, android-webview-reviews_chromium.org, pfeldman
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. BUG=627517 TBR= changes to clients of the changed APIs. NOTRY=true (flaky try bot: https://codereview.chromium.org/2270333002). Committed: https://crrev.com/1062876ae55867edab8ec43884e9b9e15d0fe451 Cr-Commit-Position: refs/heads/master@{#417223}

Patch Set 1 #

Patch Set 2 : for review #

Total comments: 4

Patch Set 3 : for bots #

Patch Set 4 : for bots #

Patch Set 5 : for bots #

Patch Set 6 : for bots #

Patch Set 7 : rebaselined #

Patch Set 8 : for bots #

Patch Set 9 : rebaselined #

Patch Set 10 : for landing #

Patch Set 11 : for landing 2 #

Patch Set 12 : for landing 3 #

Patch Set 13 : for landing 4 #

Patch Set 14 : again #

Patch Set 15 : for_landing! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+523 lines, -2482 lines) Patch
M android_webview/BUILD.gn View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/android_webview.gyp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M android_webview/browser/aw_browser_main_parts.cc View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M android_webview/browser/aw_content_browser_client.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/browser/aw_content_browser_client.cc View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
D android_webview/browser/aw_dev_tools_discovery_provider.h View 1 2 1 chunk +0 lines, -25 lines 0 comments Download
D android_webview/browser/aw_dev_tools_discovery_provider.cc View 1 2 1 chunk +0 lines, -65 lines 0 comments Download
A android_webview/browser/aw_devtools_manager_delegate.h View 1 2 3 7 8 9 10 11 12 13 1 chunk +39 lines, -0 lines 0 comments Download
A + android_webview/browser/aw_devtools_manager_delegate.cc View 1 2 3 4 7 8 9 10 11 12 13 2 chunks +38 lines, -29 lines 0 comments Download
M android_webview/native/BUILD.gn View 1 2 3 4 5 6 2 chunks +2 lines, -3 lines 0 comments Download
M android_webview/native/DEPS View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M android_webview/native/android_webview_jni_registrar.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M android_webview/native/aw_dev_tools_server.h View 1 2 1 chunk +0 lines, -46 lines 0 comments Download
M android_webview/native/aw_dev_tools_server.cc View 1 2 1 chunk +0 lines, -181 lines 0 comments Download
A + android_webview/native/aw_devtools_server.h View 1 2 3 4 chunks +4 lines, -10 lines 0 comments Download
A + android_webview/native/aw_devtools_server.cc View 1 2 3 6 chunks +13 lines, -49 lines 0 comments Download
M android_webview/native/webview_native.gyp View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/BUILD.gn View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/android/DEPS View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/dev_tools_server.h View 1 2 1 chunk +0 lines, -43 lines 0 comments Download
M chrome/browser/android/dev_tools_server.cc View 1 2 1 chunk +0 lines, -235 lines 0 comments Download
M chrome/browser/android/devtools_manager_delegate_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/devtools_manager_delegate_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +14 lines, -6 lines 0 comments Download
A + chrome/browser/android/devtools_server.h View 1 2 3 3 chunks +4 lines, -9 lines 0 comments Download
A + chrome/browser/android/devtools_server.cc View 1 2 3 7 chunks +11 lines, -34 lines 0 comments Download
M chrome/browser/devtools/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/devtools/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/devtools/chrome_devtools_manager_delegate.h View 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/devtools/chrome_devtools_manager_delegate.cc View 1 2 7 8 9 10 11 12 13 3 chunks +12 lines, -0 lines 0 comments Download
M chrome/browser/devtools/device/devtools_android_bridge.cc View 1 2 3 4 5 7 8 9 10 11 12 13 4 chunks +4 lines, -9 lines 0 comments Download
M chrome/browser/devtools/remote_debugging_server.h View 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/devtools/remote_debugging_server.cc View 3 chunks +9 lines, -37 lines 0 comments Download
M chromecast/browser/BUILD.gn View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M chromecast/browser/DEPS View 1 chunk +0 lines, -2 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -0 lines 0 comments Download
M chromecast/browser/devtools/cast_dev_tools_delegate.h View 1 2 1 chunk +0 lines, -31 lines 0 comments Download
M chromecast/browser/devtools/cast_dev_tools_delegate.cc View 1 2 1 chunk +0 lines, -38 lines 0 comments Download
A chromecast/browser/devtools/cast_devtools_delegate.h View 1 2 3 7 8 9 10 11 12 13 1 chunk +37 lines, -0 lines 0 comments Download
A + chromecast/browser/devtools/cast_devtools_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +12 lines, -6 lines 0 comments Download
M chromecast/browser/devtools/remote_debugging_server.h View 2 chunks +1 line, -8 lines 0 comments Download
M chromecast/browser/devtools/remote_debugging_server.cc View 1 2 4 chunks +10 lines, -11 lines 0 comments Download
M components/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M components/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D components/devtools_http_handler/BUILD.gn View 1 chunk +0 lines, -34 lines 0 comments Download
D components/devtools_http_handler/DEPS View 1 chunk +0 lines, -6 lines 0 comments Download
D components/devtools_http_handler/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D components/devtools_http_handler/devtools_http_handler.h View 1 chunk +0 lines, -133 lines 0 comments Download
D components/devtools_http_handler/devtools_http_handler.cc View 1 chunk +0 lines, -868 lines 0 comments Download
D components/devtools_http_handler/devtools_http_handler_delegate.h View 1 chunk +0 lines, -33 lines 0 comments Download
D components/devtools_http_handler/devtools_http_handler_unittest.cc View 1 chunk +0 lines, -195 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.h View 1 2 2 chunks +0 lines, -2 lines 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.cc View 1 2 3 4 7 8 9 10 11 12 13 4 chunks +9 lines, -16 lines 0 comments Download
A + content/browser/devtools/devtools_http_handler.h View 1 9 chunks +16 lines, -15 lines 0 comments Download
A + content/browser/devtools/devtools_http_handler.cc View 1 13 chunks +15 lines, -22 lines 0 comments Download
A + content/browser/devtools/devtools_http_handler_unittest.cc View 1 2 3 4 7 8 9 10 11 12 13 9 chunks +35 lines, -30 lines 0 comments Download
M content/browser/devtools/devtools_manager.h View 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_manager.cc View 1 2 2 chunks +31 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_manager_unittest.cc View 1 2 3 4 5 7 8 9 10 11 12 13 4 chunks +4 lines, -5 lines 0 comments Download
M content/browser/devtools/forwarding_agent_host.h View 1 2 3 4 7 8 9 10 11 12 13 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/devtools/forwarding_agent_host.cc View 1 2 3 4 7 8 9 10 11 12 13 1 chunk +4 lines, -3 lines 0 comments Download
M content/browser/devtools/render_frame_devtools_agent_host.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/devtools_agent_host.h View 1 2 3 4 7 8 9 10 11 12 13 6 chunks +23 lines, -9 lines 0 comments Download
M content/public/browser/devtools_external_agent_proxy_delegate.h View 1 2 3 4 7 8 9 10 11 12 13 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/browser/devtools_manager_delegate.h View 1 2 3 4 7 8 9 10 11 12 13 2 chunks +20 lines, -9 lines 0 comments Download
A content/public/browser/devtools_manager_delegate.cc View 1 2 3 4 7 8 9 10 11 12 13 1 chunk +53 lines, -0 lines 0 comments Download
M content/shell/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell_browser_main_parts.h View 1 2 3 chunks +0 lines, -15 lines 0 comments Download
M content/shell/browser/shell_browser_main_parts.cc View 1 2 4 chunks +4 lines, -9 lines 0 comments Download
M content/shell/browser/shell_devtools_frontend.cc View 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/shell_devtools_manager_delegate.h View 1 2 7 8 9 10 11 12 13 2 chunks +4 lines, -11 lines 0 comments Download
M content/shell/browser/shell_devtools_manager_delegate.cc View 1 2 7 8 9 10 11 12 13 5 chunks +22 lines, -60 lines 0 comments Download
M content/test/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M extensions/shell/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M extensions/shell/browser/DEPS View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download
M extensions/shell/browser/shell_browser_main_parts.h View 1 2 7 2 chunks +0 lines, -6 lines 0 comments Download
M extensions/shell/browser/shell_browser_main_parts.cc View 1 2 3 4 5 6 7 4 chunks +5 lines, -8 lines 0 comments Download
M headless/BUILD.gn View 1 chunk +0 lines, -1 line 0 comments Download
M headless/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M headless/lib/browser/headless_browser_main_parts.h View 2 chunks +0 lines, -6 lines 0 comments Download
M headless/lib/browser/headless_browser_main_parts.cc View 2 chunks +3 lines, -7 lines 0 comments Download
M headless/lib/browser/headless_devtools.h View 1 chunk +2 lines, -6 lines 0 comments Download
M headless/lib/browser/headless_devtools.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +8 lines, -35 lines 0 comments Download
M headless/lib/browser/headless_devtools_manager_delegate.h View 1 2 7 8 9 10 11 12 13 1 chunk +2 lines, -4 lines 0 comments Download
M headless/lib/browser/headless_devtools_manager_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +9 lines, -11 lines 0 comments Download

Messages

Total messages: 87 (77 generated)
pfeldman
4 years, 3 months ago (2016-09-02 18:13:37 UTC) #2
dgozman
Don't forget to create DevToolsManagerDelegate for AW and cast in ContentBrowserClient. lgtm https://codereview.chromium.org/2300703005/diff/20001/android_webview/native/aw_dev_tools_server.cc File android_webview/native/aw_dev_tools_server.cc ...
4 years, 3 months ago (2016-09-02 19:33:07 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2300703005/320001
4 years, 3 months ago (2016-09-07 23:38:09 UTC) #55
commit-bot: I haz the power
Exceeded global retry quota
4 years, 3 months ago (2016-09-07 23:43:35 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2300703005/420001
4 years, 3 months ago (2016-09-08 02:55:32 UTC) #75
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/289383)
4 years, 3 months ago (2016-09-08 04:41:08 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2300703005/420001
4 years, 3 months ago (2016-09-08 06:37:16 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2300703005/420001
4 years, 3 months ago (2016-09-08 07:53:53 UTC) #83
commit-bot: I haz the power
Committed patchset #15 (id:420001)
4 years, 3 months ago (2016-09-08 07:59:44 UTC) #85
commit-bot: I haz the power
4 years, 3 months ago (2016-09-08 08:01:31 UTC) #87
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/1062876ae55867edab8ec43884e9b9e15d0fe451
Cr-Commit-Position: refs/heads/master@{#417223}

Powered by Google App Engine
This is Rietveld 408576698