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

Issue 2956873002: Don't hide profile statistics counters with zero results (Closed)

Created:
3 years, 5 months ago by dullweber
Modified:
3 years, 5 months ago
Reviewers:
xiyuan
CC:
chromium-reviews, alemate+watch_chromium.org, achuith+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't hide profile statistics counters with zero results Currently the profile statistics counters are hidden if all of them returned zero. This leads to an unstable, flickering UI. This Cl changes them to always be visible to avoid this issue. BUG=735873 Review-Url: https://codereview.chromium.org/2956873002 Cr-Commit-Position: refs/heads/master@{#483010} Committed: https://chromium.googlesource.com/chromium/src/+/029879a344b8766661b7ce935a6431e5b3922b95

Patch Set 1 #

Patch Set 2 : always remove 'has-no-stats' when stats are loaded #

Total comments: 2

Patch Set 3 : remove has-no-stats #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -26 lines) Patch
M ui/login/account_picker/md_user_pod_row.css View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M ui/login/account_picker/md_user_pod_row.js View 1 2 8 chunks +8 lines, -15 lines 0 comments Download
M ui/login/account_picker/user_pod_row.css View 2 1 chunk +1 line, -2 lines 0 comments Download
M ui/login/account_picker/user_pod_row.js View 1 2 2 chunks +0 lines, -7 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
dullweber
Hi, I received a bug report, that hiding the stat counters leads to flickering. I ...
3 years, 5 months ago (2017-06-27 08:56:18 UTC) #2
xiyuan
https://codereview.chromium.org/2956873002/diff/20001/ui/login/account_picker/md_user_pod_row.js File ui/login/account_picker/md_user_pod_row.js (right): https://codereview.chromium.org/2956873002/diff/20001/ui/login/account_picker/md_user_pod_row.js#newcode2629 ui/login/account_picker/md_user_pod_row.js:2629: this.classList.toggle('has-no-stats', Should we remove this too ?
3 years, 5 months ago (2017-06-27 17:33:33 UTC) #4
dullweber
https://codereview.chromium.org/2956873002/diff/20001/ui/login/account_picker/md_user_pod_row.js File ui/login/account_picker/md_user_pod_row.js (right): https://codereview.chromium.org/2956873002/diff/20001/ui/login/account_picker/md_user_pod_row.js#newcode2629 ui/login/account_picker/md_user_pod_row.js:2629: this.classList.toggle('has-no-stats', On 2017/06/27 17:33:33, xiyuan wrote: > Should we ...
3 years, 5 months ago (2017-06-28 09:39:44 UTC) #5
xiyuan
lgtm Thanks.
3 years, 5 months ago (2017-06-28 15:40:21 UTC) #6
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/2956873002/40001
3 years, 5 months ago (2017-06-28 15:43:19 UTC) #8
commit-bot: I haz the power
3 years, 5 months ago (2017-06-28 16:02:05 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/029879a344b8766661b7ce935a64...

Powered by Google App Engine
This is Rietveld 408576698