Gecko:Moving Plugins To Content

From MozillaWiki
Revision as of 21:49, 2 January 2006 by Biesi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

bug 90268

Christian Biesinger <cbiesinger@web.de> will probably work on this

Steps:

  • Move nsPluginInstanceOwner to its own file
    • Make it implement a new interface nsPIPluginInstanceOwner which has all the methods needed for objectframe<->instanceowner communication
    • Extend nsIObjectFrame with methods the instance owner needs to call (if any)
    • Make the instance owner own a content node rather than a frame (probably)
  • ...