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

Issue 631573002: [Devtools] Replace "Stacks" with "Causes" (Closed)

Created:
6 years, 2 months ago by pdr.
Modified:
6 years, 2 months ago
Reviewers:
caseq, alph, pfeldman, yurys
CC:
aandrey+blink_chromium.org, apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, devtools-reviews_chromium.org, eustas+blink_chromium.org, loislo+blink_chromium.org, lushnikov+blink_chromium.org, malch+blink_chromium.org, paulirish+reviews_chromium.org, pfeldman+blink_chromium.org, sergeyv+blink_chromium.org, vsevik+blink_chromium.org, yurys+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

[Devtools] Replace "Stacks" with "Causes" This patch switches to "Causes" for explaining timeline records. The major change is "Stacks" have been renamed "Causes". This is prepwork for two upcoming projects: invalidation tracking which will fill out many more causes, and javascript samples which are easily confused with the "stack" term. If the causes checkbox is not checked, no initiator or stack information will be shown. Some minor rewording of the causes has also been done. For example, the stack for a layout now reads "First layout invalidation" instead of "Layout invalidated". A screenshot is available at http://pr.gg/justcause3.png BUG=410701 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183626

Patch Set 1 #

Patch Set 2 : Minor cleanup #

Total comments: 14

Patch Set 3 : Address reviewer comments #

Total comments: 20

Patch Set 4 : Update per reviewer comments, and remove the causes tab #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -35 lines) Patch
A LayoutTests/inspector/tracing/timeline-event-causes.html View 1 2 3 1 chunk +136 lines, -0 lines 0 comments Download
A LayoutTests/inspector/tracing/timeline-event-causes-expected.txt View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelineFlameChart.js View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelineModel.js View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelineModelImpl.js View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/devtools/front_end/timeline/TimelinePanel.js View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M Source/devtools/front_end/timeline/TracingTimelineModel.js View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Source/devtools/front_end/timeline/TracingTimelineUIUtils.js View 1 2 3 7 chunks +42 lines, -19 lines 0 comments Download

Messages

Total messages: 25 (6 generated)
pdr.
6 years, 2 months ago (2014-10-05 04:07:58 UTC) #2
caseq
https://codereview.chromium.org/631573002/diff/20001/LayoutTests/inspector/tracing/timeline-event-causes.html File LayoutTests/inspector/tracing/timeline-event-causes.html (right): https://codereview.chromium.org/631573002/diff/20001/LayoutTests/inspector/tracing/timeline-event-causes.html#newcode6 LayoutTests/inspector/tracing/timeline-event-causes.html:6: function test() { style: here and below, { => ...
6 years, 2 months ago (2014-10-06 12:47:48 UTC) #3
pdr.
Thanks for the review! Much simpler now. PTAL https://codereview.chromium.org/631573002/diff/20001/LayoutTests/inspector/tracing/timeline-event-causes.html File LayoutTests/inspector/tracing/timeline-event-causes.html (right): https://codereview.chromium.org/631573002/diff/20001/LayoutTests/inspector/tracing/timeline-event-causes.html#newcode6 LayoutTests/inspector/tracing/timeline-event-causes.html:6: function ...
6 years, 2 months ago (2014-10-07 04:36:13 UTC) #4
paulirish
I don't like moving the callstacks off to a secondary tab. It doesn't seem like ...
6 years, 2 months ago (2014-10-07 05:10:52 UTC) #5
pdr.
On 2014/10/07 at 05:10:52, paulirish wrote: > I don't like moving the callstacks off to ...
6 years, 2 months ago (2014-10-07 05:24:25 UTC) #6
paulirish
On 2014/10/07 at 05:24:25, pdr wrote: > We're going to run out of space with ...
6 years, 2 months ago (2014-10-07 05:48:39 UTC) #8
caseq
On 2014/10/07 05:10:52, paulirish wrote: > Since details is default tab, Not really, I've changed ...
6 years, 2 months ago (2014-10-07 05:55:26 UTC) #9
pfeldman
@paul: I'd want it to be a single overflowing details sheet, but invalidations and stacks ...
6 years, 2 months ago (2014-10-07 06:10:43 UTC) #11
pfeldman
never.type.on.android.while.walking
6 years, 2 months ago (2014-10-07 06:11:55 UTC) #12
caseq
lgtm with nits https://codereview.chromium.org/631573002/diff/40001/LayoutTests/inspector/tracing/timeline-event-causes.html File LayoutTests/inspector/tracing/timeline-event-causes.html (right): https://codereview.chromium.org/631573002/diff/40001/LayoutTests/inspector/tracing/timeline-event-causes.html#newcode17 LayoutTests/inspector/tracing/timeline-event-causes.html:17: function setTimeoutFunction(callback) { { => next ...
6 years, 2 months ago (2014-10-07 09:50:08 UTC) #13
pdr.
Paul and I chatted today and he made a good case for moving ahead with ...
6 years, 2 months ago (2014-10-08 06:06:20 UTC) #14
paulirish1
Usability-wise I think this is a big win. Nice. In the future we probably have ...
6 years, 2 months ago (2014-10-08 22:54:32 UTC) #15
pdr.
caseq or pfeldman, ping?
6 years, 2 months ago (2014-10-09 17:35:01 UTC) #16
caseq
lgtm once again (sorry about the delay, we both have been OOO).
6 years, 2 months ago (2014-10-13 08:43:32 UTC) #17
pdr.
On 2014/10/13 at 08:43:32, caseq wrote: > lgtm once again (sorry about the delay, we ...
6 years, 2 months ago (2014-10-13 17:02:54 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/631573002/60001
6 years, 2 months ago (2014-10-13 17:03:34 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/31544)
6 years, 2 months ago (2014-10-13 19:28:50 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/631573002/60001
6 years, 2 months ago (2014-10-13 19:41:30 UTC) #24
commit-bot: I haz the power
6 years, 2 months ago (2014-10-13 21:19:07 UTC) #25
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 183626

Powered by Google App Engine
This is Rietveld 408576698