Closed
Bug 310952
Opened 19 years ago
Closed 18 years ago
Remove/modify misleading comment in nsplugin.h
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcsmurf, Assigned: jst)
Details
There's this comment in nsplugin.h: 38 //////////////////////////////////////////////////////////////////////////////// 39 /** 40 * <B>INTERFACE TO NETSCAPE COMMUNICATOR PLUGINS (NEW C++ API).</B> 41 * 42 * <P>This superscedes the old plugin API (npapi.h, npupp.h), and 43 * eliminates the need for glue files: npunix.c, npwin.cpp and npmac.cpp that 44 * get linked with the plugin. This is not true (anymore), this API is basically not used, npapi(.h) is basically used (and being worked on). So this comment should be removed or modified.
| Reporter | ||
Updated•19 years ago
|
Summary: Remove/modify misleading comment from nsplugin.h → Remove/modify misleading comment in nsplugin.h
Flags: blocking1.9a1? → blocking1.9+
Assignee: nobody → jst
| Assignee | ||
Comment 2•18 years ago
|
||
Josh already fixed this as part of bug 281889. Marking FIXED.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•