[Webkit-unassigned] [Bug 20620] Wrap uses of KJS in core classes with USE(JSC)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 3 16:45:23 PDT 2008


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





------- Comment #14 from eric at webkit.org  2008-09-03 16:45 PDT -------
(In reply to comment #13)
> > > Why is this change ok?
> > > -#define ENABLE_NETSCAPE_PLUGIN_API 0
> > > +#define ENABLE_NETSCAPE_PLUGIN_API 1
> > 
> > Yup.  All platforms had it on.  Platforms can still turn it off by defining
> > than as part of their build system.
> 
> What do you mean by "All platforms had it on"?  Wx doesn't support NPAPI, nor
> does Gtk on Windows.

Then it seems like a blacklist is more appropriate than the whitelist we had.

These would be:

PLATFORM(WX) and PLATFORM(GTK) && PLATFORM(WIN) I assume?


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



More information about the webkit-unassigned mailing list