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

Issue 2297573002: Implement gnome-keyring for OSCrypt (Closed)

Created:
4 years, 3 months ago by cfroussios
Modified:
4 years, 3 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement gnome-keyring for OSCrypt OSCrypt can now save its encryption password in gnome-keyring, where that library exists. BUG=602624 Committed: https://crrev.com/b013c15b73b3f71e2ec1636ce27b93b4dde04361 Cr-Commit-Position: refs/heads/master@{#416423}

Patch Set 1 #

Patch Set 2 : Fixed malloc - delete mismatch #

Total comments: 14

Patch Set 3 : feedback #

Patch Set 4 : fix rel compilation #

Total comments: 5

Patch Set 5 : removed thread checker #

Unified diffs Side-by-side diffs Delta from patch set Stats (+370 lines, -11 lines) Patch
M components/os_crypt/BUILD.gn View 1 2 3 chunks +12 lines, -0 lines 0 comments Download
A components/os_crypt/key_storage_keyring.h View 1 2 3 4 1 chunk +49 lines, -0 lines 0 comments Download
A components/os_crypt/key_storage_keyring.cc View 1 2 3 4 1 chunk +100 lines, -0 lines 0 comments Download
A components/os_crypt/key_storage_keyring_unittest.cc View 1 2 1 chunk +153 lines, -0 lines 0 comments Download
M components/os_crypt/key_storage_libsecret_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/os_crypt/key_storage_linux.h View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M components/os_crypt/key_storage_linux.cc View 1 2 3 chunks +23 lines, -5 lines 0 comments Download
M components/os_crypt/keyring_util_linux.h View 1 2 3 chunks +11 lines, -1 line 0 comments Download
M components/os_crypt/keyring_util_linux.cc View 4 chunks +15 lines, -2 lines 0 comments Download
M components/os_crypt/os_crypt_mocker.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 35 (23 generated)
cfroussios
Hi! This is hopefully the last big piece of the linux implementation. Can you review? ...
4 years, 3 months ago (2016-08-30 11:41:18 UTC) #8
Lei Zhang
Looks good. Just some suggestions and nits. https://codereview.chromium.org/2297573002/diff/20001/components/os_crypt/key_storage_keyring.cc File components/os_crypt/key_storage_keyring.cc (right): https://codereview.chromium.org/2297573002/diff/20001/components/os_crypt/key_storage_keyring.cc#newcode13 components/os_crypt/key_storage_keyring.cc:13: #include "base/threading/thread.h" ...
4 years, 3 months ago (2016-08-30 23:19:24 UTC) #11
cfroussios
https://codereview.chromium.org/2297573002/diff/20001/components/os_crypt/key_storage_keyring.cc File components/os_crypt/key_storage_keyring.cc (right): https://codereview.chromium.org/2297573002/diff/20001/components/os_crypt/key_storage_keyring.cc#newcode13 components/os_crypt/key_storage_keyring.cc:13: #include "base/threading/thread.h" On 2016/08/30 23:19:24, Lei Zhang wrote: > ...
4 years, 3 months ago (2016-08-31 12:18:41 UTC) #14
Lei Zhang
https://codereview.chromium.org/2297573002/diff/20001/components/os_crypt/key_storage_keyring.cc File components/os_crypt/key_storage_keyring.cc (right): https://codereview.chromium.org/2297573002/diff/20001/components/os_crypt/key_storage_keyring.cc#newcode13 components/os_crypt/key_storage_keyring.cc:13: #include "base/threading/thread.h" On 2016/08/31 12:18:41, cfroussios wrote: > On ...
4 years, 3 months ago (2016-09-01 07:56:31 UTC) #21
cfroussios
https://codereview.chromium.org/2297573002/diff/20001/components/os_crypt/key_storage_keyring.cc File components/os_crypt/key_storage_keyring.cc (right): https://codereview.chromium.org/2297573002/diff/20001/components/os_crypt/key_storage_keyring.cc#newcode13 components/os_crypt/key_storage_keyring.cc:13: #include "base/threading/thread.h" On 2016/09/01 07:56:31, Lei Zhang wrote: > ...
4 years, 3 months ago (2016-09-01 10:58:16 UTC) #22
Lei Zhang
Mmm. Sounds like we should just drop the thread checking then. Sorry for the trouble. ...
4 years, 3 months ago (2016-09-01 17:16:41 UTC) #23
cfroussios
I think it is still safer to assume that you know the ways of Chrome ...
4 years, 3 months ago (2016-09-02 14:35:33 UTC) #26
Lei Zhang
On 2016/09/02 14:35:33, cfroussios wrote: > I think it is still safer to assume that ...
4 years, 3 months ago (2016-09-03 01:06:37 UTC) #29
Lei Zhang
lgtm
4 years, 3 months ago (2016-09-03 01:06:45 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2297573002/80001
4 years, 3 months ago (2016-09-03 01:07:13 UTC) #32
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-09-03 01:10:36 UTC) #33
commit-bot: I haz the power
4 years, 3 months ago (2016-09-03 01:12:36 UTC) #35
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/b013c15b73b3f71e2ec1636ce27b93b4dde04361
Cr-Commit-Position: refs/heads/master@{#416423}

Powered by Google App Engine
This is Rietveld 408576698