Граф коммитов

702 Коммитов

Автор SHA1 Сообщение Дата
timeless%mozdev.org f1973b1110 Bug 283545 OOM crash [@ nsFTPDirListingConv::OnDataAvailable]
patch by b.jacques@planet.nl r=biesi sr=darin a=asa
2005-07-08 19:40:44 +00:00
timeless%mozdev.org 3fc95f8e53 Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=timeless rs=brendan a=chofmann
2005-06-03 10:26:28 +00:00
cbiesinger%web.de 953673d16d 290371
- check the return value of FireListenerNotifications so that ODA does not get
  called if OnStartRequest or a previous ODA returned failure
- make sure to always call OnStartRequest
r=darin sr=bz a=asa
2005-04-21 18:21:48 +00:00
cbiesinger%web.de 44625301dd bug 283489 r=darin sr=bz
- Make the HTTP, FTP and file channels implement nsIPropertyBag2 and associated
  interfaces (by inheriting from nsHashPropertyBag)
- Use that interface to expose a "content-length" property giving the length of
  the data as a 64-bit value on the FTP and HTTP channels
- change docshell and xpinstall to use nsIPropertyBag2 instead of nsIProperties
  to read/write the referrer property
2005-04-05 17:40:32 +00:00
bsmedberg%covad.net f2cfd5feb8 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-05 14:13:03 +00:00
timeless%mozdev.org 8255a59563 Bug 283547 OOM crash [@ nsGopherDirListingConv::OnDataAvailable]
patch by ajschult@verizon.net r=biesi sr=darin
2005-03-02 08:10:22 +00:00
cbiesinger%web.de bffda0115c 282917 typo in nsHTTPCompressConv, found by Esteve Sabate Juncosa
r+sr=darin sr=brendan
2005-02-23 21:41:18 +00:00
dbaron%dbaron.org 3a87f7e225 Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless 2005-02-05 00:49:25 +00:00
bzbarsky%mit.edu 1d87c3297f Include the part number inside a multipart document in the state key, so that
state restoration works correctly on each part.  Bug 47350, patch by Hideo
Saito <saito@densan.co.jp>, r=bzbarsky, sr=js
2005-01-15 17:47:23 +00:00
cbiesinger%web.de 8ab6e0d7d1 bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
cbiesinger%web.de 666ebe50ae undoing better bustage fix, since it breaks on windows 2005-01-01 16:48:41 +00:00
cbiesinger%web.de c5204c222f better bustage fix 2005-01-01 16:31:29 +00:00
cbiesinger%web.de 92b8a7d60b next try 2005-01-01 16:17:26 +00:00
cbiesinger%web.de 1fbe6bcfcc another attempt at bustage fixing 2005-01-01 16:15:26 +00:00
cbiesinger%web.de 9aa94222f0 trying to fix win32 bustage 2005-01-01 16:03:34 +00:00
cbiesinger%web.de b2a1df39b6 Bug 242350 replace LL_INIT(0,-1) with LL_MAXUINT
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-01 14:55:48 +00:00
bsmedberg%covad.net 79241940e8 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
db48x%yahoo.com cebb9552f5 bug 272277: Change to Append/Assign/Equals-Literal in networking
patch by Mikael Parknert <mikael@parknert.se>, r=cbiesinger, sr=darin
2004-12-04 10:19:29 +00:00
darin%meer.net 35a099dea2 fixes bug 236365 "ftp date is off by one year" patch by lucasbz@negaverse.org r=darin sr=bzbarsky 2004-11-24 04:55:42 +00:00
timeless%mozdev.org 5280e1b42c Bug 268168 [mozTXTToHTMLConv] "x^2" text to html conversion is broken for non-integer powers and is not implemented for negative powers
patch by Hans-A.Engel@unibas.ch r=benb sr=darin
2004-11-23 17:38:40 +00:00
darin%meer.net 950a78482d fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
darin%meer.net 189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
cbiesinger%web.de 2e997df0c3 265333 don't explicitly pass all arguments to NS_NewInputStreamChannel, so that the
more efficient variant with fewer arguments can be used r+sr=darin
2004-10-25 22:08:09 +00:00
cbiesinger%web.de 7f707d30dd bug 85310 remove *WithConversion from necko r+sr=darin 2004-07-21 12:25:20 +00:00
cbiesinger%web.de 0c7a7ecb91 Bug 247981 necko depends on libpr0n
r=pavlov sr=darin
2004-07-19 18:53:02 +00:00
cbiesinger%web.de 84dfa905c7 removing unused file. r+sr=darin a=shaver 2004-07-09 21:45:20 +00:00
timeless%mozdev.org c5d719fafe Bug 242110 [nsTXTToHTMLConv] angle brackets in gopher pages are not properly escaped/displayed
r=darin sr=darin
2004-07-01 23:33:47 +00:00
cbiesinger%web.de d4e61b3868 let's try commiting _after_ saving the changed file. (still bug 248810) 2004-06-29 16:45:40 +00:00
cbiesinger%web.de 6263ab98d2 bug 248810 nsIStreamConverter[Service] uses wide strings for mime types
r+sr=darin
2004-06-29 16:45:07 +00:00
cbiesinger%web.de ea0cd0c56e get rid of AssignWithConversion in necko
bug 85310 r+sr=darin
2004-06-27 13:50:47 +00:00
roc+%cs.cmu.edu 0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
cbiesinger%web.de 8ef49c61c2 bug 243974 can't download files larger than 4 GB
Also changes nsIResumableChannel to have a resumeAt function, that does not open the channel immediately, and changes its size parameter to a 64 bit integer
r=darin sr=bryner
2004-06-16 19:51:21 +00:00
darin%meer.net d3d852ccbd fixes bug 227976 "nsHttpCompressConv can fail to read any data in OnDataAvailable and return success" r=biesi (patch based on suggestion by bzbarsky) 2004-06-16 16:28:30 +00:00
cbiesinger%web.de 4b89aaa53e Bug 118438 Gopher 'information' tag not supported.
patch by Jan Ruzicka <jan.ruzicka@comcast.net> r=biesi sr=darin
2004-06-12 19:49:40 +00:00
cbiesinger%web.de e7204f5a10 nsTXTToHTMLConv could use some documentation
r+sr=darin bug 243243
2004-05-11 14:27:59 +00:00
cbiesinger%web.de 933569be4a update links to point to mozilla.org instead of a 404 resource 2004-05-10 23:21:35 +00:00
timeless%mozdev.org 8de46ebe80 Bug 242183 CreateNewStreamConv and NS_NewStreamConv are silly/leaky/...
r=darin sr=darin
2004-05-04 07:43:02 +00:00
timeless%mozdev.org a4d031090f Bug 242310 nsIStreamConverterService uses InitialCaps in idl instead of interCaps
r=darin sr=darin
2004-05-04 07:40:00 +00:00
timeless%mozdev.org ece314c2fe Bug 242185 nsITXTToHTMLConv uses InitialCaps in idl instead of interCaps
r=darin sr=darin
2004-05-02 04:39:16 +00:00
timeless%mozdev.org 34ccd71d89 Bug 242184 nsIStreamConverter uses InitialCaps in idl instead of interCaps
r=darin sr=darin
2004-05-02 04:37:03 +00:00
timeless%mozdev.org ceda449f69 Bug 240257 directory listings show wrong sizes for files > 4 GB
Fixing default size (changing from (unsigned 32 bit)(-1) to (signed 64 bit) (-1)
r=biesi, jan.ruzicka@comcast.net sr=darin
2004-04-28 12:58:24 +00:00
gerv%gerv.net 8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
cbiesinger%web.de 06c922eb95 addressing reviewer comments 2004-04-18 13:22:31 +00:00
cbiesinger%web.de 6a4a60ba08 Bug 240257 directory listings show wrong sizes for files > 4 GB
changes nsIDirIndex to use PRInt64
r=darin sr=bryner
2004-04-18 13:20:54 +00:00
cbiesinger%web.de 14177dedcb Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
darin%meer.net 11b4c2f2d6 fixes bug 239405 "strchr, strrchr, etc. implicit const_cast can cause problems for shared string buffers" r=bienvenu sr=dbaron a=chofmann 2004-04-03 17:16:17 +00:00
bzbarsky%mit.edu cc9706493f Bug 238706 -- the guess-from-ext should never be exposed to the outside world.
r=biesi, sr=darin, a=chofmann
2004-03-30 23:52:00 +00:00
scott%scott-macgregor.org 035be30444 Bug #84950 --> Emoticons should be themeable. Move them out of editor\content and into a shared (communicator) theme package.
r=benB
sr=bienvenu
moa=glazman

a=asa
2004-03-10 19:16:53 +00:00
neil%parkwaycc.co.uk e07ecdf170 Bug 11080 news "spoiler" feature p=mnyromyr@tprac.de r=ben.bucksch sr=bienvenu 2004-03-04 17:00:00 +00:00
darin%meer.net c380c59f65 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
darin%meer.net 73298e056e landing patch for bug 233305 "Support gnome-vfs's smb: URL scheme" r=biesi sr=bryner 2004-02-28 00:05:58 +00:00
darin%meer.net f6875e2d3c fixes bug 234916 "Remove global/static NS_NAMED_LITERAL_C?STRING usage [was: Firefox crashes on startup on Mac OS X]" r=jst sr=dbaron 2004-02-25 02:08:34 +00:00
scott%scott-macgregor.org e91eb18b8d Cleanup extraneous [const] tags in the interface that are inplicit because the args
are listed as input parameters.

sr=darin
2004-02-20 06:58:30 +00:00
darin%meer.net 2c90f8bb44 somehow this one escaped my last checkin .. oops! 2004-02-20 02:13:59 +00:00
scott%scott-macgregor.org 9c92fb36c5 change a nsString back to an nsAutoString the way it should be.
Part of Bug #234936

thanks to darin for pointing that out
2004-02-19 21:10:29 +00:00
scott%scott-macgregor.org 52e2f8d60f Add some comments describing FindURLInPlainText 2004-02-19 21:08:11 +00:00
scott%scott-macgregor.org 4107587ad8 Bug #234936 --> expose method to find a url given a string. This allows the spell checker to
ignore urls in mail compose. Porting this functionality to seamonkey.

sr=bienvenu
2004-02-19 20:45:57 +00:00
jst%mozilla.jstenback.com 90431d8022 Fixing bug 232503. Start using Empty[C]String() to save a bit on code-size. r+sr=peterv@propagandism.org 2004-01-29 22:04:45 +00:00
mozilla.BenB%bucksch.org f5134e7ee1 209526: Treat Japanese space as space.
Patch by Brodie Thiesfield <brofield@jellycan.com>.
r=BenB, sr=mscott
2004-01-19 14:07:42 +00:00
bzbarsky%mit.edu 6ccc20cdbe Work around misconfiguration in default Apache installs that makes it claim all
sorts of stuff as text/plain.  Bug 220807, r=biesi, sr=darin
2004-01-08 03:56:02 +00:00
neil%parkwaycc.co.uk cac0311c73 Bug 203422 fix some warnings in netwerk p=gautheri@noos.fr r=andreas.otte sr=darin 2004-01-07 23:43:12 +00:00
peter%propagandism.org feda8614f8 Patch for bug 209699 (convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst. 2003-12-23 16:48:40 +00:00
bzbarsky%mit.edu 1e43dee4bb Fix silly operator precedence error. Bug 226230, r=biesi, sr=darin, a=brendan 2003-11-20 17:31:15 +00:00
bzbarsky%mit.edu 27d56f9d7e Decide it's application/octet-stream if it contains any ASCII control chars,
not just if it contains a null byte.  Bug 126782, r+sr=darin
2003-11-18 15:10:56 +00:00
bzbarsky%mit.edu 02105d9df4 Detect <iframe> as HTML. Bug 224932, r+sr=darin 2003-11-13 23:22:49 +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
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
bzbarsky%mit.edu b6acc76843 Fix possible access to unitialized memory. Bug 221189, r=biesi, sr=darin 2003-10-04 20:27:32 +00:00
bzbarsky%mit.edu 1e96d51b10 Unhork binhex decoder by undoing the ifdef-reversal. Bug 220611, r=biesi,
sr=darin
2003-10-04 00:45:42 +00:00
bsmedberg%covad.net 0568e675fc Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-13 17:55:56 +00:00
bryner%brianryner.com 63fa99c65e Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 23:12:15 +00:00
colin%theblakes.com f8ff6dbf21 Support for OpenVMS FTP server. Bug 22299. r=rjesup sr=darin a=chofmann 2003-08-20 20:06:31 +00:00
darin%meer.net 0e1fa2dc76 initial patch for bug 210561 "eliminate nsCookieHTTPNotify; have HTTP talk directly to nsICookieService" patch=dwitte r=mvl sr=darin 2003-08-05 01:44:27 +00:00
bzbarsky%mit.edu 46d6fafdf5 Try to reduce codesize a tad. Bug 213825, r=biesi, sr=jag 2003-07-30 23:16:29 +00:00
bzbarsky%mit.edu 37551aff8b Make more tags trigger detection of the file as HTML. Bug 213825, r=biesi, sr=darin 2003-07-30 17:58:56 +00:00
bienvenu%nventure.com 6d73c295a2 fix 112656 annoying assertion in ScanTxt, r=mscott, sr=dbaron 2003-07-29 22:10:59 +00:00
bzbarsky%mit.edu a81d14e92f Detect stuff that starts with "<head" as HTML. Bug 213416, r=biesi, sr=darin 2003-07-22 17:06:46 +00:00
jaggernaut%netscape.com 83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
andreas.otte%debitel.net 9220237af1 fix bug 207298 [FTP directory problems w/ URL parsing when URL root is not filesystem root] this patch changes the normal resolver for relative urls so that when asked it recognizes special root markers and retains .. that go beyond root as it is necessary for the ftp protocol. r=dougt@meer.net, sr=darin@meer.net 2003-07-16 19:09:00 +00:00
darin%netscape.com 347f4e42e7 fixes bug 212598 "netwerk/ should not use nsIPref" r=dougt,caillon sr=bzbarsky 2003-07-14 21:36:24 +00:00
darin%netscape.com 48744b6c31 fixes bug 212245 "don't build ftp and gopher directory listing support if protocols are disabled" r=dougt sr=bzbarsky 2003-07-11 22:13:30 +00:00
bzbarsky%mit.edu f75f9017d9 Make setting contentType or contentCharset act as hints if done before channel
open; use this in the CSSLoader to hint that we want text/css data.  Bug
120789, r=dougt, sr=darin
2003-06-23 21:00:46 +00:00
alecf%flett.org 2751c6b097 fix for bug 206379:
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
alecf%flett.org 724dfc9b3c stop leaking zlib buffers when using compressed streams
patch by pedemont@us.ibm.com
r=dougt, sr=alecf
should fix a pretty major leak!
2003-05-28 23:45:06 +00:00
dwitte%stanford.edu bf85a3c0fa Bug 137802: removing nsHTTPChunkConv since it's obsolete. not part of build.
r=darin, a=tor.
2003-05-01 00:42:50 +00:00
cavin%netscape.com a58b5ef4fa Fix for 202355. Turn on apple single/double code for MacOSX. r=ccarlen, sr=sfraser. 2003-04-25 21:18:10 +00:00
darin%netscape.com 54eabacf76 fixes bug 202188 "Gopher support completely defunct" r=dougt sr=bz 2003-04-19 19:47:28 +00:00
darin%netscape.com dde09cbe5b fixes bug 105292 "Accept-encoding: deflate unsupported, but requested" patch=david_dick@iprimus.com.au r=dougt sr=darin 2003-04-14 23:51:50 +00:00
dougt%netscape.com cc322f2a40 Updates to latest version of ParseList by Cyrus Patel. This fixes the problem with filenames with multiple spaces. sr=darin, b=195956 2003-04-14 21:21:36 +00:00
nhotta%netscape.com e73e8e38b4 Adding Ascii check for mailto url recognition,
bug 201369, r=ben.bucksch, sr=darin.
2003-04-11 16:56:01 +00:00
timeless%mozdev.org 8113eff243 Bug 199200 Make Networking Tests XP friendly by using the eventqueueservice
r=darin
2003-04-08 22:01:43 +00:00
bzbarsky%mit.edu 327a0205c8 prettify HTML-detection a bit; make it a little less likely to detect HTML.
Bug 144672, r=bbaetz, sr=darin
2003-04-04 22:46:50 +00:00
darin%netscape.com 846a54d15e fixes bug 200365 "trunk topcrash [@ nsUnknownDecoder::SniffForImageMimeType]"
r=dougt sr=bz
2003-04-03 19:36:27 +00:00
syd%netscape.com b6737c044c http://bugzilla.mozilla.org/show_bug.cgi?id=195655
Add support for 9 new smilies, and clean up code a bit (part of multiple checkins)

r/sr = sspitzer, r=brade
2003-03-22 04:55:45 +00:00
cbiesinger%web.de 1376e11a13 198490 r=bbaetz rs=darin consecutive spaces are not displayed in filename "file name" -> "file name" 2003-03-21 22:26:52 +00:00
bzbarsky%mit.edu 2c56e0638e 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 432ba7d46f 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 5b5485a5b6 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 32e275f48d 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 0f9fa9ad78 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 6f076f634b 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 278112ec3e 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 685a7af468 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 f3cea2b0e3 Fix solaris and BSD/OS build bustage 2003-01-11 21:25:57 +00:00
bzbarsky%mit.edu 3afe1118bb 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 954ad5f9d9 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 d5efcdfb6d 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 e4a47a5802 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 535ca56710 fix for bug 163941-resolving shorcuts, r=rpotts,sr=darin 2002-11-26 21:37:58 +00:00
darin%netscape.com d9541f875d fixes bug 157133 "HTTP Interfaces need to be frozen" r=dougt sr=bzbarsky 2002-11-22 07:40:16 +00:00
timeless%mozdev.org 384066e98e 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 d0961c8df6 Clean up some array stuff in necko. Bug 175442, r=darin, sr=alecf. 2002-11-13 21:25:32 +00:00
nhotta%netscape.com 3850e498ab 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 74a9b1ed3e 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 f88bfa31cc 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 57e08a3f3a 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 09ee14b911 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 0deed425f8 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 29c41fc8f2 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 0d67ce4e21 fixes 170070. wrong parsing of dates in ftp-listings. r=neeti, sr=darin 2002-09-23 17:48:12 +00:00
dougt%netscape.com b7c5ec908e 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 d47b2f5e65 fixes bug 166792 "move nsIIOService::GetURLSpecFromFile, etc. to
nsIFileProtocolHandler" r=dougt sr=alecf
2002-09-13 19:32:45 +00:00
timeless%mac.com 731f0033e6 Bug 168248 minor cleanup to nsMultiMixedConv.cpp
r=brade sr=darin
2002-09-12 18:12:51 +00:00
seawood%netscape.com 3506d96f8d Do not set EXPORTS to empty as it breaks 'make install'. 2002-09-12 06:57:39 +00:00
darin%netscape.com d71c19ad7e oops.. backing that out 2002-09-11 05:50:56 +00:00
darin%netscape.com b87b8e1df7 fixes build bustage 2002-09-11 05:50:15 +00:00
darin%netscape.com 52ca552ce9 removing unused files 2002-09-11 04:15:15 +00:00
darin%netscape.com 57b4ecf2a6 fixes bug 166498 "nsHTTPChunkConv should be cvs removed" r=dougt sr=bzbarsky 2002-09-11 04:14:37 +00:00
dougt%netscape.com 68faeb5241 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 13ffb97ec0 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 f2a00efc93 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 7f484ee985 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 98dea7435c 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 b2e4b2fbaf test cases 2002-09-03 21:52:16 +00:00
dougt%netscape.com b6abe92e81 [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 a8e1beb0d2 doh. Wrong patch version (-w). backing it out and fixing the whitespace... 2002-09-03 21:47:44 +00:00
bzbarsky%mit.edu 371890dd60 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 262d589fd7 Test cases. Not part of build 2002-08-29 23:14:56 +00:00
dougt%netscape.com c7a5ce8c32 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 dc6d6e3736 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 e74d597519 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 dad73a56e4 #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 cb52cdc313 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 a6d4accdea 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 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
seawood%netscape.com 301b1a4ca8 Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG

Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner

_IMPL_NS_VIEW

Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2002-08-07 06:08:00 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
bryner%netscape.com caa52be426 Remove obsolete _IMPL_NS_NET and NS_NET defines (bug 159887). r=cls, sr=bzbarsky, a=asa. 2002-07-30 02:25:08 +00:00
darin%netscape.com 92917600a6 fixes bug 94734 - crash on a bugzilla search
patch=ajschult@eos.ncsu.edu r/sr=darin,blizzard a=brendan
2002-07-27 22:59:44 +00:00
timeless%mac.com 651ae14d30 Bug 155466 clean up test consumers to correctly use NS_ShutdownXPCOM
r=dmose, sr=scc, moa: dougt, dbradley, gagan, harish, akk
2002-07-04 14:29:25 +00:00
dbaron%fas.harvard.edu 6d2263f19b Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
bbaetz%student.usyd.edu.au e4afe578e5 Bug 154030 - Handle directory index page title correctly
r=dougt, sr=darin
2002-06-25 07:51:05 +00:00
darin%netscape.com 77964bedf9 fixes bug 100595 "crash @nsMultiMixedConv::FindToken [was: sandiegozoo.org
- this site crashes the browser, every time]"
r=dougt sr=rpotts
2002-05-23 23:46:01 +00:00
ducarroz%netscape.com 6c6164d334 Fix for bug 144257. We should skip out-commented html when looking for entities. R=varada, SR=mscott 2002-05-17 23:04:12 +00:00
yokoyama%netscape.com 17bd92b581 Bug 118179
FTP directory listing is broken for Japanese text
/r=bbaetz, /sr=darin
2002-05-16 21:00:48 +00:00
bzbarsky%mit.edu c4b161c668 make view-source work on sites sending no content-type header. Bug
86835, r=bbaetz, sr=rpotts
2002-05-15 20:09:07 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
bzbarsky%mit.edu 426ca28204 Detect raw <META> tags as HTML. Bug 143611, r=timeless, sr=darin. 2002-05-15 02:14:26 +00:00
dougt%netscape.com 87987ab7eb Fixes 141235. Indexed-html converter doesn't handle parent directories for file protocol. r=chak@netscape.com, sr=darin@netscape.com. 2002-04-30 20:53:09 +00:00
bzbarsky%mit.edu 56c5bf7bda Fix parsing of content-types with options (bug 138639). r=bbaetz, sr=darin. 2002-04-22 23:55:30 +00:00
bbaetz%student.usyd.edu.au 79a2e06fd7 Bug 134370 - ftp password displayed in page heading
r=dougt, sr=darin
2002-04-17 01:45:15 +00:00
dougt%netscape.com 2dbd1edd63 XPCOM initialize primary event queue. 135531. r=brendan@mozilla.org, sr=darin@netscape.com 2002-04-15 22:26:29 +00:00
caillon%returnzero.com 26ee19adc5 Bug 135998, Clean up and shrink output of the HTML directory listing. r=bbaetz,glazou sr=darin a=valeski 2002-04-10 10:28:57 +00:00
timeless%mac.com dc372ad5dc Bug 133657 nsISupportsVoid should have/use [noscript] attribute voidPtr data;
r=dougt sr=dveditz a=asa
2002-04-04 12:28:22 +00:00
bbaetz%student.usyd.edu.au 893165aeff Bug 131407 - wrong dates from windows ftp servers
r=badami, sr=darin, a=dbaron
2002-03-27 05:43:49 +00:00
brade%netscape.com bdeb4a5e64 init mMDTM to be safe (bug 126468; submitted by mcs, r=bbaetz, sr=darin, a=Asa) 2002-03-26 14:11:27 +00:00
dbaron%fas.harvard.edu 3f52b082bc Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:35:01 +00:00
cbiesinger%web.de 5dc491dac5 fix bustage on cabezon 2002-03-23 14:42:02 +00:00
cbiesinger%web.de 0604302118 bug 104906 r=pavlov sr=tor a=asa
imgRequest::SniffMimeType and nsUnknownDecoder::SniffForImageMimeType should be one function
2002-03-23 13:21:33 +00:00
darin%netscape.com 9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
alecf%netscape.com 451df7d6c3 a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc 2002-03-19 06:46:56 +00:00
bbaetz%student.usyd.edu.au 37673acafc Bug 127997 - Uninitialized memory read in nsStringBundle::FormatString
r=dougt, sr=darin, a=shaver
2002-03-12 05:56:29 +00:00
darin%netscape.com bae2d8543b ward of mac bustage 2002-03-12 01:09:11 +00:00
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
alecf%netscape.com cd8f07f3e8 bug 127091 - big string cleanup, removing old APIs
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
badami%netscape.com 00fea02e9e Leaking nsCStringKey objects
bug 73308 r=valeski sr=shaver a=brendan patch=tmutreja@netscape.com
2002-03-01 09:28:55 +00:00
pete%alphanumerica.com e7b5cb1664 b=118639, r=bbaetz, sr=darin, a=asa
inadvertantly removed a needed nsMemory::Free when cleaning up leaks in this file.

--pete
2002-02-23 00:41:52 +00:00
bbaetz%student.usyd.edu.au ab4d6c5338 Bug 106756 - fix vertical alignment for html directory viewer
r=basic, sr=sfraser, a=asa
2002-02-22 23:55:25 +00:00
badami%netscape.com 9e5bd88f46 Rolling back fix for bug 73308.
Seems to be causing regression 126311.
2002-02-20 04:01:22 +00:00
neeti%netscape.com 3e0aa934af fix for bug 119220 - Occurances of uninitialized variables being used before being set, r=dougt, sr=darin 2002-02-18 15:22:56 +00:00
badami%netscape.com a499ff0d85 Leaking nsCStringKey objects
Bug 73308 patch=tmutreja@netscape.com r=gagan sr=brendan
2002-02-18 07:46:08 +00:00
bzbarsky%mit.edu 97aad157b6 Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu 98afc5ee0f Testing performance impact of backout of what's left of the patch from
bug 115289.  See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
darin%netscape.com 6e8972d37a fixes bug 116798 "Opening IMAP mail hangs Mail program (and Mozilla)"
patch=adu@sparc.spb.su r/sr=bienvenu,darin
2002-02-08 23:29:12 +00:00
pete%alphanumerica.com ce1f97ac38 bug=118639, sr=darin, r=dougt
fixed various leaks, expanded tabs and some style cleanup

--pete
2002-02-08 22:42:48 +00:00
bzbarsky%mit.edu 8cf5676cfc Make parts of multipart streams expose content-disposition. Bug 123043,
r=law, sr=darin.
2002-02-06 03:39:04 +00:00
bzbarsky%mit.edu 40d60f39ec Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
seawood%netscape.com 6f8e2b987b Move impl of nsIndexedToHTML::Create from .h to .cpp to fix BeOS bustage.
Bug 74803 sr=sfraser
2002-02-04 23:23:21 +00:00
bzbarsky%mit.edu cc5252cce0 Make the unknown decoder pick up <table> and <div>. Bug 83480, r=rpotts,
sr=darin
2002-02-02 16:10:04 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
alecf%netscape.com 28b3772942 First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
2002-01-30 06:04:29 +00:00
cathleen%netscape.com 8605704b12 eliminate nsCRT::zero() to use memset to zero instead, bug 118135, r=dp sr=waterson 2002-01-30 02:55:57 +00:00
cathleen%netscape.com e0f55c7088 eliminate nsCRT::memcmp and all callers to use memcmp instead, bug 118135 r=dp sr=brendan 2002-01-29 21:30:32 +00:00
dougt%netscape.com c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
alecf%netscape.com bcd6a6fb94 fix for bug 121508 - clean up nsStringStream and nsIParser APIs.. r=dougt, sr=jst 2002-01-27 22:02:00 +00:00
andreas.otte%debitel.net 38abf18e5f fix bug 114063 [error loading FTP URL served by publicfile] fix
uninitialized time/date struct that caused a crash, fix so that we can
navigate this strange server, r=bbaetz, sr=darin
2002-01-15 22:34:32 +00:00
cathleen%netscape.com 92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
sspitzer%netscape.com 11c636a95c fix for #118876. fix xml error when printing addressbook cards with < & or >.
use the txt to html converter to turn those into entities.
r=bienvenu,sr=mscott
2002-01-11 00:07:45 +00:00