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

Issue 487193003: Update Mac password generation autofill popup to match latest mocks. (Closed)

Created:
6 years, 4 months ago by dconnelly
Modified:
6 years, 4 months ago
CC:
chromium-reviews, benquan, tfarina, Dane Wallinga, dyu1, rouslan+autofillwatch_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, Ilya Sherman, mkwst+watchlist_chromium.org
Project:
chromium
Visibility:
Public.

Description

Update Mac password generation autofill popup to match latest mocks. Screenshots available on the bug. BUG=394303 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291389

Patch Set 1 #

Total comments: 62

Patch Set 2 : rewrite layout #

Total comments: 31

Patch Set 3 : cleanups #

Total comments: 6

Patch Set 4 : nits #

Patch Set 5 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -80 lines) Patch
M chrome/browser/ui/autofill/password_generation_popup_controller.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm View 1 2 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.h View 1 2 3 chunks +14 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm View 1 2 3 8 chunks +205 lines, -68 lines 0 comments Download
M chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc View 1 2 3 4 3 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 29 (0 generated)
dconnelly
6 years, 4 months ago (2014-08-19 11:58:13 UTC) #1
dconnelly
+estade for chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc
6 years, 4 months ago (2014-08-19 12:00:02 UTC) #2
Evan Stade
views lgtm
6 years, 4 months ago (2014-08-19 15:04:17 UTC) #3
Ilya Sherman
+Rachel for Cocoa review, as she's much more familiar with the Cocoa library than I ...
6 years, 4 months ago (2014-08-19 22:32:18 UTC) #4
groby-ooo-7-16
https://codereview.chromium.org/487193003/diff/1/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm File chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm (right): https://codereview.chromium.org/487193003/diff/1/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm#newcode14 chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm:14: #include "ui/base/cocoa/window_size_constants.h" Do you need window_size_constants? https://codereview.chromium.org/487193003/diff/1/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm#newcode15 chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm:15: #include ...
6 years, 4 months ago (2014-08-19 23:32:19 UTC) #5
dconnelly
PTAL: I have significantly changed (improved? :) the layout logic. https://codereview.chromium.org/487193003/diff/1/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h File chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h (right): https://codereview.chromium.org/487193003/diff/1/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h#newcode44 ...
6 years, 4 months ago (2014-08-20 17:07:07 UTC) #6
groby-ooo-7-16
In meeting mania, will get to this tonight :( Please ping me if this is ...
6 years, 4 months ago (2014-08-20 17:59:31 UTC) #7
groby-ooo-7-16
Sorry for being so nitpicky :( https://codereview.chromium.org/487193003/diff/20001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm File chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm (right): https://codereview.chromium.org/487193003/diff/20001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm#newcode12 chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm:12: #include "chrome/browser/ui/autofill/popup_constants.h" I ...
6 years, 4 months ago (2014-08-21 04:40:06 UTC) #8
dconnelly
https://codereview.chromium.org/487193003/diff/20001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm File chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm (right): https://codereview.chromium.org/487193003/diff/20001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm#newcode12 chrome/browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm:12: #include "chrome/browser/ui/autofill/popup_constants.h" On 2014/08/21 04:40:05, groby wrote: > I ...
6 years, 4 months ago (2014-08-21 10:44:26 UTC) #9
groby-ooo-7-16
c/b/ui/cocoa LGTM, thank you! https://codereview.chromium.org/487193003/diff/20001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm File chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm (right): https://codereview.chromium.org/487193003/diff/20001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm#newcode197 chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm:197: - (void)updateBoundsAndRedrawPopup { On 2014/08/21 ...
6 years, 4 months ago (2014-08-21 20:05:36 UTC) #10
Ilya Sherman
LGTM2 % nits. Thanks for sharing your Cocoa expertise, Rachel! :) https://codereview.chromium.org/487193003/diff/40001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm File chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm (right): ...
6 years, 4 months ago (2014-08-22 06:20:11 UTC) #11
dconnelly
https://codereview.chromium.org/487193003/diff/40001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm File chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm (right): https://codereview.chromium.org/487193003/diff/40001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm#newcode36 chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm:36: // The width of the divider between the password ...
6 years, 4 months ago (2014-08-22 11:13:21 UTC) #12
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-22 11:13:25 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dconnelly@chromium.org/487193003/60001
6 years, 4 months ago (2014-08-22 11:14:27 UTC) #14
dconnelly
The CQ bit was unchecked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-22 11:26:17 UTC) #15
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-22 11:31:11 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dconnelly@chromium.org/487193003/100001
6 years, 4 months ago (2014-08-22 11:32:22 UTC) #17
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-22 12:26:39 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 12:28:56 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/8499)
6 years, 4 months ago (2014-08-22 12:28:57 UTC) #20
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-22 12:30:01 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dconnelly@chromium.org/487193003/100001
6 years, 4 months ago (2014-08-22 12:31:10 UTC) #22
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-22 12:33:47 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-22 12:37:19 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/8503)
6 years, 4 months ago (2014-08-22 12:37:21 UTC) #25
dconnelly
The CQ bit was checked by dconnelly@chromium.org
6 years, 4 months ago (2014-08-22 12:43:45 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dconnelly@chromium.org/487193003/100001
6 years, 4 months ago (2014-08-22 12:44:04 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-22 12:46:55 UTC) #28
commit-bot: I haz the power
6 years, 4 months ago (2014-08-22 12:54:55 UTC) #29
Message was sent while issue was closed.
Committed patchset #5 (100001) as 291389

Powered by Google App Engine
This is Rietveld 408576698