cef/tests/cefclient
Marshall Greenblatt ec8b64e88a Add breakpad support (issue #1131).
- General usage instructions are available at https://sites.google.com/a/chromium.org/dev/developers/testing/webkit-layout-tests/using-breakpad-with-content-shell.
- Mac: Generate "Chromium Embedded Framework.framework" using a new cef_framework target (the libcef target is now only used on Windows and Linux). Rename "Libraries/libcef.dylib" to "Chromium Embedded Framework". Distribute Release and Debug builds of the "Chromium Embedded Framework.framework" folder as part of the binary distribution.
- Mac: Fix the Xcode target compiler setting for the binary distribution so that it no longer needs to be set manually.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1524 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2013-11-21 22:43:36 +00:00
..
mac Update to Chromium revision 181864. 2013-02-23 00:43:28 +00:00
res Add support for printing via CefBrowserHost::Print() and JavaScript window.print() (issue #505). 2013-10-23 19:30:47 +00:00
binding_test.cpp cefclient: Simplify tests and related resource loading. 2013-04-04 00:10:53 +00:00
binding_test.h cefclient: Simplify tests and related resource loading. 2013-04-04 00:10:53 +00:00
cefclient.cpp Remove CefBrowserHost::GetDevToolsURL(). It is now possible to use DevTools without remote debugging, and the ability to load a remote debugging URL without first loading the discovery page is no longer supported (issue #659). 2013-11-08 16:27:22 +00:00
cefclient.exe.manifest Update to Chromium revision 217791. 2013-08-15 19:38:55 +00:00
cefclient.h cefclient: Simplify tests and related resource loading. 2013-04-03 18:20:59 +00:00
cefclient.rc Add search/find support (issue #513). 2013-10-23 22:44:12 +00:00
cefclient_gtk.cpp Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00
cefclient_mac.mm Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00
cefclient_osr_widget_gtk.cpp Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
cefclient_osr_widget_gtk.h Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
cefclient_osr_widget_mac.h Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
cefclient_osr_widget_mac.mm Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
cefclient_osr_widget_win.cpp Windows: Fix 64-bit compile errors (issue #394). 2013-08-14 21:45:22 +00:00
cefclient_osr_widget_win.h Fix header include paths. 2013-01-24 22:33:23 +00:00
cefclient_win.cpp Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00
client_app.cpp Restore CefRenderProcessHandler::OnBeforeNavigation (issue #1076). This method is still needed for some use cases due to issue #1129. 2013-11-21 20:59:28 +00:00
client_app.h Restore CefRenderProcessHandler::OnBeforeNavigation (issue #1076). This method is still needed for some use cases due to issue #1129. 2013-11-21 20:59:28 +00:00
client_app_delegates.cpp Add performance tests for CEF V8 methods (issue #484). 2012-10-26 20:42:41 +00:00
client_handler.cpp Add breakpad support (issue #1131). 2013-11-21 22:43:36 +00:00
client_handler.h - Support DevTools without remote debugging via CefBrowserHost::ShowDevTools and CloseDevTools methods (issue #659). 2013-11-08 16:06:06 +00:00
client_handler_gtk.cpp - Change the way that application shutdown works in order to support JavaScript 'onbeforeunload' handling (issue #853). See comments in cef_life_span_handler.h for a detailed description of the new shutdown process. 2013-03-19 22:59:33 +00:00
client_handler_mac.mm - Change the way that application shutdown works in order to support JavaScript 'onbeforeunload' handling (issue #853). See comments in cef_life_span_handler.h for a detailed description of the new shutdown process. 2013-03-19 22:59:33 +00:00
client_handler_win.cpp - Change the way that application shutdown works in order to support JavaScript 'onbeforeunload' handling (issue #853). See comments in cef_life_span_handler.h for a detailed description of the new shutdown process. 2013-03-19 22:59:33 +00:00
client_renderer.cpp - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
client_renderer.h - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
client_switches.cpp - Support DevTools without remote debugging via CefBrowserHost::ShowDevTools and CloseDevTools methods (issue #659). 2013-11-08 16:06:06 +00:00
client_switches.h - Support DevTools without remote debugging via CefBrowserHost::ShowDevTools and CloseDevTools methods (issue #659). 2013-11-08 16:06:06 +00:00
dialog_test.cpp Windows: Fix 64-bit compile errors (issue #394). 2013-08-14 21:45:22 +00:00
dialog_test.h cefclient: Simplify tests and related resource loading. 2013-04-04 00:10:53 +00:00
dom_test.cpp cefclient: Simplify tests and related resource loading. 2013-04-04 00:10:53 +00:00
dom_test.h cefclient: Simplify tests and related resource loading. 2013-04-04 00:10:53 +00:00
osrenderer.cpp Linux: Add off-screen rendering support (issue #518). 2013-06-27 17:40:04 +00:00
osrenderer.h Mac: Add off-screen rendering support (issue #518). 2013-04-16 19:23:00 +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 Windows: Fix 64-bit compile errors (issue #394). 2013-08-14 21:45:22 +00:00
performance_test_tests.cpp Windows: Fix 64-bit compile errors (issue #394). 2013-08-14 21:45:22 +00:00
process_helper_mac.cpp Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00
resource.h Add search/find support (issue #513). 2013-10-23 22:44:12 +00:00
resource_util.h cefclient: Simplify tests and related resource loading. 2013-04-03 18:20:59 +00:00
resource_util_linux.cpp cefclient: Simplify tests and related resource loading. 2013-04-03 18:20:59 +00:00
resource_util_mac.mm Mac: Add off-screen rendering support (issue #518). 2013-04-16 19:23:00 +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 Add additional V8 performance tests (issue #960). 2013-06-26 22:18:30 +00:00
scheme_test.cpp Specify a background color for tests so that they're easier to read when transparent rendering is enabled. 2013-09-03 21:58:02 +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
util.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
window_test.cpp cefclient: Simplify tests and related resource loading. 2013-04-04 00:10:53 +00:00
window_test.h cefclient: Simplify tests and related resource loading. 2013-04-04 00:10:53 +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