summaryrefslogtreecommitdiffstats
path: root/content/browser/net/sqlite_persistent_cookie_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Add Finch experiment to cookie monster.erikchen2015-05-061-2/+0
* Remove outdated instrumentation and move a few remaining bits around.pkasting2015-05-021-5/+4
* The SQLitePersistentCookieStore should use a non-partial index on iOS.erikchen2015-04-271-2/+15
* Delete session cookies immediately after loading the cookie DB. (attempt #2)erikchen2015-04-271-3/+4
* Revert of Delete session cookies immediately after loading the cookie DB. (pa...jdonnelly2015-04-231-4/+3
* Delete session cookies immediately after loading the cookie DB.erikchen2015-04-231-3/+4
* Fix a memory leak in SQLitePersistentCookieStore.erikchen2015-04-221-0/+6
* Add a partial index to the SQLitePersistentCookieStore.erikchen2015-04-171-26/+67
* Update instrumentation for various functions janky on the Mac IO thread.pkasting2015-04-141-0/+6
* [sql] Clients should use sql::Connection::Delete().shess2015-04-091-1/+1
* Don't delay load cookies from SQLitePersistentCookieStore.erikchen2015-04-031-1/+1
* Remove the '--enable-file-cookies' flag.mkwst2015-03-311-7/+0
* Moves CookieCryptoDelegate to net/extras/sqlite.rohitrao2015-03-181-4/+4
* Reland "Re-enable the new SQLitePersistentCookieStore load strategy."erikchen2015-03-131-4/+1
* Add a new metric Cookie.TimeKeyLoadTotalWait to PersistentCookieStore.erikchen2015-03-101-3/+11
* Revert of Re-enable the new SQLitePersistentCookieStore load strategy. (patch...erikchen2015-03-091-1/+4
* Re-enable the new SQLitePersistentCookieStore load strategy.erikchen2015-02-261-4/+1
* Implement the "First-Party-Only" cookie attribute.mkwst2015-02-231-37/+64
* Update instrumentation for many different bugs based on new UMA data.pkasting2015-02-211-10/+0
* Adding instrumentation to locate the source of jankiness.pkasting2015-02-111-0/+4
* Adding instrumentation to locate the source of jankiness.pkasting2015-02-071-0/+6
* Disable the new delayed load strategy for PersistentCookieStore.erikchen2015-01-231-1/+4
* The load strategy for the PersistenCookieStore should use a delay.erikchen2015-01-071-88/+6
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1
* Add a finch experiment for the persistent cookie store load strategy.erikchen2014-12-081-37/+158
* Remove workaround for Cookie Manager Command Linehjd2014-10-021-10/+1
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-101-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Remove implicit conversions from scoped_refptr to T* in content/dcheng2014-08-261-5/+5
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-10/+10
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-2/+2
* When checking the public suffix list, set INCLUDE_PRIVATE_REGISTRIES for all ...rsleevi@chromium.org2014-01-301-1/+1
* Add CookieStoreConfig to unify API for in-memory and persistent CookieStore C...ajwong@chromium.org2014-01-111-55/+73
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-041-1/+33
* Revert 242913 "Make CookieMonster::Delegate top-level and remove..."esprehn@chromium.org2014-01-031-21/+1
* Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...ajwong@chromium.org2014-01-031-1/+21
* Encrypt all stored cookies on selected operating systems.bcwhite@chromium.org2013-12-161-35/+94
* Revert of https://codereview.chromium.org/24734007/bcwhite@chromium.org2013-12-131-94/+35
* Encrypt all stored cookies on selected operating systems.bcwhite@chromium.org2013-12-131-35/+94
* Move GetFileSize, NormalizeFilePath to base namespacebrettw@chromium.org2013-12-041-1/+1
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Revert 234855 "Encrypt all stored cookies on selected operating ..."viettrungluu@chromium.org2013-11-131-94/+35
* Encrypt all stored cookies on selected operating systems.bcwhite@chromium.org2013-11-131-35/+94
* Allow the cookie store's client task runner to be set.torne@chromium.org2013-11-041-4/+18
* Promote the priority aware cookie eviction algorithm from experimental status.erikwright@chromium.org2013-11-021-10/+1
* Use webview classic cookies file to create the chromium basedsgurun@chromium.org2013-09-161-3/+5
* Revert 219709 "Remove the Extensions URLRequestContext."earthdok@chromium.org2013-08-271-42/+8
* Remove the Extensions URLRequestContext.ajwong@chromium.org2013-08-271-8/+42
* Add more UMA stats regarding cookie loading timenyquist@chromium.org2013-07-201-16/+29
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1