reed%reedloden.com
|
9441ef1ee3
|
Bug 407845 - "nsCookieService::FindCookie() shouldn't return expired cookies" [p=dwitte@stanford.edu (Dan Witte [dwitte]) r+sr=biesi a1.9=damons]
|
2008-04-08 19:24:58 +00:00 |
sdwilsh%shawnwilsher.com
|
4dc42ff373
|
Bug 423273 - Fix storage API to not break old behavior. r=shaver, sr=shaver, a=shaver
|
2008-03-24 22:14:40 +00:00 |
dwitte%stanford.edu
|
3d7e613144
|
fix followup review comments from bug 421494. r=mconnor, sr=bz
|
2008-03-16 09:30:29 +00:00 |
dwitte%stanford.edu
|
dabe103242
|
Bug 421494 - reimplement third party cookie blocking. r=mconnor, sr=bz, blocking1.9+
|
2008-03-12 07:53:58 +00:00 |
dwitte%stanford.edu
|
74c089d7ff
|
Bug 404225 - improve nsCookieService::GetEnumerator() performance. r+sr+a=shaver
|
2008-03-08 09:47:23 +00:00 |
dwitte%stanford.edu
|
fe5c819390
|
Bug 416207 - Update cookie/permission services from changes to mozIStorageService::OpenDatabase. r=sdwilsh, sr=mconnor, a=beltzner
|
2008-02-28 08:23:13 +00:00 |
benjamin%smedbergs.us
|
6ae402409d
|
Bug 409384 - Firefox 3.0b2 fauks to compile with gcc 4.3, r=dwitte+dbaron a=damons
|
2008-02-26 22:44:42 +00:00 |
tglek%mozilla.com
|
060c62ce9f
|
bug 398568: Fix prbool misuse in netwerk. r=biesi a=dsicore
|
2008-02-21 23:18:50 +00:00 |
dwitte%stanford.edu
|
f428dec64a
|
trivial errors-as-warnings fix for gcc4.3.
|
2008-02-03 05:06:57 +00:00 |
dwitte%stanford.edu
|
ecfbe8ec7b
|
remove NS_WARNING to reduce debug spew. debug-only change.
|
2008-01-02 21:16:53 +00:00 |
dwitte%stanford.edu
|
c81b6f5525
|
relanding bug 385299 and updating tests.
|
2007-12-05 00:03:22 +00:00 |
dwitte%stanford.edu
|
f3879b5f60
|
backing out due to orange
|
2007-12-04 23:02:24 +00:00 |
dwitte%stanford.edu
|
e5494a7143
|
Bug 385299 - use eTLD in cookies (stop sites setting cookies for the entire ".co.uk" domain). r=dveditz, sr=mconnor, blocking1.9+
|
2007-12-04 22:26:42 +00:00 |
dwitte%stanford.edu
|
9c7fee1ade
|
backing out the kitchen sink.
|
2007-11-19 10:15:55 +00:00 |
dwitte%stanford.edu
|
8e2c6e6a23
|
still investigating mac Tp impact.
|
2007-11-19 09:08:07 +00:00 |
dwitte%stanford.edu
|
2aed86fe82
|
back out change.
|
2007-11-19 07:26:36 +00:00 |
dwitte%stanford.edu
|
c64e748ec9
|
investigating orange.
|
2007-11-19 06:41:53 +00:00 |
dwitte%stanford.edu
|
f50624ca07
|
relanding modified patch for bug 403372.
|
2007-11-18 08:08:34 +00:00 |
dwitte%stanford.edu
|
c0555f3f2a
|
relanding teeny tiny part of patch to investigate Tp impact
|
2007-11-17 11:05:01 +00:00 |
reed%reedloden.com
|
85fc03ec8f
|
Back out dwitte's cookie monster patch (bug 403372) due to Tp regression.
|
2007-11-17 09:49:18 +00:00 |
dwitte%stanford.edu
|
15e51ab5b5
|
relanding bug 403372.
|
2007-11-17 06:08:10 +00:00 |
dwitte%stanford.edu
|
880d60bf20
|
backing out to fix orange.
|
2007-11-17 03:40:34 +00:00 |
dwitte%stanford.edu
|
5a8ce7ea82
|
leash up the cookiemonster (cookie eviction should be in lastaccessed order, bug 403372). r=sdwilsh, sr=shaver. also includes unnecessary code
removal fix by Marco Bonardo (mak77@supereva.it), bug 403767.
|
2007-11-17 02:54:51 +00:00 |
dwitte%stanford.edu
|
db7ed44a4c
|
updating comment to address review comments in bug 397238.
|
2007-11-14 01:36:54 +00:00 |
neil%parkwaycc.co.uk
|
635ec54d93
|
Bug 397238 Expose cookie import code so that profile migration doesn't have to duplicate it r=dwitte sr=biesi a=mtschrep
|
2007-11-12 09:28:22 +00:00 |
dwitte%stanford.edu
|
e3f9003fe2
|
Bug 402395 ��� Dangling semi-colon caused when "ac_add_options --disable-logging" throws warning in VS2005. patch by Masayuki Nakano
(masayuki@d-toybox.com), r=dwitte, sr=bsmedberg, a=beltzner for M9.
|
2007-11-05 19:29:12 +00:00 |
dwitte%stanford.edu
|
24741a4e47
|
bustage fix for bug 401998. b=402148,
patch by Michael Mullin (masmullin@gmail.com).
|
2007-11-03 02:15:47 +00:00 |
dwitte%stanford.edu
|
3fec05fb5a
|
add logging coverage for cookie eviction and db operations. b=401998, r+sr=mconnor, a=beltzner
|
2007-11-01 22:34:16 +00:00 |
dwitte%stanford.edu
|
2e0a92be23
|
fix debug compile error in nsCookie.h. b=394243, r+sr=biesi, a=mconnor
|
2007-10-04 19:24:00 +00:00 |
dwitte%stanford.edu
|
785c3d440b
|
tweak documentation for countCookiesFromHost. b=394460, npob.
|
2007-09-04 02:07:23 +00:00 |
sdwilsh%shawnwilsher.com
|
0cde3c689d
|
Bug 389575 - Add WARNINGS_AS_ERRORS compile time flag. r=bsmedberg NPOTFB.
|
2007-08-28 16:02:43 +00:00 |
dwitte%stanford.edu
|
c6fdade4ff
|
Use getters and setters for database schema version. b=386369, p=sdwilsh, r=dwitte, sr=biesi.
|
2007-07-16 21:05:35 +00:00 |
dwitte%stanford.edu
|
d11057da3c
|
web content can set httponly cookie by overwriting a non-httponly one. b=387543, p=dveditz, r=dwitte, sr=mconnor.
|
2007-07-11 03:21:07 +00:00 |
jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
dwitte%stanford.edu
|
e1d2d510e9
|
remove nsICookieServiceInternal. b=384990, r+sr=biesi
|
2007-06-26 10:41:59 +00:00 |
dwitte%stanford.edu
|
decdf58851
|
prevent creating, modifying, and deleting HttpOnly cookies from web content, and add unit tests to that effect. b=383181, r+sr=dveditz
|
2007-06-26 08:36:55 +00:00 |
dwitte%stanford.edu
|
8b23960d83
|
removing redeclaration, r+sr+ui-r+a=sdwilsh
|
2007-06-26 05:28:25 +00:00 |
dwitte%stanford.edu
|
d7dd0e4780
|
fix typo from storage checkin.
|
2007-06-26 05:10:33 +00:00 |
dwitte%stanford.edu
|
47ee96efc0
|
remove p3p hooks from cookies. b=383994, r=timeless, sr=biesi
|
2007-06-21 05:17:09 +00:00 |
dwitte%stanford.edu
|
baecdf2fb5
|
rev nsICookieManager2 interface to allow adding httpOnly cookies, and update consumers to match. b=379408, r+sr=biesi.
|
2007-06-17 23:40:41 +00:00 |
dwitte%stanford.edu
|
c45de3c235
|
switch cookies over to mozStorage. b=230933, r=sdwilsh, sr=mconnor.
remove nsInt64 usage from cookies, b=384225, r+sr=biesi.
|
2007-06-17 21:52:22 +00:00 |
dveditz%cruzio.com
|
10c3db121a
|
bug 373228 incorporate additional review comments after initial checkin, r=dwitte, a=release-drivers
|
2007-05-07 11:14:01 +00:00 |
dwitte%stanford.edu
|
f4d2c3dad6
|
tweak some comments to reflect the changes in bug 240963.
|
2007-05-06 01:29:44 +00:00 |
dwitte%stanford.edu
|
f2930f0e2d
|
implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.
bug 379239, r=mvl, sr=biesi
|
2007-05-05 21:09:54 +00:00 |
dveditz%cruzio.com
|
1b8681501b
|
bug 373228 prevent cookies with long paths from taking too much space, r=dwitte, a=juanb
|
2007-05-01 08:14:49 +00:00 |
dwitte%stanford.edu
|
af494e34f9
|
comment sp fix.
|
2007-04-29 07:52:23 +00:00 |
benjamin%smedbergs.us
|
3fb4912f5d
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 14:22:04 +00:00 |
gijskruitbosch%gmail.com
|
9cd5d95c7c
|
Bug 375488 - HttpOnly Cookies broken (exchanged httponly and secure arguments in function call)
p=ronny.perinke@gmx.de (Ronny Perinke)
r=mozilla@kaply.com
sr=darin.moz@gmail.com (Darin Fisher)
|
2007-03-27 17:34:12 +00:00 |
dbaron%dbaron.org
|
d2a7c1e86a
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 15:35:02 +00:00 |
mkaply%us.ibm.com
|
921e9a8206
|
Bug 178993 -patch from robert sayre and others - r=bsmedberg, dveditz, mvl, sr=darin - add HTTPOnly support
|
2007-03-14 17:22:01 +00:00 |