Commit Graph

4511 Commits

Author SHA1 Message Date
ducarroz%netscape.com
7cac5c43cb Fix for bug 110729. Prevent mail display pane to open a pluging in full page mode. Fix also an uninitialized pointer. Patch provided by av. R=ducarroz, SR=beard 2002-11-19 15:30:03 +00:00
darin%netscape.com
d02f395ecb fixes bug 176626 "Mozilla sends text/css in Accept: header for non-style
pages" r=bbaetz sr=bzbarsky
2002-11-18 07:13:24 +00:00
timeless%mozdev.org
33139ff705 bug 180576 nsPluginHostImpl::RegisterPluginMimeTypesWithLayout doesn't null check loader
r=av sr=bz
2002-11-17 22:48:26 +00:00
timeless%mozdev.org
67c2ddda61 180576 nsPluginHostImpl::RegisterPluginMimeTypesWithLayout doesn't null check loader
r=av sr=bz
2002-11-17 21:58:03 +00:00
timeless%mozdev.org
1783bf4ac6 Bug 180204 imgContainerMNG::~imgContainerMNG / nsPPMDecoder::~nsPPMDecoder will release uninitialized objects
r=paper sr=bz
2002-11-17 09:23:30 +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
seawood%netscape.com
111608e22b Removing unused JSDLL define 2002-11-16 08:39:50 +00:00
av%netscape.com
c9c5e9d854 Bug 176782 -- hang with scriptable Flash plugin, patch by serge, r=av, sr=darin 2002-11-16 03:38:01 +00:00
darin%netscape.com
2ecabcccc4 1) add clientUp and clientDown ipc module notifications
2) cleanup some comments in ipcModule.h
2002-11-15 08:01:55 +00:00
darin%netscape.com
5a6ccfaf39 fixes bug 173094 "Freeze nsIUploadChannel" r=dougt,timeless sr=rpotts 2002-11-14 20:36:20 +00:00
darin%netscape.com
ea1bf00e1b eliminate primary name from "client hello" (not needed, and added
problematic dependency on libpref).
2002-11-14 19:37:01 +00:00
nhotta%netscape.com
f9844beb5c Adding pref for phonetic fields, search date format option,
bug 98144, r=ducarroz, sr=sspitzer
bug 178891, r=cavin, sr=sspitzer
2002-11-12 19:03:14 +00:00
darin%netscape.com
92160369ad cleaning up ipcCommandModule 2002-11-12 01:13:51 +00:00
darin%netscape.com
54b8c1e761 1) introduce ipcIClientQueryHandler
2) ipcService impl cleanups
2002-11-11 22:07:26 +00:00
darin%netscape.com
9dcebf21ea 1) XP_UNIX should use getenv("LOGNAME") instead of getpwuid(geteuid())
since the same UID may be shared by multiple logins (yes, really!).
2) fix bug in ipcmMessageClientInfo::NextTarget().
2002-11-11 20:11:05 +00:00
darin%netscape.com
01c4e12a0a initial version of CLIENT_INFO support 2002-11-11 06:32:27 +00:00
darin%netscape.com
14061678ca make daemon PlatformSendMsg async on XP_WIN. 2002-11-10 22:34:47 +00:00
paper%animecity.nu
3be5e3f5db Bug 166007 - Fix GIF2.cpp formatting. r=biesi sr=tor 2002-11-10 22:29:15 +00:00
darin%netscape.com
be10466ef4 adding win32 note 2002-11-10 10:06:53 +00:00
darin%netscape.com
f88f4c00f4 ipcIService should be completely scriptable 2002-11-10 09:57:05 +00:00
darin%netscape.com
79e421db7d IPC module methods should not depend on ipcMessage class. 2002-11-10 06:21:24 +00:00
cbiesinger%web.de
8faaa78df9 108271 r=paper sr=tor
support all bitfields in the bmp decoder
2002-11-09 23:06:25 +00:00
aaronl%netscape.com
266790cc84 Bug 176602. Make typeaheadfind beep less annoying, and implement boolean pref accessibility.typeaheadfind.enablesound. Pref is turned off by default in Linux for now, sound needs testing and work there (see bug 179138 and bug 110385). r=kyle, sr=bz 2002-11-09 19:21:20 +00:00
darin%netscape.com
c169c4cec7 fix memory leaks 2002-11-08 23:44:31 +00:00
cltbld%netscape.com
5f86d68b4e Updated user agent string to 1.3a for trunk. Bugzilla 178860 r=lpham/sr=granrose. ycalonje checking in as cltbld 2002-11-08 23:00:40 +00:00
cbiesinger%web.de
928b267363 missed a file. still r=pavlov sr=tor 2002-11-08 21:54:43 +00:00
cbiesinger%web.de
957b0576b1 removing antiquated gif decoder code and similar stuff. r=pavlov sr=tor, and this is not part of the build. 2002-11-08 21:53:18 +00:00
darin%netscape.com
7d1ee95ca8 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
5a62f1065b make daemon automatically shutdown. 2002-11-08 04:48:09 +00:00
darin%netscape.com
63aea626af fixup unix security checks 2002-11-07 23:47:33 +00:00
dmose%netscape.com
d31ebf1c6a 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
7ea9cf9482 launch IPC service on XPCOM startup. 2002-11-07 08:13:34 +00:00
darin%netscape.com
55b02d1612 fix XP_UNIX build bustage 2002-11-07 07:37:24 +00:00
darin%netscape.com
7ff8664132 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
a5fdfa7100 fix windows bustage 2002-11-07 06:25:58 +00:00
darin%netscape.com
f12acbdf4e add ipcModuleMethods::init 2002-11-07 06:00:10 +00:00
darin%netscape.com
9173da6098 added ipcModuleUtil.h to simplify using the new plug-in API 2002-11-07 05:54:56 +00:00
darin%netscape.com
9834a0c693 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
a630ac68af better security check for mach-o builds 2002-11-07 00:31:40 +00:00
darin%netscape.com
8d607b2d65 fixup security check to work on OSX 2002-11-06 23:14:10 +00:00
darin%netscape.com
a5e0f222fe added startup synchronization for XP_WIN 2002-11-06 22:22:50 +00:00
tor%cs.brown.edu
8cfcc0e04a 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
252c7f3e5f 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
89110e04ff add empty constructor to ipcStringNode to make GCC 3.2 happy 2002-11-06 20:26:53 +00:00
darin%netscape.com
a369584169 fix compilation error 2002-11-06 20:07:33 +00:00
darin%netscape.com
bfdc59f857 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
4270b9cf06 rename IPC_GetClientName to IPC_GetPrimaryClientName
implement all of IPC_API
2002-11-06 19:52:39 +00:00
darin%netscape.com
e24ea660db XP_WIN: purge stale clients as each new client comes online. 2002-11-06 19:48:54 +00:00
mkaply%us.ibm.com
c321117c0b #175106
r=av, s=blizzard
OS/2 only - add native plugin window support
2002-11-06 15:52:36 +00:00
darin%netscape.com
bfc2cbc236 fixes some XP_WIN ipcd bugs 2002-11-06 08:47:31 +00:00