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

Issue 2806002: Linux: refactor GNOME Keyring and KWallet integration to allow migration. (Closed)

Created:
10 years, 6 months ago by Mike Mammarella
Modified:
9 years, 7 months ago
Reviewers:
Evan Martin, Evan Stade
CC:
chromium-reviews, Paweł Hajdan Jr., ben+cc_chromium.org
Visibility:
Public.

Description

Linux: refactor GNOME Keyring and KWallet integration to allow migration from the default store, and add unit tests. Still disabled. BUG=12351, 25404 TEST=unit tests work Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50034

Patch Set 1 #

Total comments: 16

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 6

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1107 lines, -1627 lines) Patch
A + chrome/browser/password_manager/native_backend_gnome_x.h View 2 chunks +37 lines, -44 lines 0 comments Download
A + chrome/browser/password_manager/native_backend_gnome_x.cc View 7 chunks +134 lines, -119 lines 0 comments Download
A + chrome/browser/password_manager/native_backend_kwallet_x.h View 3 chunks +44 lines, -44 lines 0 comments Download
A + chrome/browser/password_manager/native_backend_kwallet_x.cc View 17 chunks +151 lines, -128 lines 0 comments Download
M chrome/browser/password_manager/password_store_default.cc View 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_gnome.h View 1 2 3 4 5 1 chunk +0 lines, -69 lines 0 comments Download
M chrome/browser/password_manager/password_store_gnome.cc View 1 2 3 4 5 1 chunk +0 lines, -433 lines 0 comments Download
M chrome/browser/password_manager/password_store_kwallet.h View 1 2 3 4 5 1 chunk +0 lines, -137 lines 0 comments Download
M chrome/browser/password_manager/password_store_kwallet.cc View 1 2 3 4 5 1 chunk +0 lines, -547 lines 0 comments Download
A chrome/browser/password_manager/password_store_x.h View 1 chunk +107 lines, -0 lines 0 comments Download
A chrome/browser/password_manager/password_store_x.cc View 1 chunk +231 lines, -0 lines 0 comments Download
A + chrome/browser/password_manager/password_store_x_unittest.cc View 11 chunks +385 lines, -81 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 5 chunks +16 lines, -24 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Mike Mammarella
I can also break this into two pieces if you'd like smaller CLs: adding PasswordStoreXdg ...
10 years, 6 months ago (2010-06-14 08:14:26 UTC) #1
Evan Martin
http://codereview.chromium.org/2806002/diff/1/3 File chrome/browser/password_manager/password_store_gnome.h (right): http://codereview.chromium.org/2806002/diff/1/3#newcode9 chrome/browser/password_manager/password_store_gnome.h:9: #include <gnome-keyring.h> Is there any way to forward-declare this ...
10 years, 6 months ago (2010-06-14 18:06:45 UTC) #2
Mike Mammarella
Thoughts on what to do about the WDS migration (which happened long ago) being done ...
10 years, 6 months ago (2010-06-14 20:58:58 UTC) #3
Evan Stade
http://codereview.chromium.org/2806002/diff/1/6 File chrome/browser/password_manager/password_store_xdg.cc (right): http://codereview.chromium.org/2806002/diff/1/6#newcode50 chrome/browser/password_manager/password_store_xdg.cc:50: if (!backend_.get()) { it seems a somewhat less verbose ...
10 years, 6 months ago (2010-06-14 21:03:42 UTC) #4
Mike Mammarella
http://codereview.chromium.org/2806002/diff/1/6 File chrome/browser/password_manager/password_store_xdg.cc (right): http://codereview.chromium.org/2806002/diff/1/6#newcode50 chrome/browser/password_manager/password_store_xdg.cc:50: if (!backend_.get()) { On 2010/06/14 21:03:42, Evan Stade wrote: ...
10 years, 6 months ago (2010-06-14 21:21:45 UTC) #5
Mike Mammarella
Unit tests fixed. Also added a TODO for deleting the login database.
10 years, 6 months ago (2010-06-15 07:45:26 UTC) #6
Evan Stade
http://codereview.chromium.org/2806002/diff/23003/34008 File chrome/browser/password_manager/password_store_xdg_unittest.cc (right): http://codereview.chromium.org/2806002/diff/23003/34008#newcode156 chrome/browser/password_manager/password_store_xdg_unittest.cc:156: for (size_t i = 0; i < all_forms_.size(); ++i) ...
10 years, 6 months ago (2010-06-15 20:03:49 UTC) #7
Mike Mammarella
http://codereview.chromium.org/2806002/diff/23003/34008 File chrome/browser/password_manager/password_store_xdg_unittest.cc (right): http://codereview.chromium.org/2806002/diff/23003/34008#newcode156 chrome/browser/password_manager/password_store_xdg_unittest.cc:156: for (size_t i = 0; i < all_forms_.size(); ++i) ...
10 years, 6 months ago (2010-06-15 20:16:25 UTC) #8
Mike Mammarella
Renamed _xdg to just _x, added _x to gnome/kwallet files and renamed them to native_backend, ...
10 years, 6 months ago (2010-06-15 21:40:21 UTC) #9
Evan Stade
10 years, 6 months ago (2010-06-16 20:29:00 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698