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

Issue 2421913003: DevTools: allow reattaching main target live. (Closed)

Created:
4 years, 2 months ago by pfeldman
Modified:
4 years, 2 months ago
Reviewers:
Tom Sepez, 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, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: allow reattaching main target live. BUG=656055 Committed: https://crrev.com/fd4bf37272eb73d9941b547f32f5a70e117bba16 Cr-Commit-Position: refs/heads/master@{#426022}

Patch Set 1 #

Patch Set 2 : same #

Patch Set 3 : same #

Patch Set 4 : same #

Total comments: 12

Patch Set 5 : review comments addressed. #

Total comments: 5

Patch Set 6 : review comments addressed #

Patch Set 7 : link fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+492 lines, -273 lines) Patch
M chrome/browser/devtools/devtools_embedder_message_dispatcher.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/devtools/devtools_embedder_message_dispatcher.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/devtools/devtools_ui_bindings.h View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/devtools/devtools_ui_bindings.cc View 4 chunks +13 lines, -5 lines 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 2 3 4 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 2 chunks +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js View 1 2 3 4 1 chunk +29 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits2_worker/Audits2Service.js View 1 2 3 4 5 6 3 chunks +20 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/devtools.js View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHost.js View 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/host/InspectorFrontendHostAPI.js View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/main/Connections.js View 1 2 1 chunk +0 lines, -143 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/main/Main.js View 1 2 3 4 5 10 chunks +68 lines, -75 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/main/RemoteLocationManager.js View 1 2 3 4 5 6 3 chunks +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/main/module.json View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A third_party/WebKit/Source/devtools/front_end/sdk/Connections.js View 1 2 3 4 1 chunk +255 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/InspectorBackend.js View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/SubTargetsManager.js View 3 chunks +11 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/Target.js View 1 2 3 4 5 chunks +4 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js View 1 2 3 4 5 6 3 chunks +34 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/WorkerManager.js View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/module.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/worker_service/ServiceDispatcher.js View 1 2 3 4 5 6 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 25 (10 generated)
pfeldman
4 years, 2 months ago (2016-10-14 23:29:19 UTC) #2
dgozman
https://codereview.chromium.org/2421913003/diff/60001/chrome/browser/devtools/devtools_window.cc File chrome/browser/devtools/devtools_window.cc (right): https://codereview.chromium.org/2421913003/diff/60001/chrome/browser/devtools/devtools_window.cc#newcode951 chrome/browser/devtools/devtools_window.cc:951: main_web_contents_->GetController().LoadURLWithParams(load_url_params); Remove. https://codereview.chromium.org/2421913003/diff/60001/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js File third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js (right): https://codereview.chromium.org/2421913003/diff/60001/third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js#newcode23 third_party/WebKit/Source/devtools/front_end/audits2/Audits2Panel.js:23: this._send("start"); ...
4 years, 2 months ago (2016-10-15 00:26:27 UTC) #3
pfeldman
ALL DONE.
4 years, 2 months ago (2016-10-15 01:15:02 UTC) #4
dgozman
lgtm https://codereview.chromium.org/2421913003/diff/80001/third_party/WebKit/Source/devtools/front_end/audits2_worker/Audits2Service.js File third_party/WebKit/Source/devtools/front_end/audits2_worker/Audits2Service.js (right): https://codereview.chromium.org/2421913003/diff/80001/third_party/WebKit/Source/devtools/front_end/audits2_worker/Audits2Service.js#newcode39 third_party/WebKit/Source/devtools/front_end/audits2_worker/Audits2Service.js:39: * @param {!Object=} params @return https://codereview.chromium.org/2421913003/diff/80001/third_party/WebKit/Source/devtools/front_end/audits2_worker/Audits2Service.js#newcode48 third_party/WebKit/Source/devtools/front_end/audits2_worker/Audits2Service.js:48: * ...
4 years, 2 months ago (2016-10-17 17:21:16 UTC) #5
pfeldman
all done-ish
4 years, 2 months ago (2016-10-17 18:08:53 UTC) #6
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/2421913003/100001
4 years, 2 months ago (2016-10-17 19:01:04 UTC) #9
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/313228)
4 years, 2 months ago (2016-10-17 20:10:16 UTC) #11
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/2421913003/120001
4 years, 2 months ago (2016-10-17 22:54:43 UTC) #14
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/283122)
4 years, 2 months ago (2016-10-17 23:07:00 UTC) #16
pfeldman
+ tsepez for chrome/browser/devtools/devtools_embedder_message_dispatcher.h no new capabilities introduced, we just allow re-establishing the connection to ...
4 years, 2 months ago (2016-10-17 23:22:36 UTC) #18
Tom Sepez
Do any issues arise if some other devtools instance tries to re-connect to an origin ...
4 years, 2 months ago (2016-10-18 00:00:19 UTC) #19
pfeldman
In this case it does not control what it reattaches to, it'll only reattach to ...
4 years, 2 months ago (2016-10-18 18:36:07 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/2421913003/120001
4 years, 2 months ago (2016-10-18 18:47:24 UTC) #22
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 2 months ago (2016-10-18 19:28:14 UTC) #23
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 13:02:17 UTC) #25
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/fd4bf37272eb73d9941b547f32f5a70e117bba16
Cr-Commit-Position: refs/heads/master@{#426022}

Powered by Google App Engine
This is Rietveld 408576698