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

Issue 1514483002: DevTools: brush up new details cards on timeline. (Closed)

Created:
5 years ago by pfeldman
Modified:
5 years ago
Reviewers:
caseq, alph
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, 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: brush up new details cards on timeline. NOTRY=true Committed: https://crrev.com/0942804bd0d8d11de74e95af317baf569b5af828 Cr-Commit-Position: refs/heads/master@{#363965}

Patch Set 1 #

Total comments: 5

Patch Set 2 : review comments addressed. #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -74 lines) Patch
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js View 1 2 3 15 chunks +77 lines, -52 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/TimelineView.js View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/timeline/timelinePanel.css View 1 2 3 4 chunks +35 lines, -21 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
pfeldman
5 years ago (2015-12-09 00:38:32 UTC) #2
caseq
Screenshot?
5 years ago (2015-12-09 00:39:31 UTC) #4
pfeldman
On 2015/12/09 00:39:31, caseq wrote: > Screenshot? No user-noticeable changes here :P
5 years ago (2015-12-09 00:39:56 UTC) #5
caseq
On 2015/12/09 00:39:56, pfeldman wrote: > On 2015/12/09 00:39:31, caseq wrote: > > Screenshot? > ...
5 years ago (2015-12-09 00:43:22 UTC) #6
caseq
https://codereview.chromium.org/1514483002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js (right): https://codereview.chromium.org/1514483002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js#newcode607 third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js:607: contentHelper.element.classList.add("timeline-details-lineup"); What does this do?
5 years ago (2015-12-09 00:47:19 UTC) #7
caseq
https://codereview.chromium.org/1514483002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js (right): https://codereview.chromium.org/1514483002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js#newcode752 third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js:752: contentHelper = new WebInspector.TimelineDetailsContentHelper(model.target(), linkifier, relatedNodesMap); What is this ...
5 years ago (2015-12-09 00:51:33 UTC) #8
alph
https://codereview.chromium.org/1514483002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js (right): https://codereview.chromium.org/1514483002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js#newcode697 third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js:697: contentHelper.appendTextRow(WebInspector.UIString("Nodes That Need Layout"), beginData["dirtyObjects"]); may be keep total, ...
5 years ago (2015-12-09 01:07:12 UTC) #9
pfeldman
PTAL
5 years ago (2015-12-09 02:13:37 UTC) #10
caseq
https://codereview.chromium.org/1514483002/diff/20001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js (right): https://codereview.chromium.org/1514483002/diff/20001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js#newcode757 third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js:757: contentHelper.appendElementRow(relatedNodeLabel || WebInspector.UIString("Related Node"), WebInspector.DOMPresentationUtils.linkifyNodeReference(relatedNode)); So this will go ...
5 years ago (2015-12-09 02:28:15 UTC) #11
alph
lgtm https://codereview.chromium.org/1514483002/diff/20001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js (right): https://codereview.chromium.org/1514483002/diff/20001/third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js#newcode764 third_party/WebKit/Source/devtools/front_end/timeline/TimelineUIUtils.js:764: if (event.stackTrace || (event.initiator && event.initiator.stackTrace) || event.invalidationTrackingEvents) ...
5 years ago (2015-12-09 02:51:57 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1514483002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1514483002/60001
5 years ago (2015-12-09 02:52:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1514483002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1514483002/60001
5 years ago (2015-12-09 03:20:35 UTC) #19
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-12-09 03:27:14 UTC) #21
commit-bot: I haz the power
5 years ago (2015-12-09 03:28:07 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0942804bd0d8d11de74e95af317baf569b5af828
Cr-Commit-Position: refs/heads/master@{#363965}

Powered by Google App Engine
This is Rietveld 408576698