cef/tests/unittests
Marshall Greenblatt 8da8a4fbf1 Update to Chromium revision 12bfc336 (#338390).
- The ffmpeg library is now statically linked (see https://codereview.chromium.org/1141703002).
- Off-screen rendering of the PDF viewer does not work in combination with surfaces. Pass the
  `--disable-surfaces` command-line flag if GPU is enabled (see https://codereview.chromium.org/1169983006).
2015-07-24 16:11:13 -04:00
..
mac
browser_info_map_unittest.cc
chromium_includes.h
client_app_delegates.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
command_line_unittest.cc
cookie_unittest.cc Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). 2015-03-02 20:25:14 +00:00
dialog_unittest.cc
display_unittest.cc
dom_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
download_unittest.cc
draggable_regions_unittest.cc Add support for draggable regions (issue #1645). 2015-06-03 14:48:28 -04:00
frame_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
geolocation_unittest.cc
jsdialog_unittest.cc
life_span_unittest.cc
message_router_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
navigation_unittest.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
os_rendering_unittest_mac.h
os_rendering_unittest_mac.mm
os_rendering_unittest.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
parser_unittest.cc Add JSON parsing support (issue #1188). 2015-06-03 15:03:41 -04:00
print_unittest.cc
process_message_unittest.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
request_context_unittest.cc Add a new CefRequestHandler::OnOpenURLFromTab method for handling certain limited cases where navigating a new or different browser might be desirable (issue #1526). 2015-03-09 20:22:31 +00:00
request_handler_unittest.cc - Allow asynchronous continuation of OnBeforeResourceLoad (issue #1593). 2015-04-08 10:33:49 +02:00
request_unittest.cc - Allow asynchronous continuation of OnBeforeResourceLoad (issue #1593). 2015-04-08 10:33:49 +02:00
resource_manager_unittest.cc Fix warning C4267: 'argument' : conversion from 'size_t' to 'int' (issue #1647) 2015-07-23 14:29:54 -04:00
routing_test_handler.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
routing_test_handler.h
run_all_unittests_mac.mm
run_all_unittests.cc cefclient: Split ClientApp into process-specific types (issue #1500). 2015-01-31 04:41:36 +00:00
scheme_handler_unittest.cc - Allow asynchronous continuation of OnBeforeResourceLoad (issue #1593). 2015-04-08 10:33:49 +02:00
stream_resource_handler_unittest.cc
stream_unittest.cc
string_unittest.cc
task_unittest.cc
test_handler.cc Add CefResourceManager class for mapping requests to data providers (issue #1640). 2015-06-03 15:21:40 -04:00
test_handler.h Add CefResourceManager class for mapping requests to data providers (issue #1640). 2015-06-03 15:21:40 -04:00
test_suite.cc Support configuration of the "Accept-Language" HTTP header globally or on a per-browser basis using new CefSettings.accept_language_list and CefBrowserSettings.accept_language_list members (issue #318). 2015-02-18 17:28:56 +00:00
test_suite.h Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
test_util.cc - Add CefValue for wrapping various value types in a single object (issue #1607). 2015-04-16 15:04:56 +02:00
test_util.h
tracing_unittest.cc Update to Chromium revision 12bfc336 (#338390). 2015-07-24 16:11:13 -04:00
translator_unittest.cc Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
urlrequest_unittest.cc Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). 2015-03-02 20:25:14 +00:00
v8_unittest.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
values_unittest.cc - Add CefValue for wrapping various value types in a single object (issue #1607). 2015-04-16 15:04:56 +02:00
version_unittest.cc Change CEF version number format to remove SVN dependency (issue #1580). 2015-03-16 19:34:35 -04:00
xml_reader_unittest.cc
zip_reader_unittest.cc