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

Issue 1523193002: DevTools: merge UISourceCode's parentPath, name, originURL and uri. (Closed)

Created:
5 years ago by pfeldman
Modified:
5 years 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, 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: merge UISourceCode's parentPath, name, originURL and uri. BUG=569457 Committed: https://crrev.com/008594f9e765e0a860e8b7123f51148e306e8486 Cr-Commit-Position: refs/heads/master@{#365639}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 18

Patch Set 4 : #

Patch Set 5 : all tests pass #

Total comments: 17

Patch Set 6 : review comments addressed #

Patch Set 7 : rebaselined #

Unified diffs Side-by-side diffs Delta from patch set Stats (+358 lines, -404 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/compiler-script-mapping-expected.txt View 1 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/elements/styles/edit-css-with-source-url.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files-expected.txt View 1 2 3 6 chunks +24 lines, -24 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-many-projects-expected.txt View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/file-system-mapping.html View 1 2 3 4 5 2 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/file-system-mapping-expected.txt View 1 2 3 4 5 1 chunk +13 lines, -13 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides.html View 1 2 3 4 5 1 chunk +16 lines, -16 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides-expected.txt View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/file-system-project.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/file-system-project-expected.txt View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/filtered-item-selection-dialog-rendering.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-expected.txt View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-panel.html View 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/scripts-with-same-source-url-expected.txt View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger-ui/ui-source-code.html View 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html View 1 2 3 4 5 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping-expected.txt View 1 2 3 5 chunks +26 lines, -26 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-breakpoints.html View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/live-edit-breakpoints-expected.txt View 1 2 3 12 chunks +32 lines, -32 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/uisourcecode-revisions.html View 2 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/workspace-mapping.html View 1 2 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/workspace-mapping-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js View 2 2 chunks +2 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/ContentProviderBasedProject.js View 2 2 chunks +5 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/DefaultScriptMapping.js View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js View 1 2 3 4 5 6 8 chunks +44 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/NetworkMapping.js View 1 2 3 4 5 5 chunks +7 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/NetworkProject.js View 1 2 3 5 chunks +19 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/snippets/ScriptSnippetModel.js View 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/FilteredItemSelectionDialog.js View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js View 1 2 3 4 5 6 11 chunks +59 lines, -79 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/ScriptFormatterEditorAction.js View 2 2 chunks +2 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/WorkspaceMappingTip.js View 2 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/workspace/FileSystemMapping.js View 1 2 3 4 5 6 chunks +12 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js View 1 2 3 4 5 6 6 chunks +23 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/workspace/Workspace.js View 2 4 chunks +4 lines, -21 lines 0 comments Download

Messages

Total messages: 14 (6 generated)
dgozman
https://codereview.chromium.org/1523193002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt File third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt (right): https://codereview.chromium.org/1523193002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt#newcode6 third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt:6: UISourceCode: debugger:///VM1 foo.js Don't we have a convenience decorator ...
5 years ago (2015-12-15 22:22:48 UTC) #2
pfeldman
https://codereview.chromium.org/1523193002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt File third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt (right): https://codereview.chromium.org/1523193002/diff/40001/third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt#newcode6 third_party/WebKit/LayoutTests/inspector/sources/debugger/resource-script-mapping-expected.txt:6: UISourceCode: debugger:///VM1 foo.js On 2015/12/15 22:22:47, dgozman wrote: > ...
5 years ago (2015-12-16 01:34:28 UTC) #3
dgozman
https://codereview.chromium.org/1523193002/diff/80001/third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides-expected.txt File third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides-expected.txt (right): https://codereview.chromium.org/1523193002/diff/80001/third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides-expected.txt#newcode5 third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides-expected.txt:5: http://localhost:1234/right_urlfile.txt Looks suspicious. https://codereview.chromium.org/1523193002/diff/80001/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html File third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html (right): https://codereview.chromium.org/1523193002/diff/80001/third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html#newcode60 third_party/WebKit/LayoutTests/inspector/sources/debugger/file-system-project-mapping.html:60: ...
5 years ago (2015-12-16 07:58:30 UTC) #5
pfeldman
https://codereview.chromium.org/1523193002/diff/80001/third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides-expected.txt File third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides-expected.txt (right): https://codereview.chromium.org/1523193002/diff/80001/third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides-expected.txt#newcode5 third_party/WebKit/LayoutTests/inspector/file-system-mapping-overrides-expected.txt:5: http://localhost:1234/right_urlfile.txt On 2015/12/16 07:58:30, dgozman wrote: > Looks suspicious. ...
5 years ago (2015-12-16 18:02:18 UTC) #6
dgozman
lgtm
5 years ago (2015-12-16 18:51:08 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1523193002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1523193002/120001
5 years ago (2015-12-16 19:55:02 UTC) #10
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years ago (2015-12-16 22:26:52 UTC) #12
commit-bot: I haz the power
5 years ago (2015-12-16 22:27:51 UTC) #14
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/008594f9e765e0a860e8b7123f51148e306e8486
Cr-Commit-Position: refs/heads/master@{#365639}

Powered by Google App Engine
This is Rietveld 408576698