cef/tests/cefclient
Marshall Greenblatt 93c1a7fcd7 Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1928 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-11-24 21:56:12 +00:00
..
mac Mac: Add NSSupportsAutomaticGraphicsSwitching to Info.plist (issue #1396). 2014-10-03 17:00:56 +00:00
res Update xmlhttprequest.html to use an async request since sync requests are now deprecated. 2014-11-21 21:49:52 +00:00
CMakeLists.txt.in Generate CMake configuration for the binary distribution (issue #1404). 2014-10-22 21:48:11 +00:00
binding_test.cpp Provide a generic JavaScript message router implementation (issue #1183). 2014-01-27 23:31:03 +00:00
binding_test.h Provide a generic JavaScript message router implementation (issue #1183). 2014-01-27 23:31:03 +00:00
bytes_write_handler.cpp Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
bytes_write_handler.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cefclient.cpp - Fix initial state of the |is_showing_| flag in CefRenderWidgetHostViewOSR (issue #1363). 2014-09-04 22:15:16 +00:00
cefclient.exe.manifest Update to Chromium revision 217791. 2013-08-15 19:38:55 +00:00
cefclient.h cefclient: Fix member variable naming to match Chromium style. 2014-07-11 20:28:37 +00:00
cefclient.rc Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
cefclient_gtk.cpp Windows/Linux: Fix positioning of select popups and dismissal on window move/resize by calling new CefBrowserHost::NotifyMoveOrResizeStarted() method from client applications (issue #1208). 2014-10-29 18:14:47 +00:00
cefclient_mac.mm Mac: Reduce resource usage on SetWindowVisibility(false) and fix delivery of application hide/unhide notifications (issue #1369) 2014-09-10 21:32:30 +00:00
cefclient_osr_dragdrop_win.cpp Use CMake configuration to detect ATL support (issue #1328). 2014-10-27 21:34:48 +00:00
cefclient_osr_dragdrop_win.h Use CMake configuration to detect ATL support (issue #1328). 2014-10-27 21:34:48 +00:00
cefclient_osr_widget_gtk.cpp Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00
cefclient_osr_widget_gtk.h Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00
cefclient_osr_widget_mac.h Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00
cefclient_osr_widget_mac.mm Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00
cefclient_osr_widget_win.cpp Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00
cefclient_osr_widget_win.h Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00
cefclient_win.cpp Windows/Linux: Fix positioning of select popups and dismissal on window move/resize by calling new CefBrowserHost::NotifyMoveOrResizeStarted() method from client applications (issue #1208). 2014-10-29 18:14:47 +00:00
client_app.cpp Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
client_app.h Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258). 2014-07-10 15:41:30 +00:00
client_app_delegates.cpp Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
client_handler.cpp Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00
client_handler.h Pass cursor type and custom cursor information to CefRenderHandler::OnCursorChange (issue #1443). 2014-11-24 21:56:12 +00:00
client_handler_gtk.cpp Linux: Fix type mismatch compile error (issue #1354). 2014-08-14 09:42:23 +00:00
client_handler_mac.mm Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
client_handler_win.cpp Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
client_renderer.cpp Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
client_renderer.h - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
client_switches.cpp Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
client_switches.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
dialog_test.cpp Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
dialog_test.h Provide a generic JavaScript message router implementation (issue #1183). 2014-01-27 23:31:03 +00:00
dragdrop_events.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
osrenderer.cpp Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
osrenderer.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
performance_test.cpp Windows: Fix 64-bit compile errors (issue #394). 2013-08-14 21:45:22 +00:00
performance_test.h cefclient: Simplify tests and related resource loading. 2013-04-04 00:10:53 +00:00
performance_test_setup.h Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
performance_test_tests.cpp Windows: Fix 64-bit compile errors (issue #394). 2013-08-14 21:45:22 +00:00
print_handler_gtk.cpp Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
print_handler_gtk.h Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258). 2014-07-10 15:41:30 +00:00
process_helper_mac.cpp cefclient: Fix member variable naming to match Chromium style. 2014-07-11 20:28:37 +00:00
resource.h Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
resource_util.h cefclient: Simplify tests and related resource loading. 2013-04-03 18:20:59 +00:00
resource_util_linux.cpp Linux: Remove GTK+ dependency and add initial Aura/X11 implementation (issue #1258) 2014-05-22 21:01:22 +00:00
resource_util_mac.mm Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
resource_util_posix.cpp cefclient: Simplify tests and related resource loading. 2013-04-03 18:20:59 +00:00
resource_util_win.cpp Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
scheme_test.cpp Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
scheme_test.h cefclient: Simplify tests and related resource loading. 2013-04-04 00:10:53 +00:00
string_util.cpp Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
string_util.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
window_test.cpp Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
window_test.h Provide a generic JavaScript message router implementation (issue #1183). 2014-01-27 23:31:03 +00:00
window_test_gtk.cpp cefclient: Add example of window manipulation via JavaScript (issue #925). 2013-04-01 17:57:28 +00:00
window_test_mac.mm cefclient: Add example of window manipulation via JavaScript (issue #925). 2013-04-01 17:57:28 +00:00
window_test_win.cpp Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00