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

Issue 2145483002: [DevTools] make Runtime.CallFrame 0-based (Closed)

Created:
4 years, 5 months ago by kozy
Modified:
4 years, 5 months 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] make Runtime.CallFrame 0-based Next steps: - make profiler's types 0-based - make backend Stack Trace 0-based - console message 0-based R=dgozman@chromium.org BUG=591496 Committed: https://crrev.com/392d19d496f2c166a53438add0c8065cdd6f6a1d Cr-Commit-Position: refs/heads/master@{#404923}

Patch Set 1 #

Total comments: 6

Patch Set 2 : a #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -53 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/debugger-test.js View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-document-initiator-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/network/network-initiator-expected.txt 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-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/stacktraces/csp-inline-warning-contains-stacktrace-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/stacktraces/csp-setInterval-warning-contains-stacktrace-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/inspector/stacktraces/csp-setTimeout-warning-contains-stacktrace-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/console/console-line-and-column-expected.txt View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector-protocol/network/websocket-initiator-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/console/console-eval-exception-report-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sources/debugger/debugger-compile-and-run-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/bindings/PresentationConsoleMessageHelper.js View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/Linkifier.js View 2 chunks +14 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/CPUProfileView.js View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/HeapProfileView.js View 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/DebuggerModel.js View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp View 1 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/v8_inspector/js_protocol.json View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
kozy
Dmitry, please take a look!
4 years, 5 months ago (2016-07-12 17:28:34 UTC) #4
dgozman
lgtm https://codereview.chromium.org/2145483002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/PresentationConsoleMessageHelper.js File third_party/WebKit/Source/devtools/front_end/bindings/PresentationConsoleMessageHelper.js (right): https://codereview.chromium.org/2145483002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/PresentationConsoleMessageHelper.js#newcode93 third_party/WebKit/Source/devtools/front_end/bindings/PresentationConsoleMessageHelper.js:93: if (callFrame && callFrame.hasOwnProperty("columnNumber")) It's not optional. https://codereview.chromium.org/2145483002/diff/1/third_party/WebKit/Source/platform/v8_inspector/V8StackTraceImpl.cpp ...
4 years, 5 months ago (2016-07-12 18:34:00 UTC) #5
kozy
all done https://codereview.chromium.org/2145483002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/PresentationConsoleMessageHelper.js File third_party/WebKit/Source/devtools/front_end/bindings/PresentationConsoleMessageHelper.js (right): https://codereview.chromium.org/2145483002/diff/1/third_party/WebKit/Source/devtools/front_end/bindings/PresentationConsoleMessageHelper.js#newcode93 third_party/WebKit/Source/devtools/front_end/bindings/PresentationConsoleMessageHelper.js:93: if (callFrame && callFrame.hasOwnProperty("columnNumber")) On 2016/07/12 18:34:00, ...
4 years, 5 months ago (2016-07-12 19:14:57 UTC) #8
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/2145483002/20001
4 years, 5 months ago (2016-07-12 19:16:11 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/166559)
4 years, 5 months ago (2016-07-12 21:19:11 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/2145483002/20001
4 years, 5 months ago (2016-07-12 23:10:33 UTC) #13
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-13 02:42:58 UTC) #15
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 02:45:43 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/392d19d496f2c166a53438add0c8065cdd6f6a1d
Cr-Commit-Position: refs/heads/master@{#404923}

Powered by Google App Engine
This is Rietveld 408576698