WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
41096
[Qt] Turn off NPAPI support for the minimal build
https://bugs.webkit.org/show_bug.cgi?id=41096
Summary
[Qt] Turn off NPAPI support for the minimal build
Laszlo Gombos
Reported
2010-06-23 12:59:05 PDT
Would it be possible to define ENABLE_NETSCAPE_PLUGIN_API=0 for the minimal Qt buildbot (e.g. build-webkit DEFINES+="ENABLE_NETSCAPE_PLUGIN_API=0") to make sure that there is no build regression for this configuration ?
Attachments
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2010-06-23 13:57:45 PDT
WebCore/WebCore.pri contain this code to make sure that Netscape plugin is disabled for minimal build: CONFIG(minimal) { DEFINES += ENABLE_NETSCAPE_PLUGIN_API=0 }
Csaba Osztrogonác
Comment 2
2010-06-23 14:14:19 PDT
Very strange, there isn't default value for ENABLE_NETSCAPE_PLUGIN_API in WebKitTools/Scripts/build-webkit Why not?
Laszlo Gombos
Comment 3
2010-06-23 14:41:37 PDT
(In reply to
comment #2
)
> Very strange, there isn't default value > for ENABLE_NETSCAPE_PLUGIN_API in > WebKitTools/Scripts/build-webkit > > Why not?
As I'm not sure if this is configurable/maintained in non-qt ports.
Laszlo Gombos
Comment 4
2010-06-23 14:42:00 PDT
This is already fixed, sorry for the noise.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug