summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/sqlite_persistent_cookie_store_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* RefCounted types should not have public destructors, chrome/browser/ part 1rsleevi@chromium.org2012-04-271-0/+2
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Create meta table atomically.shess@chromium.org2012-03-081-3/+2
* Reinitialize the cookie database if the meta table gets corrupted.erikwright@chromium.org2012-03-041-0/+45
* Refactor this test to reduce code duplication.erikwright@chromium.org2012-03-021-151/+96
* base::Bind: Easy pickings in net/base.jhawkins@chromium.org2011-12-201-2/+3
* Store session cookies and restore them if chrome crashes or autorestarts.marja@chromium.org2011-12-051-4/+164
* CookieMonster: Store expiration time also for session cookies.marja@chromium.org2011-11-101-5/+5
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-031-6/+8
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-4/+4
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-171-12/+102
* Revert 105639 - The change list splits loading of cookies from DB by the doma...guohui@chromium.org2011-10-151-102/+12
* The change list splits loading of cookies from DB by the domain key(eTLD+1).guohui@google.com2011-10-151-12/+102
* Third try at committing this.erikwright@chromium.org2011-09-131-5/+28
* Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...erikwright@chromium.org2011-09-091-28/+5
* Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...erikwright@chromium.org2011-09-091-5/+28
* Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...estade@chromium.org2011-09-091-28/+5
* Finalize a CL originally by departed intern ycxiao@ that detaches the loading...erikwright@chromium.org2011-09-081-5/+28
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Move the thread test helper to base/testjochen@chromium.org2011-06-281-11/+16
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* MAC Cookies (patch 1 of N)abarth@chromium.org2011-04-301-2/+5
* 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
* 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-4/+5
* Add Flush(Task*) method to CookieMonster.rdsmith@chromium.org2010-12-231-1/+66
* Refactored cookies persistent store clean-up on shutdown.pastarmovj@chromium.org2010-12-061-0/+113