NPAPI:Pepper: Difference between revisions

Jump to navigation Jump to search
(2D header refactor)
Line 204: Line 204:
* Having native windows on top of the page makes it very difficult or impossible for the browser to draw page content above the plugin, interfering with a number of common web practices such as pop-up menus.
* Having native windows on top of the page makes it very difficult or impossible for the browser to draw page content above the plugin, interfering with a number of common web practices such as pop-up menus.


* From the browser's perspective, it is difficult to manage the child windows. For example, keep them and the page in sync when the page scrolls is challenging.
* From the browser's perspective, it is difficult to manage the child windows. For example, keeping them and the page in sync when the page scrolls is challenging. There are also responsiveness challenges, in that a hung plugin can hang the entire browser UI by not processing messages in its window, even if it runs in another process or thread.


==== API Overview ====
==== API Overview ====
202

edits

Navigation menu