bryner%brianryner.com
41e6c02b2f
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
2006-03-15 04:59:42 +00:00
darin%meer.net
54a95cf45d
fixes bug 329260 "Disk cache keeps emptying itself" r=biesi sr=bzbarsky
2006-03-09 20:02:54 +00:00
mrbkap%gmail.com
2eda6832f6
Fix silly undefined operation warnings. bug 329357, r+sr=darin
2006-03-08 02:36:41 +00:00
darin%meer.net
062e7fe736
fixes bug 329559 "nsSocketInputStream::Available is not implemented properly" r=biesi sr=bzbarsky
2006-03-07 20:43:41 +00:00
cbiesinger%web.de
5bf4353295
bug 324985 remove unnecessary whitespace
2006-03-04 00:24:52 +00:00
cbiesinger%web.de
c511357df7
bug 324985 Allow components to register in a category to get told about all page
...
loads and allow sniffing the content type. Only works for docshell-initiated
loads.
r=darin sr=bz
2006-03-03 21:06:53 +00:00
cbiesinger%web.de
86288263e1
bug 329165 use an unsigned array index
...
r+sr+a=darin
2006-03-03 19:45:16 +00:00
cbiesinger%web.de
4349dce67c
bug 329039 make nsIOService's ctor and dtor private
...
r+sr+a=darin
2006-03-03 19:34:25 +00:00
darin%meer.net
eec7a5ca7b
restoring nsBaseChannel changes. reverting nsInputStreamPump changes.
2006-03-03 18:39:40 +00:00
darin%meer.net
641d8abf88
relanding ftp patch for bug 312760 "implement ftp using nsBaseChannel" r=biesi sr=bzbarsky
2006-03-03 16:27:35 +00:00
cbiesinger%web.de
6c9a538e23
bug 328218 don't allow creating multiple IO services
...
r+sr+a=darin
2006-03-01 18:45:14 +00:00
darin%meer.net
6942519245
backing out my latest patch for bug 312760 to clear Tp regression.
2006-03-01 18:30:51 +00:00
darin%meer.net
0ac7cb7cb3
landing FTP patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2006-03-01 04:48:43 +00:00
darin%meer.net
71295170d5
fixes bug 321456 "Setting disk cache greater than 2097 MB fails." patch by alfredkayser@nl.ibm.com, r+sr=darin
2006-02-28 22:18:21 +00:00
darin%meer.net
b7fec66b9b
fixes bug 189570 "Aborting a page load causes untransferred content that already exists to be doomed from the disk cache" r=biesi sr=bzbarsky
2006-02-28 19:30:31 +00:00
darin%meer.net
ac794bee8c
fixes bug 296538 "limit the memory cache to a reasonable value" patch by alfredkayser@nl.ibm.com, r=darin
2006-02-27 20:13:42 +00:00
darin%meer.net
0f8e80bbe8
fixes bug 328196 "nsDiskCacheDevice: Memory and codesize optimisations" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin
2006-02-25 02:58:51 +00:00
timeless%mozdev.org
a279d689e5
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
darin%meer.net
2873892727
fixes bug 240201 "remove [noscript] from nsICookieManager2::add" r+sr=bzbarsky
2006-02-23 02:08:27 +00:00
cbiesinger%web.de
aad4b05e77
Bug 315598 Allow more than one global redirect observer, using the
...
"net-channel-event-sinks" category.
r=darin sr=bz
2006-02-22 14:07:21 +00:00
neil%parkwaycc.co.uk
369b9af378
Fixing VC6 debug build bustage b=328038 r=biesi sr=darin
2006-02-22 12:57:23 +00:00
kaie%kuix.de
9a899fbc65
bug 236933, Disable SSL2 and other weak ciphers by default
...
This checkin changes the default prefs only
r=darin
2006-02-22 12:40:17 +00:00
darin%meer.net
fe3bc2a695
fixes bug 325808 "HTTP code could use a HasToken function" r=biesi, sr=bzbarsky
2006-02-17 22:52:40 +00:00
dougt%meer.net
bd0c6a73f6
Fix for 322251. Windows CE only. not establishing GPRS connections. r=darin
2006-02-17 17:17:43 +00:00
cbiesinger%web.de
c23a1e9670
bug 325177 r=darin sr=bz
...
- add a "request" parameter to nsIContentSniffer
- make the unknowndecoder implement nsIContentSniffer
- make nsBaseChannel do type detection via nsIContentSniffer rather than a
stream converter
2006-02-17 16:54:27 +00:00
bzbarsky%mit.edu
d3738ab876
Add some comments for future reference. No bug, r=darin
2006-02-14 19:45:23 +00:00
benjamin%smedbergs.us
cbd506e74c
Bug 327168 - test holds COMPtrs past XPCOM shutdown, r=darin
2006-02-14 19:39:52 +00:00
cbiesinger%web.de
0233b3a085
bug 326693 filechannel ignores content-type hints
...
r+sr=darin
2006-02-14 18:46:12 +00:00
cbiesinger%web.de
a1c8cbf9d9
bug 327065 misc necko cleanup, see bug for details
...
r+sr=darin
2006-02-14 15:37:10 +00:00
benjamin%smedbergs.us
dbedb4c313
Bug 78087 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-02-13 20:35:56 +00:00
mozilla.BenB%bucksch.org
4a4334699c
Change license of moz(I)TXTToHTMLConv.* to GNU triple-license,
...
but keep modifications. As discussed with Gerv.
2006-02-07 12:36:43 +00:00
darin%meer.net
09121b9d39
fixes bug 213005 "ASSERTION: OnDataAvailable implementation consumed no data" r=timeless sr=roc
2006-02-07 01:05:42 +00:00
darin%meer.net
ca4868f4b1
fixes bug 137155 "POST request sent as two small packets (IIS 5 sometimes chokes)" r=biesi sr=bzbarsky
2006-02-04 22:57:53 +00:00
mark%moxienet.com
c671da062b
325765 Cache causes crash crossing architecture [@ nsDiskCacheRecord::HashNumber].[@ nsDiskCacheMap::FindRecord]. Disk cache is not endian-neutral as was intended. Byte-swap the entire cache header. r=darin sr=smfr a/1.8=darin
2006-02-04 22:01:22 +00:00
cbiesinger%web.de
419496baf0
bug 325815 add an HTTP server for necko tests
...
r=darin
2006-02-04 17:23:30 +00:00
darin%meer.net
ea9695e9b2
fixes bug 321999 "HTTP waits for response to determine keep-alive state" r=biesi sr=bzbarsky
2006-02-03 23:56:49 +00:00
cbiesinger%web.de
a898e666b8
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
davel%mozilla.com
772f768d1a
Unify necko and content test harnesses. Create common versions of test harness
...
files in tools/test-harness/xpcshell-simple, and modify the existing
instances to use the common files. Bug 322894, r=darin,bzbarsky,
sr=benjamin
2006-01-27 20:56:16 +00:00
gerv%gerv.net
d18bcc7905
Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott.
2006-01-27 12:08:02 +00:00
gavin%gavinsharp.com
faa0a88c2a
Bug 306966: Convert method comments in nsISecretDecoderRing to doxygen, patch by Jeff Walden <jwalden@mit.edu>, r+sr=darin
2006-01-26 01:09:09 +00:00
cbiesinger%web.de
d3f447c6d9
bug 321932 improve nsIRequest::isPending documentation
...
r+sr=darin
2006-01-25 16:47:12 +00:00
darin%meer.net
698fec901b
fixes bug 321833 "Clearing the cache prevents disk cache from working" r=mconnor, alfredkayser
2006-01-24 14:47:06 +00:00
darin%meer.net
1c12d9b670
fixes bug 323378 "Accessing data:;base64, produces a crash for some architectures" patch by sylvain.pasche@gmail.com, r+sr=darin
2006-01-19 19:04:27 +00:00
bsmedberg%covad.net
ad6994b382
Bug 319999 - XPCOM Shutdown: xpcom-shutdown-threads notification and cleanup of event queues before component manager shutdown, r=darin
2006-01-17 15:41:40 +00:00
gavin%gavinsharp.com
dd968c67ac
Bug 289640: Remove unused preference security.ui.enable, patch by Daniel Cater <DJCater@Gmail.com>, r=kaie, sr=darin
2006-01-16 15:08:30 +00:00
darin%meer.net
527acfe9e9
fixes bug 319368 "Implement <a ping>" r=jst sr=bzbarsky
2006-01-11 01:50:15 +00:00
gavin%gavinsharp.com
d45491daab
Bug 320851: http authentication (401) prompt no longer displays scheme, r+sr=darin
2006-01-10 17:59:49 +00:00
jshin%mailaps.org
6313700d25
bug 227290 : be generous to overlong (invalid) B-encoded words in RFC 2047 encoded header (r=smontagu, sr=bienvenu)
2006-01-09 18:05:25 +00:00
darin%meer.net
f45727d1c5
additional follow-up patch for bug 318193, r=bz
2006-01-03 22:08:05 +00:00
darin%meer.net
95a5b55ba7
fixes regression introduced by patch for bug 318193, r=biesi
2006-01-03 19:25:18 +00:00