| Commit message (Expand) | Author | Age | Files | Lines |
* | Wait for store flush in CookieMonster::Delete*Task | philipj@opera.com | 2013-10-03 | 1 | -1/+4 |
* | Clean up a few unused globals. | thakis@chromium.org | 2013-09-25 | 1 | -1/+0 |
* | Disallow cookies with control chars. | jww@chromium.org | 2013-09-20 | 1 | -0/+41 |
* | Revert 223324 "Wait for store flush in CookieMonster::Delete*Task" | nasko@chromium.org | 2013-09-16 | 1 | -4/+1 |
* | Wait for store flush in CookieMonster::Delete*Task | philipj@opera.com | 2013-09-16 | 1 | -1/+4 |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 1 | -1/+1 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 1 | -1/+1 |
* | Storage partition: correctly delete cookie(s) when origin is specified. | lazyboy@chromium.org | 2013-08-07 | 1 | -2/+70 |
* | Use a direct include of the message_loop header in net/, part 1. | avi@chromium.org | 2013-07-17 | 1 | -1/+1 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | Use a direct include of time headers in net/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Use a direct include of strings headers in net/android/, net/base/, net/cert/... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-01 | 1 | -305/+464 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -10/+12 |
* | Rename test callbacks for CookieStore to represent the argument type. | tyoshino@chromium.org | 2013-05-22 | 1 | -27/+30 |
* | Implementing priority-aware cookie eviction algorithm. | huangs@chromium.org | 2013-05-02 | 1 | -9/+164 |
* | Adding Priority field to cookies. | erikwright@chromium.org | 2013-04-19 | 1 | -70/+99 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -24/+63 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -63/+24 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -24/+63 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | Remove the last traces of experimental support for MAC cookies | rsleevi@chromium.org | 2013-02-28 | 1 | -38/+4 |
* | Linux/ChromeOS Chromium style checker cleanup, net/ edition. | rsleevi@chromium.org | 2013-02-06 | 1 | -8/+9 |
* | Move string tokenizer to base/strings. | brettw@chromium.org | 2013-02-02 | 1 | -1/+1 |
* | Only HistogramBase is used outside of base/metrics. | kaiwang@chromium.org | 2013-01-23 | 1 | -1/+1 |
* | Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.... | kamil.jiwa@gmail.com | 2013-01-03 | 1 | -8/+6 |
* | The "Create" method for creating a CanonicalCookie from a ParsedCookie uses t... | markusheintz@chromium.org | 2012-11-15 | 1 | -2/+5 |
* | net: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-14 | 1 | -6/+6 |
* | SampleSet -> HistogramSamples which can be reused by SparseHistogram | kaiwang@chromium.org | 2012-09-22 | 1 | -9/+10 |
* | Remove ENABLE_PERSISTENT_SESSION_COOKIES | jgreenwald@chromium.org | 2012-08-02 | 1 | -45/+0 |
* | Move CanonicalCookie into separate files | battre@chromium.org | 2012-07-18 | 1 | -139/+18 |
* | Fix 6 failures in net unittests on Android | yongsheng.zhu@intel.com | 2012-07-18 | 1 | -1/+44 |
* | Extract ParsedCookie into a top level class | battre@chromium.org | 2012-07-12 | 1 | -277/+2 |
* | Remove the force_session cookie option, as it's not used anymore | jochen@chromium.org | 2012-07-11 | 1 | -62/+2 |
* | Unwire the clear on exit preference from the storage systems. | jochen@chromium.org | 2012-06-05 | 1 | -2/+2 |
* | Moved the ThreadCheckDeleteSessionCookies from cookie_monster_unittest to coo... | droger@google.com | 2012-05-04 | 1 | -36/+0 |
* | Disable CookieMonsterTest.GarbageCollectionTriggers on Windows. | cbentzel@chromium.org | 2012-05-03 | 1 | -1/+9 |
* | RefCounted types should not have public destructors, net/ | rsleevi@chromium.org | 2012-04-28 | 1 | -0/+7 |
* | Add CookieStore::DeleteSessionCookiesAsync method. | husky@chromium.org | 2012-04-25 | 1 | -0/+56 |
* | Move the cookie store implementation into its own directory. | erikwright@chromium.org | 2012-03-15 | 1 | -0/+2687 |