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

Issue 399613002: Anti-shelf-overlapping fixes for several menus. (Closed)

Created:
6 years, 5 months ago by merkulova
Modified:
6 years, 4 months ago
CC:
chromium-reviews, dcheng, stevenjb+watch_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

A11y options list and remove supervised user menu are moved up in case of shelf-overlapping. Network list gets scrollbar in that case. Also remove supervised user button aligned. BUG=382851 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287801

Patch Set 1 #

Total comments: 6

Patch Set 2 : Style changes. #

Patch Set 3 : Password-error bubbles cases are covered. #

Patch Set 4 : Rebase. #

Total comments: 1

Patch Set 5 : Helper function extracted. #

Total comments: 4

Patch Set 6 : Restyle. #

Patch Set 7 : Css fixes intersecting with another CL removed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -1 line) Patch
M chrome/browser/resources/chromeos/login/login_common.js View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/network_dropdown.js View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.js View 1 2 3 4 5 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/browser/resources/user_manager/user_manager.js View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/login/account_picker/screen_account_picker.js View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M ui/login/account_picker/user_pod_row.css View 1 2 3 4 5 6 1 chunk +12 lines, -1 line 0 comments Download
M ui/login/account_picker/user_pod_row.js View 1 2 3 4 5 6 4 chunks +31 lines, -0 lines 0 comments Download
A ui/login/login_ui_tools.js View 1 2 3 4 5 1 chunk +24 lines, -0 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
merkulova
6 years, 5 months ago (2014-07-16 09:10:10 UTC) #1
dzhioev (left Google)
https://codereview.chromium.org/399613002/diff/1/chrome/browser/resources/chromeos/login/login_common.js File chrome/browser/resources/chromeos/login/login_common.js (right): https://codereview.chromium.org/399613002/diff/1/chrome/browser/resources/chromeos/login/login_common.js#newcode342 chrome/browser/resources/chromeos/login/login_common.js:342: return maxAllowedHeight; I don't like this approach. It has ...
6 years, 5 months ago (2014-07-16 19:13:51 UTC) #2
merkulova
https://codereview.chromium.org/399613002/diff/1/chrome/browser/resources/chromeos/login/login_common.js File chrome/browser/resources/chromeos/login/login_common.js (right): https://codereview.chromium.org/399613002/diff/1/chrome/browser/resources/chromeos/login/login_common.js#newcode342 chrome/browser/resources/chromeos/login/login_common.js:342: return maxAllowedHeight; On 2014/07/16 19:13:50, dzhioev wrote: > I ...
6 years, 5 months ago (2014-07-22 08:11:44 UTC) #3
dzhioev (left Google)
On 2014/07/22 08:11:44, merkulova wrote: > https://codereview.chromium.org/399613002/diff/1/chrome/browser/resources/chromeos/login/login_common.js > File chrome/browser/resources/chromeos/login/login_common.js (right): > > https://codereview.chromium.org/399613002/diff/1/chrome/browser/resources/chromeos/login/login_common.js#newcode342 > ...
6 years, 5 months ago (2014-07-24 13:27:30 UTC) #4
merkulova
Added coverage for freshly discovered cases. Have one more look. thanks.
6 years, 5 months ago (2014-07-24 14:40:11 UTC) #5
dzhioev (left Google)
On 2014/07/24 14:40:11, merkulova wrote: > Added coverage for freshly discovered cases. > Have one ...
6 years, 5 months ago (2014-07-24 17:44:24 UTC) #6
Nikita (slow)
refactoring heads up: https://codereview.chromium.org/402403005/
6 years, 5 months ago (2014-07-24 20:41:03 UTC) #7
Nikita (slow)
On 2014/07/24 20:41:03, Nikita Kostylev wrote: > refactoring heads up: > https://codereview.chromium.org/402403005/ Refactoring CL has ...
6 years, 5 months ago (2014-07-25 09:27:17 UTC) #8
merkulova
To "Last patch set doesn't work for action box menu. http://goo.gl/ox36Rh": It wasn't planned to ...
6 years, 5 months ago (2014-07-25 09:50:24 UTC) #9
dzhioev (left Google)
https://codereview.chromium.org/399613002/diff/60001/ui/login/account_picker/user_pod_row.css File ui/login/account_picker/user_pod_row.css (right): https://codereview.chromium.org/399613002/diff/60001/ui/login/account_picker/user_pod_row.css#newcode335 ui/login/account_picker/user_pod_row.css:335: -webkit-transform: rotate(180deg); > It wasn't planned to change action ...
6 years, 5 months ago (2014-07-25 12:17:00 UTC) #10
merkulova
Refactored and checked on desktop.
6 years, 4 months ago (2014-07-28 11:59:51 UTC) #11
merkulova
ping
6 years, 4 months ago (2014-07-31 12:31:46 UTC) #12
dzhioev (left Google)
LGTM, after these addressed: https://codereview.chromium.org/399613002/diff/80001/ui/login/login_ui_tools.js File ui/login/login_ui_tools.js (right): https://codereview.chromium.org/399613002/diff/80001/ui/login/login_ui_tools.js#newcode11 ui/login/login_ui_tools.js:11: function LoginUiTools() { nit: 'Ui' ...
6 years, 4 months ago (2014-08-01 16:26:13 UTC) #13
merkulova
https://codereview.chromium.org/399613002/diff/80001/ui/login/login_ui_tools.js File ui/login/login_ui_tools.js (right): https://codereview.chromium.org/399613002/diff/80001/ui/login/login_ui_tools.js#newcode11 ui/login/login_ui_tools.js:11: function LoginUiTools() { On 2014/08/01 16:26:13, dzhioev wrote: > ...
6 years, 4 months ago (2014-08-04 06:39:29 UTC) #14
merkulova
ping
6 years, 4 months ago (2014-08-06 07:34:10 UTC) #15
Nikita (slow)
removing myself from reviewers (just gave a heads up on refactoring).
6 years, 4 months ago (2014-08-06 07:49:37 UTC) #16
merkulova
The CQ bit was checked by merkulova@chromium.org
6 years, 4 months ago (2014-08-06 09:26:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/merkulova@chromium.org/399613002/100001
6 years, 4 months ago (2014-08-06 09:27:08 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-06 11:54:59 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-06 11:57:44 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/2297)
6 years, 4 months ago (2014-08-06 11:57:45 UTC) #21
Nikita (slow)
lgtm
6 years, 4 months ago (2014-08-06 11:58:24 UTC) #22
Nikita (slow)
The CQ bit was checked by nkostylev@chromium.org
6 years, 4 months ago (2014-08-06 11:58:27 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/merkulova@chromium.org/399613002/100001
6 years, 4 months ago (2014-08-06 12:00:07 UTC) #24
merkulova
The CQ bit was unchecked by merkulova@chromium.org
6 years, 4 months ago (2014-08-06 13:07:02 UTC) #25
merkulova
The CQ bit was checked by merkulova@chromium.org
6 years, 4 months ago (2014-08-06 13:31:09 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/merkulova@chromium.org/399613002/120001
6 years, 4 months ago (2014-08-06 13:32:15 UTC) #27
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-06 17:30:11 UTC) #28
commit-bot: I haz the power
6 years, 4 months ago (2014-08-06 17:40:41 UTC) #29
Message was sent while issue was closed.
Change committed as 287801

Powered by Google App Engine
This is Rietveld 408576698