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

Issue 2186753002: [DevTools] Track URL through the target (Closed)

Created:
4 years, 4 months ago by eostroukhov-old
Modified:
4 years, 4 months ago
Reviewers:
dgozman
CC:
chromium-reviews, extensions-reviews_chromium.org, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, chromium-apps-reviews_chromium.org, sergeyv+blink_chromium.org, pfeldman, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools] Track URL through the target BUG=624494 R=dgozman Committed: https://crrev.com/98a9636b7c53deeb242c48968de9134f8603f378 Cr-Commit-Position: refs/heads/master@{#408267}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Comments were addressed #

Patch Set 3 : InspectedURLChanged now sends target and not just URL #

Total comments: 14

Patch Set 4 : Comments addressed #

Patch Set 5 : Comments addressed #

Patch Set 6 : Comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -99 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/sources/debugger/async-callstack-network-initiator-image.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector-enabled/sources/debugger/linkifier.html View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/components/linkifier.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/extensions/extensions-events.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/debugger-breakpoints-not-activated-on-reload.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/debugger-disable-add-breakpoint.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-pause/pause-in-inline-script.html View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/selected-call-frame-after-formatting-source.html View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/watch-expressions-panel-switch.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-disable-enable.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-scripts.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-live-edit.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/audits/AuditController.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/ResourceUtils.js View 1 2 1 chunk +7 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/console/ConsoleView.js View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/extensions/ExtensionServer.js View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/NetworkRequest.js View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js View 1 7 chunks +2 lines, -33 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/Target.js View 1 2 3 2 chunks +19 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js View 1 2 3 chunks +0 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourcesNavigator.js View 1 2 3 4 5 2 chunks +10 lines, -6 lines 0 comments Download

Messages

Total messages: 25 (13 generated)
eostroukhov-old
Please take a look.
4 years, 4 months ago (2016-07-26 22:19:34 UTC) #3
dgozman
https://codereview.chromium.org/2186753002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js File third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js (left): https://codereview.chromium.org/2186753002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js#oldcode382 third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js:382: this._inspectedPageURL = frameResource.url; Where did this go? https://codereview.chromium.org/2186753002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js File ...
4 years, 4 months ago (2016-07-27 17:26:06 UTC) #6
eostroukhov-old
Thank you for the review. I've updated the CL, please take another look. https://codereview.chromium.org/2186753002/diff/1/third_party/WebKit/Source/devtools/front_end/sdk/ResourceTreeModel.js File ...
4 years, 4 months ago (2016-07-27 17:46:59 UTC) #9
eostroukhov-old
Updated the CL as per offline discussion. Please take another look.
4 years, 4 months ago (2016-07-27 20:10:46 UTC) #14
dgozman
lgtm with comments https://codereview.chromium.org/2186753002/diff/40001/third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js File third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js (right): https://codereview.chromium.org/2186753002/diff/40001/third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js#newcode70 third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js:70: this._inspectedURL = target.inspectedURL().removeURLFragment(); if (target === ...
4 years, 4 months ago (2016-07-27 20:24:24 UTC) #15
eostroukhov-old
Comments addressed
4 years, 4 months ago (2016-07-27 21:13:32 UTC) #16
eostroukhov-old
Comments addressed
4 years, 4 months ago (2016-07-27 21:37:05 UTC) #17
eostroukhov-old
Comments addressed
4 years, 4 months ago (2016-07-27 21:39:05 UTC) #18
eostroukhov-old
Thanks for the review. I addressed the comments. https://codereview.chromium.org/2186753002/diff/40001/third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js File third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js (right): https://codereview.chromium.org/2186753002/diff/40001/third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js#newcode70 third_party/WebKit/Source/devtools/front_end/components/DOMBreakpointsSidebarPane.js:70: this._inspectedURL ...
4 years, 4 months ago (2016-07-27 21:39:46 UTC) #19
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/2186753002/100001
4 years, 4 months ago (2016-07-27 21:40:13 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-07-27 23:13:28 UTC) #23
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 23:17:01 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/98a9636b7c53deeb242c48968de9134f8603f378
Cr-Commit-Position: refs/heads/master@{#408267}

Powered by Google App Engine
This is Rietveld 408576698