summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/sqlite_persistent_cookie_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't preload the Cookie DB. Sacrifice total load time to get the first resul...erikwright@chromium.org2011-12-201-2/+0
* base::Bind: Easy pickings in net/base.jhawkins@chromium.org2011-12-201-8/+10
* SQLitePersistentCookieStore fix: Don't abuse SQL_FROM_HERE.marja@chromium.org2011-12-081-10/+11
* Abort in-flight load tasks if the DB has been closed.erikwright@chromium.org2011-12-071-3/+8
* Add new histograms to track down cookie performance issues.erikwright@chromium.org2011-12-061-7/+56
* Store session cookies and restore them if chrome crashes or autorestarts.marja@chromium.org2011-12-051-18/+77
* base::Bind fixesgroby@chromium.org2011-11-171-4/+4
* Add/change metrics for cookie store loading:erikwright@chromium.org2011-11-141-15/+135
* CookieMonster: Store expiration time also for session cookies.marja@chromium.org2011-11-101-1/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-171-56/+220
* Revert 105639 - The change list splits loading of cookies from DB by the doma...guohui@chromium.org2011-10-151-220/+56
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-151-56/+220
* Third try at committing this.erikwright@chromium.org2011-09-131-19/+69
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-091-69/+19
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-091-19/+69
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-091-69/+19
* Finalize a CL originally by departed intern ycxiao@ that detaches the loading...erikwright@chromium.org2011-09-081-19/+69
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-191-3/+3
* Added IF NOT EXISTS to the cookie_times index creation statementkristianm@chromium.org2011-06-061-1/+2
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-301-0/+2
* Cleanup: Standardizing argument order for CanonicalCookie constructors.mkwst@chromium.org2011-04-191-4/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Initial support for partitioning cookies for isolated apps.creis@google.com2011-03-151-0/+12
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Show the origin of the site setting the cookie instead of the domain of therogerta@chromium.org2011-02-241-0/+3
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-231-0/+23
* Refactored cookies persistent store clean-up on shutdown.pastarmovj@chromium.org2010-12-061-8/+22
* Move database handling code to the Backend class to clean up the interface.pastarmovj@chromium.org2010-12-031-167/+185
* 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