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

Issue 5197005: Change the login name auto completion logic to case sensitive.... (Closed)

Created:
10 years, 1 month ago by honten.org
Modified:
9 years, 7 months ago
CC:
chromium-reviews, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Change the login name autocompletion logic to case sensitive. Contributed by Takano.Naoki@gmail.com (honten) BUG=55874 TEST=Assume the user's login name is 'Chris' and once it's saved, the autocompletion is not triggered if the start charactor is 'c'. The autocompletion is triggered iff the start charactor is 'C'. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67240

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2 lines) Patch
M chrome/renderer/password_autocomplete_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/password_autocomplete_manager_unittest.cc View 1 6 chunks +21 lines, -1 line 1 comment Download

Messages

Total messages: 9 (0 generated)
honten.org
I fixed it and wrote the test. Could you review it? If the test is ...
10 years, 1 month ago (2010-11-20 06:53:20 UTC) #1
honten.org
Could you review? Or are you off because of holiday?
10 years, 1 month ago (2010-11-23 04:09:01 UTC) #2
Ilya Sherman
On 2010/11/23 04:09:01, honten wrote: > Could you review? > > Or are you off ...
10 years, 1 month ago (2010-11-23 07:16:52 UTC) #3
honten.org
llya, Thank you for your comment. I'm glad to hear your LGTM. Tonight, I'll upload ...
10 years, 1 month ago (2010-11-23 15:42:27 UTC) #4
Jay Civelli
OK On Tue, Nov 23, 2010 at 7:42 AM, <Takano.Naoki@gmail.com> wrote: > llya, > > ...
10 years, 1 month ago (2010-11-23 17:56:25 UTC) #5
honten.org
Could you review again? And if it's Ok, please commit them. Thanks, On 2010/11/23 17:56:25, ...
10 years, 1 month ago (2010-11-24 02:53:02 UTC) #6
Ilya Sherman
LGTM. Running past the try bots just in case; will commit if all is green ...
10 years, 1 month ago (2010-11-24 07:40:11 UTC) #7
Ilya Sherman
Committed as crrev.com/67240 http://codereview.chromium.org/5197005/diff/8001/chrome/renderer/password_autocomplete_manager_unittest.cc File chrome/renderer/password_autocomplete_manager_unittest.cc (left): http://codereview.chromium.org/5197005/diff/8001/chrome/renderer/password_autocomplete_manager_unittest.cc#oldcode313 chrome/renderer/password_autocomplete_manager_unittest.cc:313: } // namespace nit: We actually ...
10 years, 1 month ago (2010-11-24 09:05:39 UTC) #8
takano.naoki_gmail.com
10 years ago (2010-11-24 17:31:55 UTC) #9
Thanks!!

If you have any other bugs which look like I can try, please let me know.

On Wed, Nov 24, 2010 at 1:05 AM,  <isherman@chromium.org> wrote:
> Committed as crrev.com/67240
>
>
>
http://codereview.chromium.org/5197005/diff/8001/chrome/renderer/password_aut...
> File chrome/renderer/password_autocomplete_manager_unittest.cc (left):
>
>
http://codereview.chromium.org/5197005/diff/8001/chrome/renderer/password_aut...
> chrome/renderer/password_autocomplete_manager_unittest.cc:313: }  //
> namespace
> nit: We actually want the "  // namespace" -- it indicates the end of an
> anonymous namespace.  Rather than make you go through another cycle on
> this cl, I've gone ahead and readded this in
> http://codereview.chromium.org/5374001/
>
> http://codereview.chromium.org/5197005/
>

Powered by Google App Engine
This is Rietveld 408576698