[Webkit-unassigned] [Bug 85100] New: WebKit IDL does not use exception syntax

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 27 14:30:01 PDT 2012


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

           Summary: WebKit IDL does not use exception syntax
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://www.w3.org/TR/WebIDL/#idl-exceptions
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org
                CC: ap at webkit.org, haraken at chromium.org


WebIDL defines a special syntax for exception interfaces.

http://www.w3.org/TR/WebIDL/#idl-exceptions

which looks like

exception Name { ... }

We currently do not have a special syntax for this and we just use interface. For example, our interface for DOMException looks like this:

interface DOMException { ... }

http://trac.webkit.org/browser/trunk/Source/WebCore/dom/DOMCoreException.idl

when it should look like this

exception DOMException { ... }

http://www.w3.org/TR/dom/#exception-domexception

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