bzbarsky%mit.edu
02105d9df4
Detect <iframe> as HTML. Bug 224932, r+sr=darin
2003-11-13 23:22:49 +00:00
cbiesinger%web.de
86a6cb09ce
bug 223990. Should have a getPrimaryExtensionForType function
...
r=bzbarsky sr=darin
also changes nsIMIMEService functions to start with a lowercase letter (only affects JS Callers)
2003-11-13 23:00:55 +00:00
darin%meer.net
e4ebafaa4b
fix uninitialized variable warning, bug 204503, patch by alfredkayser@nl.ibm.com, r+sr=darin
2003-11-12 20:09:05 +00:00
cbiesinger%web.de
fada1ad2ce
bug 225362. nsIStreamConverter.idl has an outdated comment. this patch also
...
fixes indentation of some lines. r+sr=darin
2003-11-12 09:37:35 +00:00
caillon%returnzero.com
500a2f874e
Get rid of an addref/release pair and be explicit about deleting our nsCookie when AddCookieToList fails, rather than it just magically dissappearing via the addref/release pair in the callee.
...
Bug 225203
r=dwitte; sr=jst
2003-11-11 09:39:32 +00:00
darin%meer.net
83b8afa950
removing dead MacOS9 code
2003-11-11 07:32:34 +00:00
darin%meer.net
df6de13bdc
fixes bug 224320 "remove bogus IsDirectory canonicalization" r=dougt
2003-11-11 07:31:47 +00:00
dwitte%stanford.edu
e466288f41
removing evil reference to a certain OS. comment-only change.
2003-11-11 05:00:25 +00:00
cbiesinger%web.de
891b75f739
#include <..> -> #include ".."
2003-11-10 00:01:17 +00:00
cbiesinger%web.de
d2756f1681
fix case of header file (fixes bustage probably)
2003-11-09 23:59:11 +00:00
cbiesinger%web.de
04afaca1f8
adding test program to test synchronous open of channels, rs=darin
2003-11-09 23:44:02 +00:00
darin%meer.net
582bc3f22c
fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky
2003-11-09 22:49:57 +00:00
darin%meer.net
b6c874b805
minor IDL tweak to make getNextAddr return PRNetAddr instead -- does not
...
change the binary interface. r=botbot
2003-11-09 01:29:58 +00:00
timeless%mozdev.org
4b3b30a355
Bug 49813 "threadsafe" nsDirectoryIndexStream uses nsDirEnumeratorUnix triggering "not thread-safe" assertion
...
r=darin sr=darin
2003-11-05 12:39:05 +00:00
bzbarsky%mit.edu
fa6142d08b
Treat any 1xx response like a 100 response. Bug 224537, r+sr=darin
2003-11-04 02:20:54 +00:00
darin%meer.net
2e48347cf6
adding additional comments to last patch, b=223145
2003-11-03 09:10:57 +00:00
darin%meer.net
bb123973dd
fixes bug 223145 "Numeric IPv6 addresses don't work" patch=lorenzo@colitti.com r+sr=darin
2003-11-03 08:54:49 +00:00
darin%meer.net
d5c92b85c2
fixes bug 223861 "default value of network.dnsCacheExpiration should be reduced" r=dougt sr=brendan
2003-11-03 05:55:07 +00:00
peter%propagandism.org
37a61782f2
Restoring fix for bug 224231, didn't affect btek's Tp.
2003-11-02 15:16:24 +00:00
peter%propagandism.org
c782f4ee1c
Back out a part of the fix for bug 224231 to see if it affects btek's Tp.
2003-11-02 13:51:42 +00:00
peter%propagandism.org
f9f591a28f
Fix for bug 224231 (Need AppendASCIItoUTF16). r=jst, sr=dbaron.
2003-11-01 10:57:41 +00:00
dwitte%stanford.edu
b8022e8ecf
staticify a couple of class methods.
2003-10-31 08:44:00 +00:00
cbiesinger%web.de
c4813304a0
bug 223143 nsHttpChannel::Suspend and Resume always return NS_OK
...
r=darin sr=bz
2003-10-30 21:27:38 +00:00
dwitte%stanford.edu
b5e36cc833
fixing indentation.
2003-10-30 05:25:35 +00:00
dwitte%stanford.edu
88e457367f
removing reference to unused file
2003-10-30 05:16:51 +00:00
dwitte%stanford.edu
a2ed6657c8
removing unused file
2003-10-30 05:11:54 +00:00
dwitte%stanford.edu
2a9ecd8962
moving TestCookie into its new netwerk/test home.
...
find blame for the old TestCookie in the attic for
mozilla/extensions/cookie/tests/TestCookie.cpp.
2003-10-30 03:28:28 +00:00
darin%meer.net
c22e4d211c
fixes bug 180049 "Authentication Plugins" patch=cneberg@sandia.gov r=darin sr=bzbarsky
2003-10-30 03:27:53 +00:00
dwitte%stanford.edu
0af383bc06
remove support for network.cookies.strictDomains pref, since there's not much point in keeping it around.
...
b=223617, r+sr=darin, thanks to mvl for testing.
2003-10-30 03:13:54 +00:00
dwitte%stanford.edu
359f90d96a
remove nsCCookieManager.h in favor of nsNetCID.h.
...
b=221886, r+sr=darin
2003-10-30 02:59:31 +00:00
dwitte%stanford.edu
b6f814cb06
polish the nsICookieManager2::Add interface a tad.
...
b=222343, r=danm, sr=darin.
2003-10-30 02:50:11 +00:00
dwitte%stanford.edu
c7754ba02e
optimize nsCookie a tad by not storing an isDomain parameter.
...
b=223289 r+sr=darin
2003-10-30 02:43:07 +00:00
darin%meer.net
51894183eb
fixes bug 223352 "correct condition variable and timeout logic in nsIOThreadPool::ThreadFunc" r=wtc sr=bzbarsky
2003-10-30 02:32:52 +00:00
darin%meer.net
164a11fd94
fixes bug 86846 "PAC: Cannot display alert() in autproxy config file" r=biesi sr=bzbarsky
2003-10-30 02:20:08 +00:00
darin%meer.net
970a2e0a1d
fixes bug 198806 "Image data memory leak resulting when images are saved (from browser tab)" r=dougt sr=bzbarsky
2003-10-30 02:18:26 +00:00
timeless%mozdev.org
8f9b9cc7ed
Bug 224016 unused variable nsresult result' in function
int main(int, char**)'
...
r=darin sr=darin
2003-10-30 02:11:45 +00:00
timeless%mozdev.org
74e144e261
Bug 222085 warning: initializer does not fit or is out of range: -1
...
r=darin sr=darin
2003-10-30 02:07:31 +00:00
dwitte%stanford.edu
6e0efb8f0e
er, for real this time...
2003-10-26 01:17:13 +00:00
dwitte%stanford.edu
5304eba08b
fix the domainwalking hashtable code to do a lookup for the toplevel domain. this fixes a regression where cookies for "localhost" weren't getting sent.
...
b=223365, r=mvl, sr=darin, a=asa.
2003-10-26 01:13:23 +00:00
darin%meer.net
478ea8f332
fixes bug 221491 "crash [@ nsHostResolver::GetHostToLookup]" r=dougt sr=bzbarsky a=dbaron
2003-10-25 23:48:33 +00:00
dwitte%stanford.edu
e42be4a132
move cookies to use hashtables instead of a sorted list, and implement a sane notifications
...
system for cookies and permissions. this will improve perf a bunch, and also sets the stage
for a more performant and flexible cookiemanager UI by providing better notifications.
bugs 143939 and 221185, with r=bsmedberg+mvl, sr=darin and r=mvl, sr=bz respectively.
2003-10-22 06:53:19 +00:00
darin%meer.net
2e10e7d59d
fixes bug 222588 "Mozilla creates too many threads and seems to never terminate them" r=timeless sr=bzbarsky
2003-10-22 06:38:39 +00:00
caillon%returnzero.com
66caced69a
Re-land patch for bug 83536, merging principal objects.
...
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
kairo%kairo.at
7b21e2d4eb
bug 154927 - automate localeVersion updates based on milestone.txt - we'll now create all those files during compile time from .in files, r=leaf, sr=bz
2003-10-18 17:54:07 +00:00
cbiesinger%web.de
84f8e15590
removing obsolete comment, r+sr=darin
2003-10-17 20:56:44 +00:00
dwitte%stanford.edu
b0c03defea
unfork the core cookie backend prefs, between mozilla & firebird. this makes the cookie backend GRE-friendly. it also breaks firebird, but that's their own fault. (a firebird fix will be landing shortly).
...
b=221078, r=caillon, sr=darin.
2003-10-16 20:54:29 +00:00
dwitte%stanford.edu
9c84bccbd4
make the cookie whitelist override the "limit cookie lifetime to session" pref. this allows the user to whitelist certain sites for setting permanent cookies, while non-whitelisted sites are downgraded to session cookies. also adds an "downgrade cookies from this site to session" permissionlist value, so now we have a whitelist/blacklist/sessionlist. (UI for this latter feature is not yet hooked up).
...
this also shifts a bunch of forked pref stuff out of the cookie backend and into an app-specific place, which is good for the GRE.
b=217286, r=mvl, sr=darin.
2003-10-16 13:17:12 +00:00
dwitte%stanford.edu
728808e8d9
move along, nothing to see here...
...
fix a bitwise & to a logical &&. nice catch bsmedberg!
2003-10-15 14:28:07 +00:00
dwitte%stanford.edu
ded62c5db6
whoops. these weren't meant to go in. ;)
2003-10-11 00:12:33 +00:00
dwitte%stanford.edu
7d225f53dc
refactor cookie prompting helper to where it belongs... this will increase perf a little, for the case where prompting is turned off.
...
b=220624, r=mvl, sr=darin.
2003-10-11 00:06:13 +00:00