Commit Graph
47 Commits
Author SHA1 Message Date
98de634631 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
darin@meer.net 612acbfd30 fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg 2004-11-07 23:59:35 +00:00
gerv@gerv.net 4ba0518141 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
bryner@brianryner.com 7a7e564213 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:56:05 +00:00
seawood@netscape.com 20d5a05ab6 Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
dbaron@dbaron.org c94daa73a2 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:35:09 +00:00
dougt@netscape.com 46ce738546 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
sfraser@netscape.com a2578325bc Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
timeless@mac.com 74848c768e 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
gerv@gerv.net 58d409fba9 Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
gerv@gerv.net 30a09f1d88 Oops. 2001-09-20 00:02:59 +00:00
scc@mozilla.org 3c364a083d bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
peterlubczynski@netscape.com bab7d52e2e Fix for bug 82415 nsIPluginStreamListener changed! r=dougt sr=attinasi a=dbaron 2001-05-31 01:21:05 +00:00
dougt@netscape.com 1d505007be Updating test application to new API. 2001-05-22 22:40:44 +00:00
peterlubczynski@netscape.com e6bbc311f5 Fix for sample in plugins r=peterl sr=attinasi patch by kens@activestate.com bug 77234 2001-05-16 02:27:18 +00:00
kandrot@netscape.com 70cc087e01 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
shaver@mozilla.org 569946653a 67699: all your nsIClassInfo is belong to us
- teach nsGenericFactory about nsIClassInfo, and nsIClassInfo.idl to the
  builds
- add a heaping serving of macro love for classes that want to support it
- convert many modules to use nsGenericModule the new way
- handful of warning and modeline fixes
- nsSample and some XPConnect test classes now have nsIClassInfo support for
  testing
2001-03-12 20:43:02 +00:00
sean@beatnik.com 6843b29750 Address npsimple plugin bug discovered by bug 63243. Calling the window proc directly is not safe as the HWND might be ANSI or Unicode. Call indirectly via CallWindowProc. a=av sr=roc+moz 2001-01-10 04:22:08 +00:00
pavlov@netscape.com ec387c127b fix for bug 45162 new plugins shouldn't use GdkSuperWin's, but instead should use XIDs. sr=blizzard r=valeski 2000-10-13 01:10:21 +00:00
rayw@netscape.com c6334366cb Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
mccabe@netscape.com 1b9e91acc9 Further tweak to 39933.
Add a comment mentioning the possible need to implement nsISecurityCheckedComponent.
2000-08-23 00:24:07 +00:00
mccabe@netscape.com dce0ceca65 Fix to 39933.
Make the sample plugin implement nsIScriptablePlugin, and update sample .html file with an (unused!) JavaScript evaluator for poking at the plugin.

r=jst
a=ekrock
2000-08-23 00:20:24 +00:00
waterson@netscape.com 9025a95ae1 Bug 45698. Land PLUGIN_LOVE_2000_07_17_BRANCH: implement XPCOM plugins. r=av 2000-07-22 01:34:13 +00:00
rusty.lynch@intel.com 4c38cc4dcc Fixed Linux support for viewing the current text as a label
in the plugin drawing rectangle.  This is part of a fix for
bug #25068. a=ekrock
2000-06-05 20:35:32 +00:00
warren@netscape.com 6a06dfc026 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
mkaply@us.ibm.com 34ce1b0a6f # 37239
r = rusty.lynch, a = brendan
OS/2 bringup - OS/2 doesn't go down these XP_PC paths
2000-06-02 22:32:53 +00:00
cls@seawood.org 48ef0152c7 Beos fix for Bug #38249. Thanks to Justin Morey <justin@68k.org> for the patch. 2000-05-17 04:38:13 +00:00
av@netscape.com 1eb6da629e Fixing 38273 2000-05-08 01:14:29 +00:00
jband@netscape.com b29fda74f9 NOT PART OF SEAMONKEY BUILD. Improve sample to show calling of [scriptable] xpcom interface methods directly from JavaScript using xpconnect. This should work on all platforms, but currently the visuals in the plugin are only updated on Windows. See bug 32150. r=av 2000-04-16 18:51:02 +00:00
jband@netscape.com ba4c6ce5b3 NOT PART OF SEAMONKEY BUILD. Make plugin sample work on windows. It looks like this has been unable to compile on windows since someone added Unix only includes outside the #ifdef XP_UNIX block about *nine* months ago. There were also a few places where it was causing crashes. I'm not very confident in the rest of this code. 2000-04-12 08:35:15 +00:00
rickg@netscape.com c51c299701 removed reference to nsString2 2000-03-26 23:30:52 +00:00
pp@ludusdesign.com d459b2ef64 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
blizzard@redhat.com 1bae82d6f7 fix for bug 19559. fix the test plugin on linux. r=pavlov 1999-12-07 23:50:00 +00:00
dmose@mozilla.org 20621227af updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
hoa.nguyen@intel.com 7a88979e15 Extended the example to create a simple button with label. 1999-08-31 00:12:15 +00:00
hoa.nguyen@intel.com 0f145e28c4 Added some debug printf's. Added support for parameter passing in SimplePluginInstance::Initialize. 1999-08-02 23:19:29 +00:00
hoa.nguyen@intel.com 99ccf85518 General cleanup so that the test plugin compiles. Implemented NSGetFactory, NSRegisterSelf, and NSUnregisterSelf. Used the ProgID prefix defined in nsIPlugin.h. 1999-07-21 00:00:13 +00:00
warren@netscape.com c953eabbf9 Changes for RDF component registration using nsRepository. Also changed args to NSGetFactory and friends. 1999-02-26 10:17:14 +00:00
amusil@netscape.com 18f29153be Updated test case with new Stream and Service Manager APIs 1999-01-28 01:18:23 +00:00
warren@netscape.com 552e9efb81 Fixed nsIPluginInputStream::Close method to not crash. 1998-10-02 22:28:51 +00:00
warren@netscape.com 6ff2bbe24e Cleaned up messages. 1998-10-01 19:07:36 +00:00
warren@netscape.com 8f375a4fb7 Fixed up input stream buffering. Fixed some refcounting problems. 1998-10-01 08:08:09 +00:00
warren@netscape.com c38523913d Added networking changes under ifdef NEW_PLUGIN_STREAM_API 1998-10-01 02:59:16 +00:00
warren@netscape.com f8b71b9273 Accepting michaelp's API changes for GetValue/SetValue. 1998-09-15 03:45:38 +00:00
warren@netscape.com 02e7780c27 Fixed signature of Write method. 1998-09-01 00:17:01 +00:00
warren@netscape.com 9aa63e183a Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
warren 183a70daa9 Added simple LiveConnected plugin test case that used backward adapter. 1998-07-11 01:40:24 +00:00