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

Issue 1770263002: Devtools: resolve expressions in minified scripts with sourcemaps (Closed)

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

Description

Devtools: resolve expressions in minified scripts with sourcemaps BUG=327092 Committed: https://crrev.com/b3075c07b6fc33a7efdf833eb42a39a5aa75d2a9 Cr-Commit-Position: refs/heads/master@{#380051}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+308 lines, -189 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js View 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution.html View 1 chunk +61 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-minified-variables-evalution-expected.txt View 1 chunk +5 lines, -1 line 0 comments Download
A third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/resolve-expressions-compressed.js View 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/resolve-expressions-origin.js View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/inspector/sources/debugger/resources/resolve-expressions.js.map View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/devtools.gypi View 2 chunks +2 lines, -1 line 0 comments Download
A + third_party/WebKit/Source/devtools/front_end/es_tree/AcornTokenizer.js View 7 chunks +8 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/es_tree/module.json View 1 chunk +1 line, -0 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/script_formatter_worker/AcornTokenizer.js View 1 chunk +0 lines, -158 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/script_formatter_worker/JavaScriptFormatter.js View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/script_formatter_worker/ScriptFormatterWorker.js View 2 chunks +13 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/script_formatter_worker/module.json View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js View 1 2 chunks +36 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/JavaScriptSourceFrame.js View 1 chunk +12 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js View 1 3 chunks +141 lines, -3 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
sergeyv
4 years, 9 months ago (2016-03-08 02:13:44 UTC) #2
dgozman
lgtm https://codereview.chromium.org/1770263002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js File third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js (right): https://codereview.chromium.org/1770263002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js#newcode218 third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js:218: var startIndex = mappings.lowerBound({lineNumber: lineNumber, columnNumber: startColumnNumber}, comparator); ...
4 years, 9 months ago (2016-03-08 18:26:42 UTC) #4
sergeyv
https://codereview.chromium.org/1770263002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js File third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js (right): https://codereview.chromium.org/1770263002/diff/1/third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js#newcode218 third_party/WebKit/Source/devtools/front_end/sources/SourceMapNamesResolver.js:218: var startIndex = mappings.lowerBound({lineNumber: lineNumber, columnNumber: startColumnNumber}, comparator); On ...
4 years, 9 months ago (2016-03-08 22:53:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1770263002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1770263002/20001
4 years, 9 months ago (2016-03-08 22:53:58 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/185993)
4 years, 9 months ago (2016-03-09 01:59:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1770263002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1770263002/20001
4 years, 9 months ago (2016-03-09 02:00:46 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-09 03:23:50 UTC) #14
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/b3075c07b6fc33a7efdf833eb42a39a5aa75d2a9 Cr-Commit-Position: refs/heads/master@{#380051}
4 years, 9 months ago (2016-03-09 03:25:11 UTC) #16
paulirish
4 years, 9 months ago (2016-03-09 18:07:06 UTC) #17
Message was sent while issue was closed.
sergey, alexei: can you file a followup bug for the function names item we saw
yesterday

Powered by Google App Engine
This is Rietveld 408576698