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

Issue 1377823002: Change HUD colors to distinguish status easily. (Closed)

Created:
5 years, 2 months ago by prashant.n
Modified:
5 years, 2 months ago
CC:
cc-bugs_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change HUD colors to distinguish status easily. With red color on black background, the graph lines do not stand out distinctly. So changed few colors to make HUD status more visible. Also separated the titles for each display to make them visible and added memory graph to easily understand the memory status. BUG=541121 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/77e7f97042e41e91b9a7cb99fdc253b7b34187b2 Cr-Commit-Position: refs/heads/master@{#353727}

Patch Set 1 #

Patch Set 2 : Small modifications. #

Patch Set 3 : Updated memory graph. #

Total comments: 8

Patch Set 4 : Removed rounded corner. #

Patch Set 5 : Incorporated review comments. #

Total comments: 3

Patch Set 6 : Review comments. #

Patch Set 7 : nits. #

Patch Set 8 : fixed typecasting warning. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -30 lines) Patch
M cc/debug/debug_colors.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M cc/debug/debug_colors.cc View 1 2 3 4 1 chunk +10 lines, -5 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 1 2 3 4 5 6 7 10 chunks +70 lines, -25 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 28 (7 generated)
prashant.n
ptal.
5 years, 2 months ago (2015-09-29 13:57:22 UTC) #2
prashant.n
kindly ptal.
5 years, 2 months ago (2015-10-05 15:45:25 UTC) #3
danakj
Can you give screenshots of before and after for all of the changes?
5 years, 2 months ago (2015-10-07 16:00:39 UTC) #4
prashant.n
Attached the images in the bug created.
5 years, 2 months ago (2015-10-08 12:41:29 UTC) #5
weiliangc
Thanks for the images in the bug. This patch LGTM. Let's keeps further discussions in ...
5 years, 2 months ago (2015-10-08 17:34:06 UTC) #7
danakj
https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc File cc/layers/heads_up_display_layer_impl.cc (right): https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc#newcode334 cc/layers/heads_up_display_layer_impl.cc:334: if (rounded) { I don't think it's really worth ...
5 years, 2 months ago (2015-10-08 17:48:10 UTC) #8
prashant.n
https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc File cc/layers/heads_up_display_layer_impl.cc (right): https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc#newcode334 cc/layers/heads_up_display_layer_impl.cc:334: if (rounded) { On 2015/10/08 17:48:09, danakj_OOO_til_10-12 wrote: > ...
5 years, 2 months ago (2015-10-09 01:01:52 UTC) #9
danakj
https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc File cc/layers/heads_up_display_layer_impl.cc (right): https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc#newcode673 cc/layers/heads_up_display_layer_impl.cc:673: paint.setColor(DebugColors::HUDDisplaySeparatorColor()); On 2015/10/09 01:01:52, prashant.n wrote: > On 2015/10/08 ...
5 years, 2 months ago (2015-10-09 04:41:35 UTC) #10
prashant.n
https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc File cc/layers/heads_up_display_layer_impl.cc (right): https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc#newcode673 cc/layers/heads_up_display_layer_impl.cc:673: paint.setColor(DebugColors::HUDDisplaySeparatorColor()); Basically it shows that fps counter and GPU ...
5 years, 2 months ago (2015-10-09 05:05:12 UTC) #11
danakj
https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc File cc/layers/heads_up_display_layer_impl.cc (right): https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc#newcode673 cc/layers/heads_up_display_layer_impl.cc:673: paint.setColor(DebugColors::HUDDisplaySeparatorColor()); On 2015/10/09 05:05:12, prashant.n wrote: > Basically it ...
5 years, 2 months ago (2015-10-09 16:59:57 UTC) #12
prashant.n
https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc File cc/layers/heads_up_display_layer_impl.cc (right): https://codereview.chromium.org/1377823002/diff/40001/cc/layers/heads_up_display_layer_impl.cc#newcode673 cc/layers/heads_up_display_layer_impl.cc:673: paint.setColor(DebugColors::HUDDisplaySeparatorColor()); IMO, even the ui is not user targetted, ...
5 years, 2 months ago (2015-10-10 00:29:35 UTC) #13
prashant.n
Regarding display separator, we can discuss in the bug.
5 years, 2 months ago (2015-10-12 17:26:04 UTC) #14
danakj
On Mon, Oct 12, 2015 at 10:26 AM, <prashant.n@samsung.com> wrote: > Regarding display separator, we ...
5 years, 2 months ago (2015-10-12 18:42:53 UTC) #15
prashant.n
Hmm. I'll readd separator then.
5 years, 2 months ago (2015-10-12 19:16:01 UTC) #16
danakj
On Mon, Oct 12, 2015 at 12:16 PM, <prashant.n@samsung.com> wrote: > Hmm. I'll readd separator ...
5 years, 2 months ago (2015-10-12 20:47:58 UTC) #17
danakj
Patchset 5 LGTM w/ a couple nits. https://codereview.chromium.org/1377823002/diff/80001/cc/layers/heads_up_display_layer_impl.cc File cc/layers/heads_up_display_layer_impl.cc (left): https://codereview.chromium.org/1377823002/diff/80001/cc/layers/heads_up_display_layer_impl.cc#oldcode302 cc/layers/heads_up_display_layer_impl.cc:302: unrelated whitespace ...
5 years, 2 months ago (2015-10-12 20:51:56 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377823002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377823002/120001
5 years, 2 months ago (2015-10-13 04:00:27 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/52561)
5 years, 2 months ago (2015-10-13 04:37:37 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1377823002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1377823002/140001
5 years, 2 months ago (2015-10-13 12:05:53 UTC) #26
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 2 months ago (2015-10-13 13:06:46 UTC) #27
commit-bot: I haz the power
5 years, 2 months ago (2015-10-13 13:07:31 UTC) #28
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/77e7f97042e41e91b9a7cb99fdc253b7b34187b2
Cr-Commit-Position: refs/heads/master@{#353727}

Powered by Google App Engine
This is Rietveld 408576698