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

4685 Коммитов

Автор SHA1 Сообщение Дата
alecf%netscape.com e1d731edb7 fix bug 198133 - leaks in libjar
- stop initializing zlib when we're not decompressing
- make sure to call inflateEnd even if we don't get Z_STREAM_END
r=timeless, sr=bz
2003-03-19 22:17:40 +00:00
mkaply%us.ibm.com c13dbdb65d #188249
r=me, sr=blizzard (platform specific code)
OS/2 EMX work - low hanging fruit - strcmpi-> stricmp, itoa->_itoa, remove some headers, fix some syntax
2003-03-19 15:28:29 +00:00
pkw%us.ibm.com e569ddc510 Bug 196903 - Create aix.js for AIX specific preferences.
r=ccarlen@netscape.com, sr=alecf@netscape.com
2003-03-19 05:31:24 +00:00
av%netscape.com 1d1a712aeb Fix for a minor bug in the Tester plugin -- not part of the build. 2003-03-18 22:06:14 +00:00
cbiesinger%web.de 2d965dfbfb 197485 r=paper sr=tor Remove [GS]etTransparentColor from gfxIImageFrame 2003-03-18 21:07:22 +00:00
bzbarsky%mit.edu 7acdbf095e Make imgRequestProxy hold a weak ref to its listener, to prevent reference
cycles.  Bug 196797, r=pavlov, sr=jst
2003-03-17 16:09:02 +00:00
seawood%netscape.com dd1a117b44 Fix BeOS bustage 2003-03-16 03:03:06 +00:00
andreas.otte%debitel.net 67c5e262d8 fix bug 113032 [jar: anchors within pages drop the HTML file name] fix resolving relative jar urls, fix anchor handling in jar urls, r=darin, sr=bzbarsky 2003-03-15 20:00:20 +00:00
mkaply%us.ibm.com a9533c40d4 OS/2 bustage 2003-03-15 14:07:54 +00:00
cls%seawood.org 4296fca358 Avoid tainting srcdir for win32 builds. 2003-03-15 05:45:20 +00:00
darin%netscape.com 8370bad770 fixing bustage 2003-03-15 03:23:29 +00:00
dougt%netscape.com be629223b6 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
seawood%netscape.com 40cc099fd5 Fixing X-on-X bustage.
Thanks to Michal 'hramrach' Suchanek <hramrach@centrum.cz> for the patch.
Bug #191447 r=cls
2003-03-14 20:14:17 +00:00
alecf%netscape.com dbc16919a1 fix for bug 189528 - do on-demand decompression of items in a .jar file
instead of allocating all the data into one big buffer, keep a small input buffer around and decompress directly into a client's read buffer..
r=dougt, sr=darin
2003-03-14 18:59:51 +00:00
neil%parkwaycc.co.uk da09ae6a42 Bug 54802 Add clipboard buttons for Composer r=brade sr=alecf 2003-03-14 15:23:53 +00:00
timeless%mozdev.org f0a1c01cf3 Bug 196299 nsSafeSaveFile::CreateBackup dereferences a NULL nsCOMPtr with operator->()
r=ccarlen sr=dveditz
2003-03-14 04:03:08 +00:00
av%netscape.com 312563ebcc Fixing minor bug in the Tester Plugin, not part of the build 2003-03-13 03:05:47 +00:00
smontagu%netscape.com fdd3579e37 Pass the prefs filename to PREF_EvaluateConfigScript() so that it will appear in the message displayed if there is an error in the file. Bug 196763, r=ccarlen, sr=jag. 2003-03-12 00:39:31 +00:00
pkw%us.ibm.com 82cc3fd1c2 Remove mail.use_movemail preference (it's unused).
r/sr=sspitzer@netscape.com
2003-03-11 05:04:20 +00:00
cls%seawood.org 08f5459907 Landing mingw plugin changes.
Thanks to Dan Mosedale <dmose@mozilla.org> for the changes.
Bug #134113 r=peterl sr=dbaron
2003-03-11 03:29:47 +00:00
dougt%netscape.com 52ad16b5ff prelanding of minimo. Not part of build 2003-03-11 02:30:05 +00:00
peterlubczynski%netscape.com c1fe44094f Fixing bug 131007, unpaired events cause us to remain in capture and look hung, r=jkeiser sr=bryner 2003-03-11 00:54:18 +00:00
av%netscape.com 14ba311d1a Adding more info to the log output, not part of the build 2003-03-08 22:22:04 +00:00
cls%seawood.org d18d8ada60 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
tor%cs.brown.edu 239bdac10c Bug 181676 - Update libmng to 1.0.5. rs=blizzard 2003-03-07 09:28:30 +00:00
av%netscape.com 9d72a41d41 missing icon, not part of the build 2003-03-07 05:22:46 +00:00
paper%animecity.nu f267ff265a Bug 154769. r=biesi sr=tor
Show last partial GIF frame when image file is not complete.
2003-03-05 23:10:14 +00:00
neil%parkwaycc.co.uk 941dfeb487 Bug 116441 [clickSelectsAll] should not trigger if click is after end of URL r=jag sr=bz 2003-03-05 13:30:24 +00:00
shliang%netscape.com 013926cb01 192193 - preload popup blocking whitelist. r=danm, sr=jag 2003-03-05 01:34:34 +00:00
ccarlen%netscape.com 8ba9b7207c Bug 170539 - prefs.js gets wiped. If we encounter an error in reading the prefs, it's possible to write out empty prefs. r=dveditz/sr=alecf 2003-03-04 15:56:42 +00:00
mkaply%us.ibm.com dbd677be29 #192355
r=mstoltz, sr=heikki
Add security for accessing clipboard via Javascript
2003-03-04 13:56:36 +00:00
neil%parkwaycc.co.uk 794690e939 Bug 54802 Add clipboard buttons for Composer (backend work) r=brade sr=alecf 2003-03-04 12:12:29 +00:00
seawood%netscape.com 105ae7a8d2 Add support for building against X11-based toolkits on OS X.
Bug #191447 r=pavlov
2003-03-04 04:06:33 +00:00
seawood%netscape.com 75c84cfdea Use MOZ_X11 instead of NO_X11 to signify that we're building for an X11-based toolkit.
Bug #191447 r=peterl sr=sfraser
2003-03-04 03:58:43 +00:00
sspitzer%netscape.com 3c068ff89c fix the junk mail purge code. when this code was original written, it was modeled
after the biff code, using the purge interval as the timer.  (yikes, a 14 day timer!)

now, we fire a timer at a fixed interval, and see if a purge is necessary, and use
the purge interval to decide what messages to delete.

add code to verify that we are only trying to delete messages marked as junk.

we do this because the junk folder might be trash, or there might be non-junk in it
that hasn't been moved, and we don't want to delete that.

r/sr=bienvenu
2003-03-04 00:28:40 +00:00
sspitzer%netscape.com 8ecefefa59 fix for bug #195640. moving junk status column to the right of subject,
showing it by default, and enabling junk mail controls by default.
r/sr=bienvenu
2003-03-02 21:36:43 +00:00
bernd.mielke%snafu.de a27a9824cf trying to fix os2 bustage 2003-03-02 08:44:23 +00:00
av%netscape.com 74ec75b150 This is not part of regular build -- adding new capabilities to the Tester Plugin 2003-03-02 01:26:51 +00:00
timeless%mozdev.org 6fb8a15754 Bug 159554 Configure with --without-x causes compile error
patch by bjt23@cornell.edu r=timeless sr=alecf
2003-02-28 02:34:09 +00:00
sfraser%netscape.com f089e1775d Bug 191821: fix the plugin viewer (full-screen plugins) to use nsIPluginWidget on Mac. r=peterl, sr=bryner 2003-02-27 23:33:41 +00:00
lpham%netscape.com 4099b84091 update to Mozilla 1.4a bugzilla #194078 r=ycalonje, sr=granrose, a=blanket 2003-02-27 22:27:31 +00:00
cbiesinger%web.de 23e0302b1f urg, fix typo 2003-02-27 15:09:39 +00:00
cbiesinger%web.de b12a4c4241 97324 r=peterl/jst sr=jst/bz nsContentDLF.cpp should not use a static list of image types; also: 192023 Make DocLoaderFactories a service 2003-02-27 13:51:55 +00:00
seawood%netscape.com a3cec745da Force in-tree zlib to be built using -fPIC.
Re-order linking of mozilla-bin & viewer so that TK_LIBS, which bring in an implicit dependency upon the system zlib on Darwin, is linked in after the in-tree version of zlib.
Bug #194662 r=pavlov
2003-02-27 02:21:59 +00:00
peterlubczynski%netscape.com 487d0c2bf5 Adding masks for gcc3 and Mach-O builds for NPAPI variables that pass interface pointers, bug 182117 r=beard,cls sr=sfraser 2003-02-27 01:47:53 +00:00
ere%atp.fi 7f22515440 Bug 193929: HTML sanitizer ("simple html") should allow attached images
r=ducarroz, sr=jst
2003-02-26 13:47:36 +00:00
bzbarsky%mit.edu 7267f149a3 Eliminate libpr0n's use of prescontexts as unique keys; use documents instead
and do not hold a ref to them.  Bug 190475, r=pavlov, sr=jst
2003-02-26 05:51:32 +00:00
seawood%netscape.com 63ffaa111b Fix mach-o static builds by forcing all code that's linked into a shared lib to build with -fPIC.
Bug #194662 r=ccarlen
2003-02-26 04:17:40 +00:00
pete.zha%sun.com 058ee62667 bug=184015
No plugin finder dialog pop-up when loading some applet pages in w/o jre installed
r=av@netscape.com, sr=beard@netscape.com, patch=joshua.xia@sun.com
2003-02-25 06:06:10 +00:00
bzbarsky%mit.edu eb1195e85f Make it possible to launch executables after downloading them (after suitable
scary warning).   Bug 91969, patch by octalc0de@veryfast.biz (Patrick Xia
("Octalc0de")), r=mkaply, sr=bzbarsky
2003-02-25 05:23:47 +00:00