summaryrefslogtreecommitdiffstats
path: root/content/browser/cert_store_impl.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary AddRef() and Release() calls.wtc@chromium.org2013-11-201-1/+1
| | | | | | | | | | | | Fix a comment typo. Remove an unnecessary member initializer. R=agl@chromium.org,avi@chromium.org BUG=309578 TEST=none Review URL: https://codereview.chromium.org/76663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236207 0039d316-1c4b-4281-b951-d872f2087c98
* Pull implementation of CertStore out so that it can be re-used for an ↵alcutter@google.com2013-11-191-154/+4
| | | | | | | | | | | | SCTStore by upcoming changes for Certificate Transparency. (See https://codereview.chromium.org/71633002/ for the overview of what builds on this CL.) BUG= Review URL: https://codereview.chromium.org/71153005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236026 0039d316-1c4b-4281-b951-d872f2087c98
* Update content/ to use scoped_refptr<T>::get() rather than implicit ↵rsleevi@chromium.org2013-06-021-1/+1
| | | | | | | | | | | | | "operator T*" Linux fixes BUG=110610 TBR=darin Review URL: https://chromiumcodereview.appspot.com/16294003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203624 0039d316-1c4b-4281-b951-d872f2087c98
* Move remaining files in content\browser to the content namespace.jam@chromium.org2012-10-301-14/+17
| | | | | | Review URL: https://codereview.chromium.org/11340029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164828 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 164120 - content/browser: Move more files into the content namespace.sail@chromium.org2012-10-251-20/+14
| | | | | | | | | | | | | | | Fixed most of the files found with the following command line: $ git grep --files-without-match --name-only "namespace content {" -- content/browser/{*.cc,*.h.*.mm} R=jam@chromium.org Review URL: https://codereview.chromium.org/11274038 TBR=tfarina@chromium.org Review URL: https://codereview.chromium.org/11273049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164122 0039d316-1c4b-4281-b951-d872f2087c98
* content/browser: Move more files into the content namespace.tfarina@chromium.org2012-10-251-14/+20
| | | | | | | | | | | | Fixed most of the files found with the following command line: $ git grep --files-without-match --name-only "namespace content {" -- content/browser/{*.cc,*.h.*.mm} R=jam@chromium.org Review URL: https://codereview.chromium.org/11274038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164120 0039d316-1c4b-4281-b951-d872f2087c98
* Add Content API around CertStore.jam@chromium.org2012-03-121-0/+179
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9691003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126215 0039d316-1c4b-4281-b951-d872f2087c98