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
/
chrome
/
browser
/
net
/
sqlite_persistent_cookie_store.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't preload the Cookie DB. Sacrifice total load time to get the first resul...
erikwright@chromium.org
2011-12-20
1
-2
/
+0
*
base::Bind: Easy pickings in net/base.
jhawkins@chromium.org
2011-12-20
1
-8
/
+10
*
SQLitePersistentCookieStore fix: Don't abuse SQL_FROM_HERE.
marja@chromium.org
2011-12-08
1
-10
/
+11
*
Abort in-flight load tasks if the DB has been closed.
erikwright@chromium.org
2011-12-07
1
-3
/
+8
*
Add new histograms to track down cookie performance issues.
erikwright@chromium.org
2011-12-06
1
-7
/
+56
*
Store session cookies and restore them if chrome crashes or autorestarts.
marja@chromium.org
2011-12-05
1
-18
/
+77
*
base::Bind fixes
groby@chromium.org
2011-11-17
1
-4
/
+4
*
Add/change metrics for cookie store loading:
erikwright@chromium.org
2011-11-14
1
-15
/
+135
*
CookieMonster: Store expiration time also for session cookies.
marja@chromium.org
2011-11-10
1
-1
/
+2
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
The change list splits loading of cookies from DB by the domain key(eTLD+1).
guohui@google.com
2011-10-17
1
-56
/
+220
*
Revert 105639 - The change list splits loading of cookies from DB by the doma...
guohui@chromium.org
2011-10-15
1
-220
/
+56
*
The change list splits loading of cookies from DB by the domain key(eTLD+1).
guohui@google.com
2011-10-15
1
-56
/
+220
*
Third try at committing this.
erikwright@chromium.org
2011-09-13
1
-19
/
+69
*
Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...
erikwright@chromium.org
2011-09-09
1
-69
/
+19
*
Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...
erikwright@chromium.org
2011-09-09
1
-19
/
+69
*
Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...
estade@chromium.org
2011-09-09
1
-69
/
+19
*
Finalize a CL originally by departed intern ycxiao@ that detaches the loading...
erikwright@chromium.org
2011-09-08
1
-19
/
+69
*
Move app/sql/* files to sql/ directory.
tfarina@chromium.org
2011-07-19
1
-3
/
+3
*
Added IF NOT EXISTS to the cookie_times index creation statement
kristianm@chromium.org
2011-06-06
1
-1
/
+2
*
MAC Cookies (patch 1 of N)
abarth@chromium.org
2011-04-30
1
-0
/
+2
*
Cleanup: Standardizing argument order for CanonicalCookie constructors.
mkwst@chromium.org
2011-04-19
1
-4
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-3
/
+3
*
Initial support for partitioning cookies for isolated apps.
creis@google.com
2011-03-15
1
-0
/
+12
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
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
-0
/
+3
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-4
/
+4
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Add Flush(Task*) method to CookieMonster.
rdsmith@chromium.org
2010-12-23
1
-0
/
+23
*
Refactored cookies persistent store clean-up on shutdown.
pastarmovj@chromium.org
2010-12-06
1
-8
/
+22
*
Move database handling code to the Backend class to clean up the interface.
pastarmovj@chromium.org
2010-12-03
1
-167
/
+185
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part21:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Rename ChromeThread to BrowserThread Part8:
tfarina@chromium.org
2010-10-09
1
-10
/
+11
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-0
/
+1
*
Fixed typo where I was using "net." prefix rather than "Net." prefix. Also c...
rdsmith@chromium.org
2010-09-10
1
-1
/
+1
*
This CL changes our per-domain limits to be per-effective domain.
rdsmith@chromium.org
2010-09-07
1
-17
/
+8
*
More cleanup relating to the domain now being part of the CanonicalCookie:
rdsmith@chromium.org
2010-08-06
1
-4
/
+2
*
Converted CanonicalCookies over to containing a domain.
rdsmith@google.com
2010-07-14
1
-0
/
+1
*
Initial commit of CookieMonster statistics.
rdsmith@google.com
2010-06-22
1
-1
/
+3
*
Reland 37913. Clear local state on exit.
jochen@chromium.org
2010-02-03
1
-1
/
+8
*
Revert 37913 - Clear local state (cookies, databases, local storage) on exit.
chase@chromium.org
2010-02-03
1
-8
/
+1
*
Clear local state (cookies, databases, local storage) on exit.
jochen@chromium.org
2010-02-03
1
-1
/
+8
*
Seventh patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-06
1
-6
/
+8
*
Simplify threading in browser thread by making only ChromeThread deal with di...
jam@chromium.org
2009-10-27
1
-20
/
+15
*
revert r29588.
estade@chromium.org
2009-10-21
1
-62
/
+21
*
SQL cookie store: Safely post to DB thread from IO thread.
estade@chromium.org
2009-10-20
1
-21
/
+62
*
Move the sqlite error handler to a single location
cpu@chromium.org
2009-10-15
1
-22
/
+2
*
Convert history to use new sql wrappers. Enhance wrappers in several ways to
brettw@chromium.org
2009-10-02
1
-1
/
+1
[next]