cef/tests/unittests
Marshall Greenblatt 2ba756d3e1 Update to Chromium revision b0aa1fb5 (#296183).
- Restore CefRenderHandler::OnScrollOffsetChanged.
- Add new RT_PING and RT_SERVICE_WORKER resource type values.
- The resource type for image sub-resource loads has changed from RT_IMAGE to RT_PREFETCH (this is a regression, see http://crbug.com/415253#c23).
- Add a patch to fix a crash in Scheduler::swapQueuesRunPendingTasks* (http://crbug.com/415478).
- Add documentation for cef_key_event_type_t values.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1846 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-26 23:48:19 +00:00
..
mac Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
browser_info_map_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
chromium_includes.h Add base::string16 support (issue #1336). 2014-07-15 22:07:25 +00:00
client_app_delegates.cc Add new FrameTest.* unit tests and fix discovered CefFrame-related bugs. 2014-09-24 15:38:11 +00:00
command_line_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
cookie_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
dialog_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
display_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
dom_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
download_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
frame_unittest.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
geolocation_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
jsdialog_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
life_span_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
message_router_unittest.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
navigation_unittest.cc Add new FrameTest.* unit tests and fix discovered CefFrame-related bugs. 2014-09-24 15:38:11 +00:00
os_rendering_unittest.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
os_rendering_unittest_mac.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
os_rendering_unittest_mac.mm Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
print_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
process_message_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
request_context_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
request_handler_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
request_unittest.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
routing_test_handler.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
routing_test_handler.h Provide a generic JavaScript message router implementation (issue #1183). 2014-01-27 23:31:03 +00:00
run_all_unittests.cc Linux: Install xlib error handlers to avoid crash on X11 error (issue #1337). 2014-09-24 17:22:27 +00:00
run_all_unittests_mac.mm Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
scheme_handler_unittest.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
stream_resource_handler_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
stream_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
string_unittest.cc Add base::string16 support (issue #1336). 2014-07-15 22:07:25 +00:00
task_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
test_handler.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
test_handler.h Add new FrameTest.* unit tests and fix discovered CefFrame-related bugs. 2014-09-24 15:38:11 +00:00
test_suite.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
test_suite.h Update to Chromium revision 261035. 2014-04-04 16:50:38 +00:00
test_util.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
test_util.h - Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761). 2012-10-16 19:28:07 +00:00
tracing_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
url_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
urlrequest_unittest.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
v8_unittest.cc Replace NewCefRunnable* usage with base::Bind and fix CefCreateClosureTask typo (issue #1336). 2014-07-15 18:10:40 +00:00
values_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
version_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
xml_reader_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
zip_reader_unittest.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00