[Webkit-unassigned] [Bug 182019] New: WKErrorPrivate.h should expose the error codes defined in WKErrorRef.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 23 15:05:48 PST 2018


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

            Bug ID: 182019
           Summary: WKErrorPrivate.h should expose the error codes defined
                    in WKErrorRef.h
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit API
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jeffm at apple.com

To match the C SPI, WKErrorPrivate.h should expose the error codes defined in WKErrorRef.h, i.e.:

enum {
    kWKErrorCodeCannotShowMIMEType =                             100,
    kWKErrorCodeCannotShowURL =                                  101,
    kWKErrorCodeFrameLoadInterruptedByPolicyChange =             102,
    kWKErrorCodeCannotUseRestrictedPort =                        103,
    kWKErrorCodeFrameLoadBlockedByContentBlocker =               104,
    kWKErrorCodeFrameLoadBlockedByContentFilter =                105,
    kWKErrorCodeCannotFindPlugIn =                               200,
    kWKErrorCodeCannotLoadPlugIn =                               201,
    kWKErrorCodeJavaUnavailable =                                202,
    kWKErrorCodePlugInCancelledConnection =                      203,
    kWKErrorCodePlugInWillHandleLoad =                           204,
    kWKErrorCodeInsecurePlugInVersion =                          205,
    kWKErrorInternal =                                           300,
};

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180123/63eb2565/attachment.html>


More information about the webkit-unassigned mailing list