Closed
Bug 369504
Opened 18 years ago
Closed 17 years ago
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wbardwel, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061206 Firefox/1.5.0.9
Build Identifier:
The prototype for NPN_InvokeDefault() is listed as being:
bool NPN_InvokeDefault(NPP npp, NPObject *npobj, NPIdentifier methodName,
const NPVariant *args, uint32_t argCount, NPVariant *res
ult);
But it does not have a methodName argument, that is the prototype for NPN_Invok
e().
The sentence fragment before the prototype for NPN_RemoveProperty(),
says "The NPN_ReleaseObject() function is defined as follows:" presumably
that should say NPN_RemoveProperty().
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Assignee | ||
Updated•18 years ago
|
Product: mozilla.org → Websites
Updated•18 years ago
|
Assignee: web.developer → nobody
Component: Web Developer → www.mozilla.org
Product: Documentation → mozilla.org
QA Contact: www-mozilla-org
Version: unspecified → other
Comment 1•17 years ago
|
||
This page is no longer hosted on www.mozilla.org and it redirects to
http://developer.mozilla.org/En/Gecko_Plugin_API_Reference:Scripting_plugins
If this error is still there on the MDC page, please feel free to update the wiki or reopen this bug and change it to the Mozilla Developer Center product.
Closing as wontfix.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•