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
/
cookies
/
cookie_monster_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
GetEffectiveDomain should handle ws scheme as same as http scheme.
yhirano
2015-01-29
1
-0
/
+61
*
Cleanup: Better constify some strings in net/.
thestig
2015-01-24
1
-6
/
+6
*
Add canonical cookies on cookie changed callbacks.
msarda
2014-10-30
1
-34
/
+66
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
1
-1
/
+1
*
Add AddCallbackForCookie method to CookieStore.
ellyjones
2014-10-27
1
-0
/
+116
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-10
/
+9
*
Convert ARRAYSIZE_UNSAFE -> arraysize in net/.
viettrungluu
2014-10-16
1
-2
/
+2
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-7
/
+7
*
Fix copying of SAML IdP cookies on subsequent logins
bartfab
2014-09-05
1
-2
/
+2
*
Templatize IntResultCookieCallback and BoolResultCookieCallback
tyoshino@chromium.org
2014-04-01
1
-33
/
+48
*
Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...
ajwong@chromium.org
2014-01-04
1
-1
/
+1
*
Revert 242913 "Make CookieMonster::Delegate top-level and remove..."
esprehn@chromium.org
2014-01-03
1
-1
/
+1
*
Make CookieMonster::Delegate top-level and remove global CookieMonster::Enabl...
ajwong@chromium.org
2014-01-03
1
-1
/
+1
*
Promote the priority aware cookie eviction algorithm from experimental status.
erikwright@chromium.org
2013-11-02
1
-1
/
+0
*
Fix threading issue in CookieMonster task ordering.
torne@chromium.org
2013-10-30
1
-7
/
+3
*
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
[next]