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

Issue 2361613002: DevTools: untangle device discovery request from the devtools android bridge. (Closed)

Created:
4 years, 3 months ago by pfeldman
Modified:
4 years, 3 months ago
Reviewers:
dgozman
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: untangle device discovery request from the devtools android bridge. BUG=627517 TBR=(api change) Committed: https://crrev.com/e7d2e41de976b5fc40bedb9165ef243b3a7254ac Cr-Commit-Position: refs/heads/master@{#420633}

Patch Set 1 #

Patch Set 2 : make device hosts profile-independent, plump browser context for inspect. #

Total comments: 6

Patch Set 3 : for bots #

Patch Set 4 : for bots #

Patch Set 5 : for bots #

Patch Set 6 : for landing #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -260 lines) Patch
M android_webview/browser/aw_devtools_manager_delegate.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M android_webview/browser/aw_devtools_manager_delegate.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/browser/android/devtools_manager_delegate_android.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/android/devtools_manager_delegate_android.cc View 1 2 3 4 3 chunks +4 lines, -11 lines 0 comments Download
M chrome/browser/devtools/chrome_devtools_manager_delegate.h View 1 2 1 chunk +4 lines, -0 lines 1 comment Download
M chrome/browser/devtools/chrome_devtools_manager_delegate.cc View 1 2 1 chunk +1 line, -17 lines 0 comments Download
M chrome/browser/devtools/device/adb/adb_client_socket_browsertest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/devtools/device/devtools_android_bridge.h View 1 6 chunks +12 lines, -33 lines 0 comments Download
M chrome/browser/devtools/device/devtools_android_bridge.cc View 1 2 3 4 5 18 chunks +99 lines, -124 lines 0 comments Download
M chrome/browser/devtools/devtools_targets_ui.cc View 2 chunks +1 line, -7 lines 0 comments Download
M chrome/browser/devtools/devtools_ui_bindings.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/devtools/devtools_ui_bindings.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/devtools/devtools_window.h View 1 2 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 2 3 chunks +43 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/inspect_ui.cc View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M chromecast/browser/devtools/cast_devtools_delegate.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M chromecast/browser/devtools/cast_devtools_delegate.cc View 1 1 chunk +0 lines, -7 lines 0 comments Download
M content/browser/devtools/browser_devtools_agent_host.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/devtools/browser_devtools_agent_host.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/devtools/devtools_agent_host_impl.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/devtools/devtools_manager_unittest.cc View 1 2 3 1 chunk +4 lines, -5 lines 0 comments Download
M content/browser/devtools/forwarding_agent_host.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/forwarding_agent_host.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/devtools/render_frame_devtools_agent_host.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/service_worker_devtools_manager.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M content/public/browser/devtools_agent_host.h View 1 2 1 chunk +3 lines, -3 lines 1 comment Download
M content/public/browser/devtools_external_agent_proxy_delegate.h View 1 2 2 chunks +4 lines, -3 lines 1 comment Download
M content/shell/browser/shell_devtools_manager_delegate.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M headless/lib/browser/headless_devtools_manager_delegate.h View 1 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/externs.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 35 (25 generated)
pfeldman
4 years, 3 months ago (2016-09-21 21:43:47 UTC) #2
pfeldman
PTAL!
4 years, 3 months ago (2016-09-22 05:50:28 UTC) #7
dgozman
https://codereview.chromium.org/2361613002/diff/20001/chrome/browser/android/devtools_manager_delegate_android.cc File chrome/browser/android/devtools_manager_delegate_android.cc (right): https://codereview.chromium.org/2361613002/diff/20001/chrome/browser/android/devtools_manager_delegate_android.cc#newcode100 chrome/browser/android/devtools_manager_delegate_android.cc:100: return agent_host_->Inspect(context); It's strange to pass BrowserContext in just ...
4 years, 3 months ago (2016-09-22 17:13:59 UTC) #8
pfeldman
PTAL
4 years, 3 months ago (2016-09-22 21:40:55 UTC) #19
dgozman
lgtm https://codereview.chromium.org/2361613002/diff/100001/chrome/browser/devtools/chrome_devtools_manager_delegate.h File chrome/browser/devtools/chrome_devtools_manager_delegate.h (right): https://codereview.chromium.org/2361613002/diff/100001/chrome/browser/devtools/chrome_devtools_manager_delegate.h#newcode15 chrome/browser/devtools/chrome_devtools_manager_delegate.h:15: class BrowserContext; Unused. https://codereview.chromium.org/2361613002/diff/100001/content/public/browser/devtools_agent_host.h File content/public/browser/devtools_agent_host.h (right): https://codereview.chromium.org/2361613002/diff/100001/content/public/browser/devtools_agent_host.h#newcode186 ...
4 years, 3 months ago (2016-09-23 01:05:28 UTC) #20
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/2361613002/100001
4 years, 3 months ago (2016-09-23 14:55:39 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/265636)
4 years, 3 months ago (2016-09-23 15:04:25 UTC) #28
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/2361613002/100001
4 years, 3 months ago (2016-09-23 16:35:12 UTC) #31
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 3 months ago (2016-09-23 16:42:12 UTC) #33
commit-bot: I haz the power
4 years, 3 months ago (2016-09-23 16:45:10 UTC) #35
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e7d2e41de976b5fc40bedb9165ef243b3a7254ac
Cr-Commit-Position: refs/heads/master@{#420633}

Powered by Google App Engine
This is Rietveld 408576698