Commit Graph

4207 Commits

Author SHA1 Message Date
jkeiser%netscape.com
fff44ac8f7 Keep background images from sending progress events (bug 133250, checkin #1). From Antonio.Xu@sun.com. r=bbaetz, sr=darin 2002-06-27 06:46:25 +00:00
peterlubczynski%netscape.com
4cf346e06f Fixing some plugins don't understand the DATA attribute on the OBJECT tag so in those cases copy that value to an appened "SRC" entry to the array of attributes/parameters plugins are passed. Bug 152334 r=av sr=waterson 2002-06-27 01:51:34 +00:00
shanjian%netscape.com
6d098df735 #153980 Always display SimpChinese font as bold looking face
add simsun to simplied chinese default font name.
r=ftang, sr=blizzard
2002-06-26 20:09:14 +00:00
nhotta%netscape.com
d6dc0ec5ec Change default font size for Traditional and Simplifiled Chinese to 15
which let gfx to use 12 point instead of 13 for Quickdraw calls,
bug 143557, r=ftang, sr=sfraser.
2002-06-26 19:59:47 +00:00
av%netscape.com
3df19aa5dc Bug 148889 -- unloading XPConnected plugin DLLs may cause crash [ViewPoint], r=peterl, sr=beard 2002-06-26 04:32:49 +00:00
mkaply%us.ibm.com
0dc2611d42 IRIX bustage - this is a C file 2002-06-26 01:20:20 +00:00
serge%netscape.com
356ed2a04f fix for 153547 crashed on page view - Trunk [@ nsPluginInstancePeerImpl::GetOwner] r=av,sr=beard 2002-06-26 00:42:25 +00:00
dveditz%netscape.com
58bb370bc7 InstallTrigger.compareVersion() returns correct answer for directories (bug 136779) r=curt,sr=alecf 2002-06-26 00:41:06 +00:00
bnesse%netscape.com
5741980ed5 Fix for bug 153622. Remove macxprefs (no longer used) from the build. r=ccarlen, sr=sfraser. 2002-06-25 20:05:48 +00:00
tor%cs.brown.edu
1a6510c194 Bug 150041 - turn on do_fancy_upsampling for higher quality decoding.
r=pavlov, sr=blizzard
2002-06-25 18:28:09 +00:00
jaggernaut%netscape.com
5abd4b6906 Bug 150099: Hide the tab bar when clicking the close box, add show/hide menuitem for tabbar. r=bryner, sr=hewitt 2002-06-25 04:52:46 +00:00
serge%netscape.com
3b3115b371 fix for #149336 Linux Flash crashes and causes stack curruption in NPP_New when swLiveconnect=TRUE, r=av/Roland.Mainz,sr=darin 2002-06-25 01:29:59 +00:00
dveditz%netscape.com
ae7fb8212d Don't reveal full plugin pathname (bug 88183) r=peterl, sr=alecf 2002-06-24 07:17:42 +00:00
tor%cs.brown.edu
4b53a54b1e Bug 153280 - backout of pjpeg (bug 76776) due to Tp regression. 2002-06-21 23:42:49 +00:00
pavlov%netscape.com
c55741b7c5 fix for bug 148879. patch from balleysson@bigfoot.com. r=pavlov sr=tor 2002-06-21 20:32:48 +00:00
tor%cs.brown.edu
a94260b14b Bug 76776 - incremental display of progressive jpegs. r=pavlov, sr=jag 2002-06-20 23:44:24 +00:00
mkaply%us.ibm.com
248eeb236d #149422
r=bnesse, sr=jst
OS/2 only - skip over EOF character on JS files in prefs
2002-06-20 21:37:21 +00:00
serge%netscape.com
52eb6f7538 fix for #85958 Shockwave/Flash pages cause crash under Solaris [x-server/bit-depth], patch by sep@sparc.spb.su,r=serge,sr=blizzard 2002-06-20 01:50:54 +00:00
leaf%mozilla.org
7dd19992b2 updating the user agent string, a=asa 2002-06-19 22:20:49 +00:00
racham%netscape.com
8c606b2934 Fixing bug 144562. Allow ISPs and vendors to set up pre-configured mailnews accounts via prefs. Adding global version prefs which provide ISP/vendors the flexibility of adding new accounts/servers to the existing set of accounts/servers by increasing the default version number. r=srilatha, sr=bienvenu 2002-06-19 07:44:30 +00:00
tor%cs.brown.edu
71c21a4e59 Bug 135579 - small interlaced PNGs not decoded correctly.
Patch from randeg@alum.rpi.edu, rs=tor.
2002-06-17 21:32:03 +00:00
seawood%netscape.com
6de5b59159 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd.  This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall.  nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive.	(I'll have to check  the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs.  Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
cbiesinger%web.de
955f728b23 bug 150002 r=paper sr=tor
make XBM images transparent
2002-06-16 08:27:25 +00:00
bryner%netscape.com
2432b1991a Fix a crash on cbs.com in Mac mach-o builds by making sure to check the return value from initializing the image frame (which fails on mac for images wider that 4096 pixels or so). Bug 149091, r=saari, sr=ben. 2002-06-15 06:40:15 +00:00
peterlubczynski%netscape.com
e0d830141f Fixing a crash with Java [@nsPluginHostImpl::AddInstanceToActiveList][@ jpins32.dll] where it doesn't addref the peer or returns error from Initialize, bug 140931 r=serge sr=beard 2002-06-14 20:45:29 +00:00
seawood%netscape.com
d3d6e929f1 Use the same name for the application profile directory in the registry as the profile manager does.
Bug #146150 r=arougthopher
2002-06-14 05:08:05 +00:00
alecf%netscape.com
d8b279635a fix for bug 149102 - fix consumers of outdated TypicalInput/Output stream
r=dougt, r=av (plugin stuff) sr=jag
2002-06-13 18:19:10 +00:00
dougt%netscape.com
631e0ce2d0 Fixes build bustage for cbiesinger 2002-06-12 00:29:17 +00:00
cbiesinger%web.de
83df2dc22f bug 150142 r=pavlov sr=tor
imgLoader::GetMimeTypeFromContent doesn't check for malloc failure
2002-06-11 22:40:29 +00:00
pavlov%netscape.com
d26a189738 fixing bug 85595. patch from paper@animecity.nu. r=pavlov sr=tor 2002-06-11 22:29:31 +00:00
smontagu%netscape.com
bef709fda7 Bug 148470: Ban "-dt-*" (bitmap!!) fonts from Xprint. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=shanjian, sr=jst 2002-06-11 22:11:14 +00:00
smontagu%netscape.com
143a6ca65d Bug 148690: For Xprint force use of outline scaleable fonts if possible. Author Roland.Mainz@informatik.med.uni-giessen.de, r=shanjian, sr=jst 2002-06-11 21:43:08 +00:00
cbiesinger%web.de
15a321ca78 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2002-06-11 20:47:04 +00:00
seawood%netscape.com
12459a892a Do not add these libraries to the generated static libs list as they have their own vars that are also used in the static build.
Bug #149211 r=bryner
2002-06-11 20:18:03 +00:00
mcafee%netscape.com
76a4589d6e Splitting liveconnect off from the java module, new module is called liveconnect, similar to what was done for xpconnect (145347). r=blythe, sr=alecf, a=asa 2002-06-08 06:59:53 +00:00
leaf%mozilla.org
4328ad16e2 updating user agent for impending release, bug 149132 2002-06-06 23:52:04 +00:00
mkaply%us.ibm.com
a0a946cb60 #149751
r=mkaply, sr=blizzard
OS/2 only - don't recycle compose windows - turn off pref
2002-06-06 22:17:25 +00:00
alecf%netscape.com
bcf192e308 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
caillon%returnzero.com
e619a700c4 Bug 107949, Allow the user to prevent sites from disabling window features via window.open(). r=danm, sr=jag 2002-06-04 22:24:00 +00:00
cbiesinger%web.de
1a92e0f845 bug 8031 r=tor sr=dveditz
XBM support
2002-06-04 08:48:12 +00:00
cbiesinger%web.de
ce31f6b292 bug 8031 r=tor sr=dveditz
XBM support
2002-06-04 08:41:57 +00:00
serge%netscape.com
d336b52db4 fixing bustage checking in missing file bug #44160 2002-06-01 01:41:07 +00:00
serge%netscape.com
45b958f436 fix #44196 improperly parented modal dialog in nsPluginHostImpl.cpp, r=av, sr=beard 2002-06-01 00:56:38 +00:00
bnesse%netscape.com
a81edfb475 Fix for bug 148191. Remove now obsolete references to 'session-logout'. r=morse, sr= alecf. 2002-05-31 20:55:21 +00:00
ducarroz%netscape.com
35efa98f83 Fix for bug 97055. Add an option for disabling remote images in mailnews. R=bhuvan, SR=alecf 2002-05-31 18:43:23 +00:00
dprice%netscape.com
549286600f 77443 r=ssu sr=dveditz
Compare version works properly on the mac
2002-05-31 09:23:29 +00:00
timeless%mac.com
cb8b53b947 back out this morning's mess, it caused crashes at startup on unix (not mac or win .. oddly enough)
#0  0x4197db8e in nsPluginHostImpl::~nsPluginHostImpl (this=0x81beca0, __in_chrg=3)
    at mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp:2630
#1  0x4197dd61 in nsPluginHostImpl::Release (this=0x81beca0)
    at mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp:2639
#2  0x4015a878 in nsObserverList::AddObserver (this=0x81bed08, anObserver=0x81becb0, ownsWeak=1)
    at ../../dist/include/xpcom/nsCOMPtr.h:490
#3  0x4015b7da in nsObserverService::AddObserver (this=0x80f1678,
    anObserver=0x81becb0, aTopic=0x419a2b73 "quit-application", ownsWeak=1)
    at mozilla/xpcom/ds/nsObserverService.cpp:163
2002-05-31 08:05:14 +00:00
timeless%mac.com
be1e39b7ac bustage, sorry,
it's nsISupportsWeakReference, not nsIWeakReference
and we didn't want to touch nsPluginCacheListener which is what caused the original confusion
2002-05-31 06:15:05 +00:00
timeless%mac.com
760ebea4e9 whoops bustage, you need to up the IMPL_ count when you implement a new interface 2002-05-31 05:48:09 +00:00
timeless%mac.com
5c8c9dac42 Bug 107485 nsPluginHostImpl's shutdown listener should be a weak reference
patch by adu@sparc.spb.su r=dougt sr=darin
2002-05-31 05:14:00 +00:00