Changeset 75396 in webkit


Ignore:
Timestamp:
Jan 10, 2011 11:22:06 AM (13 years ago)
Author:
Patrick Gansterer
Message:

2011-01-10 Patrick Gansterer <Patrick Gansterer>

Reviewed by Laszlo Gombos.

[WINCE] Reenable NPAPI after r75203
https://bugs.webkit.org/show_bug.cgi?id=52109

Remove the !isWinCE() check for ENABLE_NETSCAPE_PLUGIN_API and replace
it with !isEfl(), because EFL port does not support NPAPI (yet).

  • Scripts/build-webkit:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r75392 r75396  
     12011-01-10  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [WINCE] Reenable NPAPI after r75203
     6        https://bugs.webkit.org/show_bug.cgi?id=52109
     7
     8        Remove the !isWinCE() check for ENABLE_NETSCAPE_PLUGIN_API and replace
     9        it with !isEfl(), because EFL port does not support NPAPI (yet).
     10
     11        * Scripts/build-webkit:
     12
    1132011-01-10  Adam Roben  <aroben@apple.com>
    214
  • trunk/Tools/Scripts/build-webkit

    r75389 r75396  
    199199
    200200    { option => "netscape-plugin", desc => "Netscape Plugin support",
    201       define => "ENABLE_NETSCAPE_PLUGIN_API", default => !isWinCE(), value => \$netscapePluginSupport },
     201      define => "ENABLE_NETSCAPE_PLUGIN_API", default => !isEfl(), value => \$netscapePluginSupport },
    202202
    203203    { option => "notifications", desc => "Toggle Desktop Notifications Support",
Note: See TracChangeset for help on using the changeset viewer.