| Commit message (Expand) | Author | Age | Files | Lines |
* | When checking the public suffix list, set INCLUDE_PRIVATE_REGISTRIES for all ... | rsleevi@chromium.org | 2014-01-30 | 2 | -2/+3 |
* | Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl... | ajwong@chromium.org | 2014-01-04 | 5 | -55/+46 |
* | Revert 242913 "Make CookieMonster::Delegate top-level and remove..." | esprehn@chromium.org | 2014-01-03 | 5 | -46/+55 |
* | Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl... | ajwong@chromium.org | 2014-01-03 | 5 | -55/+46 |
* | Move DeleteAllCreatedBetweenForHostAsync to CookieStore | sdefresne@chromium.org | 2013-12-19 | 5 | -9/+74 |
* | Cookie Monster has a list of default allowed schemes for cookies to be | ricea@chromium.org | 2013-12-09 | 1 | -1/+1 |
* | Fix compile with gcc-4.4 | phajdan.jr@chromium.org | 2013-11-18 | 1 | -7/+7 |
* | mac: Prepare for -Wunused-functions. | thakis@chromium.org | 2013-11-07 | 1 | -10/+0 |
* | Promote the priority aware cookie eviction algorithm from experimental status. | erikwright@chromium.org | 2013-11-02 | 3 | -23/+2 |
* | Fix threading issue in CookieMonster task ordering. | torne@chromium.org | 2013-10-30 | 2 | -21/+27 |
* | Wait for store flush in CookieMonster::Delete*Task | philipj@opera.com | 2013-10-03 | 3 | -141/+156 |
* | Clean up a few unused globals. | thakis@chromium.org | 2013-09-25 | 1 | -1/+0 |
* | Remove control character cookie UMA stats. | jww@chromium.org | 2013-09-21 | 1 | -41/+3 |
* | Disallow cookies with control chars. | jww@chromium.org | 2013-09-20 | 5 | -11/+177 |
* | base: Split logging functions and PerfTimeLogger out of perftimer.h | tfarina@chromium.org | 2013-09-17 | 1 | -14/+14 |
* | Revert 223324 "Wait for store flush in CookieMonster::Delete*Task" | nasko@chromium.org | 2013-09-16 | 3 | -156/+141 |
* | Wait for store flush in CookieMonster::Delete*Task | philipj@opera.com | 2013-09-16 | 3 | -141/+156 |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 5 | -44/+52 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 5 | -52/+44 |
* | Move perftimer.* into base/test/ directory. | tfarina@chromium.org | 2013-08-24 | 1 | -1/+1 |
* | Storage partition: correctly delete cookie(s) when origin is specified. | lazyboy@chromium.org | 2013-08-07 | 3 | -5/+152 |
* | Use a direct include of the message_loop header in net/, part 1. | avi@chromium.org | 2013-07-17 | 7 | -7/+7 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 8 | -9/+9 |
* | Use a direct include of time headers in net/, part 1. | avi@chromium.org | 2013-06-28 | 6 | -7/+7 |
* | Updated control chars in cookies histogram group to 'Cookie' and added histog... | jww@chromium.org | 2013-06-11 | 1 | -19/+24 |
* | Use a direct include of strings headers in net/android/, net/base/, net/cert/... | avi@chromium.org | 2013-06-11 | 8 | -11/+11 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 7 | -615/+825 |
* | Added UMA measurement for how often we see control characters during cookie p... | jww@chromium.org | 2013-05-29 | 1 | -3/+36 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 7 | -51/+60 |
* | Rename test callbacks for CookieStore to represent the argument type. | tyoshino@chromium.org | 2013-05-22 | 4 | -90/+99 |
* | Add support for split Public Suffix List distinctions. | nyquist@chromium.org | 2013-05-14 | 2 | -4/+7 |
* | Rename names of queues in CookieMonster to less confusing ones. | tyoshino@chromium.org | 2013-05-14 | 2 | -31/+33 |
* | Revert 199771 "Add support for split Public Suffix List distinct..." | nyquist@chromium.org | 2013-05-13 | 2 | -7/+4 |
* | Add support for split Public Suffix List distinctions. | nyquist@chromium.org | 2013-05-13 | 2 | -4/+7 |
* | Implementing priority-aware cookie eviction algorithm. | huangs@chromium.org | 2013-05-02 | 3 | -139/+380 |
* | Unit test for CookieStore::DeleteSessionCookies | droger@chromium.org | 2013-04-30 | 1 | -1/+18 |
* | Add a way to query a cookie store whether any cookies exist for a given | tburkard@chromium.org | 2013-04-19 | 2 | -0/+61 |
* | Adding Priority field to cookies. | erikwright@chromium.org | 2013-04-19 | 13 | -117/+362 |
* | Move SQLitePersistentCookieStore to content | sky@chromium.org | 2013-04-10 | 3 | -1/+13 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 6 | -77/+142 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 6 | -142/+77 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 6 | -77/+142 |
* | Implementing EvictedDomainCookieCounter to keep statistics on cookie eviction... | huangs@chromium.org | 2013-04-08 | 2 | -2/+2 |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 1 | -5/+4 |
* | Fix the EmptyExpires cookie store test on iOS | droger@chromium.org | 2013-03-19 | 1 | -0/+2 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | Ignore an empty expiry attribute, as per RFC. | erikwright@chromium.org | 2013-03-13 | 4 | -2/+63 |
* | Remove the last traces of experimental support for MAC cookies | rsleevi@chromium.org | 2013-02-28 | 18 | -603/+125 |
* | Linux/ChromeOS Chromium style checker cleanup, net/ edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -8/+9 |