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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing support for EKS_DISCARD_RECENT_AND_PURGE_DOMAIN
mmaxfield@google.com
2012-02-11
1
-56
/
+9
*
Coverity: Fixing pass by value bugs
dpapad@chromium.org
2011-12-20
1
-2
/
+2
*
base::Bind: Easy pickings in net/base.
jhawkins@chromium.org
2011-12-20
1
-4
/
+4
*
Store session cookies and restore them if chrome crashes or autorestarts.
marja@chromium.org
2011-12-05
1
-5
/
+21
*
Mark a cookie as session cookie, if the expiry date cannot be parsed
jochen@chromium.org
2011-11-22
1
-1
/
+1
*
Creation of cookie_utils.
droger@google.com
2011-11-17
1
-76
/
+11
*
Revert 110099 - Creation of cookie_utils.
joi@chromium.org
2011-11-15
1
-11
/
+76
*
Creation of cookie_utils.
droger@google.com
2011-11-15
1
-76
/
+11
*
Add/change metrics for cookie store loading:
erikwright@chromium.org
2011-11-14
1
-2
/
+3
*
CookieMonster: Store expiration time also for session cookies.
marja@chromium.org
2011-11-10
1
-29
/
+23
*
The change list splits loading of cookies from DB by the domain key(eTLD+1).
guohui@google.com
2011-10-17
1
-24
/
+92
*
Revert 105639 - The change list splits loading of cookies from DB by the doma...
guohui@chromium.org
2011-10-15
1
-92
/
+24
*
The change list splits loading of cookies from DB by the domain key(eTLD+1).
guohui@google.com
2011-10-15
1
-24
/
+92
*
Third try at committing this.
erikwright@chromium.org
2011-09-13
1
-121
/
+585
*
Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...
erikwright@chromium.org
2011-09-09
1
-585
/
+121
*
Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...
erikwright@chromium.org
2011-09-09
1
-121
/
+585
*
Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...
estade@chromium.org
2011-09-09
1
-585
/
+121
*
Finalize a CL originally by departed intern ycxiao@ that detaches the loading...
erikwright@chromium.org
2011-09-08
1
-121
/
+585
*
base: Fix the TODO in string_util.h
tfarina@chromium.org
2011-08-17
1
-0
/
+1
*
Update asynchronous CookieMonster API to login_utils.
ycxiao@chromium.org
2011-08-12
1
-3
/
+1
*
Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...
ycxiao@chromium.org
2011-08-12
1
-0
/
+25
*
Revert 95825 - Update asynchronous CookieMonster API to login_utils.
fischman@chromium.org
2011-08-08
1
-1
/
+3
*
Update asynchronous CookieMonster API to login_utils.
ycxiao@chromium.org
2011-08-08
1
-3
/
+1
*
Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel...
yzshen@chromium.org
2011-08-05
1
-22
/
+0
*
Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...
ycxiao@chromium.org
2011-08-04
1
-0
/
+22
*
Cookie transfer for initial account creation case on ChromeOS.
zelidrag@chromium.org
2011-07-20
1
-0
/
+19
*
Define an asynchronous API for CookieStore.
ycxiao@chromium.org
2011-07-12
1
-3
/
+91
*
Upstream android net related code (part3)
michaelbai@google.com
2011-07-11
1
-0
/
+19
*
Remove out-of-date comments that refer to old cookie implementations and specs.
abarth@chromium.org
2011-06-15
1
-23
/
+0
*
MAC Cookies (patch 5 of N)
abarth@chromium.org
2011-05-16
1
-1
/
+1
*
MAC Cookies (patch 3 of N)
abarth@chromium.org
2011-05-12
1
-20
/
+69
*
More progress towards removing content settings code from the content layer. ...
jam@chromium.org
2011-05-10
1
-1
/
+1
*
MAC Cookies (patch 1 of N)
abarth@chromium.org
2011-04-30
1
-20
/
+40
*
Cleanup: Standardizing argument order for CanonicalCookie constructors.
mkwst@chromium.org
2011-04-19
1
-25
/
+28
*
Remove CookieMonster bug catching stuff.
rdsmith@chromium.org
2011-03-31
1
-118
/
+2
*
Adding 'explicit_expiration' cause to 'OnCookieChanged'
jochen@chromium.org
2011-03-30
1
-4
/
+10
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Remove most unnecessary uses of "net::" in net/base/.
adamk@chromium.org
2011-03-25
1
-2
/
+2
*
Adding `cause` to the cookie extension API's onchanged event signature.
jochen@chromium.org
2011-03-23
1
-4
/
+48
*
Don't record expiration time of unexpiring cookies.
rdsmith@chromium.org
2011-03-17
1
-2
/
+5
*
Add some additional instrumention for bug 74585. It does the following:
eroman@chromium.org
2011-03-16
1
-4
/
+78
*
Keep expired and file: cookies when using the cookie monster as dumb data store
jochen@chromium.org
2011-03-15
1
-5
/
+19
*
Litter CookieMonster with some more assertions, to hopefully crash earlier wh...
eroman@chromium.org
2011-03-11
1
-1
/
+27
*
Added new checks:
rdsmith@chromium.org
2011-03-10
1
-3
/
+11
*
Add in a checker to help narrow down 74585.
eroman@chromium.org
2011-03-10
1
-0
/
+8
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Show the origin of the site setting the cookie instead of the domain of the
rogerta@chromium.org
2011-02-24
1
-20
/
+36
*
Fix Coverity UNINIT_CTOR defects in constructors.
wtc@chromium.org
2011-02-11
1
-2
/
+5
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-13
/
+13
*
More reordering the methods in headers in net/.
erg@chromium.org
2011-01-11
1
-880
/
+881
[next]