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

1202 Коммитов

Автор SHA1 Сообщение Дата
dcone%netscape.com efbbc0a828 Adding the debug object. This is not part of the build. 2002-03-12 14:57:25 +00:00
darin%netscape.com cfe07b944b b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
rods%netscape.com dd36cb51d0 1) Added a new method to nsIWebBrowserPrint iface that enables you to get the current PS being used to print or PP
2) Change the PP toolbar code to use the current PS instead of the global
Bug 127969 r=dcone sr=attinasi a=asa
2002-03-07 12:57:33 +00:00
mkaply%us.ibm.com 0d196e9671 #129119
r=smontagu, sr=blizzard, a=asa
Os/2 only - Move #pragma pack so include of os2.h doesn't override it
2002-03-07 06:14:15 +00:00
av%netscape.com 9e9c44a19a Fixing build problems with this plugin sample, not part of the build yet. 2002-03-06 22:50:48 +00:00
av%netscape.com a38caa5cab Updating DevStudio project file for plugin sample, not part of the build 2002-03-06 22:49:05 +00:00
darin%netscape.com 026dda9f95 fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
av%netscape.com ee5c49c1e3 Fixing makefiles for the Plugin SDK to reflect new location of some header files, not part of the build. 2002-03-06 04:06:36 +00:00
av%netscape.com f071dac9bb Threaded plugin sample code, not part of the build 2002-03-06 03:55:03 +00:00
av%netscape.com fa41a430d3 Readme file for the plugin sample code, not part of the build 2002-03-06 03:53:40 +00:00
av%netscape.com 81433c2799 Threaded plugin sample code, not part of the build 2002-03-06 03:37:15 +00:00
av%netscape.com bce77010d5 Threaded plugin sample code, not part of the build 2002-03-06 00:34:36 +00:00
serge%netscape.com 658d65b85f bug 127928 crash from talkback reports [@ nsPluginStreamListenerPeer::OnDataAvailable],r=peterl,sr=beard,a=asa 2002-03-01 23:40:11 +00:00
peterlubczynski%netscape.com 5ddfcb6f56 Fix for only opening initial streams for plugins if we can handle it internally. This fixes RealPlayer popping up as a helper application for rstp:// protocols bug 85539 r=av sr=darin 2002-02-28 04:47:08 +00:00
seawood%netscape.com b8339c6797 Updating search path (again). Fixing tinderbox bustage from bug 120845 2002-02-20 08:00:58 +00:00
seawood%netscape.com 23e6fcf71a Move old 4x plugin headers from mozilla/include to mozilla/modules/plugin/base/p
ublic/ .
Bug #120845 r=bryner
2002-02-20 05:52:55 +00:00
seawood%netscape.com bb1de2334f Move old 4x plugin headers from mozilla/include to mozilla/modules/plugin/base/public/ .
Bug #120845 r=bryner
2002-02-20 05:44:43 +00:00
alecf%netscape.com 9d8896575a add unicharutil static lib 2002-02-20 00:48:08 +00:00
alecf%netscape.com 5ec5cd62b2 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
cathleen%netscape.com 8d48d2e7e6 eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan 2002-02-19 16:01:45 +00:00
peterlubczynski%netscape.com 0c8893900e Unload pluign libraries asynchronously to prevent crash with native context menus 104236 r=av sr=rpotts 2002-02-19 01:26:17 +00:00
peterlubczynski%netscape.com 0b741f0ae6 Made a dummy document to hold our url and pass back to the instance owner in order to fix bug 121033 in NP_FULL mode, NPP_GetURLNotify() does not resolve relative URLs correctly r=av sr=beard 2002-02-16 05:07:47 +00:00
serge%netscape.com a8af69b5f7 fix for 123974 [viewpoint] 404 file not found errors are passed back to the plugin incorrectly; r=av, sr=beard 2002-02-16 01:23:16 +00:00
rods%netscape.com f2fb963fac 1) Enables the PageSeq frame to specify the "gap" of gray space around
it in Print Preview
2) It now positions the page in the window with the gray "gap" showing.
3) factors out code for calc'ing the number of pages
4) Adds the methods to get the number of page while in PP
Bug 125151 r=sgehanisr=attinasi
2002-02-14 23:18:09 +00:00
rods%netscape.com f7189b3cfd 1) On windows and OS/2 it implements IDL attr of "defaultPrinterName" (like Bug 118152)
2) Stubs this out on al other platforms
3) On Windows implmenets new method "InitPrintSettingsFromPrinter" which sets certain key values from the native devmode into the print settings
4) Stubs this out on all other platforms
5) It also cleans up the nsDeviceContextSpecWin interface a little bit:
   It now has a single GetDevMode method that must be paired with a UnlockDevMode  method.
6) It moved GetDataFromPrinter into the public interface
7) Created a simple helper function for getting the default printer name.
Bug 123554 r=dcone sr=attinasi
2002-02-13 13:58:41 +00:00
av%netscape.com 1fe7f2a464 Fixing 124936 -- refresh loop with dup plugins, r=peterl, sr=beard 2002-02-13 02:18:57 +00:00
av%netscape.com 1390773597 Fixing 121072 -- to show plugin name in bad plugin dialog, r=serge, sr=beard 2002-02-12 22:25:40 +00:00
ccarlen%netscape.com 9285546c83 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
timeless%mac.com d1a2907156 Bug 124190 this #define in nsPluginsDirUnix.cpp is unused: PLUGIN_PATH "MOZ_PLUGIN_PATH"
r=bryner sr=jst
2002-02-12 06:58:51 +00:00
av%netscape.com e6d5b271bb Fixing bug 119621 -- plugins refreshed only every other time, r=peterl, sr=beard 2002-02-11 23:09:38 +00:00
serge%netscape.com bc3f719d6c fix #123791; Installing Shockwave crashes Mozilla; r=peterl, sr=beard 2002-02-07 23:22:39 +00:00
bnesse%netscape.com 18761de374 Fix for bug 120390. Use PL_strncasecmp rather than PL_strcasecmp to check for java mimetype. Patch by, and checking in for, Igor Nekrestyanov, r=bnesse, sr=jst. 2002-02-07 22:52:21 +00:00
cathleen%netscape.com bf3e08eb5f eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
peterlubczynski%netscape.com b3a4b8507d Fix by Serge for crash after installing Java Plug-in on Linux bug 122246 r=peterl sr=beard 2002-02-02 04:42:05 +00:00
serge%netscape.com b1c6a9d1a8 fix #109353; N620, Trunk & M097 crash [@ libpthread.so.0 - PL_strfree]; r=peterl, sr=beard 2002-02-01 22:50:59 +00:00
peterlubczynski%netscape.com ef52176fe7 Checking in for nis@sparc.spb.su, fix for Java applets inserted as <OBJECT> run in spite of Java is turned off in Preferences bug 116888 r=peterl sr=beard 2002-02-01 21:40:49 +00:00
rods%netscape.com 4a4dd9b44f 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
rginda%netscape.com 417035b119 fix incorrect bracing, r=beard 2002-01-31 01:32:43 +00:00
rginda%netscape.com d3e2f40428 adding REQUIRES for unix and windows bustage, r=beard 2002-01-31 01:18:33 +00:00
beard%netscape.com 039fc1aebd Fix for bug #118003. r=peterl, sr=jst. 2002-01-31 00:16:20 +00:00
sfraser%netscape.com d285f8f560 Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
serge%netscape.com a150c8ccad fix #115308, NPN_PostURL[Notify] does not handle binary data; r=bnesse, sr=darin 2002-01-30 02:40:46 +00:00
dougt%netscape.com 894fdcfaaf 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
peterlubczynski%netscape.com da1bf16054 Removing ugly shockwave hack bug 115461 r=av sr=beard 2002-01-26 00:45:45 +00:00
peterlubczynski%netscape.com 26242edf35 Fix for using newer pluign if upgraded, bug 119966 r=av sr=darin 2002-01-26 00:44:47 +00:00
bnesse%netscape.com 5c2652315b Fix for bug 104445. Make nsPluginInstance a scrollbar listener so it can notify plugins they are scrolling. Also fixes bug 76085. r=peterl, sr=sfraser, a=blizzard. 2002-01-18 20:12:29 +00:00
seawood%netscape.com 9260b0b35e Fixing win32 static build bustage in activex & simple plugin.
Bug 120675 r=bryner sr=waterson a=asa
2002-01-18 08:14:20 +00:00
serge%netscape.com 6a1a62ade3 fix for 108347; Crash (linux/unix only) after NPP_SetWindow() call into flash plugin with window->width[height] <= 0; r=peterl; sr/a=blizzard 2002-01-16 23:57:10 +00:00
seawood%netscape.com fa5df5e54c Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
peterlubczynski%netscape.com ef69371303 Fix for variable names in NPP_HandelEVent, bug 118789 r=av, sr=beard 2002-01-15 22:45:56 +00:00
av%netscape.com da4dbb94c7 Fixing 119063 -- returning nsIServiceManager instead of nsIServiceManagerObsolete to a plugin, r=peterl, sr=beard 2002-01-13 04:23:57 +00:00
cathleen%netscape.com c2d19ad82a converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
seawood%netscape.com ae297b8126 Plugins should not be linked into static builds. 2002-01-09 23:46:06 +00:00
av%netscape.com 86023b43eb Bug 118801 -- incrementing plugin API version, r=peterl, sr=beard 2002-01-09 02:30:12 +00:00
beard%netscape.com d3bc226a3a bug #118649, r=peterl, sr=sfraser 2002-01-09 02:15:50 +00:00
beard%netscape.com 8f5275bbe6 [not part of build] CW Pro 7 format project for building classic plugin support. 2002-01-08 01:47:52 +00:00
alecf%netscape.com 72507557e8 C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
peterlubczynski%netscape.com 0a59a6a336 Fixing plugin SDK build (not part of main build), adding nsComponentManagerObsolete.h 2002-01-07 21:32:55 +00:00
av%netscape.com 2122248b2b Fixing the Tester plugin output so that Mozilla does not confuse text/plain with text/html -- not part of the build 2002-01-05 22:38:26 +00:00
av%netscape.com 2913efda86 Fixing saving GUI prefs in the Tester plugin -- not part of the build 2002-01-05 22:25:32 +00:00
seawood%netscape.com 0a87c1ecf8 Force sample plugin libs to always be built as a shared library. r=colin@theblakes.com 2002-01-03 05:32:49 +00:00
av%netscape.com fcba443d63 Fixing bustage 2002-01-02 23:42:06 +00:00
av%netscape.com 8deeaac884 Bug 117566 -- misuse of the string routine, r=serge, sr=vidur 2002-01-02 22:32:43 +00:00
rods%netscape.com 1fde5f13f3 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
av%netscape.com bf90ade619 Increasing default string wrap for the tester plugin output -- not part of the build 2002-01-01 00:12:19 +00:00
seawood%netscape.com e5fc3853f2 nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
av%netscape.com 07981ce8e3 Removing some debug leftover from the tester plugin -- not part of the build 2001-12-31 22:06:19 +00:00
av%netscape.com b5963d6377 Fixing log output for the tester plugin so it does not convert to HTML format -- not part of the build 2001-12-31 20:49:06 +00:00
seawood%netscape.com 2b4ec6d8d6 Check local XPIDL_GEN_DIR for headers.
Fixing tinderbox bustage
2001-12-31 09:57:48 +00:00
seawood%netscape.com c22237cb4d Since nothing is being exported to dist, we need to look in the local dirs for the generated headers.
Fixing tinderbox bustage
2001-12-31 09:46:47 +00:00
seawood%netscape.com f9f005f30c Set NO_DIST_INSTALL in sample plugin makefiles
Bug #84593 r=mcafee
2001-12-31 09:06:13 +00:00
av%netscape.com 8b3fbe9c3a Tester plugin -- updating default URL for sample API calls, not part of the build 2001-12-29 23:04:41 +00:00
av%netscape.com 76a9aa8b8b Tester plugin -- updating docs, not part of the build 2001-12-29 23:02:49 +00:00
av%netscape.com e2b7e90b7e Tester plugin updating docs -- not part of the build 2001-12-29 22:59:46 +00:00
av%netscape.com 5d42b1e824 Bug 17732 -- fixing streaming API from plugin to browser, some formatting fixed, r=peterl, sr=rpotts 2001-12-29 22:10:07 +00:00
av%netscape.com dc86774193 Tester plugin -- correcting the length of the data buffer, not part of the build 2001-12-28 23:55:57 +00:00
peterlubczynski%netscape.com 5811457b66 Fixing plugin SDK makefiles to include nsIComponentManagerObsolete.h, not part of the build 2001-12-27 19:22:11 +00:00
peterlubczynski%netscape.com f152c970bc Updating windowless plugin sdk sample to beep on keyboard events, not part of the build 2001-12-27 18:46:36 +00:00
naving%netscape.com 01603a864f 116427 r=av sr=mscott. fix leaking name and description upon loading each plugin. 2001-12-26 21:22:07 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +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
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
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
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 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
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
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
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
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
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
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
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 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 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 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 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 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
morse%netscape.com 21e9ebf9aa bug 104894, parsing p3p compact policies, r=harishd, sr=alecf 2001-11-16 15:05:53 +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
alecf%netscape.com 52cd89e71b win32 REQUIRES cleanup 2001-11-15 03:49:13 +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