[Webkit-unassigned] [Bug 60285] REGRESSION (WebKit2): A white rectangle covers up important UI elements when composing a new message at mail.yahoo.com with BrowserPlus! plug-in installed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 6 11:30:51 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=60285


Anders Carlsson <andersca at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #92602|review?                     |review+
               Flag|                            |




--- Comment #11 from Anders Carlsson <andersca at apple.com>  2011-05-06 11:30:51 PST ---
(From update of attachment 92602)
View in context: https://bugs.webkit.org/attachment.cgi?id=92602&action=review

> Source/WebKit2/WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:297
> +void NetscapePlugin::platformVisibilityDidChange()
> +{
> +    // FIXME: Implement this. <http://webkit.org/b/44368>.
> +    notImplemented();
> +}

Do we really need this on Mac since there's no such thing as windowed plug-ins there?

> Source/WebKit2/WebProcess/Plugins/PluginController.h:49
> +    virtual bool isPluginVisible() = 0;

This needs to be implemented in PluginControllerProxy or the ENABLE_PLUGIN_PROCESS build will break.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list