DescriptionNSS's filesystem speed detection doesn't work with the latest versions
of sqlite, such as 3.6.22. Set the NSS_SDB_USE_CACHE environment
variable to "yes" to override NSS's detection if the database is on NFS.
Get rid of the USE_NSS_FOR_SSL_ONLY macro because it is simply the
opposite of USE_NSS.
Use EnvVarGetter to get and set environment variables. Use FilePath
instead of std::string to represent path names.
R=thestig
BUG=48585
TEST=Run Chrome on Ubuntu Lucid with a home directory on "slow" NFS.
HTTPS connection setup shoud not be very slow.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52379
Patch Set 1 #
Total comments: 2
Patch Set 2 : Make changes suggested by thestig. #Patch Set 3 : FilePath needs to non-empty before we can Append. #Patch Set 4 : Update comments with new understanding of the root cause. #Patch Set 5 : Resolve conflicts with current tip of the tree. #Messages
Total messages: 5 (0 generated)
|