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

Issue 149160: Add an exact search method to the Keychain adapter, and modify unit tests to ... (Closed)

Created:
11 years, 5 months ago by stuartmorgan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, John Grabowski, Ben Goodger (Google)
Visibility:
Public.

Description

Add an exact search method to the Keychain adapter, and modify unit tests to us that instead of the raw keychain version. Overhaul the single-item-search test to be shorter, clearer, and more complete. Convert more namespaced methods that now have no public callers to private helpers of the Keychain adapter, and refactor the helpers. BUG=none TEST=none; no behavioral changes Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19964

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -233 lines) Patch
M chrome/browser/password_manager/password_store_mac.cc View 9 chunks +97 lines, -112 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_internal.h View 1 3 chunks +40 lines, -12 lines 0 comments Download
M chrome/browser/password_manager/password_store_mac_unittest.cc View 2 chunks +83 lines, -109 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
stuartmorgan
11 years, 5 months ago (2009-07-02 23:34:54 UTC) #1
pink (ping after 24hrs)
LGTM http://codereview.chromium.org/149160/diff/1/2 File chrome/browser/password_manager/password_store_mac_internal.h (right): http://codereview.chromium.org/149160/diff/1/2#newcode49 Line 49: // them. The caller is responsible for ...
11 years, 5 months ago (2009-07-06 14:34:59 UTC) #2
stuartmorgan
http://codereview.chromium.org/149160/diff/1/2 File chrome/browser/password_manager/password_store_mac_internal.h (right): http://codereview.chromium.org/149160/diff/1/2#newcode49 Line 49: // them. The caller is responsible for Free-ing ...
11 years, 5 months ago (2009-07-06 17:26:34 UTC) #3
pink (ping after 24hrs)
11 years, 5 months ago (2009-07-06 20:15:46 UTC) #4
still LGTM

http://codereview.chromium.org/149160/diff/1/2
File chrome/browser/password_manager/password_store_mac_internal.h (right):

http://codereview.chromium.org/149160/diff/1/2#newcode70
Line 70: // If the return value is false, the state of the out params is
undefined.
how did i not notice that?! oy.

Powered by Google App Engine
This is Rietveld 408576698