[Webkit-unassigned] [Bug 166682] Add initial implementation of WebDriver process to run the HTTP server

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 12 08:36:07 PDT 2017


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

Alex Christensen <achristensen at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |achristensen at apple.com

--- Comment #5 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 315232
  --> https://bugs.webkit.org/attachment.cgi?id=315232
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=315232&action=review

Wow, that's a bit of code.

> Source/WebDriver/CommandResult.cpp:60
> +    case -32700: // ParseError
> +    case -32600: // InvalidRequest
> +    case -32601: // MethodNotFound

Where are these numbers defined?

> Source/WebDriver/CommandResult.cpp:125
> +    return 200;

500?

> Source/WebDriver/Session.cpp:1046
> +    case 0xE001U:

How can String::operator[] return values greater than 0xFFFF?  And what are these values?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170712/b30e264d/attachment.html>


More information about the webkit-unassigned mailing list