cef/libcef
Marshall Greenblatt 2669a3b6c3 - Don't load URLs twice for popup windows (issue #215).
- Make the |url| parameter to HandleBeforeCreated constant (issue #215).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@227 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-05-10 13:55:06 +00:00
..
printing Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_appcache_system.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_appcache_system.h - Update to Chromium revision 70742. 2011-01-07 21:34:20 +00:00
browser_database_system.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_database_system.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_devtools_agent.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_devtools_agent.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +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 Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_devtools_client.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_drag_delegate_win.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_drag_delegate_win.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_file_system.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_file_system.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_file_writer.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_file_writer.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_impl.cc - Don't load URLs twice for popup windows (issue #215). 2011-05-10 13:55:06 +00:00
browser_impl.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_impl_gtk.cc - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
browser_impl_mac.mm - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
browser_impl_win.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_navigation_controller.cc The |isMainContent| parameter to HandleLoadEnd should be true for reloads (issue #183). 2011-02-01 16:52:32 +00:00
browser_navigation_controller.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_persistent_cookie_store.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_persistent_cookie_store.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_request_context.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_request_context.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_resource_loader_bridge.cc - Add support for returning an HTTP status code from HandleBeforeResourceLoad and custom scheme handlers via the CefResponse class (issue #202). 2011-04-21 16:46:16 +00:00
browser_resource_loader_bridge.h 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
browser_settings.cc - Add developer tools support (issue #127). 2011-01-25 18:37:27 +00:00
browser_settings.h - Add cookie get/set support (issue #88). 2011-04-09 01:05:30 +00:00
browser_socket_stream_bridge.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_socket_stream_bridge.h - Update to Chromium revision 70742. 2011-01-07 21:34:20 +00:00
browser_web_worker.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_webblobregistry_impl.cc Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_webblobregistry_impl.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +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 Fix plugin enabled check in ShouldDownload (issue #227). 2011-05-09 15:12:13 +00:00
browser_webkit_glue.h - HandleAddressChange and HandleTitleChange will always be called for the main frame and only the main frame (issue #200). 2011-03-08 19:33:18 +00:00
browser_webkit_glue_mac.mm Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_webkit_glue_win.cc Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_webkit_init.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_webstoragearea_impl.cc Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_webstoragearea_impl.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_webstoragenamespace_impl.cc - Persist localStorage data across sessions when a cache path is specified (issue #139). 2010-11-17 17:28:32 +00:00
browser_webstoragenamespace_impl.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_webview_delegate.cc Fix incorrect screen size information (issue #189). 2011-03-25 19:53:01 +00:00
browser_webview_delegate.h Mac: 2011-04-09 16:54:59 +00:00
browser_webview_delegate_gtk.cc Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
browser_webview_delegate_mac.mm Mac: 2011-04-09 16:54:59 +00:00
browser_webview_delegate_win.cc Mac: 2011-04-09 16:54:59 +00:00
browser_webview_mac.h Mac: 2010-11-15 15:39:56 +00:00
browser_webview_mac.mm Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
browser_zoom_map.cc Add zoom support (issue #116). 2011-01-25 15:34:50 +00:00
browser_zoom_map.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
cef_context.cc - Add cookie get/set support (issue #88). 2011-04-09 01:05:30 +00:00
cef_context.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
cef_process.cc - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
cef_process.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
cef_process_io_thread.cc Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +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 Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
cef_process_ui_thread.h Mac: 2010-11-15 15:39:56 +00:00
cef_process_ui_thread_gtk.cc - Add initial Linux implementation files. 2011-01-10 01:31:12 +00:00
cef_process_ui_thread_mac.mm Mac: 2011-04-09 16:54:59 +00:00
cef_process_ui_thread_win.cc Mac: 2010-11-15 15:39:56 +00:00
cef_string_list.cc Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
cef_string_map.cc Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
cef_string_types.cc - Fix Mac compile errors due to string type changes (issue #146). 2010-11-23 14:46:01 +00:00
cef_thread.cc Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
cef_thread.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +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 Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +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 Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
dom_node_impl.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
dom_node_impl.h Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
dom_storage_area.cc Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
dom_storage_area.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +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 Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
dom_storage_context.h - Persist localStorage data across sessions when a cache path is specified (issue #139). 2010-11-17 17:28:32 +00:00
dom_storage_namespace.cc Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
dom_storage_namespace.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +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
external_popup_menu_mac.h Mac: 2011-04-09 16:54:59 +00:00
external_popup_menu_mac.mm Mac: 2011-04-09 16:54:59 +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
request_impl.cc - Add missing files. 2011-02-10 01:17:54 +00:00
request_impl.h Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
response_impl.cc - Add support for returning an HTTP status code from HandleBeforeResourceLoad and custom scheme handlers via the CefResponse class (issue #202). 2011-04-21 16:46:16 +00:00
response_impl.h - Add support for returning an HTTP status code from HandleBeforeResourceLoad and custom scheme handlers via the CefResponse class (issue #202). 2011-04-21 16:46:16 +00:00
scheme_impl.cc Allow custom schemes to cause redirects (issue #98). 2011-04-21 18:17:46 +00:00
simple_clipboard_impl.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
stream_impl.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
stream_impl.h 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
tracker.h 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
v8_impl.cc - Add support for entering a V8 context asynchronously (issue #203). 2011-04-07 01:58:49 +00:00
v8_impl.h - Add support for entering a V8 context asynchronously (issue #203). 2011-04-07 01:58:49 +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_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_win.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
web_drop_target_win.h Add drag and drop support for Windows (issue #140). 2011-02-28 00:33:11 +00:00
web_urlrequest_impl.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
web_urlrequest_impl.h Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
webview_host.cc - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
webview_host.h - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
webview_host_gtk.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
webview_host_mac.mm Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
webview_host_win.cc Update to Chromium revision 80310. 2011-04-05 16:17:33 +00:00
webwidget_host.cc - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
webwidget_host.h - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
webwidget_host_gtk.cc - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
webwidget_host_mac.mm - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
webwidget_host_win.cc Handle the WM_GETDLGCODE message on Windows so that the browser receives all keyboard input when used as a dialog window (issue # 223). 2011-05-09 15:21:12 +00:00
xml_reader_impl.cc - Add initial Linux implementation files. 2011-01-10 01:31:12 +00:00
xml_reader_impl.h - Add initial Linux implementation files. 2011-01-10 01:31:12 +00:00
zip_reader_impl.cc - Add initial Linux implementation files. 2011-01-10 01:31:12 +00:00
zip_reader_impl.h - Add initial Linux implementation files. 2011-01-10 01:31:12 +00:00