dwitte@stanford.edu
|
2cb7df8b9b
|
trivial errors-as-warnings fix for gcc4.3.
|
2008-02-02 21:06:57 -08:00 |
|
dwitte@stanford.edu
|
c85305535f
|
remove NS_WARNING to reduce debug spew. debug-only change.
|
2008-01-02 13:16:53 -08:00 |
|
dwitte@stanford.edu
|
40c9289d49
|
relanding bug 385299 and updating tests.
|
2007-12-04 16:03:22 -08:00 |
|
dwitte@stanford.edu
|
b8694550dd
|
backing out due to orange
|
2007-12-04 15:02:24 -08:00 |
|
dwitte@stanford.edu
|
a45f4e89bb
|
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 14:26:42 -08:00 |
|
dwitte@stanford.edu
|
d4bd559e72
|
backing out the kitchen sink.
|
2007-11-19 02:15:55 -08:00 |
|
dwitte@stanford.edu
|
3c7720c189
|
still investigating mac Tp impact.
|
2007-11-19 01:08:07 -08:00 |
|
dwitte@stanford.edu
|
587df3075f
|
back out change.
|
2007-11-18 23:26:36 -08:00 |
|
dwitte@stanford.edu
|
c9db978573
|
investigating orange.
|
2007-11-18 22:41:53 -08:00 |
|
dwitte@stanford.edu
|
706d788fab
|
relanding modified patch for bug 403372.
|
2007-11-18 00:08:34 -08:00 |
|
dwitte@stanford.edu
|
539f79ae83
|
relanding teeny tiny part of patch to investigate Tp impact
|
2007-11-17 03:05:01 -08:00 |
|
reed@reedloden.com
|
ffbf8516ba
|
Back out dwitte's cookie monster patch (bug 403372) due to Tp regression.
|
2007-11-17 01:49:18 -08:00 |
|
dwitte@stanford.edu
|
d59473ccc8
|
relanding bug 403372.
|
2007-11-16 22:08:10 -08:00 |
|
dwitte@stanford.edu
|
774846d1ce
|
backing out to fix orange.
|
2007-11-16 19:40:34 -08:00 |
|
dwitte@stanford.edu
|
65a58cba29
|
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-16 18:54:51 -08:00 |
|
dwitte@stanford.edu
|
af89b9cfcd
|
updating comment to address review comments in bug 397238.
|
2007-11-13 17:36:54 -08:00 |
|
neil@parkwaycc.co.uk
|
9a9c281154
|
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 01:28:22 -08:00 |
|
dwitte@stanford.edu
|
fdb7f13e8a
|
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 11:29:12 -08:00 |
|
dwitte@stanford.edu
|
50bafc5659
|
bustage fix for bug 401998.
|
2007-11-02 19:15:47 -07:00 |
|
dwitte@stanford.edu
|
ad951d770a
|
add logging coverage for cookie eviction and db operations. b=401998, r+sr=mconnor, a=beltzner
|
2007-11-01 15:34:16 -07:00 |
|
dwitte@stanford.edu
|
fdeb6309d5
|
fix debug compile error in nsCookie.h. b=394243, r+sr=biesi, a=mconnor
|
2007-10-04 12:24:00 -07:00 |
|
dwitte@stanford.edu
|
1bba2a6417
|
tweak documentation for countCookiesFromHost. b=394460, npob.
|
2007-09-03 19:07:23 -07:00 |
|
sdwilsh@shawnwilsher.com
|
0337ffd116
|
Bug 389575 - Add WARNINGS_AS_ERRORS compile time flag. r=bsmedberg NPOTFB.
|
2007-08-28 09:02:43 -07:00 |
|
dwitte@stanford.edu
|
88b3d4896c
|
Use getters and setters for database schema version. b=386369, p=sdwilsh, r=dwitte, sr=biesi.
|
2007-07-16 14:05:35 -07:00 |
|
dwitte@stanford.edu
|
31d7ad3b22
|
web content can set httponly cookie by overwriting a non-httponly one. b=387543, p=dveditz, r=dwitte, sr=mconnor.
|
2007-07-10 20:21:07 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
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 00:08:04 -07:00 |
|
dwitte@stanford.edu
|
1ad6eb2554
|
remove nsICookieServiceInternal. b=384990, r+sr=biesi
|
2007-06-26 03:41:58 -07:00 |
|
dwitte@stanford.edu
|
f03c281249
|
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 01:36:50 -07:00 |
|
dwitte@stanford.edu
|
1543d48f1b
|
removing redeclaration, r+sr+ui-r+a=sdwilsh
|
2007-06-25 22:28:25 -07:00 |
|
dwitte@stanford.edu
|
8afd980244
|
fix typo from storage checkin.
|
2007-06-25 22:10:33 -07:00 |
|
dwitte@stanford.edu
|
e55450dea9
|
remove p3p hooks from cookies. b=383994, r=timeless, sr=biesi
|
2007-06-20 22:17:08 -07:00 |
|
dwitte@stanford.edu
|
703d65b306
|
rev nsICookieManager2 interface to allow adding httpOnly cookies, and update consumers to match. b=379408, r+sr=biesi.
|
2007-06-17 16:40:40 -07:00 |
|
dwitte@stanford.edu
|
7e8c0cc18e
|
switch cookies over to mozStorage. b=230933, r=sdwilsh, sr=mconnor.
remove nsInt64 usage from cookies, b=384225, r+sr=biesi.
|
2007-06-17 14:52:22 -07:00 |
|
dveditz@cruzio.com
|
f6877b70d3
|
bug 373228 incorporate additional review comments after initial checkin, r=dwitte, a=release-drivers
|
2007-05-07 04:14:01 -07:00 |
|
dwitte@stanford.edu
|
ec6657c4bd
|
tweak some comments to reflect the changes in bug 240963.
|
2007-05-05 18:29:44 -07:00 |
|
dwitte@stanford.edu
|
29ca525e36
|
implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.bug 379239, r=mvl, sr=biesi
|
2007-05-05 14:09:54 -07:00 |
|
dveditz@cruzio.com
|
26ebf9833f
|
bug 373228 prevent cookies with long paths from taking too much space, r=dwitte, a=juanb
|
2007-05-01 01:14:49 -07:00 |
|
dwitte@stanford.edu
|
ce9b9bdb62
|
comment sp fix.
|
2007-04-29 00:52:23 -07:00 |
|
benjamin@smedbergs.us
|
2e25a321f8
|
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 07:21:53 -07:00 |
|
gijskruitbosch@gmail.com
|
e27f89009b
|
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 10:34:12 -07:00 |
|
dbaron@dbaron.org
|
a7d9802f77
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 08:34:59 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|