RESOLVED FIXED Bug 179727
[WPE] Add initial support for WebDriver
https://bugs.webkit.org/show_bug.cgi?id=179727
Summary [WPE] Add initial support for WebDriver
Carlos Garcia Campos
Reported 2017-11-15 05:13:20 PST
Add initial support for WebDriver to WPE port.
Attachments
Patch (21.73 KB, patch)
2017-11-15 05:21 PST, Carlos Garcia Campos
mcatanzaro: review+
Carlos Garcia Campos
Comment 1 2017-11-15 05:21:21 PST
Michael Catanzaro
Comment 2 2017-11-15 07:09:41 PST
Comment on attachment 326979 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=326979&action=review > Source/cmake/OptionsWPE.cmake:37 > +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBDRIVER PRIVATE ON) I think Adrian wants this to be public, since he has support in his Buildroot recipe for enabling and disabling it. Adrian, do you want to keep that support? (I think the Buildroot recipe should only touch public options.)
Adrian Perez
Comment 3 2017-11-15 07:37:52 PST
(In reply to Michael Catanzaro from comment #2) > Comment on attachment 326979 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=326979&action=review > > > Source/cmake/OptionsWPE.cmake:37 > > +WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEBDRIVER PRIVATE ON) > > I think Adrian wants this to be public, since he has support in his > Buildroot recipe for enabling and disabling it. > > Adrian, do you want to keep that support? (I think the Buildroot recipe > should only touch public options.) Yes, I would like to keep it as a public option, as long as it is reasonable from a maintenance POV. The reasons are that it is already a public option in the GTK+ port, and that in embedded devices every few hundred kilobytes count — people may want to have WebDriver enabled for development, and disabled for releases.
Carlos Garcia Campos
Comment 4 2017-11-16 04:48:38 PST
Note You need to log in before you can comment on or make changes to this bug.