Commit Graph

2875 Commits

Author SHA1 Message Date
joe.chou%eng.sun.com
7d1437f546 After converting nsIPluginManager.h to nsIPluginManager.idl (64297, already checked in), the original nsIPluginManager.h is no longer neede. 2001-04-03 19:09:39 +00:00
joe.chou%eng.sun.com
c7d25aa8d8 After converting nsIJVMPluginInstance.h to nsIJVMPluginInstance.idl (64296, already checked in), theoriginal nsIJVMPluginInstance.h is no longer needed. 2001-04-03 19:04:22 +00:00
dveditz%netscape.com
cd090a285e one more try, force depend to be clobber in this directory 2001-04-03 08:59:34 +00:00
dveditz%netscape.com
6145ea6cc5 fixing win32 clobber bustage too 2001-04-03 08:15:18 +00:00
dveditz%netscape.com
4e99bb3a42 fixing win32 depend bustage -- hack alert 2001-04-03 08:12:02 +00:00
sdagley%netscape.com
5279233213 Fix linkage probs preventing lib loading under Carbon. No bug #. r/a/doh!=saari 2001-04-03 07:19:51 +00:00
mscott%netscape.com
58f07d7ea8 (NOT PART OF THE BUILD)
get icon support working on win2k by supporting 16 bit per pixel RGB data from the OS.
Turn this 5:5:5 data into 24 bit per pixel data.

still doesn't look quite right color wise (the blues are off) but it's closer.
2001-04-03 07:09:20 +00:00
dveditz%netscape.com
6eb62d68de Fix 72551 speed up zip archive opening. r=ssu,sr=waterson 2001-04-03 06:35:13 +00:00
erik%netscape.com
89c67d1df4 checkin for bstell@netscape.com:
bug 55021; r=ftang@netscape.com, sr=erik@netscape.com
remove default japanese postscript font names
these have been moved into nsPostScriptObj.cpp so user can override them
2001-04-03 06:27:40 +00:00
mkaply%us.ibm.com
0b6af1610d I give up.
Hack fix to fix OS/2 TB break.
Real fix is in #74224
2001-04-02 23:16:19 +00:00
mscott%netscape.com
23101321c2 NOT PART OF THE BUILD YET
Windows specific icon channel implemenation for reading out icon bitmaps from the OS.

Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).

Currently doesn't work on win2k yet.
2001-04-02 04:57:23 +00:00
mscott%netscape.com
fe97cce85f NOT PART OF THE BUILD YET
Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).

Currently doesn't work on win2k yet.
2001-04-02 04:56:18 +00:00
av%netscape.com
df9d5a7459 Fixing bug 73071, adding nsIPlugin::Shutdown in the plugin host destruction, r=beard, a=av, sr=waterson 2001-04-01 02:29:51 +00:00
sean%beatnik.com
9890f716f9 backing out part of my last patch to fix Sun build bustage. 2001-03-31 03:01:52 +00:00
sean%beatnik.com
4f7da8ebef fix for bug 73289. Make plugin host an xpcom-shutdown observer so that it can release plugins even if it itself is leaked. ar=av sr=attinasi 2001-03-31 02:26:51 +00:00
av%netscape.com
d4ee071ed6 Fixing 71884, making native Windows Get Plugin dialog modeless, r=serge, sr=waterson 2001-03-30 23:56:38 +00:00
disttsc%bart.nl
dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
joe.chou%eng.sun.com
47d5143773 Re-checkin fix of bug 64296 after updating the Mac file, build/mac/build_scripts
/MozillaBuildList.pm.

bug=64296
r=edburns
sr=waterson

This checkin idlifies some files in the plugin hierarchy.

The following files are in this checkin.

build/mac/build_scripts/MozillaBuildList.pm
modules/oji/public/MANIFEST
modules/oji/public/MANIFEST_IDL
modules/oji/macbuild/ojiIDL.mcp
modules/plugin/public/MANIFEST
modules/plugin/public/MANIFEST_IDL
modules/plugin/macbuild/pluginIDL.mcp
modules/oji/public/Makefile.in
modules/oji/public/makefile.win
modules/oji/public/nsIJVMPluginInstance.idl
modules/plugin/public/Makefile.in
modules/plugin/public/makefile.win
modules/plugin/public/nsIPluginManager.idl
2001-03-30 05:00:56 +00:00
pavlov%netscape.com
a9b2c20ed0 removing the extern "C" { ... } that blake accidentally added the other day. fixes runtime errors on solaris 2001-03-30 02:07:00 +00:00
pavlov%netscape.com
ed26fe3e6d fix for crash when loading images with a null URL. bug 72447. r=dr sr=hyatt 2001-03-30 01:59:03 +00:00
dougt%netscape.com
2c6cbb31de Implementing ReadSegments. r/sr=darin@netscape.com 2001-03-29 07:21:43 +00:00
morse%netscape.com
d8762db686 bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf 2001-03-29 02:11:48 +00:00
bnesse%netscape.com
9564dfc0a3 Updates and bug fixes based on feedback of initial prefservice and prefbranch feedback. [Not Part of the Build] 2001-03-29 00:48:30 +00:00
bnesse%netscape.com
b70c603830 Initial versions based on feedback of initial prefservice and prefbranch feedback. [Not Part of the Build] 2001-03-29 00:46:49 +00:00
peterlubczynski%netscape.com
bed1db53f7 NPP_SetWindow should be called after instantiating the stream bug 70686 a=av sr=waterson 2001-03-28 01:00:47 +00:00
bryner%uiuc.edu
a57c876f7b Backing out joe.chou@eng.sun.com's changes, they broke the Mac. r=sdagley. 2001-03-27 03:49:31 +00:00
pavlov%netscape.com
22823e1dc1 fix for timer crash with animated images when changing pages bug 73477 r=pinkerton sr=brendan 2001-03-27 02:42:51 +00:00
joe.chou%eng.sun.com
d65d8b3774 bug=64296
r=edburns
sr=waterson

This checkin idlifies some files in the plugin hierarchy.

The following files are in this checkin.

build/mac/build_scripts/MozillaBuildList.pm
modules/oji/public/MANIFEST
modules/oji/public/MANIFEST_IDL
modules/oji/macbuild/ojiIDL.mcp
modules/plugin/public/MANIFEST
modules/plugin/public/MANIFEST_IDL
modules/plugin/macbuild/pluginIDL.mcp
modules/oji/public/Makefile.in
modules/oji/public/makefile.win
modules/oji/public/nsIJVMPluginInstance.idl
modules/plugin/public/Makefile.in
modules/plugin/public/makefile.win
modules/plugin/public/nsIPluginManager.idl
2001-03-27 00:37:58 +00:00
shanjian%netscape.com
8cd35854d6 #72125 default font for simplified chinese system does not work
r = ftang, sr=erik
Add fallback font list for default font.
2001-03-26 23:43:52 +00:00
cls%seawood.org
979c006ff6 Change netwerk/mime to use MODULE=mimetype to remove avoid confusion with mailnews/mime . Update necessary REQUIRES.
Bug #68381 r=jag
2001-03-26 23:40:28 +00:00
dougt%netscape.com
c65415aa0f Renaming xpcom file streams. b=73169, r=sfraser@netscape.com, sr=darin@netscape.com 2001-03-26 23:35:06 +00:00
blakeross%telocity.com
e9fcf507e5 pav sucks. Fixing his startup crash (he didn't checkin the patch that fixed the double mem free). How did mozbot miss this?!? 2001-03-26 05:06:11 +00:00
pavlov%netscape.com
d290d58079 fix for the remaining gif leaks. bug 73394. r=saari sr=mozbot 2001-03-26 02:22:40 +00:00
pavlov%netscape.com
06f113e4dc fixing leaks in the new gif decoder bug 73394 r=pinkerton sr=shaver 2001-03-26 00:11:53 +00:00
av%netscape.com
a9060afe6f First check in. The Spy Plugin. Not part of the build. 2001-03-25 23:48:19 +00:00
av%netscape.com
b6954881fd First time in. The Spy Plugin. Not part of the build. 2001-03-25 23:38:33 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
bienvenu%netscape.com
847a0288ea add new pref for limiting size of messages downloaded for offline 15865 sr=sspitzer 2001-03-25 18:48:27 +00:00
pavlov%netscape.com
8350e90e65 fix for hugeass memory leak. bug 73351. r=jag sr=mozbot 2001-03-25 11:57:25 +00:00
cls%seawood.org
0bcdbebb9b Whitespace change for tinderbox test 2001-03-25 07:04:14 +00:00
av%netscape.com
9170f07029 To fix bug 58128. For old style plugins: added nsIPlugin::Shutdown as well as dll unload upon destroying the last plugin instance. r=peterl, sr=waterson 2001-03-25 00:28:53 +00:00
shaver%mozilla.org
99a8b21cb9 72495 redux: last references to xp_regexp.h, r=bryner, sr=blizzard 2001-03-24 18:54:13 +00:00
bryner%uiuc.edu
9155c05033 If we get the URI from the channel, return the result of that call, not NS_ERROR_FAILURE. r=saari, sr=tor. 2001-03-24 07:12:41 +00:00
saari%netscape.com
da2d099a22 fix opt build 2001-03-24 04:55:47 +00:00
saari%netscape.com
81aecfde33 libpr0n 4 mac r=pinkerton,pavlov, sr=smfr 2001-03-24 02:44:26 +00:00
saari%netscape.com
b97dfa73f4 like MIR, libpr0n is landing for mac r=pinkerton, pavlov, sr=smfr 2001-03-24 02:44:07 +00:00
saari%netscape.com
a0298951c0 jpeg decoder for mac libpr0n 2001-03-24 02:30:15 +00:00
bnesse%netscape.com
74c8c898e6 Added some missing calls to add the requested preference to the branch root value. [Not part of the build] 2001-03-24 00:25:47 +00:00
valeski%netscape.com
169a5140b5 r=rpotts. comment changes only. 48726. adding status to idl files of api rev. ifaces. 2001-03-24 00:22:18 +00:00
sean%beatnik.com
c0d312ea03 bug 72017 dual xpcom/npapi plugins are not initialized properly. Add code to get plugin factory for xpcom modules that export NSGetModule instead of NSGetFactory. r=av a=av sr=attinasi 2001-03-23 23:53:09 +00:00