summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/sqlite_persistent_cookie_store.h
Commit message (Expand)AuthorAgeFilesLines
* Make SQLitePersistentCookieStore run on injected SequencedTaskRunners vs name...erikwright@chromium.org2013-02-271-0/+6
* Revert 184868mpearson@chromium.org2013-02-271-6/+0
* Make SQLitePersistentCookieStore run on injected SequencedTaskRunners vs name...erikwright@chromium.org2013-02-271-0/+6
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+5
* Move CanonicalCookie into separate filesbattre@chromium.org2012-07-181-6/+7
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-051-1/+1
* Don't force non-session only cookies to be session only cookies, instead dele...jochen@chromium.org2012-05-301-2/+9
* RefCounted types should not have public destructors, chrome/browser/ part 1rsleevi@chromium.org2012-04-271-7/+4
* Update net/base/cookie_*.h includes to net/cookies/cookie_*.h .erikwright@chromium.org2012-03-151-2/+2
* base::Bind: Easy pickings in net/base.jhawkins@chromium.org2011-12-201-1/+2
* Store session cookies and restore them if chrome crashes or autorestarts.marja@chromium.org2011-12-051-1/+2
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-171-1/+6
* Revert 105639 - The change list splits loading of cookies from DB by the doma...guohui@chromium.org2011-10-151-6/+1
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-151-1/+6
* Third try at committing this.erikwright@chromium.org2011-09-131-6/+10
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-091-10/+6
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-091-6/+10
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-091-10/+6
* Finalize a CL originally by departed intern ycxiao@ that detaches the loading...erikwright@chromium.org2011-09-081-6/+10
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-231-0/+2
* Refactored cookies persistent store clean-up on shutdown.pastarmovj@chromium.org2010-12-061-5/+8
* Move database handling code to the Backend class to clean up the interface.pastarmovj@chromium.org2010-12-031-12/+0
* Make destructor virtual since it's a virtual object and has member variables.jochen@chromium.org2010-11-261-1/+1
* This CL changes our per-domain limits to be per-effective domain.rdsmith@chromium.org2010-09-071-2/+1
* More cleanup relating to the domain now being part of the CanonicalCookie:rdsmith@chromium.org2010-08-061-1/+1
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Reland 37913. Clear local state on exit.jochen@chromium.org2010-02-031-1/+3
* Revert 37913 - Clear local state (cookies, databases, local storage) on exit.chase@chromium.org2010-02-031-3/+1
* Clear local state (cookies, databases, local storage) on exit.jochen@chromium.org2010-02-031-1/+3
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-6/+1
* revert r29588.estade@chromium.org2009-10-211-1/+5
* SQL cookie store: Safely post to DB thread from IO thread.estade@chromium.org2009-10-201-5/+1
* Convert the sqlite cookie database and web database to use the new sqlitebrettw@chromium.org2009-09-151-0/+54