[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
Thu Jul 13 23:46:11 PDT 2017


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

--- Comment #23 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #22)
> > > > 
> > > > As I said above, you can get these enums generated by the protocol generator
> > > > without much additional work. This is especially useful for error codes
> > > > which are likely to be expanded over time.
> > > 
> > > Yes, I'm afraid of adding a real dependency on WebKit2.
> > 
> > IIRC, safaridriver copies headers out of WK2 but doesn't link against it.
> > The generated "frontend" code is compiled in safaridriver's framework, not
> > in WebKit2's framework (the "backend").
> 
> Ok, that sounds better, I'll look at it in more detail.

First we need to add support for generating the frontend C++ code, currently generate-inspector-protocol-bindings.py --frontend only generates Objc code. So, I'll leave it for follow up patches.

-- 
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/20170714/0f3fac27/attachment.html>


More information about the webkit-unassigned mailing list