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

4584 Коммитов

Автор SHA1 Сообщение Дата
darin%netscape.com 65f50020cb 1) make logging compilation controlled by IPC_LOGGING #define
2) make testmodule work when compiling optimized
3) stop loading ipc service at XPCOM startup
2002-11-08 07:17:50 +00:00
darin%netscape.com 3e38cd062e make daemon automatically shutdown. 2002-11-08 04:48:09 +00:00
darin%netscape.com 1e52599277 fixup unix security checks 2002-11-07 23:47:33 +00:00
dmose%netscape.com 8364187e66 Turn on basic junk-mail detection functionality in mail. Parts (such as moving to other folders) are still disabled as there is work to do there yet. Bug 169638; r=bienvenu; sr=sspitzer 2002-11-07 20:37:55 +00:00
darin%netscape.com 85a9bbd777 launch IPC service on XPCOM startup. 2002-11-07 08:13:34 +00:00
darin%netscape.com a6e72ac5b6 fix XP_UNIX build bustage 2002-11-07 07:37:24 +00:00
darin%netscape.com ae00dedb0c 1) cleanup ipcService/ipcTransport platform factoring
2) add ipc-startup-category
3) add ipc-startup and ipc-shutdown observer topics
2002-11-07 07:34:54 +00:00
darin%netscape.com 26e5aeaa8e fix windows bustage 2002-11-07 06:25:58 +00:00
darin%netscape.com 633870cbb6 add ipcModuleMethods::init 2002-11-07 06:00:10 +00:00
darin%netscape.com 2154715aa0 added ipcModuleUtil.h to simplify using the new plug-in API 2002-11-07 05:54:56 +00:00
darin%netscape.com b1be0ea001 major overhaul of daemon plug-in module story. modules now talk to the
daemon through a table of function pointers.  this greatly simplifies the
linker magic required to allow the modules to talk with the daemon.
2002-11-07 04:56:06 +00:00
darin%netscape.com ab9d1a139c better security check for mach-o builds 2002-11-07 00:31:40 +00:00
darin%netscape.com e94321a746 fixup security check to work on OSX 2002-11-06 23:14:10 +00:00
darin%netscape.com f199d1ff35 added startup synchronization for XP_WIN 2002-11-06 22:22:50 +00:00
tor%cs.brown.edu 9918982dec Bug 148634 - combine imgContainerGIF::ZeroMaskArea & OneMaskArea.
Patch by paper@animecity.nu, r=biese, sr=tor.
2002-11-06 20:52:07 +00:00
tor%cs.brown.edu 005ec0a3e5 Bug 37589 - strange dots next to slashdot news headers (gif decoder).
Patch by paper@animecity.nu, r=biesi, sr=tor.
2002-11-06 20:49:09 +00:00
darin%netscape.com d1653878da add empty constructor to ipcStringNode to make GCC 3.2 happy 2002-11-06 20:26:53 +00:00
darin%netscape.com 865982477d fix compilation error 2002-11-06 20:07:33 +00:00
darin%netscape.com 1cdb9a77ff added inline utility version of IPC_SendMsg that takes a client ID instead
of an ipcClient pointer.
2002-11-06 19:56:30 +00:00
darin%netscape.com 69e687974e rename IPC_GetClientName to IPC_GetPrimaryClientName
implement all of IPC_API
2002-11-06 19:52:39 +00:00
darin%netscape.com 7048dd7163 XP_WIN: purge stale clients as each new client comes online. 2002-11-06 19:48:54 +00:00
mkaply%us.ibm.com 716f280eaf #175106
r=av, s=blizzard
OS/2 only - add native plugin window support
2002-11-06 15:52:36 +00:00
darin%netscape.com ad26757d0d fixes some XP_WIN ipcd bugs 2002-11-06 08:47:31 +00:00
darin%netscape.com a90dbe4667 implemented first working prototype of WM_COPYDATA based IPC transport for XP_WIN.
still rough around the edges ;-)
2002-11-06 07:55:05 +00:00
darin%netscape.com 2897ded59e make windows build compile. 2002-11-06 02:08:22 +00:00
darin%netscape.com 9bd94a6f3a more factoring of ipcTransport 2002-11-06 02:01:00 +00:00
darin%netscape.com b0b178dab7 factor out socket transport specific ipcTransport implementation. 2002-11-06 01:47:07 +00:00
darin%netscape.com c80f769bcb initial version of windows WM_COPYDATA impl. 2002-11-06 01:27:04 +00:00
seawood%netscape.com aeda22058a Add support for loading cfm plugins in OSX mach-o builds.
Changes backported from the CHIMERA_M1_0_1_BRANCH branch.
Bug #155256 r=peterl sr=sfraser
2002-11-06 01:24:57 +00:00
darin%netscape.com 0a014ef8bd factored out unix (file descriptor based) implementation to make way for
a windows WM_COPYDATA based implementation.
2002-11-06 01:11:07 +00:00
darin%netscape.com dcfe86361b cleanup 2002-11-05 19:49:24 +00:00
darin%netscape.com e88a4914aa major unix cleanup:
1) introduce /tmp/.mozilla-ipc-$USER/ directory for socket and lock file
2) cleaned up daemon startup and shutdown sequences
2002-11-05 19:42:22 +00:00
darin%netscape.com 4445539a81 fixing crash 2002-11-05 19:30:26 +00:00
mkaply%us.ibm.com f5b0c8e072 #174022
r=peterl, a=asa
Get tester plugin building on OS/2
2002-11-05 04:24:26 +00:00
dveditz%netscape.com 2efa3d9ba7 Useful documentation of the PKZIP archive format that we've relied on. Should have checked this in years ago. 2002-11-05 02:14:10 +00:00
darin%netscape.com c1cb5a34a6 make ipcTransport::Init output app-name. 2002-11-04 22:29:17 +00:00
darin%netscape.com 26343a2910 give modules the ability to iterate over the registered names and targets
for a particular client.
2002-11-04 20:30:54 +00:00
darin%netscape.com ad4c7c458a implemented ADD_TARGET/DEL_TARGET messages.
added ipcIDList
2002-11-04 19:46:34 +00:00
anthonyd%netscape.com b1281b442f *** NOT PART OF THE BUILD !!!***
Fix for 176229
Sample plugins are not properly destroyed in NS_DestroyPluginInstance
2002-11-04 19:39:59 +00:00
darin%netscape.com 19718f5b15 implement ADD_NAME and DEL_NAME messages.
implement part of ADD_TARGET and DEL_TARGET messages.
2002-11-04 06:35:32 +00:00
darin%netscape.com bcde972e02 forwarding messages now works 2002-11-03 01:54:46 +00:00
darin%netscape.com a001f53782 implement QueryClientByName 2002-11-02 18:57:15 +00:00
darin%netscape.com 1d304861d5 next round of revisions
1) added ipcQueue<>
2) added ipcLog
3) closer to having a working QueryClientByName
4) build fix
2002-11-02 02:45:24 +00:00
cbiesinger%web.de ad2b3c6432 bug 177661 patch by paper@animecity.nu r=biesi sr=tor a=roc+moz
2 frame GIFs do not animate
2002-11-01 21:46:35 +00:00
darin%netscape.com f973b991ee 1) updated IPCM protocol
2) added ipcMessage primitives to simplify IPCM protocol implementation
3) added ipcMessageCast to simplify casting raw messages to specific types
4) added function table in ipcCommandModule
2002-11-01 09:08:25 +00:00
darin%netscape.com 896174a5d0 eliminate ipcIService::forwardMessage 2002-10-31 17:55:19 +00:00
darin%netscape.com a29827241a make modules work again under linux 2002-10-31 09:21:42 +00:00
darin%netscape.com 01759e90e7 fix compilation problems under linux 2002-10-31 08:57:31 +00:00
darin%netscape.com 5305f9062d adding IPC framework -- NOT PART OF THE BUILD 2002-10-31 08:19:27 +00:00
dveditz%netscape.com 58b92b33d7 bug 157646 corrupt zip archive filesize can lead to heap overrun r=mstoltz, sr=daring, a=roc (plus tab removals) 2002-10-31 06:27:20 +00:00
dveditz%netscape.com 08b6eead50 bug 164695 prevent heap overrun if jar manifest file has size -1 (corrupt/malicious archive). Also fixes unrelated potential memory leak. r=mstoltz, sr=darin, a=roc 2002-10-31 06:23:52 +00:00
heikki%netscape.com 7a5c9f322e Bug 152701, XMLExtras properties should not be available in mailnews. r=harishd, sr=dveditz, aroc+moz. 2002-10-31 02:59:12 +00:00
dbaron%fas.harvard.edu ce16f563b0 Back out patch for bug 161109 that implemented a pref for disabling marquee. b=161109 r=hixie a=asa 2002-10-30 14:31:32 +00:00
peterlubczynski%netscape.com 7e9abd9e72 Removing redundant NPNVDOMDocument added earlier in bug 169513, r=av sr=rpotts a=roc+moz 2002-10-29 22:54:10 +00:00
cbiesinger%web.de 60a453a728 bug 169690 patch by paper@animecity.nu r=biesi sr=tor a=roc+moz
crash in HaveDecodedRow
2002-10-21 20:57:57 +00:00
cbiesinger%web.de c87a903b0b bug 110076 r=biesi sr=tor a=roc+moz Access violation in Trunk M100 N70PR1 [@ imgContainer::StartAnimation] 2002-10-18 19:46:40 +00:00
av%netscape.com fe48562ca1 Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-18 03:20:21 +00:00
av%netscape.com 87bd40e133 Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-17 22:38:17 +00:00
av%netscape.com e6a3cb89f6 Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-17 20:27:12 +00:00
av%netscape.com ca4074611b Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-17 20:18:29 +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
av%netscape.com 47297d2beb Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-17 04:37:12 +00:00
darin%netscape.com 0caeb1cfc1 backing out previous change! 2002-10-17 00:46:47 +00:00
darin%netscape.com 2797d47b34 link prefetching (default disabled) b=12274 r=gagan sr=rpotts a=rjesup ADT+ 2002-10-17 00:45:52 +00:00
mkaply%us.ibm.com df3c811b26 #174022
r=mikek, sr=blizzard, a=asa
OS/2 only - not part of build - initial code for tester plugin
2002-10-16 22:05:31 +00:00
av%netscape.com fd6e12955c Changing comment in the sample code, this is not part of the build 2002-10-16 21:05:29 +00:00
dbaron%fas.harvard.edu 0e9bf3ab26 Add preference for whether to enable marquee, and set the default to disabled. b=161109 r=caillon sr=bzbarsky a=rjesup 2002-10-15 00:06:57 +00:00
bzbarsky%mit.edu 1c6c051db0 Add & implement imgIContainer::ResetAnimation. Bug 152756, patch by
paper@animecity.nu (Arron), r=pavlov, sr=tor, a=asa
2002-10-10 04:43:13 +00:00
av%netscape.com 7d3fd3a871 Bug 173206 -- crash after Shockwave registration, r=serge, sr=beard, a=asa 2002-10-10 04:23:18 +00:00
sicking%bigfoot.com 484660e991 bug 31510: changes default manual proxy config so localhost and 127.0.0.1 are not proxied
patch by benc, r=dougt sr=darin
2002-10-09 01:31:47 +00:00
timeless%mac.com 515b633c61 Bug 157246 Move Windows prefs to winpref.js
patch by walk84@yahoo.com r=sfraser sr=bryner
2002-10-09 01:15:41 +00:00
mstoltz%netscape.com a95495280f Bug 163648 - Disable specific external protocol handlers with known security
problems. r=darin, sr=dveditz.
2002-10-09 00:54:43 +00:00
anthonyd%netscape.com d7159a2b85 bug fix for 165400
r=biesi
sr=bryner
removing un-needed files from the cvs tree
2002-10-08 18:26:24 +00:00
sspitzer%netscape.com fe2c5f0ffd default spam level to off (0). 2002-10-08 07:00:59 +00:00
av%netscape.com 348084f465 Bug 168490 -- extra blank window during plugin xpi install, r=serge, sr=darin 2002-10-08 06:31:13 +00:00
darin%netscape.com e419ddf07c fixes bug 173147 "increase redirection limit" r=dougt sr=heikki 2002-10-08 06:03:35 +00:00
sspitzer%netscape.com 5136eaf1fe comment out the pref for junk button, until it's ready. 2002-10-08 06:00:10 +00:00
sspitzer%netscape.com a351d516dc varada forgot the mailnews.js side of his checkin for bug #170572.
for now, show these buttons.  but that might be changing as junk
might kick off file and or next.
2002-10-08 05:54:12 +00:00
ssu%netscape.com 5288d19e7a fixing bug 110556 - double-clicking on a message in thread should reuse existing window. r=varada, sr=sspitzer (fixed problems in original patch from adam@cfar.umd.edu) 2002-10-08 01:04:11 +00:00
seawood%netscape.com ee1b910123 Fixing tinderbox bustage from checkin for bug 77497. Patch by paper@animecity.nu. 2002-10-07 22:25:32 +00:00
timeless%mac.com 23d2e15fdc Bug 77497 imgContainer needs to have a GIF specific version
patch by paper@animecity.nu r=pavlov sr=tor
2002-10-07 21:49:33 +00:00
tor%cs.brown.edu 047528135b document mkaply's os2 build bustage fix 2002-10-07 06:28:56 +00:00
mkaply%us.ibm.com 35de627c10 Putting code back since I fixed the PNG decoder - note the change to IBMCPP - not sure how that got checked in wrong - probably broke in the PNG mainline code 2002-10-07 04:40:33 +00:00
mkaply%us.ibm.com a758119fe1 These are not NSPR callbacks, they are PNG callbacks. They should be using PNGAPI - part of correct fix for OS/2 bustage with new PNG code 2002-10-07 04:38:54 +00:00
mkaply%us.ibm.com 31d07ee76b OS/2 runtime bustage - this should be the right thing to do, but it causes PNG to crash horribly backing out for now 2002-10-07 04:10:10 +00:00
cbiesinger%web.de 3028021056 bug 172781 r=morse sr=bz remove unused preferences from all.js 2002-10-06 18:34:17 +00:00
darin%netscape.com 1f63800e30 fixes bug 167463 "fromCacheOnly should be an attribute on nsICachingChannel"
and fixes bug 166927 "add nsICachingChannel should provide an attribute to
'load only if modified'" r=dougt sr=bzbarsky
2002-10-06 03:20:40 +00:00
peterlubczynski%netscape.com 9a59cdd73f Fixing bug 169513, Add the means to obtain the DOM from a plugin r=adamlock sr=beard 2002-10-05 02:57:21 +00:00
bryner%netscape.com c4d52841f0 Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls. 2002-10-05 02:49:02 +00:00
bryner%netscape.com 22d07204cf Removing a dead nmake build makefile 2002-10-05 02:28:06 +00:00
av%netscape.com a860bce4ee Updating workspace for the default plugin on Windows, not part of the build 2002-10-04 19:59:52 +00:00
tor%cs.brown.edu 2781ac8ac1 update libpng to 1.2.5. r=cls 2002-10-04 06:34:53 +00:00
dcone%netscape.com e14b41451d b=143046 r=rods sr=boris API change so we can create different depth nsImages 2002-10-04 03:32:26 +00:00
jaggernaut%netscape.com 371f746602 Bug 118835: add support for home page groups. r=law, sr=hewitt 2002-10-04 00:28:07 +00:00
av%netscape.com b1df03eb61 Bug 104298 -- clean up in plugin module, r=serge, r=bnesse, sr=beard 2002-10-03 22:12:40 +00:00
av%netscape.com fc5bb8d597 Bug 104298 -- clean up in plugin module, r=serge, r=bnesse, sr=beard 2002-10-03 21:31:41 +00:00
av%netscape.com 47432866d9 Bug 104298 -- clean up in plugin module, r=serge, r=bnesse, sr=beard 2002-10-03 21:05:30 +00:00
serge%netscape.com edbd81b257 back out http channel loadFlags to fix regression 172376 2002-10-03 19:10:56 +00:00
serge%netscape.com a95927c2e2 #166613 Flash: Lost submovie requests - new to Mozilla 1.1, r=peterl, sr=darin 2002-10-02 20:38:46 +00:00
jaggernaut%netscape.com cb954d57d2 Bug 172012: clean up pref-navigator.*. r=bryner, sr=hewitt 2002-10-01 23:49:48 +00:00
cbiesinger%web.de 8cc07c5b13 bug 171170 r=paper sr=tor mCurLine should be 0 based 2002-10-01 21:52:30 +00:00
peterlubczynski%netscape.com fec2146a51 Moving FORCE_PR_LOG to nsPluginLogging.h, bug 170876 r=serge, sr=alecf 2002-10-01 18:30:56 +00:00
dougt%netscape.com 577de718b3 Move documentURI to a new interface. b=157133. r=rpotts@netscape.com, sr=darin@netscape.com 2002-09-30 23:18:43 +00:00
pkw%us.ibm.com d27676f0f8 Fix Bug 98892 - Null plugin crash on AIX with Java plugin installed.
Link with -lXm before -lXt on AIX, use $XT_LIBS instead of hardcoding
-lXt in Makefiles.
r=cls
2002-09-30 22:18:27 +00:00
sspitzer%netscape.com 3af7a46278 define some default prefs for some of the imap extensions. r/sr=bienvenu 2002-09-30 22:10:01 +00:00
av%netscape.com 7c6d61ed6b Bug 166417 -- Plugin SDK does not build, not part of the build process 2002-09-29 03:10:54 +00:00
av%netscape.com 1ba036355e Bug 166417 -- Plugin SDK does not build, not part of the build process 2002-09-29 02:45:06 +00:00
av%netscape.com 53f3f9c815 Bug 166417 -- Plugin SDK does not build, not part of the build process 2002-09-28 21:57:50 +00:00
heikki%netscape.com 8b421b3131 Bug 169984, sanitize XMExtras method availability to scripts. r=mstoltz, sr=jst. 2002-09-27 23:24:24 +00:00
aaronl%netscape.com 5f0d0e6951 Bug 166712. Consolodate typeaheadfind files, cleanup building and packaging of typeaheadfind, make it available to embeddors, remove from install options. r=ssu, sr=dveditz 2002-09-27 19:07:44 +00:00
cbiesinger%web.de 0c481db11c bug 160975 patch by arunan_bala@hotmail.com r=pavlov,biesi sr=tor
Mozilla not decoding 31x39 .ICO file correctly
2002-09-27 10:22:53 +00:00
darin%netscape.com 3f13b9fba7 fixes bug 170789 "HTTP Accept: header should be tailored to context of the
request" r=dougt sr=bzbarsky
2002-09-27 04:22:13 +00:00
rpotts%netscape.com 51e6604e46 bug #171053 (r=jst, sr=darin) load network image requests LOAD_BACKGROUND to avoid generating unnecessary notifications... 2002-09-26 23:37:47 +00:00
dougt%netscape.com c3b09d24b6 moves nsIHttpHeaderVisitor into a separate IDL file. b=157133. r=neeti@netscape.com, sr=darin@netscape.com 2002-09-26 23:04:01 +00:00
av%netscape.com 853796579e Fixing 132759 -- 100% CPU with Flash, r=peterl, sr=jst 2002-09-26 02:53:27 +00:00
av%netscape.com c780106949 Getting ready to fix 132759 -- 100% CPU with Flash, those files are not part of the build yet 2002-09-26 01:59:08 +00:00
sspitzer%netscape.com a0ae77aaa9 more work for #169638. implementing spam UI. get the "enable logging" checkbox to work and persisting in prefs. r/sr=bienvenu. 2002-09-26 01:58:11 +00:00
av%netscape.com 47a3f02a64 Getting ready to fix 132759 -- 100% CPU with Flash, this file is not part of the build yet 2002-09-26 01:56:25 +00:00
sspitzer%netscape.com 646ca49d09 working on spam UI, making it match the spec. see bug #169638.
not visible to the user yet.  r/sr=bienvenu
2002-09-26 00:33:15 +00:00
peterlubczynski%netscape.com 9fd76ab4f6 Fixing bug 167601, support PLUGINURL param values for OBJECT tag instead of codebase attribute, r=anthonyd, sr=jst 2002-09-26 00:17:20 +00:00
darin%netscape.com 380f93de79 fixes bug 170648 "eliminate referrer type from nsIHttpChannel in preparation
for freezing" r=dougt sr=rpotts
2002-09-25 21:28:53 +00:00
ccarlen%netscape.com d9ea2f11b9 Bug 118203 - nsLocalFile implementation for Mach-0. r=pinkerton, sdagley/sr=sfraser 2002-09-25 12:23:39 +00:00
cbiesinger%web.de 86fffc5fc0 Bug 169477 r=paper sr=alecf
favicon color palette reversed or too red
2002-09-24 21:21:52 +00:00
brendan%mozilla.org cf0abfdfda Don't override the default accessibility.tabfocus setting, it's a new millennium and the default build isn't going back to Motif-land (170429, r=blizzard, sr=hyatt). 2002-09-24 05:11:25 +00:00
timeless%mac.com 42a667539c Bug 166775 Remove unused _IMPL_NS_APPSHELL defines
patch by walk84@yahoo.com r=bryner
2002-09-24 00:56:20 +00:00
timeless%mac.com 65be0f3e7f Bug 165400 _IMPL_NS_PLUGIN unused
patch by walk84@yahoo.com r=biesi sr=bryner
2002-09-24 00:41:35 +00:00
timeless%mac.com 478ab78a22 Bug 169782 Build warning caused by checkin for bug 93015
patch by walk84@yahoo.com
r=rpotts sr=dveditz
2002-09-24 00:30:09 +00:00
alecf%netscape.com 181f0a4db5 remove some files that are no longer part of the build 2002-09-23 23:54:06 +00:00
tor%cs.brown.edu f1decda439 Bug 125436 - log libpng messages instead of spewing them to stderr.
r=biesi, sr=blizzard
2002-09-23 17:34:21 +00:00
cbiesinger%web.de 22f5d480bc bug 169483 patch by Roland.Mainz@informatik.med.uni-giessen.de r=cls/roc+moz sr=kin 2002-09-23 12:10:28 +00:00
bratell%lysator.liu.se f8f7668407 Bug 155623, remove unused pref css.allow. r/sr=bzbarsky/dbaron 2002-09-23 05:29:58 +00:00
bnesse%netscape.com ed3a5e89ce Fix for bug 164190. nsSafeSaveFile mistreats nsLocalFile, deleting files under one. Patch by sfraser, r=ccarlen, sr=alecf. 2002-09-20 18:49:40 +00:00
bnesse%netscape.com ef73c49861 Fix for bug 164925. Remove unused directory key and support code. r=ccarlen, sr=beard. 2002-09-20 18:47:49 +00:00
peterlubczynski%netscape.com 6303316acc Fixing bug 169753: NPN_GetURL and friends fail if called before NPP_New returns r=av sr=heikki 2002-09-20 00:17:28 +00:00
sspitzer%netscape.com cee997f793 land spam UI: control panel UI, spam log UI, toolbar button, tools menu, thread pane UI.
currently, hidden by default.  more work to come.  r/sr=bienvenu.  bug #169638
2002-09-20 00:04:01 +00:00
alecf%netscape.com 6a5c57033d now that the imglib2 issues have been ironed out, remove the old project files 2002-09-18 22:46:33 +00:00
rpotts%netscape.com 5f1a7097d8 bug #93015 (r=darin/sr=jst) First patch that cleans up imglib use of LoadFlags and channel attributes... 2002-09-18 22:08:12 +00:00
akkana%netscape.com 81f3210365 140612: Introduce tab usage pref accessibility.tabfocus, to allow tab to go only to form elements or only to text controls. (r,sr)=(bryner,sfraser) 2002-09-18 21:24:57 +00:00
serge%netscape.com 590bfb01f9 fix 164043,Mozilla crashes in calls to NPN_Status [trunk], r=peterl, sr=beard 2002-09-18 20:21:47 +00:00
serge%netscape.com e0b34e9ea7 fix 168893, nsIPluginManager::GetURL leaks an nsIPluginInstance, r=peterl, sr=beard 2002-09-18 20:16:16 +00:00
danm%netscape.com 97220f560e switching to the new, final(!?) popup window management preferences organisation. bug 166442 r=jag,jst 2002-09-18 14:45:31 +00:00
sspitzer%netscape.com 872fafdd79 fix bug #64462. add "play custom sound on new mail" pref UI. right now, it's global.
soon, per server (and also soon, sound as a mail filter action.)
move window prefs to a new windows panel.  we'll be adding some other window
related prefs (like reuse window) to that new panel.  r/sr=bienvenu.
UI changes a=jglick
2002-09-18 08:33:35 +00:00
seawood%netscape.com b9a932ea77 Removing debug libs from opt build link list. 2002-09-18 05:56:13 +00:00
alecf%netscape.com 93d54183f7 remove these bogus files as they are causing bustage 2002-09-18 05:22:35 +00:00
asasaki%netscape.com 89f13593b1 manual fix for bugscape 19932 (about page update). will automate this
later.  verbal r=granrose, verbal sr=leaf
2002-09-18 01:14:28 +00:00
alecf%netscape.com 9c6c31dfc0 argh, fix whacked out setjmp bustage 2002-09-17 23:29:29 +00:00
alecf%netscape.com d8c808288f fix for bug 168048 - combine commonly used decoders into the main imglib dll
r=pavlov, sr=tor
2002-09-17 23:05:27 +00:00
peterlubczynski%netscape.com 2f68d750d6 Fixing bug 165368: Download dialog appears for Shockwave Flash content r=av sr=heikki 2002-09-17 22:56:06 +00:00
peterlubczynski%netscape.com f913a3f7c2 Fixing Mach-O part of bug 159016, IME with Flash 6 2002-09-17 22:50:47 +00:00
rpotts%netscape.com 6777c1f117 bug #145579 (r=darin, sr=jst) send the correct referrer for images... 2002-09-17 18:59:41 +00:00