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 2514933003: DevTools: enable target domain handler on the browser target, make browser target non-discoverable.

Created:
4 years, 1 month ago by pfeldman
Modified:
3 years, 5 months ago
Reviewers:
nednguyen, dgozman
CC:
chromium-reviews, jam, darin-cc_chromium.org, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: enable target domain handler on the browser target, make browser target non-discoverable. BUG=666865

Patch Set 1 #

Patch Set 2 : Introduce progress monitor #

Total comments: 1

Patch Set 3 : port forwarding test fixed #

Patch Set 4 : rebaselined #

Patch Set 5 : rebaselined #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -39 lines) Patch
M chrome/browser/devtools/chrome_devtools_manager_delegate.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/devtools/chrome_devtools_manager_delegate.cc View 1 2 3 4 3 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/devtools/device/port_forwarding_controller.cc View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
M content/browser/devtools/browser_devtools_agent_host.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/devtools/devtools_http_handler.cc View 1 2 3 4 11 chunks +53 lines, -33 lines 0 comments Download
M content/public/browser/devtools_manager_delegate.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/public/browser/devtools_manager_delegate.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (20 generated)
pfeldman
4 years, 1 month ago (2016-11-18 22:57:40 UTC) #2
dgozman
https://codereview.chromium.org/2514933003/diff/20001/content/browser/devtools/devtools_http_handler.cc File content/browser/devtools/devtools_http_handler.cc (right): https://codereview.chromium.org/2514933003/diff/20001/content/browser/devtools/devtools_http_handler.cc#newcode659 content/browser/devtools/devtools_http_handler.cc:659: browser_prefix = browser_prefix + "/" + browser_guid; This breaks ...
4 years, 1 month ago (2016-11-18 23:25:57 UTC) #3
dgozman
lgtm
4 years, 1 month ago (2016-11-18 23:41:55 UTC) #5
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/2514933003/20001
4 years, 1 month ago (2016-11-18 23:43:06 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/341042)
4 years, 1 month ago (2016-11-19 01:15:09 UTC) #8
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/2514933003/40001
4 years, 1 month ago (2016-11-21 19:39:37 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/109834) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years, 1 month ago (2016-11-21 19:43:02 UTC) #13
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/2514933003/60001
4 years, 1 month ago (2016-11-21 20:11:24 UTC) #16
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/336315)
4 years, 1 month ago (2016-11-21 21:47:29 UTC) #18
nednguyen
On 2016/11/21 21:47:29, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years ago (2016-11-30 22:36:58 UTC) #19
pfeldman
It does not change it, it only removes the 127.0.0.1:<devtool_port>/browser/ endpoint. Do you see from ...
4 years ago (2016-11-30 22:49:07 UTC) #22
nednguyen
4 years ago (2016-11-30 22:55:48 UTC) #23
On 2016/11/30 22:49:07, pfeldman wrote:
> It does not change it, it only removes the 127.0.0.1:<devtool_port>/browser/
> endpoint. Do you see from the logs that it can't establish the /json
connection?
> Could you do me a favor and tell me what I should run locally to repro?

You can run:
src/tools/perf/run_telemetry_tests --browser=release testBrowserCreation to
repro

Powered by Google App Engine
This is Rietveld 408576698