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
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
8
-9
/
+9
*
Use a direct include of time headers in net/, part 1.
avi@chromium.org
2013-06-28
6
-7
/
+7
*
Updated control chars in cookies histogram group to 'Cookie' and added histog...
jww@chromium.org
2013-06-11
1
-19
/
+24
*
Use a direct include of strings headers in net/android/, net/base/, net/cert/...
avi@chromium.org
2013-06-11
8
-11
/
+11
*
Update includes of message_loop_proxy.
brettw@chromium.org
2013-06-10
1
-1
/
+1
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
7
-615
/
+825
*
Added UMA measurement for how often we see control characters during cookie p...
jww@chromium.org
2013-05-29
1
-3
/
+36
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
7
-51
/
+60
*
Rename test callbacks for CookieStore to represent the argument type.
tyoshino@chromium.org
2013-05-22
4
-90
/
+99
*
Add support for split Public Suffix List distinctions.
nyquist@chromium.org
2013-05-14
2
-4
/
+7
*
Rename names of queues in CookieMonster to less confusing ones.
tyoshino@chromium.org
2013-05-14
2
-31
/
+33
*
Revert 199771 "Add support for split Public Suffix List distinct..."
nyquist@chromium.org
2013-05-13
2
-7
/
+4
*
Add support for split Public Suffix List distinctions.
nyquist@chromium.org
2013-05-13
2
-4
/
+7
*
Implementing priority-aware cookie eviction algorithm.
huangs@chromium.org
2013-05-02
3
-139
/
+380
*
Unit test for CookieStore::DeleteSessionCookies
droger@chromium.org
2013-04-30
1
-1
/
+18
*
Add a way to query a cookie store whether any cookies exist for a given
tburkard@chromium.org
2013-04-19
2
-0
/
+61
*
Adding Priority field to cookies.
erikwright@chromium.org
2013-04-19
13
-117
/
+362
*
Move SQLitePersistentCookieStore to content
sky@chromium.org
2013-04-10
3
-1
/
+13
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
6
-77
/
+142
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
6
-142
/
+77
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
6
-77
/
+142
*
Implementing EvictedDomainCookieCounter to keep statistics on cookie eviction...
huangs@chromium.org
2013-04-08
2
-2
/
+2
*
Move MessageLoop to base namespace.
brettw@chromium.org
2013-03-31
1
-5
/
+4
*
Fix the EmptyExpires cookie store test on iOS
droger@chromium.org
2013-03-19
1
-0
/
+2
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-1
/
+1
*
Ignore an empty expiry attribute, as per RFC.
erikwright@chromium.org
2013-03-13
4
-2
/
+63
*
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
[next]