Bug 41096
| Summary: | [Qt] Turn off NPAPI support for the minimal build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Laszlo Gombos <laszlo.gombos> |
| Component: | New Bugs | Assignee: | Csaba Osztrogonác <ossy> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | ossy |
| Priority: | P3 | Keywords: | Qt |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | All | ||
Laszlo Gombos
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
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
Very strange, there isn't default value
for ENABLE_NETSCAPE_PLUGIN_API in
WebKitTools/Scripts/build-webkit
Why not?
Laszlo Gombos
(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
This is already fixed, sorry for the noise.