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

Issue 2852173002: DevTools: Show screenshots on the main flamechart (Closed)

Created:
3 years, 7 months ago by alph
Modified:
3 years, 7 months ago
Reviewers:
caseq
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, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

DevTools: Show screenshots on the main flamechart The patch puts the screenshots on the frame bar and makes it expandable. BUG=705054 Review-Url: https://codereview.chromium.org/2852173002 Cr-Commit-Position: refs/heads/master@{#468819} Committed: https://chromium.googlesource.com/chromium/src/+/35061bcb47bf268077a37ae7a44f334d585745a6

Patch Set 1 #

Total comments: 14

Patch Set 2 : addressing comments #

Messages

Total messages: 10 (4 generated)
alph
3 years, 7 months ago (2017-05-01 21:18:38 UTC) #2
caseq
https://codereview.chromium.org/2852173002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineEventOverview.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineEventOverview.js (right): https://codereview.chromium.org/2852173002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineEventOverview.js#newcode384 third_party/WebKit/Source/devtools/front_end/timeline/TimelineEventOverview.js:384: imagePromise = frame.imageDataPromise().then(data => UI.loadImage(data ? 'data:image/jpg;base64,' + data ...
3 years, 7 months ago (2017-05-01 22:13:35 UTC) #3
alph
ptal https://codereview.chromium.org/2852173002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineEventOverview.js File third_party/WebKit/Source/devtools/front_end/timeline/TimelineEventOverview.js (right): https://codereview.chromium.org/2852173002/diff/1/third_party/WebKit/Source/devtools/front_end/timeline/TimelineEventOverview.js#newcode384 third_party/WebKit/Source/devtools/front_end/timeline/TimelineEventOverview.js:384: imagePromise = frame.imageDataPromise().then(data => UI.loadImage(data ? 'data:image/jpg;base64,' + ...
3 years, 7 months ago (2017-05-02 18:31:14 UTC) #4
caseq
lgtm
3 years, 7 months ago (2017-05-02 18:37:56 UTC) #5
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/2852173002/20001
3 years, 7 months ago (2017-05-02 21:42:17 UTC) #7
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 23:37:23 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/35061bcb47bf268077a37ae7a44f...

Powered by Google App Engine
This is Rietveld 408576698