[Webkit-unassigned] [Bug 90783] New: [EFL][WK2] Establish Error code system for Efl port.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 05:42:24 PDT 2012


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

           Summary: [EFL][WK2] Establish Error code system for Efl port.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keunsoon.lee at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


WebErrors.h (on Source/WebKit2/WebProcess/WebCoreSupport) has functions which are not matched with WKError.h.
For example, cancelledError() and fileDoesNotExistError().

So, WebErrorsEfl.cpp (on Source/WebKit2/WebProcess/WebCoreSupport/efl) had to use magic number like "-999" which application cannot recognize.
(Please refer to https://bugs.webkit.org/show_bug.cgi?id=90688)

Efl port should establish its error code system so that this magic number makes disappear.

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