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

Issue 308833002: [Mac] Password generation: Make "saved passwords" a hyperlink. (Closed)

Created:
6 years, 6 months ago by Patrick Dubroy
Modified:
6 years, 6 months ago
CC:
chromium-reviews, benquan, Dane Wallinga, dyu1, rouslan+autofillwatch_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, mkwst+watchlist_chromium.org, dconnelly, Garrett Casto
Visibility:
Public.

Description

[Mac] Password generation: Make "saved passwords" a hyperlink. BUG=114092 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278017

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments. #

Total comments: 6

Patch Set 3 : Address groby's comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -24 lines) Patch
M chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm View 1 2 9 chunks +44 lines, -22 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Patrick Dubroy
groby, PTAL. dconnelly and gcasto: FYI
6 years, 6 months ago (2014-05-30 13:53:53 UTC) #1
please use gerrit instead
FYI, I think that you need an owner's review for chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc. (No owner is in ...
6 years, 6 months ago (2014-05-30 17:18:25 UTC) #2
groby-ooo-7-16
isherman@ as autofill OWNER - PTAL https://codereview.chromium.org/308833002/diff/1/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/308833002/diff/1/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm#newcode64 chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm:64: passwordView_ = [self ...
6 years, 6 months ago (2014-05-30 18:05:00 UTC) #3
Ilya Sherman
https://codereview.chromium.org/308833002/diff/1/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc (right): https://codereview.chromium.org/308833002/diff/1/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc#newcode103 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc:103: {} This change doesn't seem relevant to the thrust ...
6 years, 6 months ago (2014-05-30 19:44:22 UTC) #4
Patrick Dubroy
On 2014/05/30 19:44:22, Ilya Sherman wrote: > https://codereview.chromium.org/308833002/diff/1/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc > File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc > (right): > > ...
6 years, 6 months ago (2014-05-30 19:57:36 UTC) #5
Ilya Sherman
On 2014/05/30 19:57:36, Patrick Dubroy wrote: > On 2014/05/30 19:44:22, Ilya Sherman wrote: > > ...
6 years, 6 months ago (2014-05-30 21:08:00 UTC) #6
Evan Stade
https://codereview.chromium.org/308833002/diff/1/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc (right): https://codereview.chromium.org/308833002/diff/1/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc#newcode103 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc:103: {} On 2014/05/30 19:44:22, Ilya Sherman wrote: > This ...
6 years, 6 months ago (2014-05-30 22:50:58 UTC) #7
Ilya Sherman
https://codereview.chromium.org/308833002/diff/1/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc (right): https://codereview.chromium.org/308833002/diff/1/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc#newcode103 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc:103: {} On 2014/05/30 22:50:59, Evan Stade wrote: > On ...
6 years, 6 months ago (2014-05-30 22:58:32 UTC) #8
Patrick Dubroy
https://codereview.chromium.org/308833002/diff/1/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc File chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc (right): https://codereview.chromium.org/308833002/diff/1/chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc#newcode103 chrome/browser/ui/autofill/password_generation_popup_controller_impl.cc:103: {} On 2014/05/30 19:44:22, Ilya Sherman wrote: > This ...
6 years, 6 months ago (2014-06-02 07:46:51 UTC) #9
Patrick Dubroy
groby: ping. PTAL and CQ if you are happy with it.
6 years, 6 months ago (2014-06-04 07:03:15 UTC) #10
groby-ooo-7-16
Sorry for the delay. LGTM w/ nits https://codereview.chromium.org/308833002/diff/30001/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/308833002/diff/30001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm#newcode81 chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm:81: linkColor:[NSColor blueColor]]; ...
6 years, 6 months ago (2014-06-04 18:39:56 UTC) #11
Patrick Dubroy
I won't be able to land this for at least a week, as I'm currently ...
6 years, 6 months ago (2014-06-06 12:55:43 UTC) #12
Evan Stade
Hey Patrick, will you be able to land this? If not, would you mind doing ...
6 years, 6 months ago (2014-06-16 19:15:58 UTC) #13
Patrick Dubroy
The CQ bit was checked by dubroy@chromium.org
6 years, 6 months ago (2014-06-17 11:56:01 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dubroy@chromium.org/308833002/50001
6 years, 6 months ago (2014-06-17 11:58:07 UTC) #15
Patrick Dubroy
https://codereview.chromium.org/308833002/diff/30001/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/308833002/diff/30001/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm#newcode81 chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.mm:81: linkColor:[NSColor blueColor]]; On 2014/06/04 18:39:56, groby wrote: > nit: ...
6 years, 6 months ago (2014-06-17 13:47:21 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-17 15:51:38 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/18113)
6 years, 6 months ago (2014-06-17 15:51:39 UTC) #18
groby-ooo-7-16
SLGTM
6 years, 6 months ago (2014-06-17 19:02:59 UTC) #19
Patrick Dubroy
The CQ bit was checked by dubroy@chromium.org
6 years, 6 months ago (2014-06-18 10:29:29 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dubroy@chromium.org/308833002/50001
6 years, 6 months ago (2014-06-18 10:30:02 UTC) #21
commit-bot: I haz the power
6 years, 6 months ago (2014-06-18 10:38:03 UTC) #22
Message was sent while issue was closed.
Change committed as 278017

Powered by Google App Engine
This is Rietveld 408576698