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)

x86
Windows 2000
defect
Not set
critical

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 56311

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
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
Depends on: 56311
fixed in bug 127259?
Reporter (Jacques) : can you confirm that this is fixed with your configuration ? This would help, thanks!
*** This bug has been marked as a duplicate of 56311 ***
Status: NEW → RESOLVED
Closed: 24 years ago
No longer depends on: 56311
Resolution: --- → DUPLICATE
Depends on: 56311
.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.