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

Issue 10900035: Version 2 of CPM UI, with rearranged controls, multiple graphs, event rollovers, etc. (Closed)

Created:
8 years, 3 months ago by clintstaley
Modified:
8 years, 3 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Version 2 of CPM UI, with rearranged controls, multiple graphs, event rollovers, etc. http://imgur.com/yvJww Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=156246

Patch Set 1 #

Total comments: 43

Patch Set 2 : Fixes per jyasskin's comments #

Total comments: 12

Patch Set 3 : Latest fixes per jyasskin's review #

Total comments: 19

Patch Set 4 : Latest changes per jyasskin and dcronin #

Total comments: 2

Patch Set 5 : Small comment fixes #

Patch Set 6 : Fixes for dumb timer config errors #

Patch Set 7 : Presubmit fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+697 lines, -254 lines) Patch
M chrome/browser/resources/performance_monitor/chart.css View 1 2 3 4 5 6 2 chunks +68 lines, -6 lines 0 comments Download
M chrome/browser/resources/performance_monitor/chart.html View 1 1 chunk +45 lines, -25 lines 0 comments Download
M chrome/browser/resources/performance_monitor/chart.js View 1 2 3 4 5 17 chunks +584 lines, -223 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
clintstaley
New UI for CPM, to go along with Devlin's recent CL on the C++ side.
8 years, 3 months ago (2012-08-29 21:59:43 UTC) #1
Jeffrey Yasskin
http://codereview.chromium.org/10900035/diff/1/chrome/browser/resources/performance_monitor/chart.css File chrome/browser/resources/performance_monitor/chart.css (right): http://codereview.chromium.org/10900035/diff/1/chrome/browser/resources/performance_monitor/chart.css#newcode7 chrome/browser/resources/performance_monitor/chart.css:7: background: rgb(238, 238, 255); Why rgb(...) instead of #eef? ...
8 years, 3 months ago (2012-08-30 00:15:10 UTC) #2
clintstaley
Fixes in, Jeff. Back to you. http://codereview.chromium.org/10900035/diff/1/chrome/browser/resources/performance_monitor/chart.css File chrome/browser/resources/performance_monitor/chart.css (right): http://codereview.chromium.org/10900035/diff/1/chrome/browser/resources/performance_monitor/chart.css#newcode7 chrome/browser/resources/performance_monitor/chart.css:7: background: rgb(238, 238, ...
8 years, 3 months ago (2012-08-30 21:40:18 UTC) #3
Jeffrey Yasskin
Aaron, I'm curious about your reasoning behind preferring function(){...this...}.bind(this) over "var self=this; function(){...self...}" I assume ...
8 years, 3 months ago (2012-08-31 22:28:15 UTC) #4
clintstaley
Jeff, back to you. http://codereview.chromium.org/10900035/diff/6001/chrome/browser/resources/performance_monitor/chart.js File chrome/browser/resources/performance_monitor/chart.js (right): http://codereview.chromium.org/10900035/diff/6001/chrome/browser/resources/performance_monitor/chart.js#newcode103 chrome/browser/resources/performance_monitor/chart.js:103: var resizeDelay_ = 500; On ...
8 years, 3 months ago (2012-09-04 19:28:56 UTC) #5
Jeffrey Yasskin
http://codereview.chromium.org/10900035/diff/8004/chrome/browser/resources/performance_monitor/chart.js File chrome/browser/resources/performance_monitor/chart.js (right): http://codereview.chromium.org/10900035/diff/8004/chrome/browser/resources/performance_monitor/chart.js#newcode103 chrome/browser/resources/performance_monitor/chart.js:103: var resizeDelay_ = 500; On 2012/09/04 19:28:56, clintstaley wrote: ...
8 years, 3 months ago (2012-09-05 22:21:54 UTC) #6
Devlin
https://chromiumcodereview.appspot.com/10900035/diff/8004/chrome/browser/resources/performance_monitor/chart.js File chrome/browser/resources/performance_monitor/chart.js (right): https://chromiumcodereview.appspot.com/10900035/diff/8004/chrome/browser/resources/performance_monitor/chart.js#newcode138 chrome/browser/resources/performance_monitor/chart.js:138: * Similar data for events as for metrics, though ...
8 years, 3 months ago (2012-09-07 18:44:54 UTC) #7
clintstaley
Back to you, jyasskin and dcronin https://chromiumcodereview.appspot.com/10900035/diff/8004/chrome/browser/resources/performance_monitor/chart.js File chrome/browser/resources/performance_monitor/chart.js (right): https://chromiumcodereview.appspot.com/10900035/diff/8004/chrome/browser/resources/performance_monitor/chart.js#newcode138 chrome/browser/resources/performance_monitor/chart.js:138: * Similar data ...
8 years, 3 months ago (2012-09-07 20:39:52 UTC) #8
Jeffrey Yasskin
https://chromiumcodereview.appspot.com/10900035/diff/8004/chrome/browser/resources/performance_monitor/chart.js File chrome/browser/resources/performance_monitor/chart.js (right): https://chromiumcodereview.appspot.com/10900035/diff/8004/chrome/browser/resources/performance_monitor/chart.js#newcode501 chrome/browser/resources/performance_monitor/chart.js:501: this.resizeTimer_ = setInterval(this.checkResize_.bind(this), 100); On 2012/09/07 20:39:52, clintstaley wrote: ...
8 years, 3 months ago (2012-09-07 21:27:17 UTC) #9
clintstaley
Back to you, jyasskin. I believe the timer code is correct (runs fine, at least, ...
8 years, 3 months ago (2012-09-07 21:46:13 UTC) #10
Jeffrey Yasskin
lgtm
8 years, 3 months ago (2012-09-10 18:39:26 UTC) #11
Aaron Boodman
lgtm
8 years, 3 months ago (2012-09-11 18:18:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clintstaley@chromium.org/10900035/17002
8 years, 3 months ago (2012-09-11 18:23:23 UTC) #13
commit-bot: I haz the power
Presubmit check for 10900035-17002 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-11 18:23:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clintstaley@chromium.org/10900035/8005
8 years, 3 months ago (2012-09-11 23:29:24 UTC) #15
commit-bot: I haz the power
Try job failure for 10900035-8005 (retry) on android for steps "compile, build" (clobber build). It's ...
8 years, 3 months ago (2012-09-12 00:27:26 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clintstaley@chromium.org/10900035/8005
8 years, 3 months ago (2012-09-12 04:11:12 UTC) #17
commit-bot: I haz the power
8 years, 3 months ago (2012-09-12 06:58:43 UTC) #18
Change committed as 156246

Powered by Google App Engine
This is Rietveld 408576698