Commit Graph

4458 Commits

Author SHA1 Message Date
darin%netscape.com
723a320270 factor out socket transport specific ipcTransport implementation. 2002-11-06 01:47:07 +00:00
darin%netscape.com
bca2d86078 initial version of windows WM_COPYDATA impl. 2002-11-06 01:27:04 +00:00
seawood%netscape.com
555e341493 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
07ffcac84f 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
d843d7c5a8 cleanup 2002-11-05 19:49:24 +00:00
darin%netscape.com
e6b03ee583 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
9fd12c17e3 fixing crash 2002-11-05 19:30:26 +00:00
mkaply%us.ibm.com
4400205984 #174022
r=peterl, a=asa
Get tester plugin building on OS/2
2002-11-05 04:24:26 +00:00
dveditz%netscape.com
656e9b9fa6 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
d36334924c make ipcTransport::Init output app-name. 2002-11-04 22:29:17 +00:00
darin%netscape.com
f98ae2ca80 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
040591c7ae implemented ADD_TARGET/DEL_TARGET messages.
added ipcIDList
2002-11-04 19:46:34 +00:00
anthonyd%netscape.com
b167c28263 *** 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
6607a11769 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
124c9697d0 forwarding messages now works 2002-11-03 01:54:46 +00:00
darin%netscape.com
a8e727269b implement QueryClientByName 2002-11-02 18:57:15 +00:00
darin%netscape.com
4feb34ae64 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
37dab08d79 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
7fcfc56947 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
9ee1897999 eliminate ipcIService::forwardMessage 2002-10-31 17:55:19 +00:00
darin%netscape.com
a2d49368d3 make modules work again under linux 2002-10-31 09:21:42 +00:00
darin%netscape.com
1f6b6aae1d fix compilation problems under linux 2002-10-31 08:57:31 +00:00
darin%netscape.com
d34899750d adding IPC framework -- NOT PART OF THE BUILD 2002-10-31 08:19:27 +00:00
dveditz%netscape.com
8546c64322 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
e37635e2c0 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
9492effc69 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
ee1ac12967 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
c44bb70fd7 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
6c452f64c9 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
e5181905a0 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
fd01b13050 Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-18 03:20:21 +00:00
av%netscape.com
35c9cfd269 Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-17 22:38:17 +00:00
av%netscape.com
f5930c6b55 Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-17 20:27:12 +00:00
av%netscape.com
f8eb0fa527 Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-17 20:18:29 +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
av%netscape.com
b19b5eba91 Bug 118656 -- clean up in plugin SDK, not part of the build 2002-10-17 04:37:12 +00:00
darin%netscape.com
ba71a85db8 backing out previous change! 2002-10-17 00:46:47 +00:00
darin%netscape.com
85348f58ad 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
74355fbbed #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
cde3c8dd47 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
fc4297892b 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
6926b70a3f 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
2da6861d87 Bug 173206 -- crash after Shockwave registration, r=serge, sr=beard, a=asa 2002-10-10 04:23:18 +00:00
sicking%bigfoot.com
4f82c5f970 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
e38d995b54 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
35ab60450f 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
1545f4da1f 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
b0b377a23e default spam level to off (0). 2002-10-08 07:00:59 +00:00
av%netscape.com
58ca5f80ba Bug 168490 -- extra blank window during plugin xpi install, r=serge, sr=darin 2002-10-08 06:31:13 +00:00
darin%netscape.com
c030b55eb6 fixes bug 173147 "increase redirection limit" r=dougt sr=heikki 2002-10-08 06:03:35 +00:00