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

Issue 2169153002: DevTools: make all timeline trace events use 0-based line numbers (Closed)

Created:
4 years, 5 months ago by alph
Modified:
4 years, 5 months ago
Reviewers:
kozy, caseq
CC:
chromium-reviews, caseq+blink_chromium.org, blink-reviews-style_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 all timeline trace events use 0-based line numbers Committed: https://crrev.com/ae0dd7edc2e79e2e4a8cd01f68b343c1946642f0 Cr-Commit-Position: refs/heads/master@{#407021}

Patch Set 1 #

Total comments: 4

Patch Set 2 : . #

Patch Set 3 : update expectation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -99 lines) Patch
M third_party/WebKit/LayoutTests/http/tests/inspector/timeline-test.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/tracing/timeline-js/timeline-script-id-expected.txt View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/tracing/timeline-misc/timeline-receive-response-event.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/tracing/timeline-style/timeline-recalculate-styles-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer-expected.txt View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/tracing/timeline-time/timeline-timer-fired-from-eval-call-site.html View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/components/Linkifier.js View 1 chunk +0 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/profiler/HeapProfileView.js View 1 chunk +9 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/CPUProfileDataModel.js View 1 chunk +15 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sdk/TracingModel.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/sources/CallStackSidebarPane.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineTreeView.js View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js View 14 chunks +21 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js View 1 7 chunks +32 lines, -13 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
alph
4 years, 5 months ago (2016-07-21 22:23:29 UTC) #2
caseq
lgtm https://codereview.chromium.org/2169153002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js File third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js (right): https://codereview.chromium.org/2169153002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js#newcode910 third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js:910: eventData["lineNumber"] = eventData["scriptLine"]; nit: // Fall-through intended. https://codereview.chromium.org/2169153002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js#newcode918 ...
4 years, 5 months ago (2016-07-21 23:04:17 UTC) #5
alph
https://codereview.chromium.org/2169153002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js File third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js (right): https://codereview.chromium.org/2169153002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js#newcode910 third_party/WebKit/Source/devtools/front_end/timeline_model/TimelineModel.js:910: eventData["lineNumber"] = eventData["scriptLine"]; On 2016/07/21 23:04:17, caseq wrote: > ...
4 years, 5 months ago (2016-07-21 23:35:23 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/2169153002/20001
4 years, 5 months ago (2016-07-21 23:36:47 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/260189)
4 years, 5 months ago (2016-07-22 00:54:30 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/2169153002/40001
4 years, 5 months ago (2016-07-22 01:06:59 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-22 03:26:11 UTC) #15
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 03:29:35 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ae0dd7edc2e79e2e4a8cd01f68b343c1946642f0
Cr-Commit-Position: refs/heads/master@{#407021}

Powered by Google App Engine
This is Rietveld 408576698