summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cert_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+3
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-131-1/+1
* Cleanup: Remove unneeded includes of tab_contents.h.thestig@chromium.org2010-12-091-1/+0
* Reland r64622 -wtc@chromium.org2010-11-021-0/+4
* Revert r64622 (http://codereview.chromium.org/4181006)wtc@chromium.org2010-11-011-4/+0
* Ensure that CertStore::StoreCert never returns a cert_id of 0.wtc@chromium.org2010-11-011-0/+4
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-2/+3
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-3/+2
* Omnibox M5 work, part 1: Security changespkasting@chromium.org2010-03-241-2/+3
* Replace the RenderProcessHost.PID function that returns the OS-generatedbrettw@chromium.org2009-08-311-1/+1
* Use a NotificationRegistrar to listen for notifications.pkasting@chromium.org2009-05-221-8/+4
* Move scoped_vector.h and stl_util-inl.h to base/ben@chromium.org2009-05-051-1/+1
* Add a RENDERER_PROCESS_CLOSED notification that gets sent when we close thempcomplete@google.com2009-05-051-2/+2
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-1/+1
* Don't overload the meaning of the RENDERER_PROCESS_TERMINATED notification, i...jam@chromium.org2009-04-131-1/+5
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-2/+4
* Fixes leak of CertStore on shutdown.sky@google.com2009-01-231-13/+1
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Porting in chrome/browser/phajdan.jr@chromium.org2009-01-201-0/+1
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* Don't use cert_lock_ as a reentrant lock. RemoveCert iswtc@google.com2008-09-291-14/+12
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-2/+2
* Add chrome to the repository.initial.commit2008-07-261-0/+178