bzbarsky%mit.edu
|
1bfea66b89
|
Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
type="image"> into the content nodes and out of nsImageFrame. r=pavlov, sr=jst
|
2003-03-19 03:47:09 +00:00 |
dmose%mozilla.org
|
e3f16b7236
|
The fix for bug 195727 lost the const qualifier. Putting it back. r=timeless, sr=sspitzer
|
2003-03-14 04:20:40 +00:00 |
cavin%netscape.com
|
53de0d9911
|
Fix for 195727. Changed IsSpace() declaration from 'const char aChar' to 'PRUnichar aChar'. r=darin, sr=sspitzer.
|
2003-03-11 23:49:08 +00:00 |
cavin%netscape.com
|
47ad5ffffc
|
Fix for 183111. Added nsIExternalProtocolHandler interface and method handlerExists in netwerk/bae/public to be used by mozTXTToHTMLConv. Also treated 0xA0 as space in mozTXTToHTMLConv. r=darin, sr=sspitzer.
|
2003-02-27 22:46:42 +00:00 |
andreas.otte%debitel.net
|
7bea6bdccb
|
fix bug 193477 [URL: colon ":" in URI is escaped in request (not scheme or port delimiter)] no longer escape the colon when it is part of the filename in urls, but force it's escape in links when building dir/index listings, r=bbaetz@acm.org, sr=darin@netscape.com
|
2003-02-27 13:15:19 +00:00 |
andreas.otte%debitel.net
|
869bb24c30
|
fix bug 191638 [index/html: files|dirs with "%" need to be properly encoded] force escape of % as part of filenames to %25 to not be damaged by unescape, r=bbaetz@acm.org, sr=darin@netscape.com
|
2003-02-27 10:55:01 +00:00 |
sspitzer%netscape.com
|
6718f17387
|
turn hang (on send, or save draft of certain email) into an assert
by double checking some args to make sure they are valid.
bug #187065. the bug will open until we fix the real problem.
sr=darin, a=asa
|
2003-01-28 01:26:24 +00:00 |
darin%netscape.com
|
8f284ed984
|
modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa
|
2003-01-18 02:15:14 +00:00 |
bzbarsky%mit.edu
|
34d7d818da
|
Fix solaris and BSD/OS build bustage
|
2003-01-11 21:25:57 +00:00 |
bzbarsky%mit.edu
|
158a688d94
|
Add sniffing of XML files. Reorganize the sniffing code to make plugging in
new sniffers simpler. Bug 186884, r=bbaetz, sr=darin
|
2003-01-11 19:34:13 +00:00 |
dbaron%dbaron.org
|
2d58cd8e80
|
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
|
2003-01-08 22:35:09 +00:00 |
seawood%netscape.com
|
4588fb970a
|
Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt
|
2002-12-28 01:15:07 +00:00 |
neeti%netscape.com
|
0fd1fd6bcc
|
Fix for bug 177964 - FTP: can't download file with # in its name,r=nhotta@netscape.com,sr=darin@netscape.com,a=asa@mozilla.org
|
2002-12-05 19:18:57 +00:00 |
neeti%netscape.com
|
b72561f4e2
|
fix for bug 163941-resolving shorcuts, r=rpotts,sr=darin
|
2002-11-26 21:37:58 +00:00 |
darin%netscape.com
|
9b3557c713
|
fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky
|
2002-11-22 07:40:16 +00:00 |
timeless%mozdev.org
|
7875f468ed
|
Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
|
2002-11-17 05:16:49 +00:00 |
bzbarsky%mit.edu
|
8fdc3f1e33
|
Clean up some array stuff in necko. Bug 175442, r=darin, sr=alecf.
|
2002-11-13 21:25:32 +00:00 |
nhotta%netscape.com
|
0e629fbe1c
|
Reset parser's charset to file system's default for file url,
bug 179146, r=yokoyama, sr=bzbarsky.
|
2002-11-12 20:06:16 +00:00 |
bzbarsky%mit.edu
|
5cc311ac1e
|
Prioritize data-sniffing over extension-sniffing for ftp and http. Bug
177026, r=rpotts, sr=darin
|
2002-11-06 22:29:17 +00:00 |
dougt%netscape.com
|
1830cf6e69
|
Fixes EPLF dates. patch by bugzilla@w.d6.org, r=dougt, sr=darin, a=blizzard
|
2002-10-28 06:30:16 +00:00 |
seawood%netscape.com
|
d1bef3cbe0
|
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
|
2002-10-17 06:47:01 +00:00 |
sfraser%netscape.com
|
068af04fc3
|
Landing fix for bug 164924 on the trunk -- don't use the build-in BinHex decoder on Mac or Mac OS X, and build the nsAppleFileDecoder on Mac OS X. r=sdagley, sr=darin
|
2002-10-08 03:12:32 +00:00 |
dougt%netscape.com
|
668d6a9264
|
fixes loading data url in nsIURILoader->OpenURI() with 'text/html' content callback results in crash, r=bbaetz, sr=darin, b=170274
|
2002-09-24 01:04:54 +00:00 |
nhotta%netscape.com
|
5f78f6d91c
|
Convert formatted date to NCR like we do for string bundles,
bug 169081, r=shanjian, sr=jst.
|
2002-09-23 21:01:24 +00:00 |
dougt%netscape.com
|
b5efc9f212
|
fixes 170070. wrong parsing of dates in ftp-listings. r=neeti, sr=darin
|
2002-09-23 17:48:12 +00:00 |
dougt%netscape.com
|
af668a0285
|
Sets the proper content type on the channel so not to confuse upstream clients r=darin, sr=rpotts, b=169617
|
2002-09-20 22:43:15 +00:00 |
darin%netscape.com
|
c8bc7f6793
|
fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
nsIFileProtocolHandler" r=dougt sr=alecf
|
2002-09-13 19:32:45 +00:00 |
timeless%mac.com
|
9558ede85b
|
Bug 168248 minor cleanup to nsMultiMixedConv.cpp
r=brade sr=darin
|
2002-09-12 18:12:51 +00:00 |
seawood%netscape.com
|
ca93353be9
|
Do not set EXPORTS to empty as it breaks 'make install'.
|
2002-09-12 06:57:39 +00:00 |
darin%netscape.com
|
3926291a43
|
oops.. backing that out
|
2002-09-11 05:50:56 +00:00 |
darin%netscape.com
|
4322e344d2
|
fixes build bustage
|
2002-09-11 05:50:15 +00:00 |
darin%netscape.com
|
90823ea3f2
|
removing unused files
|
2002-09-11 04:15:15 +00:00 |
darin%netscape.com
|
8c46985968
|
fixes bug 166498 "nsHTTPChunkConv should be cvs removed" r=dougt sr=bzbarsky
|
2002-09-11 04:14:37 +00:00 |
dougt%netscape.com
|
c5e8f896cd
|
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
|
2002-09-07 17:13:19 +00:00 |
dougt%netscape.com
|
60324f94d5
|
Fixes broken symlinks. r=neeti, sr=darin, a=a=rjesup@wgate.com, b=166529.
|
2002-09-05 05:01:12 +00:00 |
dougt%netscape.com
|
c1b9f8114d
|
Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426
|
2002-09-03 23:36:13 +00:00 |
bzbarsky%mit.edu
|
4bbc44cb86
|
Allow view-source to handle arbitrary content (as text-plain, in the
worst case). Bug 77337, r=jst, sr=darin
|
2002-09-03 22:10:08 +00:00 |
bzbarsky%mit.edu
|
029750d83c
|
Honor content-disposition: attachment even when it's set on content we
can handle internally. Bug 98360, r=law,rpotts, sr=darin. Correct
whitespace this time.
|
2002-09-03 22:00:22 +00:00 |
dougt%netscape.com
|
ff5a812df3
|
test cases
|
2002-09-03 21:52:16 +00:00 |
dougt%netscape.com
|
3440ccf04a
|
[TRUNK] FTP listing is not working properly for native filename, unable to download. r=nhotta, sr=darin, bug=165585
|
2002-09-03 21:51:24 +00:00 |
bzbarsky%mit.edu
|
5214ffa839
|
doh. Wrong patch version (-w). backing it out and fixing the whitespace...
|
2002-09-03 21:47:44 +00:00 |
bzbarsky%mit.edu
|
3e83984244
|
Honor content-disposition: attachment even when it's set on content we
can handle internally. Bug 98360, r=law,rpotts, sr=darin
|
2002-09-03 21:46:25 +00:00 |
dougt%netscape.com
|
00a250bdc2
|
Test cases. Not part of build
|
2002-08-29 23:14:56 +00:00 |
dougt%netscape.com
|
cd340193ee
|
Fixes 95590 FTP: SYST limitations. Intergrates Cyrus Patel LIST Parser. r=dougt, sr=darin@Netscape.com.
|
2002-08-29 03:13:18 +00:00 |
alecf%netscape.com
|
5d2a2e5fef
|
bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
r=dougt, sr=darin
|
2002-08-26 21:20:34 +00:00 |
bbaetz%student.usyd.edu.au
|
8f74c45e82
|
Bug 164197 - ftp leaks control channel data. Also fixes an ABR in the
indexed-to-html converter
r=deveditz, sr=darin
|
2002-08-24 00:48:58 +00:00 |
shanjian%netscape.com
|
07953b40b4
|
#162377 Non-ASCII filename is not shown when saving and downloading from a ftp listing
added code to convert string bundle to ncr.
r=ftang, sr=jst
|
2002-08-20 03:32:28 +00:00 |
darin%netscape.com
|
3e1b5c4ebb
|
fixes bug 158500 "Binary data in multipart/x-mixed-replace get an extra line end when saved or viewed." r=dougt sr=bzbarsky
|
2002-08-13 23:39:36 +00:00 |
gerv%gerv.net
|
ee117885c5
|
Bug 154765 - Cleaning up Contributors references after relicensing. Patch by riceman+bmo@mail.rit.edu; r=gerv, auto-sr=brendan.
|
2002-08-10 08:39:43 +00:00 |
seawood%netscape.com
|
8ae6c40f5d
|
Removing old nmake build makefiles. Bug #158528 r=pavlov
|
2002-08-10 07:55:43 +00:00 |