twalker%netscape.com
03c059120f
version change bug 178476 r=kysmith sr,a=leaf
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_2_BRANCH@133220 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-06 23:21:25 +00:00
(no author)
6dc74a62b0
This commit was manufactured by cvs2svn to create branch
...
'MOZILLA_1_2_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_2_BRANCH@133013 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-05 14:49:53 +00:00
mkaply%us.ibm.com
7baf8840b6
#174022
...
r=peterl, a=asa
Get tester plugin building on OS/2
git-svn-id: svn://10.0.0.236/trunk@133000 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-05 04:24:26 +00:00
dveditz%netscape.com
efb761db7c
Useful documentation of the PKZIP archive format that we've relied on. Should have checked this in years ago.
...
git-svn-id: svn://10.0.0.236/trunk@132981 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-05 02:14:10 +00:00
darin%netscape.com
9b8ee9f869
make ipcTransport::Init output app-name.
...
git-svn-id: svn://10.0.0.236/trunk@132944 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-04 22:29:17 +00:00
darin%netscape.com
7fb645426a
give modules the ability to iterate over the registered names and targets
...
for a particular client.
git-svn-id: svn://10.0.0.236/trunk@132937 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-04 20:30:54 +00:00
darin%netscape.com
131f215319
implemented ADD_TARGET/DEL_TARGET messages.
...
added ipcIDList
git-svn-id: svn://10.0.0.236/trunk@132936 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-04 19:46:34 +00:00
anthonyd%netscape.com
efab84e88a
*** NOT PART OF THE BUILD !!!***
...
Fix for 176229
Sample plugins are not properly destroyed in NS_DestroyPluginInstance
git-svn-id: svn://10.0.0.236/trunk@132935 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-04 19:39:59 +00:00
darin%netscape.com
773ce670f1
implement ADD_NAME and DEL_NAME messages.
...
implement part of ADD_TARGET and DEL_TARGET messages.
git-svn-id: svn://10.0.0.236/trunk@132926 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-04 06:35:32 +00:00
darin%netscape.com
108238b121
forwarding messages now works
...
git-svn-id: svn://10.0.0.236/trunk@132919 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-03 01:54:46 +00:00
darin%netscape.com
34effd1235
implement QueryClientByName
...
git-svn-id: svn://10.0.0.236/trunk@132911 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-02 18:57:15 +00:00
darin%netscape.com
a6cb024de2
next round of revisions
...
1) added ipcQueue<>
2) added ipcLog
3) closer to having a working QueryClientByName
4) build fix
git-svn-id: svn://10.0.0.236/trunk@132898 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-02 02:45:24 +00:00
cbiesinger%web.de
641a02d414
bug 177661 patch by paper@animecity.nu r=biesi sr=tor a=roc+moz
...
2 frame GIFs do not animate
git-svn-id: svn://10.0.0.236/trunk@132839 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-01 21:46:35 +00:00
darin%netscape.com
40b33e4bfa
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
git-svn-id: svn://10.0.0.236/trunk@132815 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-01 09:08:25 +00:00
darin%netscape.com
220a0dfe35
eliminate ipcIService::forwardMessage
...
git-svn-id: svn://10.0.0.236/trunk@132779 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-31 17:55:19 +00:00
darin%netscape.com
ad8a995e9f
make modules work again under linux
...
git-svn-id: svn://10.0.0.236/trunk@132769 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-31 09:21:42 +00:00
darin%netscape.com
977714663d
fix compilation problems under linux
...
git-svn-id: svn://10.0.0.236/trunk@132768 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-31 08:57:31 +00:00
darin%netscape.com
0236fb0bbe
adding IPC framework -- NOT PART OF THE BUILD
...
git-svn-id: svn://10.0.0.236/trunk@132767 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-31 08:19:27 +00:00
dveditz%netscape.com
bc174c9e1c
bug 157646 corrupt zip archive filesize can lead to heap overrun r=mstoltz, sr=daring, a=roc (plus tab removals)
...
git-svn-id: svn://10.0.0.236/trunk@132765 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-31 06:27:20 +00:00
dveditz%netscape.com
691db65f10
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
...
git-svn-id: svn://10.0.0.236/trunk@132764 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-31 06:23:52 +00:00
heikki%netscape.com
f1a1bb1003
Bug 152701, XMLExtras properties should not be available in mailnews. r=harishd, sr=dveditz, aroc+moz.
...
git-svn-id: svn://10.0.0.236/trunk@132754 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-31 02:59:12 +00:00
dbaron%fas.harvard.edu
eb403a9137
Back out patch for bug 161109 that implemented a pref for disabling marquee. b=161109 r=hixie a=asa
...
git-svn-id: svn://10.0.0.236/trunk@132707 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-30 14:31:32 +00:00
peterlubczynski%netscape.com
addf218c82
Removing redundant NPNVDOMDocument added earlier in bug 169513, r=av sr=rpotts a=roc+moz
...
git-svn-id: svn://10.0.0.236/trunk@132653 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-29 22:54:10 +00:00
cbiesinger%web.de
5a7314b5df
bug 169690 patch by paper@animecity.nu r=biesi sr=tor a=roc+moz
...
crash in HaveDecodedRow
git-svn-id: svn://10.0.0.236/trunk@132334 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-21 20:57:57 +00:00
cbiesinger%web.de
1890556219
bug 110076 r=biesi sr=tor a=roc+moz Access violation in Trunk M100 N70PR1 [@ imgContainer::StartAnimation]
...
git-svn-id: svn://10.0.0.236/trunk@132255 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-18 19:46:40 +00:00
av%netscape.com
0f108d9885
Bug 118656 -- clean up in plugin SDK, not part of the build
...
git-svn-id: svn://10.0.0.236/trunk@132215 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-18 03:20:21 +00:00
av%netscape.com
715d651ae9
Bug 118656 -- clean up in plugin SDK, not part of the build
...
git-svn-id: svn://10.0.0.236/trunk@132185 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-17 22:38:17 +00:00
av%netscape.com
1fafe38052
Bug 118656 -- clean up in plugin SDK, not part of the build
...
git-svn-id: svn://10.0.0.236/trunk@132178 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-17 20:27:12 +00:00
av%netscape.com
77020a3232
Bug 118656 -- clean up in plugin SDK, not part of the build
...
git-svn-id: svn://10.0.0.236/trunk@132177 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-17 20:18:29 +00:00
seawood%netscape.com
f9eb727003
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
git-svn-id: svn://10.0.0.236/trunk@132136 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-17 06:47:01 +00:00
av%netscape.com
8f7ae49d21
Bug 118656 -- clean up in plugin SDK, not part of the build
...
git-svn-id: svn://10.0.0.236/trunk@132133 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-17 04:37:12 +00:00
darin%netscape.com
046893c136
backing out previous change!
...
git-svn-id: svn://10.0.0.236/trunk@132122 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-17 00:48:20 +00:00
darin%netscape.com
c0f536eda6
link prefetching (default disabled) b=12274 r=gagan sr=rpotts a=rjesup ADT+
...
git-svn-id: svn://10.0.0.236/trunk@132121 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-17 00:48:19 +00:00
mkaply%us.ibm.com
bc429377c9
#174022
...
r=mikek, sr=blizzard, a=asa
OS/2 only - not part of build - initial code for tester plugin
git-svn-id: svn://10.0.0.236/trunk@132094 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-16 22:05:31 +00:00
av%netscape.com
bd5d386188
Changing comment in the sample code, this is not part of the build
...
git-svn-id: svn://10.0.0.236/trunk@132091 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-16 21:05:29 +00:00
dbaron%fas.harvard.edu
7f403370a5
Add preference for whether to enable marquee, and set the default to disabled. b=161109 r=caillon sr=bzbarsky a=rjesup
...
git-svn-id: svn://10.0.0.236/trunk@132001 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-15 00:06:57 +00:00
bzbarsky%mit.edu
1dedbd7154
Add & implement imgIContainer::ResetAnimation. Bug 152756, patch by
...
paper@animecity.nu (Arron), r=pavlov, sr=tor, a=asa
git-svn-id: svn://10.0.0.236/trunk@131673 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 04:43:13 +00:00
av%netscape.com
baae49fa82
Bug 173206 -- crash after Shockwave registration, r=serge, sr=beard, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@131671 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-10 04:23:18 +00:00
sicking%bigfoot.com
8bc6ea322f
bug 31510: changes default manual proxy config so localhost and 127.0.0.1 are not proxied
...
patch by benc, r=dougt sr=darin
git-svn-id: svn://10.0.0.236/trunk@131527 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-09 01:31:47 +00:00
timeless%mac.com
f99677bd50
Bug 157246 Move Windows prefs to winpref.js
...
patch by walk84@yahoo.com r=sfraser sr=bryner
git-svn-id: svn://10.0.0.236/trunk@131521 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-09 01:15:41 +00:00
mstoltz%netscape.com
fae5a36e64
Bug 163648 - Disable specific external protocol handlers with known security
...
problems. r=darin, sr=dveditz.
git-svn-id: svn://10.0.0.236/trunk@131519 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-09 00:54:43 +00:00
anthonyd%netscape.com
f81fd4a4ee
bug fix for 165400
...
r=biesi
sr=bryner
removing un-needed files from the cvs tree
git-svn-id: svn://10.0.0.236/trunk@131438 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-08 18:26:24 +00:00
sspitzer%netscape.com
a81736f0ad
default spam level to off (0).
...
git-svn-id: svn://10.0.0.236/trunk@131412 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-08 07:00:59 +00:00
av%netscape.com
bfc7a45fc3
Bug 168490 -- extra blank window during plugin xpi install, r=serge, sr=darin
...
git-svn-id: svn://10.0.0.236/trunk@131408 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-08 06:31:13 +00:00
darin%netscape.com
de6a534e87
fixes bug 173147 "increase redirection limit" r=dougt sr=heikki
...
git-svn-id: svn://10.0.0.236/trunk@131401 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-08 06:03:35 +00:00
sspitzer%netscape.com
5cd50065a7
comment out the pref for junk button, until it's ready.
...
git-svn-id: svn://10.0.0.236/trunk@131400 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-08 06:00:10 +00:00
sspitzer%netscape.com
e47233d890
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.
git-svn-id: svn://10.0.0.236/trunk@131399 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-08 05:54:12 +00:00
ssu%netscape.com
33ccdfee15
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)
...
git-svn-id: svn://10.0.0.236/trunk@131348 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-08 01:04:11 +00:00
seawood%netscape.com
fdbd52b0d6
Fixing tinderbox bustage from checkin for bug 77497. Patch by paper@animecity.nu.
...
git-svn-id: svn://10.0.0.236/trunk@131338 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-07 22:25:32 +00:00
timeless%mac.com
b8a98149f0
Bug 77497 imgContainer needs to have a GIF specific version
...
patch by paper@animecity.nu r=pavlov sr=tor
git-svn-id: svn://10.0.0.236/trunk@131335 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-07 21:49:33 +00:00