summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/sqlite_persistent_cookie_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-091-10/+11
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-221-0/+1
* Fixed typo where I was using "net." prefix rather than "Net." prefix. Also c...rdsmith@chromium.org2010-09-101-1/+1
* This CL changes our per-domain limits to be per-effective domain.rdsmith@chromium.org2010-09-071-17/+8
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-061-4/+2
* Converted CanonicalCookies over to containing a domain.rdsmith@google.com2010-07-141-0/+1
* Initial commit of CookieMonster statistics.rdsmith@google.com2010-06-221-1/+3
* Reland 37913. Clear local state on exit.jochen@chromium.org2010-02-031-1/+8
* Revert 37913 - Clear local state (cookies, databases, local storage) on exit.chase@chromium.org2010-02-031-8/+1
* Clear local state (cookies, databases, local storage) on exit.jochen@chromium.org2010-02-031-1/+8
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-6/+8
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-20/+15
* revert r29588.estade@chromium.org2009-10-211-62/+21
* SQL cookie store: Safely post to DB thread from IO thread.estade@chromium.org2009-10-201-21/+62
* Move the sqlite error handler to a single locationcpu@chromium.org2009-10-151-22/+2
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-1/+1
* Add UMA histograms for sqlite errorscpu@chromium.org2009-10-021-0/+23
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-151-0/+446