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

Issue 1294183002: DevTools: Tweak id calculation for JSFrames (Closed)

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

Description

DevTools: Tweak id calculation for JSFrames There are frames that should be merged together, but they are not because some of them contain callUID (those coming from CPU profiler) and those that don't contain it (those coming from trace event stacks). Do not use callUID in the frame id calculation. BUG=521473 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200751

Patch Set 1 #

Total comments: 2

Patch Set 2 : adding a test #

Patch Set 3 : rebaseline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -39 lines) Patch
M LayoutTests/inspector/tracing/timeline-js-callstacks.html View 1 2 2 chunks +51 lines, -7 lines 0 comments Download
M LayoutTests/inspector/tracing/timeline-js-callstacks-expected.txt View 1 3 chunks +39 lines, -31 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelineTreeView.js View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (5 generated)
alph
5 years, 4 months ago (2015-08-17 19:12:51 UTC) #2
yurys
lgtm, let's get rid of callUID and do all the CodeEntry matching on the front-end? ...
5 years, 4 months ago (2015-08-17 19:21:36 UTC) #3
alph
ptal https://codereview.chromium.org/1294183002/diff/1/Source/devtools/front_end/timeline/TimelineTreeView.js File Source/devtools/front_end/timeline/TimelineTreeView.js (right): https://codereview.chromium.org/1294183002/diff/1/Source/devtools/front_end/timeline/TimelineTreeView.js#newcode273 Source/devtools/front_end/timeline/TimelineTreeView.js:273: return "f:" + data["functionName"] + "@" + (data["scriptId"] ...
5 years, 4 months ago (2015-08-17 21:09:34 UTC) #4
yurys
lgtm, thanks!
5 years, 4 months ago (2015-08-17 21:28:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1294183002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1294183002/40001
5 years, 4 months ago (2015-08-18 06:33:10 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/100207)
5 years, 4 months ago (2015-08-18 07:26:12 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1294183002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1294183002/40001
5 years, 4 months ago (2015-08-18 18:05:44 UTC) #12
commit-bot: I haz the power
5 years, 4 months ago (2015-08-18 20:16:00 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=200751

Powered by Google App Engine
This is Rietveld 408576698