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

Issue 2857453002: DevTools: support resolving a UILocation to multiple raw script locations (Closed)

Created:
3 years, 7 months ago by caseq
Modified:
3 years, 7 months ago
Reviewers:
dgozman, lushnikov
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/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: support resolving a UILocation to multiple raw script locations This turns uiLocationToRawLocation into uiLocationToRawLocations and makes it return an array BUG=717694 Review-Url: https://codereview.chromium.org/2857453002 Cr-Commit-Position: refs/heads/master@{#468825} Committed: https://chromium.googlesource.com/chromium/src/+/421b9c4b9736e52c903123994d977b4ed406cf72

Patch Set 1 #

Total comments: 3

Patch Set 2 : Review comments addressed #

Total comments: 2

Patch Set 3 : get rid of uniqueScriptId() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -89 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping.html View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/text-source-map.html View 1 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.js View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/script-formatter-breakpoints-3.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/formatter-js.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js View 1 2 2 chunks +8 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js View 1 2 2 chunks +8 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/DebuggerWorkspaceBinding.js View 3 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js View 1 chunk +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/ResourceScriptMapping.js View 1 chunk +7 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js View 1 1 chunk +7 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourceFormatter.js View 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js View 1 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (7 generated)
caseq
3 years, 7 months ago (2017-05-02 01:27:52 UTC) #2
dgozman
Let's have a description and a bug. https://codereview.chromium.org/2857453002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js File third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js (right): https://codereview.chromium.org/2857453002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js#newcode270 third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js:270: uiSourceCode, textRange.startLine, ...
3 years, 7 months ago (2017-05-02 19:47:41 UTC) #3
caseq
All done, ptal!
3 years, 7 months ago (2017-05-02 21:29:05 UTC) #5
dgozman
lgtm, but let's not introduce uniqueScriptId() https://codereview.chromium.org/2857453002/diff/20001/third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js File third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js (right): https://codereview.chromium.org/2857453002/diff/20001/third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js#newcode273 third_party/WebKit/Source/devtools/front_end/bindings/BreakpointManager.js:273: var startLocationsByScript = ...
3 years, 7 months ago (2017-05-02 21:36:45 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/2857453002/60001
3 years, 7 months ago (2017-05-02 22:07:16 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:60001) as https://chromium.googlesource.com/chromium/src/+/421b9c4b9736e52c903123994d977b4ed406cf72
3 years, 7 months ago (2017-05-03 00:00:33 UTC) #13
caseq
3 years, 7 months ago (2017-05-03 23:56:01 UTC) #14
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:60001) has been created in
https://codereview.chromium.org/2859073002/ by caseq@chromium.org.

The reason for reverting is: We decided that we don't need that..

Powered by Google App Engine
This is Rietveld 408576698