cef/tests/cefclient
Marshall Greenblatt 68cb4b6213 cefclient: Move all remaining files to the `client` namespace (issue #1500).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1989 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-01-23 19:09:34 +00:00
..
mac Mac: Add NSSupportsAutomaticGraphicsSwitching to Info.plist (issue #1396). 2014-10-03 17:00:56 +00:00
res - Add open folder dialog support (FILE_DIALOG_OPEN_FOLDER mode) for CefBrowserHost::RunFileDialog (issue #1030). 2015-01-20 18:24:54 +00:00
CMakeLists.txt.in Update to Chromium revision 8cb76f56 (#307671) 2014-12-13 20:18:31 +00:00
binding_test.cc - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
binding_test.h - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
bytes_write_handler.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
bytes_write_handler.h cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
cefclient.exe.manifest Update to Chromium revision 217791. 2013-08-15 19:38:55 +00:00
cefclient.rc Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
cefclient_gtk.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
cefclient_mac.mm cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
cefclient_win.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_app.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_app.h cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_app_delegates.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_handler.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_handler.h cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_handler_gtk.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_handler_mac.mm cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_handler_win.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_renderer.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_renderer.h cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_switches.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
client_switches.h cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
dialog_test.cc - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
dialog_test.h - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
main_context.cc cefclient: Replace global App* functions with singleton MainContext instance (issue #1500). 2015-01-22 23:11:30 +00:00
main_context.h cefclient: Replace global App* functions with singleton MainContext instance (issue #1500). 2015-01-22 23:11:30 +00:00
main_context_impl.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
main_context_impl.h cefclient: Replace global App* functions with singleton MainContext instance (issue #1500). 2015-01-22 23:11:30 +00:00
main_context_impl_posix.cc cefclient: Replace global App* functions with singleton MainContext instance (issue #1500). 2015-01-22 23:11:30 +00:00
main_context_impl_win.cc cefclient: Replace global App* functions with singleton MainContext instance (issue #1500). 2015-01-22 23:11:30 +00:00
main_message_loop.cc cefclient: Use an abstraction for message loop functionality (Run/Quit/PostTask) instead of implementing the same logic multiple times in platform-specific files (issue #1500). 2015-01-22 17:55:55 +00:00
main_message_loop.h cefclient: Use an abstraction for message loop functionality (Run/Quit/PostTask) instead of implementing the same logic multiple times in platform-specific files (issue #1500). 2015-01-22 17:55:55 +00:00
main_message_loop_multithreaded_win.cc cefclient: Use an abstraction for message loop functionality (Run/Quit/PostTask) instead of implementing the same logic multiple times in platform-specific files (issue #1500). 2015-01-22 17:55:55 +00:00
main_message_loop_multithreaded_win.h cefclient: Use an abstraction for message loop functionality (Run/Quit/PostTask) instead of implementing the same logic multiple times in platform-specific files (issue #1500). 2015-01-22 17:55:55 +00:00
main_message_loop_std.cc cefclient: Use an abstraction for message loop functionality (Run/Quit/PostTask) instead of implementing the same logic multiple times in platform-specific files (issue #1500). 2015-01-22 17:55:55 +00:00
main_message_loop_std.h cefclient: Use an abstraction for message loop functionality (Run/Quit/PostTask) instead of implementing the same logic multiple times in platform-specific files (issue #1500). 2015-01-22 17:55:55 +00:00
osr_dragdrop_events.h cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
osr_dragdrop_win.cc cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
osr_dragdrop_win.h cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
osr_renderer.cc cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
osr_renderer.h cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
osr_widget_gtk.cc cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
osr_widget_gtk.h cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
osr_widget_mac.h cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
osr_widget_mac.mm cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
osr_widget_win.cc cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
osr_widget_win.h cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
performance_test.cc - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
performance_test.h - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
performance_test_setup.h - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
performance_test_tests.cc - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
print_handler_gtk.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +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.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
resource.h cefclient: Use test_runner::Alert instead of platform-specific notifications (issue #1500). 2015-01-22 21:39:36 +00:00
resource_util.h cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
resource_util_linux.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
resource_util_mac.mm cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
resource_util_posix.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
resource_util_win.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
scheme_test.cc - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
scheme_test.h - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
test_runner.cc cefclient: Move all remaining files to the `client` namespace (issue #1500). 2015-01-23 19:09:34 +00:00
test_runner.h - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
util_win.cc cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
util_win.h cefclient: Standardize osr-related file names and move to the `client` namespace (issue #1500). 2015-01-23 17:37:23 +00:00
window_test.cc - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
window_test.h - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
window_test_gtk.cc - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
window_test_mac.mm - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00
window_test_win.cc - cefclient: Add test_runner as the single entry point for running test-related code and move test implementations to the client namespace (issue #1500). 2015-01-22 20:21:21 +00:00