cef/libcef
Marshall Greenblatt bbe2a2f2d3 Improve CPU usage by ignoring ScheduleAnimation() and ScheduleComposite() calls when not using accelerated compositing (issue #456).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@420 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-12-15 16:06:02 +00:00
..
printing - Auto-generate all C/C++ translation code (issue #33). 2011-12-08 01:38:30 +00:00
browser_appcache_system.cc Update to Chromium revision 106500. 2011-10-20 20:34:13 +00:00
browser_appcache_system.h - Update to Chromium revision 105051. 2011-10-12 19:09:15 +00:00
browser_database_system.cc Update to Chromium revision 110703. 2011-11-18 22:10:53 +00:00
browser_database_system.h Update to Chromium revision 110703. 2011-11-18 22:10:53 +00:00
browser_devtools_agent.cc - Update to Chromium revision 105051. 2011-10-12 19:09:15 +00:00
browser_devtools_agent.h Update to Chromium revision 110703. 2011-11-18 22:10:53 +00:00
browser_devtools_callargs.cc - Add developer tools support (issue #127). 2011-01-25 18:37:27 +00:00
browser_devtools_callargs.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_devtools_client.cc Make navigator.language return the same value as CefSettings.locale (issue #429). 2011-11-17 18:52:16 +00:00
browser_devtools_client.h Update to Chromium revision 110703. 2011-11-18 22:10:53 +00:00
browser_devtools_scheme_handler.cc Pass the |redirectUrl| parameter to GetResponseHeaders() instead of ProcessRequest() (issue #414). 2011-11-07 22:23:51 +00:00
browser_devtools_scheme_handler.h Re-register the internal chrome-devtools scheme handler after CefClearSchemeHandlerFactories() is called (issue #398). 2011-10-31 17:56:35 +00:00
browser_drag_delegate_win.cc Update to Chromium revision 106500. 2011-10-20 20:34:13 +00:00
browser_drag_delegate_win.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_file_system.cc Fix BrowserFileSystem context creation race condition between UI and IO threads (issue #442). 2011-12-06 10:16:51 +00:00
browser_file_system.h Fix BrowserFileSystem context creation race condition between UI and IO threads (issue #442). 2011-12-06 10:16:51 +00:00
browser_file_writer.cc Update to Chromium revision 107708. 2011-10-28 19:40:31 +00:00
browser_file_writer.h - Update to Chromium revision 85305. 2011-05-16 16:56:12 +00:00
browser_impl.cc Expose unique identifiers for frames and the ability to retrieve a frame's parent frame (issue #450). 2011-12-08 11:44:30 +00:00
browser_impl.h Expose unique identifiers for frames and the ability to retrieve a frame's parent frame (issue #450). 2011-12-08 11:44:30 +00:00
browser_impl_gtk.cc Add initial Linux support (issue #40). 2011-10-24 20:20:52 +00:00
browser_impl_mac.mm Mac: Add the NSUnifiedTitleAndToolbarWindowMask flag for popup windows and increase the default size (issue #411). 2011-11-04 18:34:31 +00:00
browser_impl_win.cc - Auto-generate all C/C++ translation code (issue #33). 2011-12-08 01:38:30 +00:00
browser_navigation_controller.cc Add CefBrowserSettings.history_disabled option to disable history back/forward navigation (issue #419). 2011-11-23 17:55:33 +00:00
browser_navigation_controller.h Add CefBrowserSettings.history_disabled option to disable history back/forward navigation (issue #419). 2011-11-23 17:55:33 +00:00
browser_persistent_cookie_store.cc Update to Chromium revision 110703. 2011-11-18 22:10:53 +00:00
browser_persistent_cookie_store.h Update to Chromium revision 106500. 2011-10-20 20:34:13 +00:00
browser_request_context.cc Correct implementation of the ability to observe and modify resource redirects (issue #346). 2011-12-15 14:47:23 +00:00
browser_request_context.h Correct implementation of the ability to observe and modify resource redirects (issue #346). 2011-12-15 14:47:23 +00:00
browser_resource_loader_bridge.cc Correct implementation of the ability to observe and modify resource redirects (issue #346). 2011-12-15 14:47:23 +00:00
browser_resource_loader_bridge.h Correct implementation of the ability to observe and modify resource redirects (issue #346). 2011-12-15 14:47:23 +00:00
browser_settings.cc - Update to Chromium revision 105051. 2011-10-12 19:09:15 +00:00
browser_settings.h Move cef_* header files that should not be directly included by the client to the "include/internal" folder. 2011-05-20 20:52:47 +00:00
browser_socket_stream_bridge.cc - Update to Chromium revision 105051. 2011-10-12 19:09:15 +00:00
browser_socket_stream_bridge.h - Update to Chromium revision 105051. 2011-10-12 19:09:15 +00:00
browser_webblobregistry_impl.cc Update to Chromium revision 106500. 2011-10-20 20:34:13 +00:00
browser_webblobregistry_impl.h Update to Chromium revision 106500. 2011-10-20 20:34:13 +00:00
browser_webcookiejar_impl.cc Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_webcookiejar_impl.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_webkit_glue.cc Allow media hosting from all schemes (issue #446). 2011-12-06 10:43:19 +00:00
browser_webkit_glue.h Call ResourceBundle::CleanupSharedInstance() on exit (issue #393). 2011-10-31 15:40:54 +00:00
browser_webkit_glue_gtk.cc Add initial Linux support (issue #40). 2011-10-24 20:20:52 +00:00
browser_webkit_glue_mac.mm - Add support for loading localized strings from locale .pak files (issue #357). 2011-09-30 09:22:54 +00:00
browser_webkit_glue_win.cc Win: Use the module path for loading resources instead of hard-coding "libcef.dll" (issue #416). 2011-11-10 23:25:12 +00:00
browser_webkit_init.cc Fix BrowserFileSystem context creation race condition between UI and IO threads (issue #442). 2011-12-06 10:16:51 +00:00
browser_webkit_init.h Fix BrowserFileSystem context creation race condition between UI and IO threads (issue #442). 2011-12-06 10:16:51 +00:00
browser_webstoragearea_impl.cc - Add CefSettings.local_storage_quota and session_storage_quota options for setting localStorage and sessionStorage quota limits respectively (issue #348). 2011-10-06 13:34:47 +00:00
browser_webstoragearea_impl.h Update to Chromium revision 91424. 2011-07-03 00:03:30 +00:00
browser_webstoragenamespace_impl.cc - Add CefSettings.local_storage_quota and session_storage_quota options for setting localStorage and sessionStorage quota limits respectively (issue #348). 2011-10-06 13:34:47 +00:00
browser_webstoragenamespace_impl.h - Add CefSettings.local_storage_quota and session_storage_quota options for setting localStorage and sessionStorage quota limits respectively (issue #348). 2011-10-06 13:34:47 +00:00
browser_webview_delegate.cc - Auto-generate all C/C++ translation code (issue #33). 2011-12-08 01:38:30 +00:00
browser_webview_delegate.h Replace JSBindingHandler with a new V8ContextHandler interface that contains callbacks for V8 context creation and release (issue #359). 2011-11-21 21:21:55 +00:00
browser_webview_delegate_gtk.cc - Auto-generate all C/C++ translation code (issue #33). 2011-12-08 01:38:30 +00:00
browser_webview_delegate_mac.mm - Auto-generate all C/C++ translation code (issue #33). 2011-12-08 01:38:30 +00:00
browser_webview_delegate_win.cc - Auto-generate all C/C++ translation code (issue #33). 2011-12-08 01:38:30 +00:00
browser_webview_mac.h Mac: Fix 10.6 SDK compile errors due to delegate protocol requirement. 2011-09-16 16:17:19 +00:00
browser_webview_mac.mm - Auto-generate all C/C++ translation code (issue #33). 2011-12-08 01:38:30 +00:00
browser_zoom_map.cc Add zoom support (issue #116). 2011-01-25 15:34:50 +00:00
browser_zoom_map.h Move cef_* header files that should not be directly included by the client to the "include/internal" folder. 2011-05-20 20:52:47 +00:00
cef_context.cc Check that DOMStorageContext is non-NULL in UIT_SetStoragePath before dereferencing. 2011-12-15 12:59:44 +00:00
cef_context.h Fix BrowserFileSystem context creation race condition between UI and IO threads (issue #442). 2011-12-06 10:16:51 +00:00
cef_process.cc Mac: The MessageLoop::AutoRunState scope in Run() never exits so clear the state_ variable in the CefMessageLoopForUI destructor to avoid an assertion in the MessageLoop destructor (issue #443). 2011-12-08 15:18:19 +00:00
cef_process.h Add CefQuitMessageLoop function (issue #443). 2011-12-08 13:25:26 +00:00
cef_process_io_thread.cc Set the net::LOAD_IGNORE_LIMITS flag when executing synchronous load requests to avoid a deadlock in SyncRequestProxy (issue #192). 2011-07-15 20:31:21 +00:00
cef_process_io_thread.h - Move to a unified thread model for CEF based on the CEF2 implementation. 2010-07-24 01:13:55 +00:00
cef_process_sub_thread.cc Set eol-style property on all files. Future commits will use the subversion auto-props configuration at http://src.chromium.org/viewvc/chrome/trunk/tools/buildbot/slave/config 2010-10-03 21:04:50 +00:00
cef_process_sub_thread.h - Move to a unified thread model for CEF based on the CEF2 implementation. 2010-07-24 01:13:55 +00:00
cef_process_ui_thread.cc Verify that libcef build revision and API/header revision match when initializing CEF (issue #431). 2011-11-18 17:30:55 +00:00
cef_process_ui_thread.h Add support for navigator.onLine and online/offline window events (issue #234). 2011-05-18 15:49:52 +00:00
cef_process_ui_thread_gtk.cc Add initial Linux support (issue #40). 2011-10-24 20:20:52 +00:00
cef_process_ui_thread_mac.mm - Add support for loading localized strings from locale .pak files (issue #357). 2011-09-30 09:22:54 +00:00
cef_process_ui_thread_win.cc Mac: 2010-11-15 15:39:56 +00:00
cef_string_list.cc Fix compile errors. 2011-05-21 01:49:16 +00:00
cef_string_map.cc Add initial Linux support (issue #40). 2011-10-24 20:20:52 +00:00
cef_string_multimap.cc Linux: Fix compile errors due to issue #386 changes. 2011-10-31 15:26:47 +00:00
cef_string_types.cc Rename char16_t to char16 to fix VS2010 compiler errors due to char16_t becoming a built-in type (issue #243). 2011-09-18 01:07:28 +00:00
cef_thread.cc Update to Chromium revision 100584. 2011-09-10 19:40:03 +00:00
cef_thread.h Update to Chromium revision 100584. 2011-09-10 19:40:03 +00:00
cef_time.cc Add Date type support to CefV8Value (issue #190). 2011-05-23 17:43:53 +00:00
cef_time_util.h Add Date type support to CefV8Value (issue #190). 2011-05-23 17:43:53 +00:00
command_line_impl.cc - Expose command line parsing support with a new CefCommandLine class (issue #422). 2011-11-14 23:43:52 +00:00
dom_document_impl.cc Add asserts to verify correct DOM object usage. 2011-02-23 14:56:10 +00:00
dom_document_impl.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
dom_event_impl.cc Add asserts to verify correct DOM object usage. 2011-02-23 14:56:10 +00:00
dom_event_impl.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
dom_node_impl.cc - Add CefFocusHandler::OnFocusedNodeChanged() notification (issue #379). 2011-10-14 12:40:40 +00:00
dom_node_impl.h - Add CefFocusHandler::OnFocusedNodeChanged() notification (issue #379). 2011-10-14 12:40:40 +00:00
dom_storage_area.cc - Update to Chromium revision 85305. 2011-05-16 16:56:12 +00:00
dom_storage_area.h - Add CefSettings.local_storage_quota and session_storage_quota options for setting localStorage and sessionStorage quota limits respectively (issue #348). 2011-10-06 13:34:47 +00:00
dom_storage_common.h - Persist localStorage data across sessions when a cache path is specified (issue #139). 2010-11-17 17:28:32 +00:00
dom_storage_context.cc Add CefSetCookiePath() and CefSetStoragePath() functions for changing cookie and localStorage locations while CEF is running (issue #347). 2011-11-02 19:50:00 +00:00
dom_storage_context.h Add CefSetCookiePath() and CefSetStoragePath() functions for changing cookie and localStorage locations while CEF is running (issue #347). 2011-11-02 19:50:00 +00:00
dom_storage_namespace.cc - Add CefSettings.local_storage_quota and session_storage_quota options for setting localStorage and sessionStorage quota limits respectively (issue #348). 2011-10-06 13:34:47 +00:00
dom_storage_namespace.h - Add CefSettings.local_storage_quota and session_storage_quota options for setting localStorage and sessionStorage quota limits respectively (issue #348). 2011-10-06 13:34:47 +00:00
download_util.cc Update to Chromium revision 106500. 2011-10-20 20:34:13 +00:00
download_util.h Mac: 2011-08-02 16:50:06 +00:00
drag_data_impl.cc - Add CefDragHandler to support examination of drag data and cancellation of drag requests (issue #297). 2011-08-22 01:31:55 +00:00
drag_data_impl.h - Add CefDragHandler to support examination of drag data and cancellation of drag requests (issue #297). 2011-08-22 01:31:55 +00:00
drag_download_file.cc Add drag and drop support for Windows (issue #140). 2011-02-28 00:33:11 +00:00
drag_download_file.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
drag_download_util.cc Mac: 2011-08-02 16:50:06 +00:00
drag_download_util.h Mac: 2011-08-02 16:50:06 +00:00
external_popup_menu_mac.h Update to Chromium revision 102269. 2011-09-23 00:16:03 +00:00
external_popup_menu_mac.mm - Update to Chromium revision 105051. 2011-10-12 19:09:15 +00:00
external_protocol_handler.h Add HandleProtocolExecution event for unregistered protocols (issue #155). 2011-01-12 01:33:03 +00:00
external_protocol_handler_gtk.cc Add HandleProtocolExecution event for unregistered protocols (issue #155). 2011-01-12 01:33:03 +00:00
external_protocol_handler_mac.mm Add HandleProtocolExecution event for unregistered protocols (issue #155). 2011-01-12 01:33:03 +00:00
external_protocol_handler_win.cc Add HandleProtocolExecution event for unregistered protocols (issue #155). 2011-01-12 01:33:03 +00:00
http_header_utils.cc Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
http_header_utils.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
origin_whitelist_impl.cc - Add CefSettings.local_storage_quota and session_storage_quota options for setting localStorage and sessionStorage quota limits respectively (issue #348). 2011-10-06 13:34:47 +00:00
request_impl.cc Use multimap type for storing header values (issue #386). 2011-10-28 21:31:26 +00:00
request_impl.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
response_impl.cc Add support for setting response header values (issue #246). 2011-05-26 18:11:56 +00:00
response_impl.h Add support for setting response header values (issue #246). 2011-05-26 18:11:56 +00:00
scheme_impl.cc Correct implementation of the ability to observe and modify resource redirects (issue #346). 2011-12-15 14:47:23 +00:00
simple_clipboard_impl.cc Update to Chromium revision 110703. 2011-11-18 22:10:53 +00:00
stream_impl.cc Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
stream_impl.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
tracker.h Update to Chromium revision 110703. 2011-11-18 22:10:53 +00:00
v8_impl.cc Mac: Fix compile error due to revision 409 changes. 2011-12-08 13:15:55 +00:00
v8_impl.h - Revert: Change index parameter types from int to size_t to make 0-based range implicit. 2011-12-08 10:22:15 +00:00
web_drag_source_mac.h Mac: 2011-08-02 16:50:06 +00:00
web_drag_source_mac.mm Update to Chromium revision 106500. 2011-10-20 20:34:13 +00:00
web_drag_source_win.cc Add drag and drop support for Windows (issue #140). 2011-02-28 00:33:11 +00:00
web_drag_source_win.h Add drag and drop support for Windows (issue #140). 2011-02-28 00:33:11 +00:00
web_drag_utils_mac.h Mac: 2011-08-02 16:50:06 +00:00
web_drag_utils_mac.mm Update to Chromium revision 102269. 2011-09-23 00:16:03 +00:00
web_drag_utils_win.cc Add drag and drop support for Windows (issue #140). 2011-02-28 00:33:11 +00:00
web_drag_utils_win.h Add drag and drop support for Windows (issue #140). 2011-02-28 00:33:11 +00:00
web_drop_target_mac.h Mac: Add missing canceled_ variable to WebDropTarget. 2011-08-23 16:04:40 +00:00
web_drop_target_mac.mm Add a new NAVTYPE_LINKDROPPED value to the cef_handler_navtype_t enum passed to OnBeforeResourceLoad() that will be passed when navigation is resulting from a drop (issue #363). 2011-10-18 00:23:32 +00:00
web_drop_target_win.cc Win: Fix drag&drop breakage caused by revision 401 changes. 2011-12-08 01:11:08 +00:00
web_drop_target_win.h Update to Chromium revision 102269. 2011-09-23 00:16:03 +00:00
web_urlrequest_impl.cc Update to Chromium revision 102269. 2011-09-23 00:16:03 +00:00
web_urlrequest_impl.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00
webview_host.cc - Add new call to OnKeyEvent() to allow handling of keyboard events before they're passed to the renderer (issue #406). 2011-11-04 18:19:14 +00:00
webview_host.h - Add new call to OnKeyEvent() to allow handling of keyboard events before they're passed to the renderer (issue #406). 2011-11-04 18:19:14 +00:00
webview_host_gtk.cc - Add new call to OnKeyEvent() to allow handling of keyboard events before they're passed to the renderer (issue #406). 2011-11-04 18:19:14 +00:00
webview_host_mac.mm Mac: use regions to improve painting performance (issue #360). 2011-11-14 17:47:21 +00:00
webview_host_win.cc - Add new call to OnKeyEvent() to allow handling of keyboard events before they're passed to the renderer (issue #406). 2011-11-04 18:19:14 +00:00
webwidget_host.cc Improve CPU usage by ignoring ScheduleAnimation() and ScheduleComposite() calls when not using accelerated compositing (issue #456). 2011-12-15 16:06:02 +00:00
webwidget_host.h Mac: use regions to improve painting performance (issue #360). 2011-11-14 17:47:21 +00:00
webwidget_host_gtk.cc Improve CPU usage by ignoring ScheduleAnimation() and ScheduleComposite() calls when not using accelerated compositing (issue #456). 2011-12-15 16:06:02 +00:00
webwidget_host_mac.mm Improve CPU usage by ignoring ScheduleAnimation() and ScheduleComposite() calls when not using accelerated compositing (issue #456). 2011-12-15 16:06:02 +00:00
webwidget_host_win.cc Improve CPU usage by ignoring ScheduleAnimation() and ScheduleComposite() calls when not using accelerated compositing (issue #456). 2011-12-15 16:06:02 +00:00
xml_reader_impl.cc - Revert: Change index parameter types from int to size_t to make 0-based range implicit. 2011-12-08 10:22:15 +00:00
xml_reader_impl.h - Revert: Change index parameter types from int to size_t to make 0-based range implicit. 2011-12-08 10:22:15 +00:00
zip_reader_impl.cc - Add initial Linux implementation files. 2011-01-10 01:31:12 +00:00
zip_reader_impl.h Significant API changes for issue #218: 2011-05-20 14:42:25 +00:00