Google Code Exporter
Google Code Exporter
Original comment by `[email protected]` on 21 Oct 2014 at 10:37 - Added labels: **Restrict-AddIssueComment-Commit**
``` Project will move to Github. Find this issue at the new address (soon): https://github.com/cztomczak/phpdesktop/issues/86 ``` Original comment by `[email protected]` on 24 Aug 2015 at 3:27
In my cefpython application I specify a remote debug port: ```py switches = {"remote-debugging-port": "22222"} cefpython.Initialize(settings, switches) ``` Run chromedriver: ```cmd chromedriver --port=33333 ``` I'm using selenium python bindings: ```py...
@finn.hughes1 31.0 release added support for Developer Tools. Also the --remote-debugging-port switch might not work as expected anymore, because a random port is generated by default when ApplicationSettings."remote_debugging_port" is not...
Hi, If there was an option (a settings.json parameter) to set a single error page for all possible errors then too it was great. The need to for separate error...
New option ["web_server"]["404_handler"] was added to settings.json that allows for handling 404 errors, which in turn allows pretty url rewrites. See for more details: https://code.google.com/p/phpdesktop/issues/detail?id=81#c10 Original comment by `[email protected]` on...
``` When reporting issue please post the details from the related topic. ---------------------------------------------------------------------------- We need to implement CefJSDialogHandler::OnJSDialog callback: /// // Called to run a JavaScript dialog. The |default_prompt_text| value...
``` This concerns the following javascript dialog windows: alert(), confirm(), prompt(). ``` Original comment by `[email protected]` on 3 Feb 2014 at 9:51
Original comment by `[email protected]` on 13 Oct 2014 at 6:55 - Added labels: **Bug**
Original comment by `[email protected]` on 21 Oct 2014 at 10:37 - Added labels: **Restrict-AddIssueComment-Commit**