cef/libcef/common
Marshall Greenblatt 41a02dbe08 Add is_main_frame argument to CefRequestContextHandler::OnBeforePluginLoad (issue #2015) 2017-01-24 18:53:08 -05:00
..
extensions Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
net Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
test Improve inheritance support in the CEF API (issue #1623). 2015-05-05 17:16:44 -04:00
base_impl.cc Windows: Add CefEnableHighDPISupport function and fix high-dpi scaling issues (issue #1674) 2015-08-07 16:04:03 -04:00
cef_crash_report_upload_thread.cc Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
cef_crash_report_upload_thread.h Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
cef_message_generator.cc Windows: Add DirectWrite font cache support (issue #1652) 2015-06-11 18:08:33 -04:00
cef_message_generator.h Depend directly on chrome targets and unfork code (issue #1947) 2016-07-15 21:17:44 -04:00
cef_messages.cc Update to Chromium revision 088f14a0 (#373530) 2016-02-08 13:16:11 -05:00
cef_messages.h Add is_main_frame argument to CefRequestContextHandler::OnBeforePluginLoad (issue #2015) 2017-01-24 18:53:08 -05:00
cef_switches.cc Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
cef_switches.h Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
command_line_impl.cc Update to Chromium revision 14bd12d6 (#333041) 2015-06-08 17:31:50 -04:00
command_line_impl.h Update to Chromium revision d3cf92ca (#310534). 2015-01-09 17:22:10 +00:00
content_client.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
content_client.h Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
crash_reporter_client.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
crash_reporter_client.h Add product name and version to crash_reporter.cfg (issue #1995) 2017-01-12 13:23:28 -05:00
crash_reporting.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
crash_reporting.h Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
crash_reporting_win.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
crash_reporting_win.h Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
drag_data_impl.cc Update to Chromium revision 0bfd25d4 (#381305) 2016-03-17 13:01:21 -04:00
drag_data_impl.h Update to Chromium revision 318e6f54 (#400326) 2016-06-21 12:41:21 -04:00
file_util_impl.cc Add CefScopedTempDir and file utility functions for unit tests (issue #1632) 2016-11-15 13:47:44 -05:00
json_impl.cc Update to Chromium revision 6e53600d (#386251) 2016-04-28 12:57:08 -04:00
main_delegate.cc Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
main_delegate.h Improve crashpad integration (issue #1995) 2017-01-10 18:40:31 -05:00
parser_impl.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
process_message_impl.cc Update to Chromium revision 614d31da (#423768) 2016-10-25 15:34:33 -04:00
process_message_impl.h Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
request_impl.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
request_impl.h Fix URL comparison errors in CefRequest (issue #1967) 2016-10-28 14:15:26 -04:00
resource_bundle_impl.cc Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
resource_bundle_impl.h Add plugin placeholder and policy support (issue #1708) 2015-09-22 12:28:46 +03:00
response_impl.cc Add error code to CefResponse (issue #1845) 2016-05-11 15:36:15 -04:00
response_impl.h Add error code to CefResponse (issue #1845) 2016-05-11 15:36:15 -04:00
response_manager.cc Add trace events for SendProcessMessage and off-screen rendering (issue #991). 2013-07-11 17:44:48 +00:00
response_manager.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
scheme_registrar_impl.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
scheme_registrar_impl.h Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
string_list_impl.cc Change index parameter type from int to size_t (issue #1491) 2016-11-04 15:26:35 -04:00
string_map_impl.cc Change index parameter type from int to size_t (issue #1491) 2016-11-04 15:26:35 -04:00
string_multimap_impl.cc Change index parameter type from int to size_t (issue #1491) 2016-11-04 15:26:35 -04:00
string_types_impl.cc Update to Chromium revision 8cb76f56 (#307671) 2014-12-13 20:18:31 +00:00
task_impl.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
task_runner_impl.cc Update to Chromium revision 3a87aecc (#433059) 2016-11-29 16:56:29 -05:00
task_runner_impl.h Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
thread_impl.cc Add CefThread interface (issue #1632) 2016-11-14 11:30:15 -05:00
thread_impl.h Add CefThread interface (issue #1632) 2016-11-14 11:30:15 -05:00
time_impl.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
time_util.h Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
tracker.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
tracker.h Update to Chromium revision 40af916d (#303546). 2014-11-12 19:25:15 +00:00
urlrequest_impl.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
util_mac.h Add Pepper Flash plugin support (issue #1586). 2015-03-26 17:00:30 -04:00
util_mac.mm Add Pepper Flash plugin support (issue #1586). 2015-03-26 17:00:30 -04:00
value_base.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
value_base.h Update to Chromium revision 2b3ae3b8 (#394939) 2016-05-25 08:10:01 -07:00
values_impl.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
values_impl.h Change index parameter type from int to size_t (issue #1491) 2016-11-04 15:26:35 -04:00
waitable_event_impl.cc Add CefWaitableEvent interface for unit tests (issue #1632) 2016-11-15 16:18:41 -05:00
waitable_event_impl.h Add CefWaitableEvent interface for unit tests (issue #1632) 2016-11-15 16:18:41 -05:00
widevine_loader.cc Update to Chromium revision ad51088c (#444943) 2017-01-24 16:53:09 -05:00
widevine_loader.h Update to Chromium revision 3a87aecc (#433059) 2016-11-29 16:56:29 -05:00