Closed
Bug 57921
Opened 25 years ago
Closed 25 years ago
Method requestRead should thrown UnsupportedOperationException
Categories
(Core Graveyard :: Java-Implemented Plugins, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sva, Assigned: blackconnect)
Details
(Whiteboard: suntrak-n6-highp)
Method requestRead of PlugletStreamInfo interface do not works.
The reason is : RequestRead
in /mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp isn't implemented yet
and always return NS_ERROR_NOT_IMPLEMENTED.
Reproduced under Intel Solaris 2.7 and Mozilla PR3
Comment 1•25 years ago
|
||
Adding Staus whiteboard keyword suntrak-n6-highp
Whiteboard: suntrak-n6-highp
| Assignee | ||
Comment 2•25 years ago
|
||
added exception trowing.
closing as fixed
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•24 years ago
|
||
Mark it as verified.
I cannot reproduce it on Sparc Solaris 2.8 with mozilla 0.9.4 (Mozilla/5.0
(X11; U; SunOS sun4u; en-US; rv:0.9.4+) Gecko/20010918)
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•