[Webkit-unassigned] [Bug 30753] Remove PLATFORM(WX) guards from the plugins code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 25 10:18:16 PDT 2009


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





--- Comment #4 from Kevin Ollivier <kevino at theolliviers.com>  2009-10-25 10:18:16 PDT ---
(In reply to comment #3)
> (In reply to comment #2)
> > I'd prefer not to do this because we intend to support plugins in the
> > not-too-distant future (i.e. I intend to devote some serious time to it in the
> > next couple months and actually have some code in a git branch as a start on
> > it), and in the meantime, it's convenient that we get notified of any breakages
> > as they happen rather than trying to figure out why some change doesn't work
> > with the wx port 3-4 months after the fact.
> 
> Ollivier, I would say this change will help to turn on plugin support for wx
> port. 

How? I don't really understand the logic behind this change.

> In the meantime wx port can set ENABLE_NETSCAPE_PLUGIN_API to 0 (as other
> ports, like the QtWebKit Symbian port used to). 
>
> I missed the fact that wx port did not already set ENABLE_NETSCAPE_PLUGIN_API
> to 0. Do you have a preference where to set ENABLE_NETSCAPE_PLUGIN_API to 0 for
> wx port (bkl files or Platform.h or some other pace) ? Thanks. Laszlo

It is intentionally not set. Maybe you are not clear on this - I *want*
ENABLE_NETSCAPE_PLUGIN_API set to 1, not 0. The platform APIs are not yet
implemented, but they will be, and in the meantime, the stubbed implementation
compiles just fine. What is wrong with that?

Could you explain what problem you're trying to address? Does wx's ability to
compile with ENABLE_NETSCAPE_PLUGIN_API support on cause problems for you?

-- 
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