[Webkit-unassigned] [Bug 37853] New: Update EFL port to match recent API changes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 20 06:08:08 PDT 2010


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

           Summary: Update EFL port to match recent API changes.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barbieri at profusion.mobi


Recent changes to WebKit were not applied to WebKit-EFL and broke its compile.
Of course nobody noticed it since we still have patches missing to fully
integrate it, and we have no build-bot set :-(

Changes required are:

 * WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.{cpp,h}: add
didTransferChildFrameToNewDocument() and dispatchDidChangeIcons().

 * WebCore/platform/graphics/efl/ImageEfl.cpp: add now missing include.

 * WebCore/platform/efl/LocalizedStringsEfl.cpp: add missing strings for plugin
handling (crash, missing).

 * WebCore/platform/efl/MIMETypeRegistryEfl.cpp: add
isApplicationPluginMIMEType().

 * WebCore/platform/efl/FileSystemEfl.cpp: remove closeFile() and writeToFile()
as they are now in WebCore/platform/posix/FileSystemPOSIX.cpp.

 * WebKit/efl/WebCoreSupport/EditorClientEfl.cpp: use new common
WindowsKeyboardCodes.h instead of KeyboardCodes.h.

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