Closed Bug 61455 Opened 24 years ago Closed 12 years ago

nsIPluginInstancePeer::SetWindowSize do nothing, but returns NS_OK

Categories

(Core Graveyard :: Plug-ins, defect, P4)

defect

Tracking

(Not tracked)

RESOLVED INVALID
Future

People

(Reporter: avm, Assigned: srgchrpv)

References

Details

(Whiteboard: [PL2:P4])

Code from modules/plugin/nglsrc/nsPluginInstancePeer.cpp:
NS_IMETHODIMP nsPluginInstancePeerImpl::SetWindowSize(PRUint32 width, PRUint32 h
eight)
{
printf("instance peer setwindowsize called\n");
  return NS_OK;
}

Think, that NS_ERROR_NOT_IMPLEMENTED should be returned in such case
Moving to m1.0 and reassigning to serge.
Assignee: av → serge
Target Milestone: --- → mozilla1.0
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1 
(you can query for this string to delete spam or retrieve the list of bugs I've 
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
1.1 milestone
Target Milestone: mozilla1.0.1 → mozilla1.1alpha
This function if for dynamic sizing support for plugins however has not been
implemented. 

Marking depends of bug 70976 which talks about implementing it intrinsic sizing
support which probably would make use of this method. There is a document
describing the feature in that bug.
Depends on: 70976
This doesn't sound Solaris-specific.
OS: Solaris → All
Hardware: Sun → All
Whiteboard: [PL2:P4]
Target Milestone: mozilla1.1alpha → Future
Priority: P3 → P4
QA Contact: shrir → plugins
We don't support XPCOM plugins any more. nsIPluginInstancePeer no longer exists.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.