[Webkit-unassigned] [Bug 66274] "new EventSource()" should throw SYNTAX_ERR when an invalid argument is passed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 16 11:11:19 PDT 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #104011|review+                     |review-
               Flag|                            |




--- Comment #2 from Adam Barth <abarth at webkit.org>  2011-08-16 11:11:19 PST ---
(From update of attachment 104011)
This patch does not appear correct, see:

http://www.w3.org/TR/WebIDL/#es-DOMString

In the null-or-undefined case, we hit step 3, which gives use "null" or "undefined", which is a valid relative URL.  Therefore, we shouldn't throw a SYNTAX_ERROR in that case.

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