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

Issue 7835021: Linux: use our spiffy new DBus client library for KWallet, instead of dbus-glib. (Closed)

Created:
9 years, 3 months ago by Mike Mammarella
Modified:
9 years, 3 months ago
Reviewers:
jam, satorux1
CC:
chromium-reviews, Evan Martin, tony, Avi (use Gerrit)
Visibility:
Public.

Description

Linux: use our spiffy new DBus client library for KWallet, instead of dbus-glib. This will also allow us to add unit tests for our KWallet integration. BUG=90036 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101251

Patch Set 1 : '' #

Patch Set 2 : '' #

Total comments: 16

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 29

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+465 lines, -254 lines) Patch
A chrome/browser/password_manager/DEPS View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.h View 1 2 3 4 5 6 7 chunks +23 lines, -17 lines 0 comments Download
M chrome/browser/password_manager/native_backend_kwallet_x.cc View 1 2 3 4 5 6 11 chunks +429 lines, -233 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/browser_main.cc View 1 2 3 4 5 6 2 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Mike Mammarella
9 years, 3 months ago (2011-09-04 22:00:59 UTC) #1
satorux1
Thank you for reworking the kwallet code using the new D-Bus library! http://codereview.chromium.org/7835021/diff/8001/chrome/browser/browser_main.cc File chrome/browser/browser_main.cc ...
9 years, 3 months ago (2011-09-06 20:42:40 UTC) #2
Mike Mammarella
http://codereview.chromium.org/7835021/diff/8001/chrome/browser/browser_main.cc File chrome/browser/browser_main.cc (right): http://codereview.chromium.org/7835021/diff/8001/chrome/browser/browser_main.cc#newcode610 chrome/browser/browser_main.cc:610: // We use glib-dbus for geolocation and it's possible ...
9 years, 3 months ago (2011-09-07 01:01:27 UTC) #3
Mike Mammarella
OK, fixed an issue with which thread the destructor runs on, and tested that this ...
9 years, 3 months ago (2011-09-10 00:43:24 UTC) #4
Mike Mammarella
satorux: ping
9 years, 3 months ago (2011-09-12 18:30:22 UTC) #5
satorux1
Mostly looks good to me. Only minor comments: http://codereview.chromium.org/7835021/diff/21002/chrome/browser/password_manager/native_backend_kwallet_x.cc File chrome/browser/password_manager/native_backend_kwallet_x.cc (right): http://codereview.chromium.org/7835021/diff/21002/chrome/browser/password_manager/native_backend_kwallet_x.cc#newcode57 chrome/browser/password_manager/native_backend_kwallet_x.cc:57: NewRunnableMethod( ...
9 years, 3 months ago (2011-09-12 19:28:57 UTC) #6
Mike Mammarella
http://codereview.chromium.org/7835021/diff/21002/chrome/browser/password_manager/native_backend_kwallet_x.cc File chrome/browser/password_manager/native_backend_kwallet_x.cc (right): http://codereview.chromium.org/7835021/diff/21002/chrome/browser/password_manager/native_backend_kwallet_x.cc#newcode57 chrome/browser/password_manager/native_backend_kwallet_x.cc:57: NewRunnableMethod( On 2011/09/12 19:28:57, satorux1 wrote: > base::Bind is ...
9 years, 3 months ago (2011-09-12 21:26:13 UTC) #7
satorux1
LGTM. Comments below are optional. You can do it in the patch if you want, ...
9 years, 3 months ago (2011-09-12 22:28:21 UTC) #8
Mike Mammarella
+avi for trivial content/browser/browser_main.cc changes
9 years, 3 months ago (2011-09-12 22:41:53 UTC) #9
Mike Mammarella
On 2011/09/12 22:41:53, Mike Mammarella wrote: > +avi for trivial content/browser/browser_main.cc changes Try jam for ...
9 years, 3 months ago (2011-09-14 06:59:16 UTC) #10
jam
9 years, 3 months ago (2011-09-14 17:20:18 UTC) #11
content lgtm

Powered by Google App Engine
This is Rietveld 408576698