cef/libcef/browser
Marshall Greenblatt 58de0da301 Windows: Fix cancellation of drag&drop when using off-screen rendering and multi-threaded message loop and returning false from CefRenderHandler::StartDragging (issue #1364).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1853 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2014-09-30 18:52:26 +00:00
..
printing Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
browser_context.h Update to Chromium revision 275973. 2014-06-12 20:28:58 +00:00
browser_context_impl.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
browser_context_impl.h Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
browser_context_proxy.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
browser_context_proxy.h Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
browser_host_impl.cc Windows: Fix cancellation of drag&drop when using off-screen rendering and multi-threaded message loop and returning false from CefRenderHandler::StartDragging (issue #1364). 2014-09-30 18:52:26 +00:00
browser_host_impl.h Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
browser_host_impl_linux.cc Linux: Add drag&drop support (issue #1258). 2014-07-08 22:37:06 +00:00
browser_host_impl_mac.mm Mac: Reduce resource usage on SetWindowVisibility(false) and fix delivery of application hide/unhide notifications (issue #1369) 2014-09-10 21:32:30 +00:00
browser_host_impl_win.cc Windows: Set browser window size to 0x0 when minimized to reduce resource usage (issue #1369). 2014-09-04 23:12:28 +00:00
browser_info.cc Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
browser_info.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
browser_main.cc Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
browser_main.h Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
browser_main_linux.cc Linux: Remove GTK+ dependency and add initial Aura/X11 implementation (issue #1258) 2014-05-22 21:01:22 +00:00
browser_main_mac.mm Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
browser_main_win.cc Update to Chromium revision 194165. 2013-04-15 22:16:01 +00:00
browser_message_filter.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
browser_message_filter.h Fix identification of focused frame (issue #1381). 2014-09-19 19:12:44 +00:00
browser_message_loop.cc Update to Chromium revision 194165. 2013-04-15 22:16:01 +00:00
browser_message_loop.h Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
browser_pref_store.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
browser_pref_store.h Update to Chromium revision 237081. 2013-11-25 23:04:25 +00:00
browser_settings.cc Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
browser_settings.h Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
browser_urlrequest_impl.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
browser_urlrequest_impl.h - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
chrome_browser_process_stub.cc Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
chrome_browser_process_stub.h Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
chrome_scheme_handler.cc Update to Chromium revision 272007. 2014-05-29 17:15:34 +00:00
chrome_scheme_handler.h Remove the old (non-functional) about:tracing implementation. A new implementation is required due to Chromium changes (issue #1146). 2013-11-25 23:21:32 +00:00
content_browser_client.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
content_browser_client.h Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
context.cc Update to Chromium revision 261035. 2014-04-04 16:50:38 +00:00
context.h Add sandbox support (issue #524). 2013-11-15 18:47:02 +00:00
context_menu_params_impl.cc Update to Chromium revision 272007. 2014-05-29 17:15:34 +00:00
context_menu_params_impl.h Update to Chromium revision 272007. 2014-05-29 17:15:34 +00:00
cookie_manager_impl.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
cookie_manager_impl.h Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
devtools_delegate.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
devtools_delegate.h Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
devtools_frontend.cc Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
devtools_frontend.h Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
devtools_scheme_handler.cc Update to Chromium revision 251746. 2014-02-19 16:27:54 +00:00
devtools_scheme_handler.h Update to Chromium revision 187216. 2013-03-12 20:23:24 +00:00
download_item_impl.cc Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
download_item_impl.h Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
download_manager_delegate.cc Update to Chromium revision 263053. 2014-04-30 17:14:40 +00:00
download_manager_delegate.h Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
frame_host_impl.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
frame_host_impl.h Reduce locking in browser and frame implementations to avoid potential deadlocks (issue #824). 2013-05-31 15:34:53 +00:00
geolocation_impl.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
internal_scheme_handler.cc Update to Chromium revision 207871. 2013-06-22 02:06:32 +00:00
internal_scheme_handler.h Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
javascript_dialog.h Linux: Remove GTK+ dependency and add initial Aura/X11 implementation (issue #1258) 2014-05-22 21:01:22 +00:00
javascript_dialog_linux.cc Linux: Remove GTK+ dependency and add initial Aura/X11 implementation (issue #1258) 2014-05-22 21:01:22 +00:00
javascript_dialog_mac.mm Update to Chromium revision 242756. 2014-01-02 22:41:11 +00:00
javascript_dialog_manager.cc Crash early on incorrect usage of CefJSDialogHandler::OnJSDialog (issue #1206). 2014-03-12 15:43:05 +00:00
javascript_dialog_manager.h Update to Chromium revision 241258. 2013-12-17 22:04:35 +00:00
javascript_dialog_win.cc Update to Chromium revision 242756. 2014-01-02 22:41:11 +00:00
media_capture_devices_dispatcher.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
media_capture_devices_dispatcher.h Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
menu_creator.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
menu_creator.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
menu_creator_runner_linux.cc Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
menu_creator_runner_linux.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
menu_creator_runner_mac.h Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
menu_creator_runner_mac.mm Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
menu_creator_runner_win.cc Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
menu_creator_runner_win.h Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
menu_model_impl.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
menu_model_impl.h Linux: Use Aura to display context menus (issue #1258) 2014-05-23 17:47:07 +00:00
navigate_params.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
navigate_params.h Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
origin_whitelist_impl.cc Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
origin_whitelist_impl.h Support cross-origin XMLHttpRequest loads and redirects for custom standard schemes when enabled via the cross-origin whitelist (issue #950). 2013-04-18 17:58:23 +00:00
path_util_impl.cc Update to Chromium revision 184577. 2013-02-27 17:56:03 +00:00
print_settings_impl.cc Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258). 2014-07-10 15:41:30 +00:00
print_settings_impl.h Linux: Add new CefPrintHandler and CefPrintSettings classes to support printing and a GTK implementation in cefclient (issue #1258). 2014-07-10 15:41:30 +00:00
process_util_impl.cc Update to Chromium revision 217791. 2013-08-15 19:38:55 +00:00
proxy_stubs.cc Update to Chromium revision 272007. 2014-05-29 17:15:34 +00:00
render_widget_host_view_osr.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
render_widget_host_view_osr.h Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
render_widget_host_view_osr_linux.cc Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
render_widget_host_view_osr_mac.mm Mac: Reduce resource usage on SetWindowVisibility(false) and fix delivery of application hide/unhide notifications (issue #1369) 2014-09-10 21:32:30 +00:00
render_widget_host_view_osr_win.cc Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
request_context_impl.cc Structural improvements for request handling (issue #1044) 2013-09-03 16:43:31 +00:00
request_context_impl.h Structural improvements for request handling (issue #1044) 2013-09-03 16:43:31 +00:00
resource_dispatcher_host_delegate.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
resource_dispatcher_host_delegate.h Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
resource_request_job.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
resource_request_job.h Return timing information for custom requests to avoid crash in WebKit (issue #1259). 2014-07-10 17:37:40 +00:00
scheme_handler.cc Update to Chromium revision 275973. 2014-06-12 20:28:58 +00:00
scheme_handler.h Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
scheme_impl.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
scheme_impl.h Update to Chromium revision 187216. 2013-03-12 20:23:24 +00:00
speech_recognition_manager_delegate.cc Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
speech_recognition_manager_delegate.h Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
stream_impl.cc Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
stream_impl.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
text_input_client_osr_mac.h Implement off-screen rendering support using delegated rendering (issue #1257). 2014-06-30 22:30:29 +00:00
text_input_client_osr_mac.mm Update to Chromium revision ad468e8b (#292352). 2014-09-04 17:53:40 +00:00
thread_util.h Linux: Remove GTK+ dependency and add initial Aura/X11 implementation (issue #1258) 2014-05-22 21:01:22 +00:00
trace_impl.cc Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
trace_subscriber.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
trace_subscriber.h Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
url_network_delegate.cc Restore access to local files (issue #1249) 2014-04-09 17:58:31 +00:00
url_network_delegate.h Restore access to local files (issue #1249) 2014-04-09 17:58:31 +00:00
url_request_context_getter.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
url_request_context_getter.h Update to Chromium revision 275973. 2014-06-12 20:28:58 +00:00
url_request_context_getter_proxy.cc Structural improvements for request handling (issue #1044) 2013-09-03 16:43:31 +00:00
url_request_context_getter_proxy.h Structural improvements for request handling (issue #1044) 2013-09-03 16:43:31 +00:00
url_request_context_proxy.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
url_request_context_proxy.h Structural improvements for request handling (issue #1044) 2013-09-03 16:43:31 +00:00
url_request_interceptor.cc Update to Chromium revision 261035. 2014-04-04 16:50:38 +00:00
url_request_interceptor.h Update to Chromium revision 153668. 2012-08-28 22:26:35 +00:00
url_request_user_data.cc Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
url_request_user_data.h Fix svn:eol-style property. 2013-10-18 16:33:56 +00:00
web_contents_view_osr.cc Windows: Fix cancellation of drag&drop when using off-screen rendering and multi-threaded message loop and returning false from CefRenderHandler::StartDragging (issue #1364). 2014-09-30 18:52:26 +00:00
web_contents_view_osr.h Windows: Fix cancellation of drag&drop when using off-screen rendering and multi-threaded message loop and returning false from CefRenderHandler::StartDragging (issue #1364). 2014-09-30 18:52:26 +00:00
web_plugin_impl.cc Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
web_plugin_impl.h Update to Chromium revision 213078. 2013-07-24 20:15:18 +00:00
window_delegate_view.cc Update to Chromium revision 275973. 2014-06-12 20:28:58 +00:00
window_delegate_view.h Linux: Remove GTK+ dependency and add initial Aura/X11 implementation (issue #1258) 2014-05-22 21:01:22 +00:00
window_x11.cc Update to Chromium revision b0aa1fb5 (#296183). 2014-09-26 23:48:19 +00:00
window_x11.h Fix delivery of focus/blur events (issue #1301). 2014-06-06 19:04:21 +00:00
xml_reader_impl.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
xml_reader_impl.h Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
zip_reader_impl.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
zip_reader_impl.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00