Closed
Bug 1466820
Opened 7 years ago
Closed 6 years ago
Bug related "armhf build of firefox 52.0.2+build1-0ubuntu0.12.04.1 in ubuntu precise RELEASE" -> Communication from plugin to browser are not working because still API mentioned descriptions should work
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: raveendra.angadi, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36
Steps to reproduce:
use NPN_NewStream() to create the stream which supposed to be produced by plugin and consumed by browser.
use NPN_Write() to write the data in to stream for browser.
use NPN_DestroyStream() is used to destroy the stream after done.
Actual results:
NPN_NewStream() is not creating the stream and returning with the error value 09.
NPN_Write() is not writing the data to stream and returning with the 0 as number of bytes written.
NPN_Destroytream() is not destroying the stream and returning with the error value 09.
Expected results:
NPN_NewStream() is supposed to create the stream and returning with the error value 0.
NPN_Write() is supposed to write the data to stream and returning with the number of bytes written.
NPN_Destroytream() is supposed to destroy the stream and returning with the error value 0.
Updated•7 years ago
|
Component: Untriaged → Plug-ins
Product: Firefox → Core
Updated•6 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•