[Webkit-unassigned] [Bug 101953] Fix DOMException message property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 26 07:09:34 PST 2012


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





--- Comment #3 from Erik Arvidsson <arv at chromium.org>  2012-11-26 07:11:45 PST ---
(In reply to comment #2)
> Oh, I never envisioned the description to be used for this. Currently IDL defines the message field as user-agent defined.

OK.

I still think the message property of the exception object in WebKit should be:

  "The operation would yield an incorrect node tree"

instead of

  "HierarchyRequestError: DOM Exception 3"

With bug 101955 and my proposed change the web inspector will print:

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

instead of:

  "Error: HierarchyRequestError: DOM Exception 3"

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