| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Finch experiment to cookie monster. | erikchen | 2015-05-06 | 1 | -2/+0 |
* | Remove outdated instrumentation and move a few remaining bits around. | pkasting | 2015-05-02 | 1 | -5/+4 |
* | The SQLitePersistentCookieStore should use a non-partial index on iOS. | erikchen | 2015-04-27 | 1 | -2/+15 |
* | Delete session cookies immediately after loading the cookie DB. (attempt #2) | erikchen | 2015-04-27 | 1 | -3/+4 |
* | Revert of Delete session cookies immediately after loading the cookie DB. (pa... | jdonnelly | 2015-04-23 | 1 | -4/+3 |
* | Delete session cookies immediately after loading the cookie DB. | erikchen | 2015-04-23 | 1 | -3/+4 |
* | Fix a memory leak in SQLitePersistentCookieStore. | erikchen | 2015-04-22 | 1 | -0/+6 |
* | Add a partial index to the SQLitePersistentCookieStore. | erikchen | 2015-04-17 | 1 | -26/+67 |
* | Update instrumentation for various functions janky on the Mac IO thread. | pkasting | 2015-04-14 | 1 | -0/+6 |
* | [sql] Clients should use sql::Connection::Delete(). | shess | 2015-04-09 | 1 | -1/+1 |
* | Don't delay load cookies from SQLitePersistentCookieStore. | erikchen | 2015-04-03 | 1 | -1/+1 |
* | Remove the '--enable-file-cookies' flag. | mkwst | 2015-03-31 | 1 | -7/+0 |
* | Moves CookieCryptoDelegate to net/extras/sqlite. | rohitrao | 2015-03-18 | 1 | -4/+4 |
* | Reland "Re-enable the new SQLitePersistentCookieStore load strategy." | erikchen | 2015-03-13 | 1 | -4/+1 |
* | Add a new metric Cookie.TimeKeyLoadTotalWait to PersistentCookieStore. | erikchen | 2015-03-10 | 1 | -3/+11 |
* | Revert of Re-enable the new SQLitePersistentCookieStore load strategy. (patch... | erikchen | 2015-03-09 | 1 | -1/+4 |
* | Re-enable the new SQLitePersistentCookieStore load strategy. | erikchen | 2015-02-26 | 1 | -4/+1 |
* | Implement the "First-Party-Only" cookie attribute. | mkwst | 2015-02-23 | 1 | -37/+64 |
* | Update instrumentation for many different bugs based on new UMA data. | pkasting | 2015-02-21 | 1 | -10/+0 |
* | Adding instrumentation to locate the source of jankiness. | pkasting | 2015-02-11 | 1 | -0/+4 |
* | Adding instrumentation to locate the source of jankiness. | pkasting | 2015-02-07 | 1 | -0/+6 |
* | Disable the new delayed load strategy for PersistentCookieStore. | erikchen | 2015-01-23 | 1 | -1/+4 |
* | The load strategy for the PersistenCookieStore should use a delay. | erikchen | 2015-01-07 | 1 | -88/+6 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-23 | 1 | -1/+1 |
* | Add a finch experiment for the persistent cookie store load strategy. | erikchen | 2014-12-08 | 1 | -37/+158 |
* | Remove workaround for Cookie Manager Command Line | hjd | 2014-10-02 | 1 | -10/+1 |
* | Remove webkit/browser/, point everything to storage/browser/ instead | pilgrim | 2014-09-10 | 1 | -1/+1 |
* | Change base/file_utils.h includes to base/files/file_utils.h in content/ | thestig | 2014-09-05 | 1 | -1/+1 |
* | Remove implicit conversions from scoped_refptr to T* in content/ | dcheng | 2014-08-26 | 1 | -5/+5 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 1 | -10/+10 |
* | Add base:: qualification to some COmmandLine references in content. | brettw@chromium.org | 2014-08-11 | 1 | -2/+2 |
* | When checking the public suffix list, set INCLUDE_PRIVATE_REGISTRIES for all ... | rsleevi@chromium.org | 2014-01-30 | 1 | -1/+1 |
* | Add CookieStoreConfig to unify API for in-memory and persistent CookieStore C... | ajwong@chromium.org | 2014-01-11 | 1 | -55/+73 |
* | Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl... | ajwong@chromium.org | 2014-01-04 | 1 | -1/+33 |
* | Revert 242913 "Make CookieMonster::Delegate top-level and remove..." | esprehn@chromium.org | 2014-01-03 | 1 | -21/+1 |
* | Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl... | ajwong@chromium.org | 2014-01-03 | 1 | -1/+21 |
* | Encrypt all stored cookies on selected operating systems. | bcwhite@chromium.org | 2013-12-16 | 1 | -35/+94 |
* | Revert of https://codereview.chromium.org/24734007/ | bcwhite@chromium.org | 2013-12-13 | 1 | -94/+35 |
* | Encrypt all stored cookies on selected operating systems. | bcwhite@chromium.org | 2013-12-13 | 1 | -35/+94 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Revert 234855 "Encrypt all stored cookies on selected operating ..." | viettrungluu@chromium.org | 2013-11-13 | 1 | -94/+35 |
* | Encrypt all stored cookies on selected operating systems. | bcwhite@chromium.org | 2013-11-13 | 1 | -35/+94 |
* | Allow the cookie store's client task runner to be set. | torne@chromium.org | 2013-11-04 | 1 | -4/+18 |
* | Promote the priority aware cookie eviction algorithm from experimental status. | erikwright@chromium.org | 2013-11-02 | 1 | -10/+1 |
* | Use webview classic cookies file to create the chromium based | sgurun@chromium.org | 2013-09-16 | 1 | -3/+5 |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 1 | -42/+8 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 1 | -8/+42 |
* | Add more UMA stats regarding cookie loading time | nyquist@chromium.org | 2013-07-20 | 1 | -16/+29 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |