[Webkit-unassigned] [Bug 117773] New: DOMException toString can serialize more useful information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 18 20:17:05 PDT 2013


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

           Summary: DOMException toString can serialize more useful
                    information
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: timothy at apple.com, ggaren at apple.com, arv at chromium.org,
                    thorton at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/4010ed524b9d6348a76567b55fbe1a756a6f35ef

DOMException toString is not correct

We used to print:

    "Error: HIERARCHY_REQUEST_ERR: DOM Exception 3"

Now we print a more useful message:

    "HierarchyRequestError: The operation would yield an incorrect node tree."

that is:

    `${error.name}: ${error.message}`

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