Closed
Bug 112399
Opened 24 years ago
Closed 24 years ago
NPP_URLNotify() never called after a NPP_GetURLNotify()
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
People
(Reporter: jacques.doanhuu, Assigned: serhunt)
References
Details
Netscape 6.x browser is supposed to support Netscape 4.x plugin, but we have
met serious problem to retrieve data stream from a URL using the old plugin
APIs.
We have developped/deployed a viewer based on this APIs, that fetches data
(Metafiles,...) from the server. Typically, the plugin calls NPP_GetURLNotify()
function to launch the request and asynchronously, it gets back the requested
data on NPP_URLNotify() call.
Unfortunately, NPP_URLNotify() is never called....
A related bug (#56311) is already logged.
We absolutely need a fix for this bug in the next release.
Jacques
Business Objects
Comment 1•24 years ago
|
||
Visually looking at the code, it looks like NPP_URLNotify() will be called
whenever the stream is "cleaned up":
http://lxr.mozilla.org/mozilla/source/modules/plugin/base/src/ns4xPluginInstance.cpp#165
Reporter: is it possible to provide a testcase?
Status: UNCONFIRMED → NEW
Ever confirmed: true
fixed in bug 127259?
Comment 3•24 years ago
|
||
Reporter (Jacques) : can you confirm that this is fixed with your configuration
? This would help, thanks!
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•