Граф коммитов

4266 Коммитов

Автор SHA1 Сообщение Дата
bnesse%netscape.com 5234452a4b Fix for bug 89137. Remove autoconfig from preferences library. Patch by mitesh, r=bnesse/dmose. sr = alecf. 2001-12-21 22:29:31 +00:00
dp%netscape.com 3544a76440 bug 116191 Making nsZipItem a member of nsJarInputStream rather than a
pointer. Saves a 16 byte allocation on per jar file read. r=darin, sr=dveditz
2001-12-21 05:57:39 +00:00
av%netscape.com b47affb454 Updating Plugin SDK readme file -- not part of the build 2001-12-21 02:49:58 +00:00
av%netscape.com 2510d419d9 Updating makefile for the new sample code in the Plugin SDK -- not part of the build 2001-12-21 02:41:46 +00:00
av%netscape.com db66e88016 makefile for windowless sample -- not part of the build 2001-12-21 02:34:43 +00:00
av%netscape.com 949ce436a2 Adding windowless plugin sample code to the Plugin SDK -- not part of the build yet 2001-12-21 02:29:19 +00:00
av%netscape.com 04eafdfb82 Adding test case for windowless plugin sample code -- not part of the build 2001-12-21 02:25:57 +00:00
rjesup%wgate.com 2212861db9 Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
assertions for bad voidarray indexes.  r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
morse%netscape.com 7a287a04bd bug 114895, repeatedly asks for master password, r=sgehani, sr=alecf 2001-12-20 23:31:55 +00:00
seawood%netscape.com 5a20182a2c Wrap debug spew in DEBUG_dp ifdef 2001-12-20 11:53:21 +00:00
peterlubczynski%netscape.com 133743628e Remove 68k junk from Mac plugin SDK header, not part of the build 2001-12-20 08:07:57 +00:00
dp%netscape.com 2a3196ce7e Fixing mac bustage. 2001-12-20 07:32:00 +00:00
peterlubczynski%netscape.com 02df67bc6d Reverse the internal linked list of plugins after scanning in order to get loading precendence correct. bug 115337 r=av, sr=beard 2001-12-20 06:54:07 +00:00
dp%netscape.com f25959a741 bug 115752 Eliminate 1 8k and 2 4k allocations per gif by using a
caching gif allocator that reuses previously allocated
memory. r=pavlov, sr=sfraser
2001-12-20 06:35:18 +00:00
darin%netscape.com ad5e6b3799 fixes bug 115222 "jar protocol handler should be cached in the io service"
r=dp, sr=mscott
2001-12-20 03:46:21 +00:00
jj%netscape.com 64c3a6bcf3 bug #114686: bumping user agent to 0.9.7+ (trunk) 2001-12-19 23:10:04 +00:00
peterlubczynski%netscape.com e43c3af5ec Fix for propigating stream destruction reason code to NPP_DestroyStream bug 115119 r=av sr=attinasi 2001-12-19 05:48:38 +00:00
dougt%netscape.com 91f4daa400 missing #include - fixing build bustage 2001-12-19 01:30:27 +00:00
dougt%netscape.com a5cfa06eef Fixing build bustage. this should not have been checked in 2001-12-19 00:46:22 +00:00
dougt%netscape.com 9a75bc4b8e nsIComponentManager API Changes (bug 98553)
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.

b) rename the old nsIComponentManager to nsIComponentManagerObsolete.

c) fixes callers which use to access the nsIComponentManager for component
registration functionality.  These callers will temporary use the
nsIComponentManagerObsolete interface.

d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()

e) Perserves the old NS_GetGlobalComponentManager().  Note the cast usage.

r/sr = rpotts@netscape.com  alecf@netscape.com  brendan@mozilla.org
2001-12-19 00:12:41 +00:00
timeless%mac.com b5243401f2 Bugzilla Bug 111830 freeze/hang when retrieving malformed response for GET /favicon.ico
patch by cbiesinger@web.de r=pavlov sr=hyatt
2001-12-18 13:27:52 +00:00
seawood%netscape.com 874c54280c Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mscott%netscape.com 44f0e8c4cf Bug #108118 --> don't render moz-icons if we are using 8 bit or less color
since we really haven't implemented the code to make them render yet.
r=pavlov
sr=sspitzer
2001-12-17 23:03:47 +00:00
tor%cs.brown.edu 1d663a47da Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
jaggernaut%netscape.com 2df17e0579 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com 1886ca82f6 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com 6ab111155d Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
peterlubczynski%netscape.com e39fd3e23f Updating Mac Plugin SDK Projects to XML, not part of the build. 2001-12-15 21:03:24 +00:00
darin%netscape.com 8ae165dd35 fixes bug 115164 "nsJARURI::FormatSpec does more work than it needs to do"
r=dp, sr=jag
2001-12-15 20:34:07 +00:00
peterlubczynski%netscape.com d4b5f94a09 Updating Mac plugin SDK sample, not part of the build 2001-12-15 18:40:35 +00:00
peterlubczynski%netscape.com 6cad57a3d2 Removing 68k stuff from Mac SDK samples, not part of the build. 2001-12-15 18:39:50 +00:00
seawood%netscape.com f05b4490d6 Declaring callback functions appropriately.
Fixing OS/2 tinderbox bustage
2001-12-15 13:15:24 +00:00
dp%netscape.com fea4221136 bug 113393 zlib allocator implementation. Eliminates about 1200+
allocations done by zlib by recycling previously allocated
memory. r=darin sr=dveditz
2001-12-15 06:31:49 +00:00
rjc%netscape.com 7b72504aa0 Attempt to fix non-carbon Mac bustage... link against IconServicesLib. 2001-12-15 02:53:38 +00:00
rjc%netscape.com 8557584704 Fix bugs 113745, 113742 and 114811: all regarding "moz-icon:". Fix up XP_MAC code to use Mac OS's Icon Services, and expose platform icons in file:/// display and search panel (and search preferences panel). Mixture of r/srs: sdagley, ben, and smfr 2001-12-15 01:59:50 +00:00
darin%netscape.com 87936be2d0 fixes bug 115129 "stream loader optimizations" r=gagan, sr=brendan,dveditz 2001-12-14 22:54:56 +00:00
peterlubczynski%netscape.com dd965ee11a Fixing GetParameters() back to the way it was, returning success for zero parameters bug 114973 r=av sr=beard a=brendan 2001-12-14 03:52:12 +00:00
ssu%netscape.com 9fc1685f86 fixing bug 114076 - labels migration and new profile issues. r=bhuvan, sr=sspitzer, a=asa 2001-12-14 02:57:31 +00:00
peterlubczynski%netscape.com c4f9954935 Fixing full-page plugins, blocker bug 114808 r=dcone sr=attinasi, a=nhotta (sheriff) 2001-12-12 18:50:16 +00:00
peterlubczynski%netscape.com 0698d494e6 Fixing bustage... 2001-12-12 05:39:46 +00:00
mkaply%us.ibm.com e8ac5af963 OS2 bustage 2001-12-12 03:44:20 +00:00
peterlubczynski%netscape.com 5f2338ad71 Fix for hang during Shockwave registration and problems with NPN_PostURL bug 108966 r=av sr=darin 2001-12-12 01:38:02 +00:00
jdunn%netscape.com 1526f5489c fixing tinderbox bustage
gMochaPrefObject should not be declared extern here if declared static in
prefapi.cpp
2001-12-12 01:19:24 +00:00
alecf%netscape.com 27aa6c93b0 fix xml project - somehow this didn't make it through "patch" correctly 2001-12-11 23:02:06 +00:00
alecf%netscape.com f00e98e8f8 big libpref cleanup: remove lots and lots of unused functions 2001-12-11 22:41:19 +00:00
bnesse%netscape.com 11fd2ad761 Fix for bug 113927. Remove use of nsIFileSpec's when reading preferences files. r=alecf, sr=sfraser. 2001-12-11 22:19:53 +00:00
mstoltz%netscape.com 15ea4ed59c Bug 52920 - allow cross-origin access to the frames array and the top, parent,
length, and opener properties. patch by jst. r=mstoltz, sr=brendan.
2001-12-11 21:07:36 +00:00
peterlubczynski%netscape.com 2b5d4b69cd Attempting to fix nebiros bustage.... 2001-12-11 19:28:57 +00:00
peterlubczynski%netscape.com 99254c4720 Fixing the way we pass attributes and parameters to plugins, bug 103940 r=av sr=beard 2001-12-11 15:53:07 +00:00
ccarlen%netscape.com de865879b2 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
ccarlen%netscape.com 5be3015148 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:25:50 +00:00
ccarlen%netscape.com 31d6aca7e7 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +00:00
ccarlen%netscape.com b4f1e83674 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 04:54:47 +00:00
ccarlen%netscape.com 9fe1e910d1 Missed these with checkin for 98349. 2001-12-10 23:29:34 +00:00
ccarlen%netscape.com 0766c35c7f Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
ccarlen%netscape.com 773577e3b8 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:32:41 +00:00
ccarlen%netscape.com eec09f1b7d Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:02:40 +00:00
ccarlen%netscape.com d360173601 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:42:22 +00:00
ccarlen%netscape.com 2d15ad27bc Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 20:25:12 +00:00
timeless%mac.com 56c6ddc112 Bugzilla Bug 84568 xlib port does not support netscape plugins
patch work by timecop@network.email.ne.jp and Roland.Mainz@informatik.med.uni-giessen.de
r=timeless, sr=beard
2001-12-10 01:22:29 +00:00
bryner%netscape.com 81338956eb Fixing an uninitialized variable warning. bug 114243, r=dbaron, sr=shaver. 2001-12-08 22:23:39 +00:00
bzbarsky%mit.edu a30b4f1789 take out the accidental useragent.override change. Bug 114208,
r=bbaetz,hwaara, sr=shaver
2001-12-08 22:02:34 +00:00
av%netscape.com b15b820aeb Fixing bug 113264 -- making NPPrint struct compatible with older versions of plugins, r=peterl, sr=beard 2001-12-08 01:13:05 +00:00
darin%netscape.com 45989119b4 fixes bug 83471 "Redirection loops"
r=bbaetz@cs.mcgill.ca
sr=rpotts@netscape.com
2001-12-08 00:23:04 +00:00
pete%alphanumerica.com c7055f2543 b=77933, r=ccarlen, sr=jst
nsIFile::CreateUnique() has unused parameter

removed unused parameter
/**
    WARNING commercial tree has one hit for this API change
 */
--pete
2001-12-07 23:06:51 +00:00
ssu%netscape.com 30ff878a2e fixing bug 81292 - RFE: Labels feature to help users organize their messages. r=sspitzer, sr=beinvenu 2001-12-07 21:37:22 +00:00
blythe%netscape.com 6a652df20a fix linux build bustage that I caused with recent checkin 2001-12-07 02:08:57 +00:00
seawood%netscape.com 4de9a60929 Fixing typo & tindebrox bustage 2001-12-07 01:45:19 +00:00
blythe%netscape.com 1de419dbb5 Fix bug 109157, nsZipArchive::BuildFileList footprint reduction
R=dp, SR=dveditz,alecf
2001-12-07 01:16:20 +00:00
av%netscape.com e767b91f71 Fixing bug 111383 -- crash on start up when there is a plugin with missing mime description string, r=peterl, sr=attinasi 2001-12-07 00:42:33 +00:00
bnesse%netscape.com 024f935e80 Fix for bug 107617. Fix pref observation on a non top level branches. r=ccarlen, sr=alecf. 2001-12-06 19:49:38 +00:00
seawood%netscape.com 61040de4ca Fix bustage that occurs when building with multiple toolkits but not having gtk as the default toolkit. 2001-12-06 10:32:10 +00:00
av%netscape.com e2aea7fa9c Updating readme file for the Plugin SDK -- not part of the build 2001-12-06 02:52:06 +00:00
av%netscape.com 9077cdf0ea Addressing bug 112508 -- incrementing a version constant, r/sr=dp 2001-12-06 02:30:23 +00:00
darin%netscape.com 6f25a00b82 fixes bug 71005 "Memory leak in implementation of nsJARURI"
patch=badami@netscape.com
r=gordon@netscape.com
sr=darin@netscape.com
2001-12-06 01:20:33 +00:00
dbaron%fas.harvard.edu 4c3f787bbd Tweaking XP_MACOSX ifdefs in a few more places, including a fix for background image clipping. b=111795 r=pinkerton sr=sfraser 2001-12-06 00:09:21 +00:00
bbaetz%cs.mcgill.ca 50e7519779 Bug 43567 - ftp keeping connections alive forever
r=dougt, sr=darin
2001-12-06 00:02:24 +00:00
peterlubczynski%netscape.com db0955a93f JRE auto-detection needs to be version specific, bug 108957 r=curt sr=darin 2001-12-05 06:13:15 +00:00
leaf%mozilla.org 99e99b9ff7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
av%netscape.com 1a4423aedb Changing CPP_OBJS to OBJS in makefile.win -- not part of the build 2001-12-05 02:24:34 +00:00
alecf%netscape.com b8146c2097 fix bug 112708, take two
use nsCAutoString instead of PR_smprintf to reduce pref shutdown notifications by 3x
r=bnesse, sr=brendan
2001-12-04 22:01:22 +00:00
alecf%netscape.com 806cca8f70 back myself out to fix blocker 113482 2001-12-04 20:34:03 +00:00
alecf%netscape.com 32e3bec165 further fixes for bug 112708 r=bnesse sr=dveditz
instead of using PR_smprintf to construct each user_pref line to the preferences, store it all in a smart cconcatination string - reduces pref allocations at shutdown by 3x
2001-12-04 15:44:38 +00:00
alecf%netscape.com 3189918f44 first part of fix for bug 112708 r=bnesse, sr=brendan
switch prefs from PLHash to PLDHash
2001-12-04 01:52:44 +00:00
jdunn%netscape.com 6fc5642c87 fixing hp-ux tinderbox orange and aix build bustage
when functions are defined they shouldn't be defined extern
and when declaring externs, they should be declared globably

r=bnesse@netscape.com
sr=alecf@netscape.com
# 113319
2001-12-03 23:04:29 +00:00
av%netscape.com a382c7ce84 Preparing the Plugin SDK to become a part of the regular build. It is not yet. 2001-12-03 02:46:10 +00:00
av%netscape.com 763a1cae1a Preparing the Plugin SDK to become a part of the build, it is not yet. 2001-12-02 23:39:03 +00:00
bryner%netscape.com c6710c2ac8 Removing unused useViewManager2 default pref. rs=ben. 2001-12-02 22:09:09 +00:00
av%netscape.com f9e2e0e08a Preparing pluign SDK for becoming a part of the build (it is not yet). 2001-12-02 00:14:05 +00:00
bryner%netscape.com 7f8388a91b Removing unused silentdownload prefs. r=shaver, rs=ben. 2001-12-01 21:03:12 +00:00
mkaply%us.ibm.com bf3383c7db put PL_strtok_r in to try to fix HPUX bustage 2001-12-01 14:58:54 +00:00
dp%netscape.com 6e5c432bff bug 112312 Removing 32k-1 allocs when reading jar files. Saves a bunch
of time (about 10% on win2k) on startup. r=cathleen,dveditz sr=darin
2001-12-01 00:50:13 +00:00
mkaply%us.ibm.com 7aad661ac0 #112359
r=mkaply, sr=blizzard
OS/2 only - crash if you don't have font Times New Roman MT 30 installed
2001-11-30 22:43:52 +00:00
mkaply%us.ibm.com 3664d502b7 No bug - cleanup - remove unnecessary XP_OS2_HACK and XP_OS2 2001-11-30 21:00:43 +00:00
mkaply%us.ibm.com 7f74ad0a9c Taking cls suggestion - just include string.h 2001-11-30 20:48:13 +00:00
mkaply%us.ibm.com 6e25b07bb9 Attempt to fix HPUX bustage - use PL_strtok_r instead of strtok_r 2001-11-30 20:41:49 +00:00
mkaply%us.ibm.com a8f4241b69 Preemptively fix OS/2 bustage that will be caused by prefapi change 2001-11-30 18:56:56 +00:00
alecf%netscape.com 913ced766e for bug 112708, sr=dveditz, r=bnesse move prefapi.c to prefapi.cpp 2001-11-30 18:43:43 +00:00
alecf%netscape.com 4c15d86e01 for bug 112708, sr=dveditz, r=bnesse convert prefapi.c to C++ 2001-11-30 18:42:41 +00:00
dveditz%netscape.com 314061fded Free bloated component registry buffer after XPCOM init (bug 76329)
r=dougt, sr=shaver
2001-11-30 07:50:03 +00:00
peterlubczynski%netscape.com e0dfc1a1a8 Fixing up simple Mac Plugin SDK sample. not part of the build 2001-11-30 04:49:46 +00:00
peterlubczynski%netscape.com c24a0d265e Mac Plugin SDK Scriptable plugin project file fix for Classic 2001-11-30 04:42:30 +00:00
peterlubczynski%netscape.com 2fa0475939 Removing debug prefix file from Mac Plugin SDK. not part of the build 2001-11-30 04:33:25 +00:00
peterlubczynski%netscape.com 3ebac15848 Fixing up Mac Plugin SDK Basic Sample Project for Classic. Not part of the build. 2001-11-30 04:12:42 +00:00
peterlubczynski%netscape.com 55fed314e8 Removing Mac Plugin SDK resource, not part of build. 2001-11-30 04:07:47 +00:00
peterlubczynski%netscape.com c6ec8244ea Removing Mac Plugin SDK project file. Not part of the build. 2001-11-30 04:06:44 +00:00
av%netscape.com b21832aabb Updating readme.txt for the plugin SDK, not part of the regular build 2001-11-30 00:35:58 +00:00
alecf%netscape.com 7f55e4ce48 for bug 112708, add an #include so this can be compiled by prefapi.cpp
sr=dveditz, r=bnesse
2001-11-29 23:56:38 +00:00
alecf%netscape.com 759cd7b18d for bug 112708, add a bunch of casts so this file can also be compiled as C++
sr=dveditz, r=bnesse
2001-11-29 23:55:27 +00:00
dougt%netscape.com 34620a6326 fixed bug 112345. JAR Channel does not cache mime service. r=neeti@netscape.com, sr=darin@netscape.com 2001-11-29 22:29:00 +00:00
dp%netscape.com 6946cf244d backing out previous change. Causes installer to fail with crc
errors.
2001-11-29 14:51:50 +00:00
peterlubczynski%netscape.com 2547039abf Fix for always loading the Java VM for embed tag, patch by nis@sparc.spb.su (Igor Nekrestyanov) bug 94023 r=peterl sr=beard 2001-11-29 05:14:11 +00:00
rods%netscape.com 5dd1effd6e Enabling the specifying of the gap around the page and an offset from the edge of the page
Bug 102596 r=dcone sr=attinasi
2001-11-28 15:07:56 +00:00
dbaron%fas.harvard.edu 88c03c4196 Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc 2001-11-28 05:22:57 +00:00
dp%netscape.com ca143569d4 bug 112312 removing 32k allocs from libjar. darin&dp r=dbaron, sr=darin 2001-11-28 03:23:16 +00:00
cathleen%netscape.com 4c24eb719c fix bustage in win32 static build, and also it's run-time err, unable to get
textService, bug 111062 r=dbaron sr=darin
2001-11-28 02:36:27 +00:00
peterlubczynski%netscape.com ae4ae450c2 More Mac Plugin SDK changes. NOT PART OF BUILD 2001-11-28 01:56:31 +00:00
peterlubczynski%netscape.com 419d8f6b7b Plugin SDK changes for Mac. NOT PART OF BUILD 2001-11-28 01:01:38 +00:00
mkaply%us.ibm.com 9744cbf722 #108280
r=mkaply, sr=blizzard
OS/2 only - code from Javier Pedemonte to get our fonts back after 99010
2001-11-27 22:47:21 +00:00
peterlubczynski%netscape.com ae112f5bf2 Fixing warnings on Win32 in PluginSDK, NOT PART OF BUILD. 2001-11-27 22:45:59 +00:00
peterlubczynski%netscape.com 6637f1a47b Plugin SDK changes for Mac. NOT PART OF BUILD 2001-11-27 22:38:48 +00:00
peterlubczynski%netscape.com eed1b8a977 Plugin SDK changes for Mac, NOT PART OF BUILD 2001-11-27 22:36:30 +00:00
peterlubczynski%netscape.com 9768ab365d Plugin SDK changes for Mac Carbon. NOT PART OF BUILD 2001-11-27 22:34:49 +00:00
av%netscape.com 4d9ae4379b Fixing bug 108246 -- special chars in plugin property strings break our plugin management mechanism, r=dp, sr=dveditz 2001-11-27 01:39:21 +00:00
dp%netscape.com 569536854f marking pref file load times in timeline. For timeline builds only. 2001-11-27 01:39:09 +00:00
cmanske%netscape.com 7a8c16063f Remove pref to change delete key behavior for selected cells, b=95633, r=syd, sr=dveditz 2001-11-26 21:07:55 +00:00
timeless%mac.com 7873addd19 Bugzilla Bug 107823 change nsIFile
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
bzbarsky%mit.edu 0b19fcf775 Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
jband%netscape.com 310a45d916 trivial patch to avoid string assertions when entry is empty rs=jband 2001-11-22 23:32:49 +00:00
kaie%netscape.com 21b3e32ba6 b=84947 New print dialog for Unix and OS/2
r=cls/rods/mkaply/pchen sr=roc+moz
Checking in for Roland.Mainz@informatik.med.uni-giessen.de
2001-11-22 10:00:44 +00:00
seawood%netscape.com d8927fcc61 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com 9850f387af Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
dbaron%fas.harvard.edu 06a9134497 Tweak ifdefs to fix ICOs for Mach-O build. b=109165 rs=hyatt 2001-11-21 00:27:01 +00:00
pavlov%netscape.com 47f8a32574 better hack for crash due to recent versions of gcc's poor optimization + inlining skills. bug 106891. patch from simm0@ii.net. r=pavlov sr=brendan 2001-11-21 00:16:21 +00:00
peterlubczynski%netscape.com b5240b0e6a Stop including Realplayer in 4.x plugin scan bug 110916 r=av sr=attinasi 2001-11-20 23:06:50 +00:00
peterlubczynski%netscape.com c32ba1e3cf Code cleanup. bug 109039 r=av sr=beard 2001-11-20 02:17:53 +00:00
peterlubczynski%netscape.com ecb31cbc1f Fix for not weeding out plugin duplicates because we were only checking the filename. Now, do a deep comparison of the name, description, and order of mime types. This will prevent two plugins with these same properties but with diferent names from loading. bug 110781 r=av sr=beard 2001-11-20 01:19:33 +00:00
timeless%mac.com 6d3a2bd442 Bugzilla Bug 108271�Support RLE compression and bitfields for the BMP Decoder
This patch adds bitfields support.
Only 5-5-5 and 5-6-5 16-bit BMPs and 8-8-8 32-bit BMPs are supported;
patch by cbiesinger@web.de r=pavlov, sr=tor
2001-11-19 23:15:27 +00:00
timeless%mac.com dfa8594725 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
bstell%netscape.com ed91682779 enable anti-aliased scaled bitmaps now that tinderbox has settled
see bug 90813
2001-11-18 00:30:01 +00:00
bstell%netscape.com 2b40ee6dbf the way bloat and times are reported just changed
I want a clear before and after so I am turning off AASB
and will turn on in a bit
2001-11-17 22:21:02 +00:00
bstell%netscape.com f3e13007ab enable anti-aliased scaled bitmap fonts
see: bug 90813 (bug 107018, bug 107019, bug 107020, bug 107025)
2001-11-17 21:57:46 +00:00
bstell%netscape.com 135ce3097a add preference setting for Anti-aliased scaled bitmap fonts (AASB)
bug 107020
(AASB currently disabled)
2001-11-17 19:57:12 +00:00
ccarlen%netscape.com 0f1901b294 Bug 77231 - find plugins using directory service. r=av/sr=waterson 2001-11-17 15:26:02 +00:00
ccarlen%netscape.com 72d2421b98 Adding new files for bug 77231 - find plugins using directory service. r=av/sr=waterson 2001-11-17 15:22:46 +00:00
bzbarsky%mit.edu ef8eea7cd1 Bump version to 0.9.6+. Bug 110229, patch from Doron Rosenberg
<doronr@naboonline.com>, r=bzbarsky, sr=blizzard
2001-11-17 02:15:52 +00:00
morse%netscape.com 21e9ebf9aa bug 104894, parsing p3p compact policies, r=harishd, sr=alecf 2001-11-16 15:05:53 +00:00
brendan%mozilla.org c8d4039929 Makefile should be ignored. 2001-11-16 06:43:02 +00:00
dp%netscape.com fc9c6f813b Satisfying compilers... 2001-11-16 03:37:15 +00:00
beard%netscape.com 565e45dfb7 fix for bug #100151, r=peterl, sr=waterson 2001-11-16 02:52:22 +00:00
dp%netscape.com cd2ff2480a bug 108071 Eliminate 4000 calls to malloc by using copy getters of
registry. r=dveditz, sr=sfraser
2001-11-16 02:38:23 +00:00
danm%netscape.com 422544d484 adding an nsILoadGroup parameter to nsIDocumentLoaderFactory::CreateBlankDocument. bug 88229 r=jst,rpotts 2001-11-16 02:06:56 +00:00
jaggernaut%netscape.com 9a2d10888f Clean up REQUIRES lines. r/sr=alecf 2001-11-16 01:54:59 +00:00
alecf%netscape.com 52cd89e71b win32 REQUIRES cleanup 2001-11-15 03:49:13 +00:00
rods%netscape.com f583991209 Added image animation mode constants to imgIContainer.IDL,
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (changes from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 14:03:09 +00:00
darin%netscape.com 98a39fa92e patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
serge%netscape.com fb3ba7184c bug#99080 using plugger, makes the temp file huge; r=peterl; sr=dougt 2001-11-14 02:15:57 +00:00
av%netscape.com cbf2756307 109973 -- passing plugin creation parameters to the plugin instance, not part of the build 2001-11-14 01:54:11 +00:00
av%netscape.com c6f11f36ba 109973 -- SDK sample code, passing plugin creation parameters to the plugin instance, not part of the build 2001-11-14 01:47:28 +00:00
hyatt%netscape.com 4d95884d35 Turn on favicons in Mozilla. r=glazou, bryner, sr=ben,hewitt, bug 109843 2001-11-13 08:55:23 +00:00
hyatt%netscape.com fbc4544c49 Turn off favicon.ico and remove support for turning it on from the UI. r=hixie, sr=ben, a=asa 2001-11-08 05:06:48 +00:00
hyatt%netscape.com 64a1fd2289 Fix for 32087, custom icon support in tabs and url bar. r=andreww, sr=hewitt 2001-11-07 06:40:04 +00:00
joki%netscape.com b4efb85460 Fix for 71705, stop right click from triggering onclick handlers in base html content, though not in xml/xul/chrome. reviewed a while ago, lost in tree. r:saari,sr:hyatt 2001-11-07 06:29:29 +00:00
dbaron%fas.harvard.edu 261f76a8ba Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052 2001-11-07 06:24:10 +00:00
mkaply%us.ibm.com 28d18fc5fe OS/2 only - let's be more like Windows 2001-11-07 05:11:34 +00:00
attinasi%netscape.com 47cf989a63 Default value for pref to override broken-image layout. b=102281 r=kmcclusk sr=waterson 2001-11-07 05:05:52 +00:00
hyatt%netscape.com 25da906699 Fix for 108318 make ICO decoder non-incremental. r=pav, sr=waterson 2001-11-07 03:28:51 +00:00
hyatt%netscape.com 8254cc8baf Fix for 108318 make ICO decoder non-incremental. r=pav, sr=waterson 2001-11-07 03:27:58 +00:00
peterlubczynski%netscape.com 4527faeedf Fix for NPN_PostURL not always working correctly [like with binary file data] bug 105417 r=av sr=darin 2001-11-07 03:03:04 +00:00
dbaron%fas.harvard.edu 868051c43b Let's not put crucial XP includes in |#ifdef XP_WIN|. Fixing bustage. 2001-11-07 01:32:44 +00:00
peterlubczynski%netscape.com 59eb3f4d2e Fix for when the browser calls "Destroy" twice for some XPCOM plugins bug 104038 r=av sr=attinasi 2001-11-07 01:12:14 +00:00
peterlubczynski%netscape.com 9f4a43bdfe Fix for using OS temp directory for plugin temporary files instead of profile bug 104859 r=av sr=darin 2001-11-07 01:00:24 +00:00
sfraser%netscape.com a68ded019a Clean up after my wonky fixing of the DefaultPlugin project yesterday, and CVS remove the checked in binary (bug 108223). 2001-11-07 00:02:42 +00:00
av%netscape.com 4c8964fbda Bug 106435 -- handling booleans passed in NPN_SetVariable in backward compatible way, r=peterl, sr=waterson 2001-11-06 23:45:01 +00:00
peterlubczynski%netscape.com dbef293a6d Fix for loading Carbon plugins that also have a mainRD exported. Fixes load problems with Carbon Shockwave Director bug 106070 r=beard sr=sfraser 2001-11-06 23:42:35 +00:00
darin%netscape.com b917ad6df8 fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
blizzard%redhat.com 798f3859c5 back out darin's fix for bug #107789 since it caused blocker #108637. 2001-11-06 16:32:52 +00:00
darin%netscape.com 803d882528 fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
sfraser%netscape.com ba97c58579 Fix NullPlugin.mcp to build in a Carbon debug build; renaming it to DefaultPlugin.mcp and fixing prefix files. r=beard, sr=fm 2001-11-06 01:45:15 +00:00
danm%netscape.com 46e1db7271 initial (disabled) cut at creating about:blank documents synchronously. part of bug 88229 r=hyatt,rpotts 2001-11-06 01:24:39 +00:00
beard%netscape.com fa18bdc179 fix pluginClassic bustage, r=peterl, sr=sfraser 2001-11-05 14:30:05 +00:00
hyatt%netscape.com aa0298bbf8 108318, tweaks/cleanup to ICO decoder. r=pav, sr=jst 2001-11-05 08:38:21 +00:00
bhart00%yahoo.com 51e8651455 Fix for bug 96786, r=bryner sr=blake 2001-11-05 05:15:21 +00:00
darin%netscape.com 929e70869f fixes bug 103070 "No new connections issued when waiting for timeout"
r=bbaetz, sr=mscott
2001-11-04 05:46:06 +00:00
rods%netscape.com 760f64245a Initial check in for print preview work it is complied in for Windows and linix only
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2001-11-03 14:59:39 +00:00
rods%netscape.com 199fad027b change &P to &PT so page totals print at bottom
Bug 107340 r=self sr=attinasi
2001-11-03 13:05:09 +00:00
hyatt%netscape.com 3e07b91e11 Fixing 18502, I misapplied the patch and checked in duplicate lines of code. Backing out. 2001-11-03 12:00:32 +00:00
hyatt%netscape.com 78ac7bde5b Fix nebiros bustage. 2001-11-03 09:50:31 +00:00
hyatt%netscape.com 92dff5e7ec Fix for 18502, Christian Biesinger's BMP decoder and my ICO decoder. r/sr=pavlov,jband 2001-11-03 07:10:51 +00:00
sspitzer%netscape.com 0e6fcbe54c add back a default pref. not sure why ducarroz removed it. sr=no one 2001-11-03 05:39:53 +00:00
seawood%netscape.com 608397c634 Not sure why we're bothering to remove the prefs on a 'make clean' but we should at least use the right dir to remove them from.
Bug #68117
2001-11-03 05:12:57 +00:00
ducarroz%netscape.com 01320bb2a3 Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. R=varada, SR=sspitzer 2001-11-03 04:44:43 +00:00
seawood%netscape.com c79715ed1b Backing out fix for remote mach-o builds as it left mach-o builds fragile.
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
bzbarsky%mit.edu 3ae6123d04 Add a pref (layout.frames.force_resizability) to force frames to be
resizable.  Bug 105797, r=hyatt, sr=attinasi
2001-11-02 02:19:49 +00:00
av%netscape.com 1b6cfe2225 Bug 96245 -- xp'zation of dir separator symbol in the spy plugin, not part of the build 2001-11-02 01:58:46 +00:00
brade%netscape.com a025322e1e (not yet part of the build); add nsICODecoder.cpp for hyatt/biesi (bug #18502) 2001-11-01 15:46:10 +00:00
ccarlen%netscape.com a02542933b Bug 89465 - Infinite loop in PL_HashTableEnumerateEntries. Added code to use PL_HashTableLookupConst when enumerating the hash table. r=bnesse/sr=brendan@mozilla.org 2001-11-01 15:41:53 +00:00
jaggernaut%netscape.com 4a7f082fb7 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-11-01 09:09:57 +00:00
seawood%netscape.com 6daf60f372 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
tor%cs.brown.edu 47489a840c Update to libmng 1.0.3. rs=blizzard 2001-11-01 00:19:53 +00:00
tor%cs.brown.edu d10d3d11a0 Update to tip. Not in build. 2001-11-01 00:18:39 +00:00
pete%alphanumerica.com 41da234dd2 b=107823, r=ccarlen, sr=brendan
--pete
2001-11-01 00:11:15 +00:00
alecf%netscape.com e7e8955c4c bug 100113, r=jag, sr=blizzard - remove some dumb dependencies on dom and gfx 2001-10-31 23:43:27 +00:00
nhotta%netscape.com f2a1cf2997 Moved the hard coded reply header strings to pref so they can be editable, bug 70842, r=ducarroz, sr=sspitzer. 2001-10-31 23:13:35 +00:00
bryner%netscape.com c3d6f78b18 When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt. 2001-10-31 05:06:31 +00:00
bnesse%netscape.com 5979dfe6c4 Fix for bug 177585. Don't request the observer service when shutting down. r=dougt, sr=alecf. 2001-10-30 22:57:44 +00:00
sspitzer%netscape.com 9c25ea824a fix for perf bug #103010. don't persist the "open" state of news servers.
(revert to 4.x behaviour).  persisting the open state of news servers
causes us to update the unread count on news servers if they are "open"
on startup, slowing us down.  r=ssu,varada sr=bienvenu
2001-10-30 22:57:12 +00:00
colin%theblakes.com 62e0517b2a Turn Java back on by default. b=91271. sr=sspitzer 2001-10-30 22:14:02 +00:00
dougt%netscape.com 1a5050445f Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com 2001-10-30 22:07:28 +00:00
dp%netscape.com b55fd6b885 bug 105935 Caching of canUnload to get mac plugin bundles to
work. r=peterlubczynski sr=waterson
2001-10-30 06:46:40 +00:00
dbaron%fas.harvard.edu 0dfd2996bb Fix -O2 optimization crash with gcc 2.96 or 3.0.{1,2} by not inlining |#ifdef __GNUC__|. b=106891 r=pavlov sr=brendan 2001-10-28 21:02:05 +00:00
gerv%gerv.net 72784fd9ac Fix broken comment. Bug 107043. Patch by cbiesinger@web.de, r=pavlov, sr=tor. 2001-10-27 17:24:19 +00:00
seawood%netscape.com 8dae0fad58 Fix for mac bustage. r=jag 2001-10-27 08:57:01 +00:00
seawood%netscape.com 93a92132d7 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
seawood%netscape.com f411901548 Replace hardcoded -L/usr/X11R6/lib with $(XLDFLAGS). Fixes cross-compiling among other things. 2001-10-27 06:02:57 +00:00
seawood%netscape.com 9f8ad41e29 Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs 2001-10-27 05:49:30 +00:00
dougt%netscape.com abb5f8b703 Freeze nsIMemory interface bug 99151 r=rpotts@netscape.com, sr=brendan@netscape.com 2001-10-26 00:09:22 +00:00
jaggernaut%netscape.com 2b6b5ceadf Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 09:44:29 +00:00
pavlov%netscape.com db06772d10 fixing bug 106623 r=bryner sr=hyatt 2001-10-25 07:44:55 +00:00
jaggernaut%netscape.com 39857aa5c7 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 06:13:52 +00:00
jaggernaut%netscape.com 0391d4921a Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-25 05:10:08 +00:00
dbaron%fas.harvard.edu f56bfe4127 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
jaggernaut%netscape.com 019ce473c1 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-24 23:47:43 +00:00
attinasi%netscape.com 096ccf044d Checkin for tingley@sundell.net - Blinking text optional via pref 'browser.blink_enabled' b=19258 r=dbaron sr=attinasi 2001-10-24 04:52:39 +00:00
pavlov%netscape.com 6a6327297b fix for bug 105964. r=timeless sr=waterson 2001-10-24 04:25:40 +00:00
cathleen%netscape.com 257e4a54ad Fix static build bustage. 2001-10-24 01:13:51 +00:00
av%netscape.com f73ba94ad5 Reflecting changes to the server manager in the plugin SDK -- not part of the build yet. 2001-10-24 00:23:28 +00:00
tor%cs.brown.edu 21ca44c3e1 Update to tip - not in build. 2001-10-23 23:53:49 +00:00
alecf%netscape.com d0084a3497 NS_LITERAL_STRING cruft that's needed for 100214, got left over from dougt's patch 2001-10-23 22:07:29 +00:00
pavlov%netscape.com 9f4da50474 fixing windows build bustage 2001-10-23 08:38:14 +00:00
pavlov%netscape.com 09e2680121 fixing bug 106199. r=ben sr=hyatt 2001-10-23 08:07:03 +00:00
av%netscape.com 28998d748b Updating the list of header files needed for the plugin SDK -- not part of the build 2001-10-23 00:23:12 +00:00
dougt%netscape.com fdb581ad21 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
bnesse%netscape.com 5d3ba9e8a4 Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf. 2001-10-22 20:54:48 +00:00
av%netscape.com 6995ef74f4 The tester plugin -- first check in, not part of the build, bug 105959 2001-10-22 00:25:25 +00:00
pavlov%netscape.com b8df70fe8a fix for bug 105555. r=pavlov sr=darin. patch from sfraser 2001-10-21 00:58:36 +00:00
akkana%netscape.com 713c24dda2 98546: Fix Unix too, and make mac prefs the default. r=pink, sr=sfraser 2001-10-19 22:07:17 +00:00
pchen%netscape.com 2551ac5173 backing out bnesse at his request since he found conflicts with dougt's
checkin
2001-10-19 21:24:03 +00:00
pchen%netscape.com d2cde929aa cking out bnesse at his request since he found conflicts with dougt's
checkin
2001-10-19 21:15:11 +00:00
bnesse%netscape.com 3edc819898 Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf. 2001-10-19 20:55:54 +00:00
ftang%netscape.com 54ebdfa96f fix 48231. Change the default Korean font for window
r=jshin, sr/rs=waterson
2001-10-19 20:54:36 +00:00
dougt%netscape.com da7e1268bd nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
pinkerton%netscape.com 4d06bf2721 adding a couple of prefs to make word selection better on mac. doesn't eat whitespace to next word and stops at punctuation. r=mjudge/sr=sfraser. bug# 98546 2001-10-19 14:10:22 +00:00
pavlov%netscape.com 9c9be9a027 part of fix for bug 104999. r=jag sr=jst 2001-10-19 04:16:50 +00:00
mkaply%us.ibm.com 2ec931d14a #105075
r=av, sr=dougt, rpotts
Change 4xplugin APIs to use NS_4XPLUGIN_CALLBACK rather than NS_CALLBACK_ so that the calling convention can be different than XPCOM
2001-10-19 04:10:49 +00:00
dinglis%qnx.com 79e76d192e fixed bug#91955
default preferences for photon
r=bnesse sr=jst
2001-10-18 13:46:18 +00:00
markh%activestate.com eea00b2d33 Fix build bustage on Windows, caused by recent #include dir changes.
Not part of the build (hence not noticed)
2001-10-18 13:20:30 +00:00
dp%netscape.com 3e99f71441 bug# 101769 Stop loading plugins on startup r=av,sr=waterson 2001-10-18 12:26:23 +00:00
dp%netscape.com b240779313 Fixing warning r=av sr=waterson 2001-10-18 12:22:31 +00:00
dp%netscape.com 6a8c8c6c34 Fixing warnings 2001-10-18 12:21:33 +00:00
darin%netscape.com 1bbb7d1f24 fixes bug 102743 "Crash pressing Back or Forward on O'Reilly website"
r=gagan, sr=rpotts
2001-10-18 10:37:04 +00:00
peterlubczynski%netscape.com 0188fc2d55 Plugin SDK basic plugin port for Mac initial check-in. not part of the build 2001-10-17 23:37:52 +00:00
peterlubczynski%netscape.com 9f6cd72918 Plugin SDK changes for Mac. not part of the build 2001-10-17 23:34:31 +00:00
hyatt%netscape.com 653a24b35f Fix for 105214. r=jag, sr=ben 2001-10-17 09:02:02 +00:00
seawood%netscape.com 785c606e96 Really remove extra VPATH
Bug #105005
2001-10-17 07:25:24 +00:00
seawood%netscape.com 74f73af202 Oops forgot local include path.
Bug #105005
2001-10-17 06:40:48 +00:00
seawood%netscape.com 43cd399d14 Remove use of additional dirs in VPATH as it causes problems in srcdir builds and the previous workarounds do not always work due to a bug in gcc's -MD.
Bug #105005 r=jag
2001-10-17 06:00:18 +00:00
rpotts%netscape.com 61dffdef3a bug #104769 (r=pavlov@netscape.com, sr=jst@netscape.com) Opening new windows sometimes stalls... 2001-10-17 05:57:29 +00:00
naving%netscape.com 1d01b17644 105162 r=racham sr=mscott. Remove unused prefs 2001-10-17 04:53:24 +00:00
av%netscape.com 26acf161ca Correction to the fix to bug 104940 (r=peterl, sr=waterson) -- memory leak avoided 2001-10-17 00:39:21 +00:00
seawood%netscape.com 3447050c62 Removing modules/plugin/tools/mpdk at av's request.
Bug #104941
2001-10-16 23:38:40 +00:00
av%netscape.com 39de608372 Fixing bug 104866 -- null chech before using nsCRT::strlen avoiding crash, r=nhotta, sr=waterson 2001-10-16 22:14:52 +00:00
av%netscape.com 77d8465f60 Fixing bug 104940 -- ignore plugins that do not show mime type, r=peterl, sr=waterson 2001-10-16 22:12:27 +00:00
jaggernaut%netscape.com ba810640be More REQUIRES clean-up. 2001-10-16 22:08:55 +00:00
dougt%netscape.com c299aa1695 backing out dbarons change to the nsIPluginClassicModule interface. Attempting to fix the fizilla bustage. r=beard, b=105072 2001-10-16 21:03:54 +00:00
alecf%netscape.com 9a8ef3ebf4 bug 101761 - MODULE= cleanup on windows: gkplugin is really just plugin, r=cls 2001-10-16 20:56:51 +00:00
seawood%netscape.com 95f3489c69 For directories that use additional VPATHs, change OBJ_SUFFIX instead of duplicating build rules. Turn off compiler dependencies when changing OBJ_SUFFIX because at least gcc < 3.0 has problems generating the correct dependencies when the basename of the srcfile does not match the basename of the object file.
Bug #105005
2001-10-16 09:31:58 +00:00
dbaron%fas.harvard.edu 3793e14479 Attempt to fix Carbon bustage from dougt's checkin for bug 99147. 2001-10-16 07:42:53 +00:00
dbaron%fas.harvard.edu 5fabcface9 Fix AIX and gcc 2.7.2.3 bustage -- I was relying on implicit conversion to pick the right overloaded function template. Make it faster too. 2001-10-16 06:27:39 +00:00
dbaron%fas.harvard.edu 34fc404be7 Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
dougt%netscape.com e75485644c API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147 2001-10-16 03:35:52 +00:00
av%netscape.com 49365dc04b Plugin SDK, first check in, not part of the build 2001-10-16 00:34:42 +00:00
jaggernaut%netscape.com e316f90678 Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc. 2001-10-14 04:57:59 +00:00
peterlubczynski%netscape.com 9e5683b4c3 Fix for crash in pluginInstanceOwner::ProcessEvent when mWindow is null bug 96648, r=av sr=attinasi 2001-10-13 17:36:03 +00:00
pavlov%netscape.com 61ec4f1d0a fixing smoketest blocker bug 104421. r=bryner a=endico 2001-10-12 19:30:28 +00:00
pavlov%netscape.com f60cc1b681 fixing bug 64096 r=jag, sr=hyatt. additional patch to bug 104311 both r=bryner/jag and sr=hyatt 2001-10-12 07:59:21 +00:00
jaggernaut%netscape.com 996a64e64d Being Pav's mac buddy, adding imgILoad.idl 2001-10-12 06:55:57 +00:00
pavlov%netscape.com 3610ff3107 part of previous checkin 2001-10-12 06:55:20 +00:00
pavlov%netscape.com 63b4ad657c remove a bunch of silly xpcom nonsense from imglib. bug 104311 r=bryner sr=sspitzer 2001-10-12 06:43:52 +00:00
nhotta%netscape.com bfd42bba84 Changed to use a charset convertor in DOMMimeTypeImpl and DOMPluginImpl instead of NS_ConvertASCIItoUCS2,
bug 102976, r=av, sr=blizzard.
2001-10-11 20:55:12 +00:00
sspitzer%netscape.com ef119303bf fix for #104226. instead of using "Mailbeep" (the windows system sound for new mail notification)
use "_moz_mailbeep".  on windows, we map this to "MailBeep" (so it works on win2k and win98)
and on mac we use sfraser's code to go to internet config.  (nothing on linux yet, that's another bug)
r=pinkerton, sr=sfraser

also, fix #104252.  selectively notify folder listeners.  when we register the folder listener
with the mail session, we pass in flags for what types of things we care about.
this reduces the notifications, especially those across XPConnect.
r=bienvenu, sr=mscott
2001-10-11 20:45:44 +00:00
brade%netscape.com 6b146ed5d9 check in this file (not yet part of the build); a=leaf 2001-10-11 18:20:47 +00:00
peterlubczynski%netscape.com 4a16ab47ca Fixing bustage... 2001-10-11 05:40:00 +00:00
peterlubczynski%netscape.com 55448b6771 Do not check the "plugin safety pref" on every NPP call bug 96103 patch by av r=peterl sr=brendan 2001-10-11 04:51:06 +00:00
peterlubczynski%netscape.com c8168eaeae Fix for duplicate plugins being listed on Mac bug 103393 r=av sr=attinasi 2001-10-11 04:43:16 +00:00
darin%netscape.com f8ddc13958 backing out unnecessary now-obsolete hack for bug 89191 r=peterl, sr=dougt 2001-10-09 04:59:03 +00:00
peterlubczynski%netscape.com cc2e9e4be5 Fix for topcrash on UNIX where the ProxyJNI is broken with the JRE after a plugins.refresh(). bug 86591 r=av sr=attinasi 2001-10-08 23:00:58 +00:00
leaf%mozilla.org 78ab54b054 updating user agent to reflect new version, code from kysmith, r=leaf 2001-10-08 21:37:51 +00:00
bnesse%netscape.com 9b609d47ef Bug 99611, Freeze nsIPrefService, nsIPrefBranch, (and nsIPrefLocalizedString) interfaces. r=dveditz, sr=alecf. 2001-10-08 19:52:17 +00:00
pavlov%netscape.com e3f91e7972 fixing bug 103536. r=jag sr=hyatt 2001-10-07 17:45:00 +00:00
pavlov%netscape.com b8b11370c0 fix for bug 92248. r=bryner sr=jst 2001-10-06 05:08:42 +00:00
pavlov%netscape.com e15f4f6c5d fix for bug 92248 r=bryner sr=jst 2001-10-06 05:08:16 +00:00
darin%netscape.com a343f2033d preferences changes for bug 42898 "iDNS support"
patch=william.tan@i-dns.net r=gordon sr=darin,brendan a=asa
2001-10-05 07:37:56 +00:00
gerv%gerv.net 9b3c659a1b CVS removal of obsolete directories. Bug 102787. Goodbyeeeee.... 2001-10-03 18:54:49 +00:00
rpotts%netscape.com 5465f08d68 bug #102450 (r=pavlov). OnStopRequest was not being fired for some imgRequests... 2001-10-03 06:41:17 +00:00
serge%netscape.com 111dea18ec fix for 102652; nsPluginsDirUnix.cpp breaks Qt/Xlib build (any build without GTK?);r=Roland.Mainz@informatik.med.uni-giessen.de, sr=waterson 2001-10-02 22:06:08 +00:00
mkaply%us.ibm.com ff08589e1d OS/2 REQUIRES bustage with npnul plugin 2001-10-02 21:56:07 +00:00
mkaply%us.ibm.com 99325569e0 #101134
r=mkaply, sr=blizzard
OS/2 only - make unicode font for sans-serif Times New Roman MT 30 as well
2001-10-02 21:25:48 +00:00
racham%netscape.com b96dc41cb1 Fixing bug 97650. Fix to display unread mail count of the default account on Win XP platform. Interval for timer that updates the registry with unread count is set in winprefs.js file. r=mscott, sr=sspitzer 2001-10-02 06:23:59 +00:00
bzbarsky%mit.edu c15aef17c6 Ugh. Those should be pref(), not user_pref() 2001-10-02 01:22:48 +00:00
bzbarsky%mit.edu 8584e11c63 Add default values for the print.print_header* and print.print_footer*
prefs to all.js.  Bug 102620, r=rods, sr=shaver
2001-10-02 01:08:54 +00:00
darin%netscape.com cc27269a66 pref changes for bug 102332 r=gagan, sr=alecf 2001-10-02 00:41:18 +00:00
gerv%gerv.net 6f814c07fd Turn of Internet Keywords in Mozilla builds by default to permit debugging of DNS and other issues. Bug 100412. r=doron, sr=shaver. 2001-10-02 00:01:59 +00:00
mkaply%us.ibm.com 36cc25779b #101134
r=mkaply, sr=blizzard
OS/2 only - code from Pedemont - fix text justification on OS/2
2001-10-01 18:56:00 +00:00
roc+%cs.cmu.edu 8220d847e0 Bug 56696. Add ctrl-enter Send shortcut to mailnews composer. r=ducarroz, sr=blizzard 2001-10-01 02:14:05 +00:00
vidur%netscape.com 338e3871f8 Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts 2001-09-29 17:50:15 +00:00
jaggernaut%netscape.com fdc4078bc4 Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
dbaron%fas.harvard.edu 88c0af5e6e Fix incorrect parameter to strtok_r. b=99245 r=bnesse sr=alecf 2001-09-29 05:55:53 +00:00
bryner%netscape.com 2d6b93964a removing depend:: clobber line... this was causing problems since export is now done before depend. r=cls. 2001-09-29 04:34:55 +00:00
sgehani%netscape.com 71975fe645 Make search sidebar tab popping open upon search on by default.
b = 100084
r = pchen
sr = dveditz
2001-09-28 23:58:46 +00:00
serge%netscape.com 946cb0b20c fix for 97362; Plugins error "invalid ELF header"; r=av, sr=waterson 2001-09-28 22:37:14 +00:00
gerv%gerv.net f385eb981a Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
waterson%netscape.com 4d0f53c470 Fix REQUIRES bustage for static build. 2001-09-28 15:36:20 +00:00
peterlubczynski%netscape.com 368d2114f4 Fix for crash when object frame goes away but stream is still going bug 99569 r=av sr=attinasi 2001-09-28 03:34:53 +00:00
serge%netscape.com 8b5e04ccf2 fix bug 85701; problems using plugins [@ gtk_xtbin_init] topcrash; r=pavlov;sr=blizzard 2001-09-28 01:51:06 +00:00
morse%netscape.com 923dc3907b bug 98882, implement p3p cookie management, r=harishd,jag, sr=alecf 2001-09-27 21:41:26 +00:00
rbs%maths.uq.edu.au 6404408a22 bug 99010 - font changes. sr=waterson@netscape.com 2001-09-27 18:28:24 +00:00
beard%netscape.com e506dc33aa Fix for bug #92322, changes for Carbon/Mac OS X, r=peterl, sr=sfraser. 2001-09-27 00:29:39 +00:00
mitesh%netscape.com 361d9cbe9d Additional Fix for bug 99515 - nsAutoConfig event loop hanging. r=danm and sr=alecf 2001-09-26 20:28:45 +00:00
alecf%netscape.com ca1e0f0d4d bug 101761 - clean up embed components so we can better understand REQUIRES r=cls 2001-09-26 20:17:35 +00:00
peterlubczynski%netscape.com 5339979276 Fix for doing GET rather than POST when NPN_PostURL is called bug 77603 r=av sr=attinasi 2001-09-26 02:45:01 +00:00
gerv%gerv.net e61b2be88e License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1). 2001-09-26 00:40:45 +00:00
gerv%gerv.net 7b81bbd6e8 Use vendor-neutral version of translation UI from Alis Technologies. Bug 77207. r=hwaara, sr=shaver. 2001-09-26 00:19:34 +00:00
hyatt%netscape.com 0104d252a4 100706. Tabbrowser stuff. r=jag, sr=blake 2001-09-24 04:38:41 +00:00
peterlubczynski%netscape.com abb751bffd Incorrect GetAttributes/GetParameters for embed/object tag types patch by philanderton@yahoo.com bug 99063 r=peterl sr=attinasi 2001-09-24 04:35:02 +00:00
peterlubczynski%netscape.com b512b17040 Bad signed conversion in plugin streaming code bug 100888 r=av sr=attinasi 2001-09-24 04:31:58 +00:00
pavlov%netscape.com dd74aa0094 adding some code to enumerate the registered image decoders (ifdef'd DEBUG_pavlov) 2001-09-23 10:01:07 +00:00
bzbarsky%mit.edu ba9ca8fa05 Better defaults for the locations of the mime.types and mailcap files
(don't assume Netscape is installed).  Bug 95504, r=bbaetz, sr=darin
2001-09-22 01:21:53 +00:00
serge%netscape.com 826fcb6c8c fix for 74938; acrobat fails on plugin registration on Linux; r=av; sr=waterson 2001-09-22 00:18:55 +00:00
sspitzer%netscape.com 43f678087a fix for #96979. hide the Total and Unread folder columns for existing profiles.
r=mscott, sr=bienvenu
2001-09-22 00:13:21 +00:00
bryner%netscape.com 2d66ab0761 Fixing build bustage. r=brendan. 2001-09-21 00:44:22 +00:00
idk%eng.sun.com 254f44efa9 fix for 57337 [libjar does not retrieve link information]
r  = dveditz@netscape.com
sr = brendan@mozilla.org
2001-09-20 23:33:23 +00:00
peterlubczynski%netscape.com 64157c4160 Fix for OS X crash with bundle type plugins bug 98729 r=beard sr=attinasi 2001-09-20 00:46:50 +00:00
gerv%gerv.net 2a80f3fea9 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org da68f3ed78 bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
scc%mozilla.org 63e86dc84f bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
gerv%gerv.net 6ab168ae2d Plugins dir environment variable was misnamed. Renamed it to MOZ_PLUGIN_PATH. Bug 99846. r=av, sr=blake. 2001-09-19 00:37:36 +00:00
darin%netscape.com 7c59bdabaa fixes bug 99183 "JAR channel allocates and uses a monitor even though it is
accessed exclusively by the UI thread" r=dougt, sr=mscott
2001-09-18 23:07:57 +00:00
srilatha%netscape.com 2fe1a00bab Fix for bug #95122. sr=sspitzer
Cleaning up the contents.rdf and fixing the js error
2001-09-18 22:26:16 +00:00
colin%theblakes.com 1912ef3390 Use a different URL for the plugin page for OpenVMS.
b=99114 r=av@netscape.com sr=brendan@mozilla.org
2001-09-18 22:23:14 +00:00
mitesh%netscape.com a2725e2afb Fix for bug 80789 Changing hashing algorithm for netscape.cfg
r=bnesse and sr=alecf
checking in for chipc@netscape.com
2001-09-18 22:05:57 +00:00
jaggernaut%netscape.com e25262c61f One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
mitesh%netscape.com 8ae8517eae Fix for bug 99515 - AutoConfig hangs during Profile Migration
r=danm and sr=alecf
2001-09-18 21:52:01 +00:00
jaggernaut%netscape.com 3826eb9902 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
peterlubczynski%netscape.com dcc39787f3 Fix for full-page plugin printing bug 53349 r=av sr=attinasi 2001-09-18 02:16:52 +00:00
peterlubczynski%netscape.com 113990780d Implement plugin printing bug 27478 r=av,beard sr=attinasi 2001-09-18 02:11:09 +00:00
stephend%netscape.com f7984db64d Bug 99245. Using strtok is evil. Patch by Ulrich Drepper <drepper@cygnus.com> r=bnesse@netscape.com, sr=alecf@netscape.com 2001-09-17 20:39:31 +00:00
alecf%netscape.com cf9912aa80 Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!) 2001-09-17 19:06:35 +00:00
darin%netscape.com 19b5bdab36 fixes bug 97528 "1200 urls created on startup about:blank" (take 2)
r=dp, sr=brendan
2001-09-14 21:19:41 +00:00
jaggernaut%netscape.com efc8c209fb Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls 2001-09-14 05:37:29 +00:00
gerv%gerv.net 1ca13f50af Backing that out. <sigh>. Trunk, branch. Branch, trunk. How hard can it be? 2001-09-13 17:40:57 +00:00
gerv%gerv.net cff87a558a Prevent problems with NS initial start page appearing, by renaming pref. Bug 99441. r=syd, gerv, sr=jband. This will be backed out immediately after 0.9.4 ships. 2001-09-13 16:57:40 +00:00
bienvenu%netscape.com e888c6d8c6 default for unsent messages should be escaped uri, r=sspitzer, sr=mscott 79245 2001-09-13 03:00:59 +00:00
darin%netscape.com c95cf54bdc checking bbaetz's patch for bug 89500 "SOCKS: only http|https re-directted in (post Mozilla 0.9.2)"
patch=bbaetz, r=dougt, sr=darin
2001-09-13 02:21:05 +00:00
alecf%netscape.com 187d526fcd Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 21:32:10 +00:00
varada%netscape.com f447e926f9 fix for bug#99146;performance improvement for mailcompose;r/sr=sspitzer 2001-09-12 20:47:28 +00:00
alecf%netscape.com e5cc5abd22 Add REQUIRES to many modules for win32 support, bug 98372 r=cls 2001-09-12 20:32:40 +00:00
bzbarsky%mit.edu 3e97e0511a Add line-wrapping capability to the view source window. Bug 22022,
r=bzbarsky, sr=alecf
2001-09-12 20:16:32 +00:00
jaggernaut%netscape.com e055a4a2a4 Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls. 2001-09-12 12:48:23 +00:00
peterlubczynski%netscape.com 40469954e4 Use memmove instead of strncpy bug 98705 r=av sr=attinasi 2001-09-11 03:29:20 +00:00
dbaron%fas.harvard.edu f12b6c260e Removing commented-out remnant of old hand-crafted nsIFactory implementation. b=97491 r=edburns sr=waterson 2001-09-11 00:42:52 +00:00
leaf%mozilla.org ab977db9f7 update user agent string and mac binary version, r=dveditz, sr=mscott, bug
93164
2001-09-10 23:11:09 +00:00
alecf%netscape.com fed01025f6 add REQUIRES support to jpeg, sun-java, db, etc.. b=98371 r=cls 2001-09-10 20:48:38 +00:00
alecf%netscape.com 898cb5872f add REQUIRES support to layou, content, gfx, gfx2, widget and modules/libpr0n b=98371 r=cls 2001-09-10 20:46:52 +00:00
dbaron%fas.harvard.edu e5077ef0df Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag sr=alecf b=45797 2001-09-10 19:54:27 +00:00
beard%netscape.com b32d1c0863 [not part of build] Changed MIME type to be compatible with windows plugin. 2001-09-10 14:56:47 +00:00
beard%netscape.com f0c67a8b8d Added version attribute to nsI4xScriptablePlugin.idl. 2001-09-10 14:56:04 +00:00
darin%netscape.com b964e56f7e backing out patch for bug 97528 due to regression/smoketest-blocker bug 98838. 2001-09-10 00:42:50 +00:00
jaggernaut%netscape.com a0b891b40a Bug 73353: clean up REQUIRES. r=cls 2001-09-09 13:36:07 +00:00
mkaply%us.ibm.com 1fb55d91f7 Remove C++ style comment to fix OSF bustage 2001-09-08 02:46:22 +00:00
av%netscape.com 469bed50b6 Fix for bug 98285 -- adding possibility for plugins to access the service manager, r=beard, sr=vidur 2001-09-08 01:04:03 +00:00
av%netscape.com 89a36ba224 Fix for bug 98285 -- added a new value to the NPNVariable enum type to enable access to the service manager from plugins, r=beard, sr=vidur 2001-09-08 00:23:07 +00:00
darin%netscape.com e8ec1432c3 fixes bug 97528 "1200 urls created on startup about:blank"
r=dp, sr=dougt
2001-09-07 22:32:50 +00:00
mitesh%netscape.com c8d19b1415 Fix for the regression caused by bug 92447
movinf request for the nsPrefService out of Init()
r=bnesse and sr=alecf
2001-09-07 21:12:41 +00:00
beard%netscape.com 09a0fb0d37 [not part of build] Mac files for scriptable NPAPI plugin. 2001-09-07 15:54:40 +00:00
beard%netscape.com 29c6b5ae41 [not part of build] fixes for bug #98382, r=av, allow building on Mac. 2001-09-06 23:18:07 +00:00
beard%netscape.com 3ebc8725f6 [not part of build] Mac files for scriptable NPAPI plugin. 2001-09-06 23:15:57 +00:00
dougt%netscape.com 31c1842a29 Merge ServiceManager and ComponentManager. Bug 96457. r=dp@netscape.com, sr=wat
erson@netscape.com
2001-09-06 21:13:11 +00:00
bnesse%netscape.com 22ad5c94a7 Fix for bug 49776. Add additional bulletproofing to nsPrefBranch. r=mitesh, sr=alecfl. 2001-09-06 19:30:47 +00:00
waterson%netscape.com 25ef56245b Bug 98456. Fix meta-modules on Linux. r=dp, sr=cls. 2001-09-06 19:13:41 +00:00
mitesh%netscape.com b611709246 Fix for bug 97228 - multiple appends of email address
r=bnesse and sr=shaver
2001-09-05 23:25:54 +00:00
valeski%netscape.com ac33036169 r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway. 2001-09-05 21:28:38 +00:00
bnesse%netscape.com e6fb8c7b19 Fix for bug 92447. Internalize loading of config file so it can be re-read if the preferences are reset. r=chipc, mitesh. sr=sfraser. 2001-09-05 18:22:10 +00:00
jaggernaut%netscape.com 5979297126 Bug 98153: Remove SubsumeStr. r=dbaron, sr=scc 2001-09-05 10:46:45 +00:00
axel%pike.org 90f4cd7033 bug 94834, without png and mng, DIRS was " ", r=pavlov, sr=jst 2001-09-05 08:48:54 +00:00
cls%seawood.org 04fecacf57 Updating module dependencies caused by checkin for bug 97380 2001-09-05 06:37:42 +00:00
edburns%acm.org 988c747a4f r=peterl
sr=waterson
a=asa


modules/plugin/base/src/nsIPluginInstanceOwner.h
modules/plugin/base/src/nsPluginHostImpl.cpp
modules/plugin/base/src/nsPluginHostImpl.h
modules/plugin/base/src/nsPluginViewer.cpp
modules/oji/src/nsJVMManager.cpp
modules/oji/src/nsJVMManager.h
layout/html/base/src/nsObjectFrame.cpp
xpfe/global/resources/locale/en-US/region.properties


Here's what I did to fix this bug.

I pestered Rick Potts about the problem of
nsIWebBrowserChrome->SetStatus() not being synchronous.  He fixed that
under bug 97227.

Taking advantage of Rick's fix to 97227, I modified
nsIPluginInstanceOwner to have new method, ShowStatus(const PRUnichar
*aStatusMsg).  This is necessary to allow for localized messages to be
posted from the plugin, such as "Starting plugin for type
application/x-java-vm" or "Beginnen steckbar f�r Art
application/x-java-vm".

I modified all the implementations of nsIPluginInstanceOwner:

  layout/html/base/src/nsObjectFrame.cpp
  modules/plugin/base/src/nsPluginViewer.cpp

I inserted a call to nsIPluginInstanceOwner->ShowStatus() at the part
just before the big "whole damn app freezes when starting java" thing
happens.

I also modifed nsJVMManager.cpp ShowJavaConsole() to do the same.  These
are the two places I know of now that can start java.
2001-09-05 03:58:34 +00:00
dougt%netscape.com f78284509b Upload Channel API changes. Bug 29839. r=darin@Netscape.com, sr=rpotts@netscape.com.
Also fixes bug 63408, not alerting when file-not-found. r/sr same as above
2001-09-05 03:52:26 +00:00
av%netscape.com b99d13c55a Fixing bug 86642 -- crash in DOMMimeTypeImpl::DOMMimeTypeImpl() when assigning fields missing from the plugin version stamp, r=peterl, sr=attinasi 2001-09-04 23:17:48 +00:00
darin%netscape.com 83a819dd32 fixes bug 83526 "http should use fewer connections per server per page"
r=bbaetz sr=dougt,blizzard
2001-09-04 23:02:26 +00:00
serge%netscape.com ccb217641c bug 69167; plugin load fails silently on library not found; r=av, sr=waterson, a=roc+moz 2001-09-03 23:04:53 +00:00
av%netscape.com 20ef9e60e0 Removing no longer needed file in the sample code -- not part of the build 2001-08-31 23:04:14 +00:00
av%netscape.com abaa745b20 Bug 97488 -- sample code to reflect new approach to scripting, not part of the build, patch by jband and av, r=av 2001-08-31 23:00:11 +00:00
peterlubczynski%netscape.com 77e18d6b81 Patch to fix incorrect coordinates to first call of SetWindow(), bug 97656 r=av sr=attinasi a=asa 2001-08-31 18:28:04 +00:00
mstoltz%netscape.com 897fbc85f5 Bug 92955 - Option to disable window.open from onLoad/onUnload event
handlers. r=harishd@netscape.com, sr=jst@netscape.com, a=brendan@mozilla.org
2001-08-31 04:06:39 +00:00
mstoltz%netscape.com f95d3492b6 New set of restrictions on the DOM in mailnews to prevent several
kinds of privacy attacks. Uses new wildcard policy functionality.
Fixes 87395 and 84545. r=harishd, sr=jst, a=asa.
2001-08-30 02:27:50 +00:00
cls%seawood.org be34b8d69e Update REQUIRES so that we do not accidentally build using the system headers of jpeg,zlib,png,mng when we are supposed to be building using the Mozilla copies of these libraries.
Bug #97386 r=mcafee a=dbaron
2001-08-30 01:14:45 +00:00
bnesse%netscape.com 704f3af494 Fix for bug 96514. Don't return bogus values from preferences when no default preference exists. patch=ccarlen, r=bnesse,sr=sfraser,a=dbaron. 2001-08-29 22:22:52 +00:00
waterson%netscape.com 5fb1910c52 Bug 96910. Restore NS_NewGenericModule() entry point for backwards compatibility. r=dougt, sr=jband, a=asa 2001-08-29 21:59:43 +00:00
waterson%netscape.com de59adb4d4 Fix static build bustage. 2001-08-29 05:28:12 +00:00
cls%seawood.org da1862ecd2 Update REQUIRES so that we do not accidentally build using the system headers of jpeg,zlib,png,mng when we are supposed to be building using the Mozilla copies of these libraries.
Bug #97386 r=mcafee a=dbaron
2001-08-29 03:29:44 +00:00
tao%netscape.com 418a38c4d9 8124: default charset should be set in ja-unix.jar -> move this pref to
en-unix.jar.(r=jbetak,sr=sspitzer).
2001-08-29 03:00:27 +00:00
tao%netscape.com cd3edf9cdc 8120: intl.collationOption should be defined in ja-unix.jar
(r=jbetak,sr=mscott) move this pref to en-unix.jar.
2001-08-29 02:55:47 +00:00
tao%netscape.com 829479eeff 8052: Available tab list on Sidebar customize tab is still US contents
after switching to JP region pack. (r=jbetak,sr=mscott)
use "intl.content.langcode" instead of u-a locale
2001-08-29 02:47:01 +00:00
serge%netscape.com 12e7bd8482 fix for 69167; plugin load fails silently on library not found; r=av, sr=waterson, a=roc+moz 2001-08-27 22:14:52 +00:00
av%netscape.com 7ef85428d0 Fixing 96528 -- crash on File/Exit with full page xpcom plugin, r=peterl, sr=attinasi, a=asa 2001-08-24 21:08:25 +00:00
av%netscape.com 0d081203ec Adding missing file to the sample project, not part of the build 2001-08-24 21:03:50 +00:00
mitesh%netscape.com d62dcb8ad2 Fix for Bug 87661 - moving AutoConfig creation after reading of netscape.cfg
r=bnesse, sr=shaver and a=asa
2001-08-24 19:44:45 +00:00
mitesh%netscape.com c36b78d988 Fix for Bug 95795 Timer on Linux doesn't work in AutoConfig
r=bnesse , sr=sfraser and a=asa
2001-08-22 23:58:12 +00:00
peterlubczynski%netscape.com fde7ebe790 Fix for not opening bundles plugin resources on Mac fixing crashes (and tab clean up) bug 91988 r=bnesse sr=sfraser 2001-08-22 03:55:53 +00:00
mkaply%us.ibm.com 2706413d42 OS/2 will take this as well, thank you very much.
Fixes transparent PNGs on OS/2.
2001-08-21 22:29:25 +00:00
tor%cs.brown.edu 128c2775c3 Bug 84980 - zero out the color components of transparent pixels
in a binary alpha PNG on win32 before handing them off to libpr0n.
r=pavlov, sr=brendan
2001-08-21 21:59:08 +00:00
brendan%mozilla.org b365808864 Bit checkin for bug 68045, r/sr=waterson&shaver, second attempt. It all works
for me on optimized and debug gcc2.96, rh7.1.

- Better failure codes from nsXULPrototypeScript::Deserialize.

- Call nsXULDocument::AbortFastLoads after nsXULPrototypeScript::Serialize
  failure, instead of just nulling the FastLoad service's output stream.

- Expose nsXULDocument::AbortFastLoads via nsIXULPrototypeCache, for use from
  nsChromeProtocolHandler.cpp.  AbortFastLoads flushes the XUL cache now, for
  good measure.

- The needless "Current" adjective in nsIFastLoadService attribute and method
  names is no more.

- Add a do_GetFastLoadService() helper, to use CID instead of contractid, and
  to let the compiler consolidate the static inline CID.

- Add "nglayout.debug.checksum_xul_fastload_file" pref so people can do without
  the checksum verification step when reading a FastLoad file.

- Verify the FastLoad file checksum, by default.  Also, cache it in the FastLoad
  service so we don't recompute it when re-opening the FastLoad file as mailnews
  and other top-levels start up.  Fill the checksum cache in EndFastLoad, when
  the last pseudo-concurrent top-level finishes loading.

  My hope to compute the checksum while writing the FastLoad file ran afoul of
  misordered writes.  The old code to checksum the in-memory nsFastLoadHeader
  also was broken on little endian platforms.  Now all checksumming is done via
  a separate read pass over the complete file, save for the header's checksum
  field, which is summed as if it contained zero.

- Track and check FastLoad file dependencies.  This required groveling with a
  bunch of Necko interfaces in nsChromeProtocolHandler::NewChannel -- read it
  and weep.  Dependency checking, as well as checksum access and computation,
  use better-factored nsIFastLoad{File,Read,Write}Control interfaces.

- nsBufferedStream::Seek wasn't flushing the buffer when seeking backward
  within the buffer, but it must, because mCursor bounds the amount to write
  if the buffer contains the end of file.

- Add an unbufferedStream readonly attribute to nsIStreamBufferAccess, so we
  don't have to screw around with the bufferying layer when checksumming. Also
  implement nsIStreamBufferAccess in nsBufferedOutputStream.

- nsISeekableOutputStream was bogus, based on a bad state I had put the
  nsBufferedOutputStream code in on its way from being completely broken when
  you seek backwards outside of the buffer.  Removing this interface required
  using nsIFastLoadFileIO in nsFastLoadFileWriter, and it also required careful
  ordering of Close calls (the Reader must close after the Writer or Updater,
  so that the Reader's underlying, unbuffered input stream can be read by
  nsFastLoadFileWriter::Close to compute the checksum.

- Miscellaneous tab/indentation, comment typo, bracing, if( => if ( style,
  nsnull vs. 0, useless variable elimination, tortured control flow,
  AutoString instead of String, and gratuitous ; after nsISupportsUtils.h
  macro call cleanups.
2001-08-21 20:51:34 +00:00
pavlov%netscape.com 39b3c24cdc fix for bug 87739 r=dougt sr=darin 2001-08-21 20:17:22 +00:00
pavlov%netscape.com 6757100af8 fixing indentation of { 2001-08-21 19:45:18 +00:00
ftang%netscape.com 4ae7cd64cb fix 92988. r=shanjian rs=ftang
add more fallback font face for Japanese
2001-08-21 19:01:40 +00:00
sspitzer%netscape.com b81610d1e5 more mac bustage fixage. sr=waterson 2001-08-21 05:56:48 +00:00
waterson%netscape.com 9bf2595272 Fix Mac build bustage. 2001-08-21 04:26:03 +00:00
waterson%netscape.com 59aa7cc294 Attempt to fix build bustage. 2001-08-21 03:30:03 +00:00
dbaron%fas.harvard.edu ef049af695 fixing Mac bustage. b=45797 2001-08-21 02:58:44 +00:00
Xiaobin.Lu%eng.Sun.com e44abc81c6 Fix for 77194 (liveconnect does not work for non-applet case)
r=edburns & beard sr=brendan
2001-08-21 02:23:24 +00:00
Xiaobin.Lu%eng.Sun.com 7cbd0c30c7 Fix for 77194 (liveconnect does not work for non-applet case)
r=edburns&beard sr=brendan
2001-08-21 02:11:10 +00:00
Xiaobin.Lu%eng.Sun.com ea10ecd092 Fix for 77194 (liveconnect does not work for non-applet case)
r=edburns & beard sr=brendan
2001-08-21 02:04:12 +00:00
Xiaobin.Lu%eng.Sun.com fcdc835346 Fix for 77194 (liveconnect does not work for non applet case)
r=edburns & beard sr= brendan
2001-08-21 01:57:48 +00:00
dbaron%fas.harvard.edu 716f9f4695 Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797 2001-08-21 01:48:11 +00:00
waterson%netscape.com 0818b0aab7 Bug 93100. Missed one file. 2001-08-21 01:25:10 +00:00
waterson%netscape.com ef1265798d Bug 93100. Change NS_DECL_NSGETMODULE to be table driven so we can get at module ctor & dtor callbacks. Update meta-module and static-module stuff for this change, fix meta-module to not register stuff twice. r=cls,leaf 2001-08-21 00:55:20 +00:00
thesteve%netscape.com 047e9d63c7 Bug #81373: landing the mac static build: making MailNews a meta-component.
This new file is Mac ONLY. Furthermore, it is specific to the mac static build, and CAN NOT break the existing mac builds.
2001-08-18 00:55:03 +00:00
thesteve%netscape.com 765b074ef0 Bug #81373: landing the mac static build: making security a meta-component.
This new file is Mac ONLY. Furthermore, it is specific to the mac static build, and CAN NOT break the existing mac builds.
2001-08-18 00:54:03 +00:00
av%netscape.com 7c4d86d274 Fixing 73436 -- hiding platform specific calls in xp files, not part of the build, r=peterl 2001-08-18 00:13:37 +00:00
av%netscape.com 7c3361d498 Fixing project file for the spy plugin reflecting new folder structure, not part of the build, r=av 2001-08-18 00:11:16 +00:00
av%netscape.com 26e8494818 Fixing 73430 -- removing MFC dependency from Windows project, not part of the build patch by timeless, r=av 2001-08-17 23:11:02 +00:00
akkana%netscape.com 75e98915ba 92331: revert plaintext quote pref back to using pre. r=mcafee sr=blizzard 2001-08-17 23:00:41 +00:00
av%netscape.com 51865cca86 Bug 73874 -- sample plugin (4.x scriptability), not part of the build, r=peterl 2001-08-17 22:36:46 +00:00
av%netscape.com 6b904380b3 Bug 73874 -- sample plugin (4.x scriptability), not part of the build, r=peterl 2001-08-17 22:23:41 +00:00
blizzard%redhat.com 8449d6469f Back out brendan's checkin to try and get linux starting up again. 2001-08-17 19:45:11 +00:00
peterlubczynski%netscape.com 35f494b896 Fixing Carbon bustage (where is the carbon tinderbox?) 2001-08-17 14:30:45 +00:00
brendan%mozilla.org 525a387cf2 - Better failure codes from nsXULPrototypeScript::Deserialize.
- Call nsXULDocument::AbortFastLoads after nsXULPrototypeScript::Serialize
  failure, instead of just nulling the FastLoad service's output stream.

- Expose nsXULDocument::AbortFastLoads via nsIXULPrototypeCache, for use from
  nsChromeProtocolHandler.cpp.  AbortFastLoads flushes the XUL cache now, for
  good measure.

- The needless "Current" adjective in nsIFastLoadService attribute and method
  names is no more.

- Add a do_GetFastLoadService() helper, to use CID instead of contractid, and
  to let the compiler consolidate the static inline CID.

- Add "nglayout.debug.checksum_xul_fastload_file" pref so people can do without
  the checksum verification step when reading a FastLoad file.

- Verify the FastLoad file checksum, by default.  Also, cache it in the FastLoad
  service so we don't recompute it when re-opening the FastLoad file as mailnews
  and other top-levels start up.  Fill the checksum cache in EndFastLoad, when
  the last pseudo-concurrent top-level finishes loading.

  My hope to compute the checksum while writing the FastLoad file ran afoul of
  misordered writes.  The old code to checksum the in-memory nsFastLoadHeader
  also was broken on little endian platforms.  Now all checksumming is done via
  a separate read pass over the complete file, save for the header's checksum
  field, which is summed as if it contained zero.

- Track and check FastLoad file dependencies.  This required groveling with a
  bunch of Necko interfaces in nsChromeProtocolHandler::NewChannel -- read it
  and weep.  Dependency checking, as well as checksum access and computation,
  use better-factored nsIFastLoad{File,Read,Write}Control interfaces.

- nsBufferedStream::Seek wasn't flushing the buffer when seeking backward
  within the buffer, but it must, because mCursor bounds the amount to write
  if the buffer contains the end of file.

- Add an unbufferedStream readonly attribute to nsIStreamBufferAccess, so we
  don't have to screw around with the bufferying layer when checksumming. Also
  implement nsIStreamBufferAccess in nsBufferedOutputStream.

- nsISeekableOutputStream was bogus, based on a bad state I had put the
  nsBufferedOutputStream code in on its way from being completely broken when
  you seek backwards outside of the buffer.  Removing this interface required
  using nsIFastLoadFileIO in nsFastLoadFileWriter, and it also required careful
  ordering of Close calls (the Writer or Updater must close after the Reader,
  so that the Reader's underlying, unbuffered input stream can be read by
  nsFastLoadFileWriter::Close to compute the checksum.

- Miscellaneous tab/indentation, comment typo, bracing, if( => if ( style,
  nsnull vs. 0, useless variable elimination, tortured control flow,
  AutoString instead of String, and gratuitous ; after nsISupportsUtils.h
  macro call cleanups.
2001-08-17 09:52:55 +00:00
sfraser%netscape.com 3e6475c529 Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage. 2001-08-17 01:16:19 +00:00
av%netscape.com 62d0a74217 Fix for 89672 -- topembed, crash on exit with xpcom plugin, r=peterl, sr=waterson 2001-08-17 00:45:25 +00:00
peterlubczynski%netscape.com 0791386075 Fixing UNIX bustage, removing extra #include header put in on accident 2001-08-16 04:47:16 +00:00
cls%seawood.org d706b6ecfb Removing leftover .cvsignore files to complete the reorg of plugins. 2001-08-16 04:42:26 +00:00
blakeross%telocity.com b2cf8ca322 Turning off turbo by default for now to avoid slew of bug reports tomorrow about how "turbo was on even though I didn't ask for it!" 2001-08-16 04:21:06 +00:00
peterlubczynski%netscape.com 64933e4c15 Fixing UNIX makefile bustage 2001-08-16 03:35:01 +00:00
blakeross%telocity.com b91ce22d94 Enabling and disabling turbo should not require a restart (89504). Also fixes 85437, 81715, 91221, 91350, 92292. r=ccarlen sr=ben 2001-08-16 03:21:40 +00:00
peterlubczynski%netscape.com 347c69b489 Implement NSPR Logging in plugin module bug 94922 r=av, edburns sr=attinasi 2001-08-16 02:59:03 +00:00
sfraser%netscape.com a01b4325c4 Project cleanup, rs=scc. Use NSComponentStartup.o, since this is a component, and don't link directly with MathLib. 2001-08-16 00:50:10 +00:00
peterlubczynski%netscape.com d04a3ea98a Make x & y be signed for NPWindow struct bug 93500 r=av sr=attinasi 2001-08-15 03:11:08 +00:00
peterlubczynski%netscape.com 31d59da340 Fixing extra char in win32 makefile for sample plugin, not part of main build 2001-08-15 02:32:27 +00:00
leaf%mozilla.org 21ea5101bf removing old files. final task to close bug 76602. 2001-08-15 01:50:23 +00:00
cls%seawood.org 8405a1984e Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
mkaply%us.ibm.com bcc6efd9ac #94574
r=mkaply, a=blizzard
OS/2 only - from javier - change mouse down scrolling behavior to be like Unix (and other OS/2 apps)
2001-08-10 22:37:07 +00:00
peterlubczynski%netscape.com a77349c11e Fix for mStreamType not being set correctly bug 94371 r=av sr=waterson 2001-08-10 19:49:04 +00:00
leaf%mozilla.org 1697baacce bug 76602, sr=cls, r=edburns. modules/plugin rearranging, in preparation for old
file location cvs removal.
2001-08-10 07:35:54 +00:00
timeless%mac.com 60cb295f11 fix Bugzilla Bug 93827 Print module autoselection could be better...
by Roland.Mainz@informatik.med.uni-giessen.de r=dcone sr=blizzard
2001-08-10 06:58:11 +00:00
cathleen%netscape.com 8e5233ef47 make static build to support DISABLE_MAILNEWS flag, and enable making
gecko.dll for static build bug=93100 sr=waterson
2001-08-10 05:18:27 +00:00
mitesh%netscape.com 6543be0403 Fix for bug 94349 - Work around for nsIObserverService problem
r=ccarlen and sr=darin
2001-08-10 02:23:45 +00:00
av%netscape.com b59c8bdd85 Fix for bug 91238 -- eliminating unwanted initial stream to a plugin, r=peterl, edburns, sr=jst 2001-08-10 01:53:38 +00:00
loadrunner%betak.net cb3c3c6ddb bug 85747, There is no difference between "OK" and "Cancel" when change Preferences | Fonts language,
r=matt, sr=blizzard
2001-08-10 01:49:39 +00:00
av%netscape.com 4cd25307f3 Fix for bug 91238 -- unwanted initial plugin stream, r=peterl, edburns, sr=jst 2001-08-10 01:46:12 +00:00
blakeross%telocity.com ba70a6ca86 Sidebar should not appear when I use a web search site; turning off pref by default (56996). r=matt sr=ben 2001-08-10 01:33:14 +00:00
pavlov%netscape.com 23ee360eb3 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:35:08 +00:00
pavlov%netscape.com b72c324af1 fixing bug 78690. removing old imagelib. r=jst sr=waterson 2001-08-09 20:22:39 +00:00
hewitt%netscape.com 000d9316fb 84809 - autocomplete prefs customization, r=matt, sr=blake 2001-08-09 06:41:11 +00:00
sspitzer%netscape.com 3cf94f66ee fix for #39862. backend support for push (force) authentication for news.
sorry, no UI yet.  thanks to ayn2@cornell.edu for the patch.
r/sr=sspitzer
2001-08-09 03:06:58 +00:00
peterlubczynski%netscape.com ef06b67af1 Plugin module Mac project file new directory location changes bug 76602 r=bnesse sr=sfraser 2001-08-09 01:24:49 +00:00
andreas.otte%primus-online.de c6853783af bug 40670 [URL: resolution of protocol:/path] checking in the groundwork to have an easy fix if we ever decide to support these kind of deprecated relative urls. For that a new attribute URIType is added to nsIProtocolHandler and its implementations to store some protocol/scheme dependend information to have enough information to allow correct parsing. r=darin@netscape.com sr=rpotts@netscape.com 2001-08-07 20:42:57 +00:00
waterson%netscape.com c5b444c36c Bug 71248. Convert content, layout, parser, and uconv to generic modules so that they can be linked into a meta-module. r=cathleen, sr=brendan 2001-08-07 02:55:54 +00:00
shanjian%netscape.com bd7d662728 #92950 typo in winpref.js
r=nhotta sr=waterson
2001-08-06 21:25:08 +00:00
cls%seawood.org 681651d92e Adding mozilla.org changes to changelog 2001-08-04 21:10:00 +00:00
varada%netscape.com e54092d83a removing pref for updating compose window title ;part of blake's patch in bug#89624;r=varada;sr=sspitzer 2001-08-04 00:04:46 +00:00
blizzard%redhat.com 7f10acaf7a move version to 0.9.3+, no bug. r=dbaron, a=leaf 2001-08-03 19:03:57 +00:00
cmanske%netscape.com 601c4e237a Set default pref for HR to 'center', b=90497, r=brade, sr=kin 2001-08-03 18:32:43 +00:00
dbaron%fas.harvard.edu 060fda47df Fix leak of default branch. b=93087 r=bnesse sr=waterson 2001-08-03 02:36:39 +00:00
dbaron%fas.harvard.edu b5094fcf5c Fix leak of preferences JS context by making prefs hold a reference to the JS runtime service and using that reference to avoid "runtime mismatch, leaking context" under normal conditions. b=76288 r=shaver, bnesse sr=waterson 2001-08-03 02:35:32 +00:00
mitesh%netscape.com a6f07ce824 Fix for Bug 86688 and 92179
Memory clean up and added an interface
for nsAutoConfig object
r=bnesse and sr=sspitzer
2001-08-02 19:02:28 +00:00
dougt%netscape.com a10bd45989 Fixing comment. r=me, sr=nobody 2001-08-02 01:35:28 +00:00
dbaron%fas.harvard.edu 29ad3fe6bc Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into new Destroy method so it happens at the end of paint suppression. Also clean up nsDocumentViewer.cpp a bit. b=80203,89626 r=hyatt sr=waterson 2001-08-01 03:15:50 +00:00
dbaron%fas.harvard.edu fd52c61bb9 Fix Windows bustage from fastload branch landing. 2001-07-31 20:21:01 +00:00
brendan%mozilla.org 8c7c819206 FASTLOAD_20010703_BRANCH landing, r=dbaron, sr=shaver. 2001-07-31 19:05:34 +00:00
serge%netscape.com 189a2e97cc fix for 86645 into new plugin directory r=av,sr/a=blizzard 2001-07-27 23:55:35 +00:00
serge%netscape.com 3943f49264 bug 86645 M0.9.1 crashes at the 2nd "Default Plugin" window call; r=av,sr/a=blizzard 2001-07-27 21:53:14 +00:00
cls%seawood.org 801e54257a Use %var% instead of @var@ for static build substitutions. Fixing win32 side. 2001-07-27 21:32:38 +00:00
dbaron%fas.harvard.edu 6bb80eba8e Backing out changes for 80203 and 89626 to fix blocker 92325 and probably also blocker 92443. 2001-07-26 20:53:21 +00:00
mcafee%netscape.com 894dbe249a Changes to allow packaging of statically-linked build (87213). r=cathleen, sr=waterson, a=blizzard 2001-07-26 03:18:42 +00:00
jaggernaut%netscape.com c14d9c09a1 Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
cls%seawood.org 8a0a1ce3d8 Use %var% instead of @var@ as placeholders for the static build dynamic module lists. This prevents acoutput-fast.pl from complaining about unknown variables. 2001-07-25 07:01:05 +00:00
dbaron%fas.harvard.edu 08b178d117 Split nsIContentViewer::destroy into close and destroy so we can trigger teardown both at the beginning and at the end of paint suppression. Move the PresShell's teardown from its destructor into EndObservingDocument so it happens at the end of paint suppression. b=80203,89626 r=hyatt sr=waterson 2001-07-25 04:30:59 +00:00
sdagley%netscape.com ff1c821e4a Moving part of fix for #81659 from 0.9.2 branch. Now recognize non-bundle OS X plugins of type 'IEPL' (e.g. Apple's iTools plugin). Also moved test for OS X plugin types inside an #if TARGET_CARBON. 2001-07-25 02:45:10 +00:00
darin%netscape.com bb65952a81 Fixes bug 58037 "Accept-encoding: "identity" in not needed, "compress" should be depreciated"
patch=havill@redhat.com, r=bbaetz, sr=darin
2001-07-25 00:46:35 +00:00
bbaetz%cs.mcgill.ca 7bf006780f Checking in for smeredith@netscape.com
Bugs 65583, 78119: implement SOCKS 4.
Bug 92002: SOCKS on the Mac broken.
Bug 48357: SOCKS intermittent 'connection refused' errors.
r=bbaetz, sr=darin
2001-07-25 00:28:28 +00:00
av%netscape.com bee4dbc974 Fixing 72052 -- GDI resource leak in the default plugin, r=peterl, sr=waterson 2001-07-24 21:37:59 +00:00
av%netscape.com a589acf378 Fixing 91140 -- postponing NPP_DestroyStream call till the plugin instance is destroyed, sr=jst, r=peterl 2001-07-24 20:48:36 +00:00
pete%alphanumerica.com f65c767018 Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
Renamed all Delete methods to Remove.

--pete
2001-07-24 18:38:25 +00:00
matt%netscape.com 44df484982 bug 89525 r=mcafee sr=ben adding new link for tabs directory 2001-07-24 00:37:16 +00:00
jaggernaut%netscape.com 4d73a251ab Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
av%netscape.com c91c7ae93b Fixing 91140, the Acrobat blocker -- latering plugin stream destruction, r=peterl, bnesse, sr=vidur 2001-07-21 02:31:29 +00:00
bnesse%netscape.com 516786bba0 Fix for bug 90389. ns4xPluginInstance should not check for plugin private data pointer being null. r=peterlubczynski, sr=attinasi. 2001-07-20 19:36:37 +00:00
colin%theblakes.com 7a819a744f Tweak some OpenVMS default prefs. b=91271. r/a=leaf 2001-07-20 11:30:55 +00:00
peterlubczynski%netscape.com 08f646df69 Fix for plugins not working on Mac OS less than 9.1 bug 90959 r=bnesse sr=attinasi 2001-07-20 01:57:11 +00:00
cathleen%netscape.com 562182c632 fixed bug 87004, for win static build, changed libjar and xpinstall to be
dynamic, updated static packager list, added build_static.pl, fixed static
component loader to handle no static component cases, updated and added
.cvsignore for extra files generated by static build
2001-07-19 22:43:14 +00:00
valeski%netscape.com c4f90087de 91365. r=dougt, sr=hyatt. nsIScriptGlobalObject->GetContext() can legitimately return NS_OK *and* a nsnull outparam. Various callsites were not respecting the nsnull out param and this patch gracefully handles those cases. 2001-07-19 05:48:49 +00:00
tor%cs.brown.edu fbd1fc140f Bug 90985 - add default size of scrollbar snap region.
Patch from bzbarsky@mit.edu, rs=tor.
2001-07-19 04:02:49 +00:00
mstoltz%netscape.com c3d3e40a7f Bug 91043 - document.write(ln) should be same-origin to prevent inserting content
into a document from another host. r=jesse, sr=jband.
2001-07-19 03:16:51 +00:00
tor%cs.brown.edu 1a7a751371 Bug 90985 - add pref to control scrollbar snap region size and disable
snapping behavior by default on unix.  r=dean_tessman, sr=blake
2001-07-18 23:19:42 +00:00
tor%cs.brown.edu 60e01c3df9 Mac build fixes and set alpha properly for all platforms. Not in build. 2001-07-18 21:34:15 +00:00
peterlubczynski%netscape.com c7fb22e703 Fix for plugins stop working on Mac bug 90959 r=av sr=attinasi 2001-07-18 14:04:28 +00:00
rpotts%netscape.com 914543da03 bug #84749. (r=nisheeth, sr=jst). Document unload() events fired *after* the current URI had been changed - this allowed JS to track where the user was going next... 2001-07-17 20:17:38 +00:00
edburns%acm.org bc1649d3f7 bug=88053
r=peterl
approval=selmer

After testing real and java on win32 and linux, we're satisfied that this works.

Checking in to trunk.  Already on branch.
2001-07-17 19:55:33 +00:00
av%netscape.com ba4380ff20 Fix for 87913 -- adding refreshing components to plugins.refresh(), r=mstolz, peterl, sr=shaver, attinasi 2001-07-17 02:26:42 +00:00
dougt%netscape.com 0f7d4c7a84 Fixes 89191. r=gagan, av, peterl. 2001-07-17 01:19:19 +00:00
pavlov%netscape.com 0852f1b0c5 part of bug 78690. r=bryner sr=jst 2001-07-17 01:14:40 +00:00
dbaron%fas.harvard.edu bf82abfd11 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
peterlubczynski%netscape.com a53887f189 Fixing key and context menu events for full-page plugins on Mac bug 84681 r=bnesse sr=blizzard 2001-07-14 01:01:34 +00:00
peterlubczynski%netscape.com a567eeafa7 Real fix for Quicktime 4.x sweep bug 89407 r=av sr=blizzard 2001-07-14 01:01:02 +00:00
edburns%acm.org 10ba2859c8 bug=88053
r/sr=brendan
This bug fix prevents the crash on exit with Java on win32.
2001-07-14 00:03:17 +00:00
bnesse%netscape.com dc693cec5e Fix for bug 90382. The x and y coordinates in nsPluginWindow should be defined as PRInt32's not PRUint32's. r=av, sr=attinasi. 2001-07-13 18:55:10 +00:00
akkana%netscape.com df776fed88 69638: Use <span> instead of <blockquote> for plaintext quotes, to fix caret motion problems. r=mcafee, sr=sfraser 2001-07-13 18:45:53 +00:00
colin%theblakes.com 05f2505fc4 OpenVMS only: do not prototype strerror. b=86323 sr=leaf 2001-07-13 10:50:26 +00:00
mscott%netscape.com c6fcf6f929 Bug #89181 --> fix a typo.
r/sr=sspitzer
2001-07-13 04:44:56 +00:00
bnesse%netscape.com 537daaf53c Fix for bug 85231. Free nsTimer in PluginInstance to eliminate MLK and crash caused by it. r=av, peterl. sr=scc. 2001-07-11 02:29:45 +00:00
bstell%netscape.com 817e2f480e bug 89250, r=ftang, sr=blizzard
set minimum size of Japanese font to 16 points (sigh)
2001-07-10 23:33:49 +00:00
mstoltz%netscape.com 40d4d67b20 Checking in two fixes on behalf of jesse@netscape.com:
88153 - keep javascript URLs in Page Info dialog from running with system principal
        by making the iframe's source about:blank initially and sandboxing it
        with type=content. sr=blake, r=mstoltz.
88417 - Disallow setting of location.host and other location subparts cross-domain
        r=mstoltz, sr=jst.
2001-07-10 23:24:12 +00:00
peterlubczynski%netscape.com 9218eb2d32 Slightly change pluign timer interval to fix url bar on Mac bug 88936 r=bnesse sr=sfraser 2001-07-10 03:59:39 +00:00
peterlubczynski%netscape.com 70f39c8351 Fix for OS X "Internet Plugins Dir" bug 78751 patch by ccarlen r=peterl sr=sfraser 2001-07-10 02:50:32 +00:00
mscott%netscape.com 4f2bb816fb Bug #89181 --> dword align the moz-icon RGB data so they render at certain
resolutions.
r=pavlov
sr=sspitzer
2001-07-10 00:55:06 +00:00
peterlubczynski%netscape.com e56de67ca4 Fix for Quicktime not working on Classic MacOS bug 89662 r=sfraser sr=attinasi 2001-07-09 19:40:52 +00:00
tor%cs.brown.edu b296f38195 Bug 87542 - slight mismatch of update regions of an interlaced gif under
some circumstances.  r=pavlov, sr=blizzard
2001-07-09 18:51:36 +00:00
cls%seawood.org ba6258fcf0 Make sure that zlib is shared in the default (dynamic build). Build img libs (png/jpeg/mng) the same on OS/2 as the rest of unix (ie, always static).
Bug #88892 r=dbaron
2001-07-07 20:32:51 +00:00
av%netscape.com 4b0ba04980 Fix for 86469 -- crash on exit with Acrobat, waterson, r=peterl, sr=shaver 2001-07-06 23:30:22 +00:00
peterlubczynski%netscape.com 3072b9b885 Fix for Mac plugins not working bug 89529 r=dcone sr=sfraser 2001-07-06 14:54:48 +00:00
ccarlen%netscape.com 2809da135f Bug 89160 - Clearing user prefs can go into infinite loop. r=bnesse,valeski, sr=vidur 2001-07-06 14:07:37 +00:00
cls%seawood.org 654b132df3 Updating .cvsignore files.
Bug #84824 r=jag
2001-07-06 02:36:37 +00:00
waterson%netscape.com be6d86517d Bug 89343. Left-over build bustage from static branch landing; LIBRARY is no longer needed. 2001-07-05 22:05:19 +00:00
dougt%netscape.com be95779914 Fixes bug 89397. This fixes a problem where byteranges which start at offest 0 do not reset the mPosition. This cause byte to be written at random places in the file.
r=peterl, r=av, sr=attinasi
2001-07-05 19:33:09 +00:00
mkaply%us.ibm.com 412e9e56b4 #89182
r=achimha, sr=blizzard
OS/2 only - wrong fName in plugin array
2001-07-05 18:44:50 +00:00
blakeross%telocity.com 32c8dda843 Adding a default for browser.history.grouping (this was part of the history outliner patch, r=alecf sr=ben) 2001-07-05 18:03:45 +00:00
bnesse%netscape.com ccbe76ac33 Fix for bug 88500. GetChildList should return prefs relative to the root branch. r=mscott, sr=alecf. 2001-07-05 17:51:27 +00:00
bstell%netscape.com cd84289ace bug 88955, r=yokyama, rs=bstell
change the default monospaced font size from 13 to 12
2001-07-03 16:28:42 +00:00
cls%seawood.org 381a3cba21 Add, remove, add, remove, add 2001-07-03 11:02:34 +00:00
cls%seawood.org 6bde13b66a Oops merged against wrong version 2001-07-03 11:02:01 +00:00
peterlubczynski%netscape.com 1d74f93b6e Patch to fix crash with sample plugin and OS X plugins bug 85334 r=av sr=attinasi 2001-07-03 01:56:28 +00:00
blakeross%telocity.com 3f1af9615a Focusing urlbar should select contents (37587). r=brade sr=ben 2001-07-03 01:06:36 +00:00
nhotta%netscape.com cca44ebd03 Moved "font.size." prefs from all.js to platform files and
changed macpfref.js for .ja default faces to "HeiseiMincho", "HeiseiKakuGothic", default sizes to 14.
bug 87871, r=ftang, sr=blizzard.
2001-07-02 22:24:09 +00:00
peterlubczynski%netscape.com 437caac594 Patch to fix case comparison problem mime types for plugins bug 87290 r=av sr=attinasi 2001-07-02 20:08:17 +00:00
mscott%netscape.com 1bc17a97d8 If we don't have a file ext in the moz-icon url, fall back to using the content type if it
was specified.
r/sr=sspitzer
2001-07-02 19:12:12 +00:00
leaf%mozilla.org 2cabd7c62c merging zlib 1.1.3 from 0.9.2 branch to trunk, a=chofmann, bug 86323 2001-06-30 23:38:09 +00:00
peterlubczynski%netscape.com f9088750c3 Fixing Fizilla bustage for the meantime... 2001-06-30 21:23:51 +00:00
peterlubczynski%netscape.com e3793bb6c9 Trying to fix Fizilla (again) 2001-06-30 19:07:09 +00:00
peterlubczynski%netscape.com 9d3273421d Attempting to fix plugin Fizilla bustage 2001-06-30 17:58:32 +00:00