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

Issue 10449099: Use shadow DOM API to show icon for password generation. (Closed)

Created:
8 years, 6 months ago by Garrett Casto
Modified:
8 years, 6 months ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, brettw-cc_chromium.org, Ilya Sherman, dyu1, darin-cc_chromium.org, zysxqn
Visibility:
Public.

Description

Use shadow DOM API to show icon for password generation. The key icon in this CL is rough draft and will be improved before launch. BUG=114092 TEST=Ran PasswordGenerationManagerTest

Patch Set 1 #

Total comments: 13

Patch Set 2 : Address comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -49 lines) Patch
M chrome/renderer/autofill/password_generation_manager.h View 3 chunks +22 lines, -9 lines 0 comments Download
M chrome/renderer/autofill/password_generation_manager.cc View 1 6 chunks +58 lines, -30 lines 0 comments Download
M chrome/renderer/autofill/password_generation_manager_browsertest.cc View 1 3 chunks +20 lines, -11 lines 2 comments Download
A webkit/glue/resources/password_generation.png View 0 chunks +-1 lines, --1 lines 0 comments Download
M webkit/glue/webkit_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webkitplatformsupport_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Garrett Casto
8 years, 6 months ago (2012-05-31 21:18:39 UTC) #1
Garrett Casto
+tony for webkit/ changes This change seems to fail on the trybots because it can't ...
8 years, 6 months ago (2012-05-31 22:35:25 UTC) #2
tony
webkit LGTM. The try bots don't know how to handle binary files in patches. You ...
8 years, 6 months ago (2012-05-31 22:40:40 UTC) #3
Ilya Sherman
LGTM Out of curiosity, what happens if the password field already has an icon in ...
8 years, 6 months ago (2012-06-01 00:34:30 UTC) #4
Garrett Casto
http://codereview.chromium.org/10449099/diff/1/chrome/renderer/autofill/password_generation_manager.cc File chrome/renderer/autofill/password_generation_manager.cc (right): http://codereview.chromium.org/10449099/diff/1/chrome/renderer/autofill/password_generation_manager.cc#newcode18 chrome/renderer/autofill/password_generation_manager.cc:18: #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" On 2012/06/01 00:34:31, Ilya Sherman wrote: > ...
8 years, 6 months ago (2012-06-01 01:21:27 UTC) #5
Ilya Sherman
(Still LGTM) http://codereview.chromium.org/10449099/diff/1/chrome/renderer/autofill/password_generation_manager.cc File chrome/renderer/autofill/password_generation_manager.cc (right): http://codereview.chromium.org/10449099/diff/1/chrome/renderer/autofill/password_generation_manager.cc#newcode89 chrome/renderer/autofill/password_generation_manager.cc:89: } On 2012/06/01 01:21:28, Garrett Casto wrote: ...
8 years, 6 months ago (2012-06-01 02:57:15 UTC) #6
tony
http://codereview.chromium.org/10449099/diff/1/chrome/renderer/autofill/password_generation_manager.cc File chrome/renderer/autofill/password_generation_manager.cc (right): http://codereview.chromium.org/10449099/diff/1/chrome/renderer/autofill/password_generation_manager.cc#newcode18 chrome/renderer/autofill/password_generation_manager.cc:18: #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" On 2012/06/01 00:34:31, Ilya Sherman wrote: > ...
8 years, 6 months ago (2012-06-01 16:32:55 UTC) #7
Ilya Sherman
8 years, 6 months ago (2012-06-01 19:56:11 UTC) #8
http://codereview.chromium.org/10449099/diff/1/chrome/renderer/autofill/passw...
File chrome/renderer/autofill/password_generation_manager.cc (right):

http://codereview.chromium.org/10449099/diff/1/chrome/renderer/autofill/passw...
chrome/renderer/autofill/password_generation_manager.cc:18: #include
"third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h"
On 2012/06/01 16:32:55, tony wrote:
> On 2012/06/01 00:34:31, Ilya Sherman wrote:
> > nit: All of the platform/ #inlcudes should precede the Web* ones.
> 
> FWIW, I thought we did 'LANG=C sort' for headers.  That would put 'Web' before
> 'platform'.

Oh, you're right, I forgot that case differences matter.  Apologies for the
misdirection, Garrett.

Powered by Google App Engine
This is Rietveld 408576698