[Webkit-unassigned] [Bug 14997] Support for server-sent DOM events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 15 21:28:09 PDT 2009


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31160|review?                     |review+
               Flag|                            |




--- Comment #26 from Sam Weinig <sam at webkit.org>  2009-07-15 21:28:07 PDT ---
(From update of attachment 31160)

> +static JSObject* constructEventSource(ExecState* exec, JSObject* constructor, const ArgList& args)
> +{
> +    if (args.size() == 0)
> +        return throwError(exec, SyntaxError, "Not enough arguments");

Out approach is ussually to just all the the toString conversion go to work on
the undefined value instead of checking the number of args here. Is this called
out for specifically in the spec?

One thing we should definitely look into doing is writing a fuzzer for this new
parser.  Otherwise, this looks great, thanks for keeping it up to date and
hanging in there for this ridiculous long time. r=me.

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