| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move string tokenizer to base/strings. | brettw@chromium.org | 2013-02-02 | 3 | -5/+5 |
* | Only HistogramBase is used outside of base/metrics. | kaiwang@chromium.org | 2013-01-23 | 2 | -13/+14 |
* | Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4.... | kamil.jiwa@gmail.com | 2013-01-03 | 2 | -10/+8 |
* | Add IncludeForRequestURL method to CanonicalCookie. | markusheintz@chromium.org | 2012-12-12 | 4 | -18/+82 |
* | Add tests that test creating secure and http-only cookies using CanonicalCook... | markusheintz@chromium.org | 2012-12-10 | 1 | -0/+21 |
* | Remove unused parameter from the method IsDomainMatch of the class CanonicalC... | markusheintz@chromium.org | 2012-11-30 | 4 | -22/+19 |
* | Add unittests to test the "IsOnPath" and "IsDomainMatch methods of the class ... | markusheintz@chromium.org | 2012-11-29 | 1 | -0/+57 |
* | Add unit tests for the method IsEquivalent of the class CanonicalCookie. | markusheintz@chromium.org | 2012-11-22 | 1 | -0/+83 |
* | net/cookies: Do not introduce a static initializer in perftest. | tfarina@chromium.org | 2012-11-22 | 1 | -40/+38 |
* | The "Create" method for creating a CanonicalCookie from a ParsedCookie uses t... | markusheintz@chromium.org | 2012-11-15 | 5 | -57/+122 |
* | net: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-14 | 2 | -9/+9 |
* | Account for server vs host clock skew in cookie expiration times. | pauljensen@chromium.org | 2012-11-01 | 5 | -7/+55 |
* | Revert 146616. | erikwright@chromium.org | 2012-10-02 | 5 | -55/+7 |
* | SampleSet -> HistogramSamples which can be reused by SparseHistogram | kaiwang@chromium.org | 2012-09-22 | 1 | -9/+10 |
* | Sort includes in cookie_monster.h. | pliard@chromium.org | 2012-08-14 | 1 | -1/+1 |
* | Remove ENABLE_PERSISTENT_SESSION_COOKIES | jgreenwald@chromium.org | 2012-08-02 | 4 | -78/+0 |
* | Add a mutable version of CookieMonster::ParsedCookie | battre@chromium.org | 2012-08-02 | 3 | -59/+399 |
* | Do not inherit from std::vector. | tfarina@chromium.org | 2012-07-25 | 2 | -5/+2 |
* | Move files related to registry-controlled domains into a new net/base/registr... | pam@chromium.org | 2012-07-20 | 2 | -2/+2 |
* | Fixed namespace comments | battre@chromium.org | 2012-07-19 | 2 | -2/+2 |
* | Move CanonicalCookie into separate files | battre@chromium.org | 2012-07-18 | 12 | -774/+877 |
* | Fix 6 failures in net unittests on Android | yongsheng.zhu@intel.com | 2012-07-18 | 1 | -1/+44 |
* | Fix the failed case ThreadCheckDeleteSessionCookies on Android | yongsheng.zhu@intel.com | 2012-07-17 | 1 | -0/+11 |
* | Account for server vs host clock skew in cookie expiration times. | pauljensen@chromium.org | 2012-07-13 | 3 | -6/+54 |
* | Extract ParsedCookie into a top level class | battre@chromium.org | 2012-07-12 | 8 | -656/+724 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 8 | -8/+0 |
* | Remove the force_session cookie option, as it's not used anymore | jochen@chromium.org | 2012-07-11 | 5 | -112/+22 |
* | Add CookieMonster::SetEnableFileScheme and CookieMonster::IsCookieableScheme | jgreenwald@chromium.org | 2012-06-12 | 2 | -7/+31 |
* | Unwire the clear on exit preference from the storage systems. | jochen@chromium.org | 2012-06-05 | 5 | -26/+12 |
* | Moved the ThreadCheckDeleteSessionCookies from cookie_monster_unittest to coo... | droger@google.com | 2012-05-04 | 2 | -37/+40 |
* | 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 | 5 | -35/+108 |
* | Add CookieStore::DeleteSessionCookiesAsync method. | husky@chromium.org | 2012-04-25 | 6 | -0/+123 |
* | Fix some grammar in comments, error messages and documentation. | gavinp@chromium.org | 2012-04-03 | 2 | -3/+4 |
* | Move the cookie store implementation into its own directory. | erikwright@chromium.org | 2012-03-15 | 18 | -0/+9097 |