index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
/
cookie_monster_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cookie transfer for initial account creation case on ChromeOS.
zelidrag@chromium.org
2011-07-20
1
-0
/
+37
*
Define an asynchronous API for CookieStore.
ycxiao@chromium.org
2011-07-12
1
-547
/
+1211
*
MAC Cookies (patch 5 of N)
abarth@chromium.org
2011-05-16
1
-2
/
+0
*
MAC Cookies (patch 3 of N)
abarth@chromium.org
2011-05-12
1
-0
/
+31
*
MAC Cookies (patch 1 of N)
abarth@chromium.org
2011-04-30
1
-0
/
+29
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-1
/
+1
*
Remove CookieMonster bug catching stuff.
rdsmith@chromium.org
2011-03-31
1
-11
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Remove most unnecessary uses of "net::" in net/base/.
adamk@chromium.org
2011-03-25
1
-122
/
+122
*
Don't record expiration time of unexpiring cookies.
rdsmith@chromium.org
2011-03-17
1
-0
/
+31
*
Keep expired and file: cookies when using the cookie monster as dumb data store
jochen@chromium.org
2011-03-15
1
-0
/
+28
*
Temporarily disable CookieMonsterTest.GarbageCollectionTriggers, since it is ...
eroman@chromium.org
2011-03-11
1
-1
/
+7
*
Added new checks:
rdsmith@chromium.org
2011-03-10
1
-4
/
+4
*
Add in a checker to help narrow down 74585.
eroman@chromium.org
2011-03-10
1
-0
/
+4
*
Show the origin of the site setting the cookie instead of the domain of the
rogerta@chromium.org
2011-02-24
1
-0
/
+30
*
Clean up net unit testing code.
erg@google.com
2011-01-26
1
-0
/
+1
*
Revert "Clean up net unit testing code." since it breaks the shlib builder.
erg@google.com
2011-01-25
1
-1
/
+0
*
Clean up net unit testing code.
erg@google.com
2011-01-25
1
-0
/
+1
*
Remove base/platform_thread.h stub and fix up all callers to use the new loca...
brettw@google.com
2011-01-01
1
-3
/
+3
*
Add Flush(Task*) method to CookieMonster.
rdsmith@chromium.org
2010-12-23
1
-0
/
+104
*
Also register read cookies in the content settings delegate.
jochen@chromium.org
2010-12-07
1
-0
/
+11
*
Make the cookie list a class (instead of a typedef inside CookieMonster)...
jochen@chromium.org
2010-12-03
1
-21
/
+18
*
Make sure a cookie can be deleted, even when forced to session only.
jochen@chromium.org
2010-11-16
1
-0
/
+28
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-7
/
+7
*
Don't use last_access_time vs. Now() comparison to mean "all cookies".
rdsmith@google.com
2010-10-29
1
-2
/
+1
*
Mark CookieMonsterTest.GarbageCollectionTriggers as FLAKY.
eroman@chromium.org
2010-10-20
1
-1
/
+2
*
Don't rely on "access_time < Time::Now()" to indicate "all cookies".
rdsmith@google.com
2010-10-18
1
-8
/
+1
*
CookieMonsterTest.TestHostGarbageCollection fails net_unittests on Modules XP
dhollowa@chromium.org
2010-10-06
1
-1
/
+8
*
clang/mac: Fix almost all problems when building all.xcodeproj.
thakis@chromium.org
2010-10-04
1
-7
/
+7
*
This is the final change for issue 8850, changing the expiry behavior
rdsmith@google.com
2010-10-01
1
-123
/
+129
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-5
/
+6
*
This CL changes our per-domain limits to be per-effective domain.
rdsmith@chromium.org
2010-09-07
1
-17
/
+237
*
Change, unify, and specify ordering of cookies from CookieMonster.
rdsmith@chromium.org
2010-08-27
1
-0
/
+45
*
More cleanup relating to the domain now being part of the CanonicalCookie:
rdsmith@chromium.org
2010-08-06
1
-64
/
+40
*
TBR: rdsmith
rdsmith@google.com
2010-07-28
1
-0
/
+0
*
Fixes targeting the unique creation times invariant in the CookieMonster:
rdsmith@google.com
2010-07-28
1
-143
/
+150
*
Changed type CookieList to being a vector CanonicalCookies.
rdsmith@google.com
2010-07-21
1
-70
/
+65
*
Converted CanonicalCookies over to containing a domain.
rdsmith@google.com
2010-07-14
1
-1
/
+4
*
Fix bug in DeleteAllForURL; deletes entire store instead of just
rdsmith@google.com
2010-07-07
1
-0
/
+150
*
Revert 51544 - I think the chances are noticeably above zero that this
rdsmith@google.com
2010-07-02
1
-150
/
+0
*
Fix bug in DeleteAllForURL; deletes entire store instead of just
rdsmith@google.com
2010-07-02
1
-0
/
+150
*
Modifies CookieMonster to ease support for the Chrome Extensions cookies API.
cindylau@google.com
2010-04-30
1
-3
/
+122
*
Reland r42473. Add a delegate to CookieMonster and broadcast notifications ab...
jochen@chromium.org
2010-03-25
1
-38
/
+146
*
Revert 42473 - Add a delegate to CookieMonster and broadcast notifications ab...
dhollowa@chromium.org
2010-03-24
1
-146
/
+38
*
Add a delegate to CookieMonster and broadcast notifications about changes to ...
jochen@chromium.org
2010-03-24
1
-38
/
+146
*
Recover from inconsistent cookie database.
eroman@chromium.org
2010-02-12
1
-2
/
+134
*
Revert the revert... This has the cumulative effect of relanding 38694.
eroman@chromium.org
2010-02-11
1
-40
/
+219
*
Revert 38694 - For some reason this seems to be hanging chrome frame tests, e...
eroman@chromium.org
2010-02-10
1
-219
/
+40
*
Add some tests to CookieMonster for overwriting persistent cookies, and check...
eroman@chromium.org
2010-02-10
1
-40
/
+219
*
Add path filtering into the GetAllCookiesForURL.
pfeldman@chromium.org
2010-02-04
1
-12
/
+60
[next]