[Webkit-unassigned] [Bug 29302] NPAPI plugin support feature on Webkit for S60 platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 22 06:28:17 PDT 2009


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


Norbert Leser <norbert.leser at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |norbert.leser at nokia.com




--- Comment #8 from Norbert Leser <norbert.leser at nokia.com>  2009-09-22 06:28:17 PDT ---
I tried to apply the patch (from 17.9.) to latest webkit code (r48572) and ran
into the following problems:

- the patch updates the webcore.pro, but I believe that you also need to add
the export configuration (see below) to WebCore.pro (in the symbian {} block,
line 23ff). This is needed to make API available to client code in symbian:

    BLD_INF_RULES.prj_exports += \
          "plugins/symbian/npinterface.h
$$MW_LAYER_DOMAIN_EXPORT_PATH(cwrt/npinterface.h)" \
          "plugins/npfunctions.h 
$$MW_LAYER_DOMAIN_EXPORT_PATH(cwrt/npfunctions.h)" \
          "bridge/npapi.h                      
$$MW_LAYER_DOMAIN_EXPORT_PATH(cwrt/npapi.h)" \
          "bridge/npruntime.h                  
$$MW_LAYER_DOMAIN_EXPORT_PATH(cwrt/npruntime.h)"

- in PluginViewSymbian.cpp you invoke notSupported() function in a couple of
cases. That function is not available.

- in PluginViewSymbian.cpp, the platformWindow() function was changed to
platformPageClient(), just this weekend

- lastly, I had problems applying the patch, as submitted. I get an error,
something like "The chunk size did not match the number of added/removed lines"

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