Google Code Exporter
Google Code Exporter
When switches are set programatically they must be set in two places: * CefApp::OnBeforeCommandLineProcessing() * CefBrowserProcessHandler::OnBeforeChildProcessLaunch() Original comment by `[email protected]` on 13 Jun 2013 at 7:15
There is no touch support on Linux yet? https://groups.google.com/a/chromium.org/d/topic/chromium-discuss/p_mI45gP7q8/discussion Original comment by `[email protected]` on 15 Nov 2013 at 9:05
See Issue 101 (Linux and Aura). Michael Goffioul has created a port of CEF with Aura support, that adds multitouch support on Linux. See the topic: https://groups.google.com/d/topic/cefpython/qMB6D8xWBC8/discussion Original comment by...
See issue 1059 in CEF Issue Tracker: "Cef3: Multi-touch support with offscreen rendering." https://code.google.com/p/chromiumembedded/issues/detail?id=1059 In comment #7 there is an initial patch for Windows. Original comment by `[email protected]` on 8...
CEF Python supports setting command line switches programmatically, see Issue 65. This is in regards to the --touch-events=enabled flag. Original comment by `[email protected]` on 8 Jan 2014 at 4:18
``` Attaching log info when pressing F5 or 'a' for all platforms. For VKEY_ codes for Linux/Mac see keyboard_codes_posix.h in Chromium/src/ui/events/keycodes/: https://code.google.com/p/chromium/codesearch#chromium/src/ui/events/keycodes/keyboard_codes_posix.h For VKEY_ codes for Windows see keyboard_codes_win.h: https://code.google.com/p/chromium/codesearch#chromium/src/ui/events/keycodes/keyboard_codes_win.h...
``` Summary for the log files attached in previous comment: * F5 has 2 calls to OnPreKeyEvent and OnKeyEvent on all platforms with types: KEYEVENT_RAWKEYDOWN and KEYEVENT_KEYUP. * 'a' on...
``` See also CEF unittests/os_rendering_unittest.cc > OSR_TEST_KEY_EVENTS: https://code.google.com/p/chromiumembedded/source/browse/trunk/cef3/tests/unittests/os_rendering_unittest.cc?r=r1987#548 ``` Original comment by `[email protected]` on 23 Jan 2015 at 5:43
``` The communication between the php extension and phpdesktop can only occur using asynchronous IPC messaging between the PHP process and PHPDesktop process. Returning any values would require callbacks. But...
Original comment by `[email protected]` on 21 Oct 2014 at 10:38 - Added labels: **Restrict-AddIssueComment-Commit**