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

Issue 115626: Initialize NSS with databases.... (Closed)

Created:
11 years, 7 months ago by ukai
Modified:
9 years, 7 months ago
Reviewers:
wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Initialize NSS with databases. BUG=12348 TEST=rm -rf ~/.pki/nssdb; visit https://bugs.webkit.org/ then ~/.pki/nssdb is created. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16845

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -3 lines) Patch
M base/nss_init.cc View 1 2 3 4 2 chunks +29 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ukai
11 years, 7 months ago (2009-05-21 08:13:05 UTC) #1
wtc
http://codereview.chromium.org/115626/diff/1/2 File base/nss_init.cc (right): http://codereview.chromium.org/115626/diff/1/2#newcode26 Line 26: const char *home = getenv("HOME"); Nit: put * ...
11 years, 7 months ago (2009-05-21 14:29:04 UTC) #2
ukai
http://codereview.chromium.org/115626/diff/1/2 File base/nss_init.cc (right): http://codereview.chromium.org/115626/diff/1/2#newcode26 Line 26: const char *home = getenv("HOME"); On 2009/05/21 14:29:04, ...
11 years, 7 months ago (2009-05-22 06:16:51 UTC) #3
wtc
LGTM. Thanks! http://codereview.chromium.org/115626/diff/1007/7 File base/nss_init.cc (right): http://codereview.chromium.org/115626/diff/1007/7#newcode62 Line 62: // Use "sql:" which can be ...
11 years, 7 months ago (2009-05-22 14:45:39 UTC) #4
ukai
Thanks for review! http://codereview.chromium.org/115626/diff/1007/7 File base/nss_init.cc (right): http://codereview.chromium.org/115626/diff/1007/7#newcode62 Line 62: // Use "sql:" which can ...
11 years, 7 months ago (2009-05-25 02:14:06 UTC) #5
ukai
Patch laneded. But it causes memory leak. Does NSS_InitReadWrite have memory leak bug? On 2009/05/25 ...
11 years, 7 months ago (2009-05-25 06:27:09 UTC) #6
wtc
11 years, 7 months ago (2009-05-26 21:47:20 UTC) #7
On 2009/05/25 06:27:09, ukai wrote:
> Patch laneded.
> But it causes memory leak.  Does NSS_InitReadWrite have memory leak bug?

NSS_InitReadWrite may have memory leaks, but I won't know for
sure unless I look at the call stacks of the memory leaks.
I'll be happy to look at the leaks for you and help get them
fixed.  If the leaks are one-time leaks, it is fine to ignore
them in our Purify filters.

Powered by Google App Engine
This is Rietveld 408576698