cef/libcef_dll/cpptoc
Marshall Greenblatt e33ea0aff4 - Move browser object tracking from CefContext to CefContentBrowserClient and introduce a new CefBrowserInfo class to simplify ID management (issue #830).
- Add a new CefBrowser::IsSame method (issue #830).
- Improve CefRenderProcessHandler::OnBrowserCreated documentation (issue #830).
- Add a new NavigationTest.CrossOrigin test for cross-origin navigation (issue #830).
- Fix existing NavigationTest tests to run in single-process mode.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@963 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-12-30 11:17:49 +00:00
..
app_cpptoc.cc - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
app_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
auth_callback_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
auth_callback_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
base_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
before_download_callback_cpptoc.cc Allow an empty |download_path| argument to CefBeforeDownloadCallback::Continue (issue #516). 2012-06-28 17:46:40 +00:00
before_download_callback_cpptoc.h - Add download handling support via new CefDownloadHandler and CefDownloadItem interfaces (issue #516). 2012-06-28 17:21:18 +00:00
binary_value_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
binary_value_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
browser_cpptoc.cc - Move browser object tracking from CefContext to CefContentBrowserClient and introduce a new CefBrowserInfo class to simplify ID management (issue #830). 2012-12-30 11:17:49 +00:00
browser_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
browser_host_cpptoc.cc Allow empty |client| parameter to CreateBrowser and CreateBrowserSync. 2012-12-12 14:43:57 +00:00
browser_host_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
browser_process_handler_cpptoc.cc - Pass information to the renderer process synchronously on render thread creation and new browser creation to avoid race conditions (issue #744). 2012-11-20 20:08:36 +00:00
browser_process_handler_cpptoc.h - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
callback_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
callback_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
client_cpptoc.cc Windows: Add off-screen rendering support (issue #518). 2012-11-21 00:40:15 +00:00
client_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
command_line_cpptoc.cc Add CefBrowserProcessHandler::OnBeforeChildProcessLaunch and CefCommandLine::PrependWrapper to support custom construction of the command line for child processes (issue #628). 2012-09-27 17:07:31 +00:00
command_line_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
context_menu_handler_cpptoc.cc Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
context_menu_handler_cpptoc.h Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
context_menu_params_cpptoc.cc Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
context_menu_params_cpptoc.h Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
cookie_manager_cpptoc.cc CEF3: Add CefCookieManager::SetSupportedSchemes method which supports cookie storage for non-http(s) schemes (issue #567). 2012-04-03 22:14:28 +00:00
cookie_manager_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cookie_visitor_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cookie_visitor_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
dialog_handler_cpptoc.cc - Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761). 2012-10-16 19:28:07 +00:00
dialog_handler_cpptoc.h - Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761). 2012-10-16 19:28:07 +00:00
dictionary_value_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
dictionary_value_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
display_handler_cpptoc.cc Implement CefDisplayHandler OnStatusMessage and OnConsoleMessage callbacks (issue #662). 2012-09-07 21:01:27 +00:00
display_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
domdocument_cpptoc.cc Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
domdocument_cpptoc.h Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
domevent_cpptoc.cc Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
domevent_cpptoc.h Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
domevent_listener_cpptoc.cc Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
domevent_listener_cpptoc.h Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
domnode_cpptoc.cc - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
domnode_cpptoc.h Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
domvisitor_cpptoc.cc Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
domvisitor_cpptoc.h Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
download_handler_cpptoc.cc - Add download handling support via new CefDownloadHandler and CefDownloadItem interfaces (issue #516). 2012-06-28 17:21:18 +00:00
download_handler_cpptoc.h - Add download handling support via new CefDownloadHandler and CefDownloadItem interfaces (issue #516). 2012-06-28 17:21:18 +00:00
download_item_callback_cpptoc.cc - Add download handling support via new CefDownloadHandler and CefDownloadItem interfaces (issue #516). 2012-06-28 17:21:18 +00:00
download_item_callback_cpptoc.h - Add download handling support via new CefDownloadHandler and CefDownloadItem interfaces (issue #516). 2012-06-28 17:21:18 +00:00
download_item_cpptoc.cc - Update to Chromium revision 165669. 2012-11-05 20:18:20 +00:00
download_item_cpptoc.h - Add download handling support via new CefDownloadHandler and CefDownloadItem interfaces (issue #516). 2012-06-28 17:21:18 +00:00
file_dialog_callback_cpptoc.cc - Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761). 2012-10-16 19:28:07 +00:00
file_dialog_callback_cpptoc.h - Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761). 2012-10-16 19:28:07 +00:00
focus_handler_cpptoc.cc - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
focus_handler_cpptoc.h - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
frame_cpptoc.cc Add direct DOM access (issue #511). 2012-04-27 21:19:06 +00:00
frame_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
geolocation_callback_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
geolocation_callback_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
geolocation_handler_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
geolocation_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
get_geolocation_callback_cpptoc.cc Add a new CefGetGeolocation function for retrieving geolocation information via an API callback (issue #764). 2012-10-19 18:39:44 +00:00
get_geolocation_callback_cpptoc.h Add a new CefGetGeolocation function for retrieving geolocation information via an API callback (issue #764). 2012-10-19 18:39:44 +00:00
jsdialog_callback_cpptoc.cc Add support for JavaScript alert, confirm, prompt and onbeforeunload dialogs (issue #507). 2012-04-16 21:15:27 +00:00
jsdialog_callback_cpptoc.h Add support for JavaScript alert, confirm, prompt and onbeforeunload dialogs (issue #507). 2012-04-16 21:15:27 +00:00
jsdialog_handler_cpptoc.cc Add support for JavaScript alert, confirm, prompt and onbeforeunload dialogs (issue #507). 2012-04-16 21:15:27 +00:00
jsdialog_handler_cpptoc.h Add support for JavaScript alert, confirm, prompt and onbeforeunload dialogs (issue #507). 2012-04-16 21:15:27 +00:00
keyboard_handler_cpptoc.cc - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
keyboard_handler_cpptoc.h - Add keyboard and focus notifications (issue #508). 2012-06-11 15:52:49 +00:00
life_span_handler_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
life_span_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
list_value_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
list_value_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
load_handler_cpptoc.cc Add OnRenderProcessTerminated and OnPluginCrashed notifications to CefLoadHandler (issue #633). 2012-06-25 19:49:17 +00:00
load_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
menu_model_cpptoc.cc Revert the CefMenuModel separator changes added in revision 747. 2012-08-29 16:58:40 +00:00
menu_model_cpptoc.h Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
permission_handler_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
permission_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
post_data_cpptoc.cc - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
post_data_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
post_data_element_cpptoc.cc - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
post_data_element_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
process_message_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
process_message_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
proxy_handler_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
proxy_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
quota_callback_cpptoc.cc Add CefRequestHandler::OnQuotaRequest callback for handling webkitStorageInfo.requestQuota requests (issue #732). 2012-09-27 22:52:15 +00:00
quota_callback_cpptoc.h Add CefRequestHandler::OnQuotaRequest callback for handling webkitStorageInfo.requestQuota requests (issue #732). 2012-09-27 22:52:15 +00:00
read_handler_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
read_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
render_handler_cpptoc.cc Windows: Add off-screen rendering support (issue #518). 2012-11-21 00:40:15 +00:00
render_handler_cpptoc.h Windows: Add off-screen rendering support (issue #518). 2012-11-21 00:40:15 +00:00
render_process_handler_cpptoc.cc - Pass information to the renderer process synchronously on render thread creation and new browser creation to avoid race conditions (issue #744). 2012-11-20 20:08:36 +00:00
render_process_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
request_cpptoc.cc - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
request_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
request_handler_cpptoc.cc Add new CefRequestHandler::OnBeforePluginLoad callback and functions for controlling plugin loading and life span (issue #645). 2012-09-28 20:14:02 +00:00
request_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
resource_bundle_handler_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
resource_bundle_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
resource_handler_cpptoc.cc - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
resource_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
response_cpptoc.cc - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
response_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
run_file_dialog_callback_cpptoc.cc - Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761). 2012-10-16 19:28:07 +00:00
run_file_dialog_callback_cpptoc.h - Provide default implementations of the file chooser dialogs (open, open multiple, save) on all platforms (issue #761). 2012-10-16 19:28:07 +00:00
scheme_handler_factory_cpptoc.cc - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
scheme_handler_factory_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
scheme_registrar_cpptoc.cc - Update to Chromium revision 133430. 2012-04-24 18:01:48 +00:00
scheme_registrar_cpptoc.h - Update to Chromium revision 133430. 2012-04-24 18:01:48 +00:00
stream_reader_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
stream_reader_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
stream_writer_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
stream_writer_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
string_visitor_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
string_visitor_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
task_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
task_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
trace_client_cpptoc.cc - Expose tracing functionality via new cef_trace.h and cef_trace_event.h headers (issue #711). 2012-10-17 22:45:49 +00:00
trace_client_cpptoc.h - Expose tracing functionality via new cef_trace.h and cef_trace_event.h headers (issue #711). 2012-10-17 22:45:49 +00:00
urlrequest_client_cpptoc.cc - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
urlrequest_client_cpptoc.h - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
urlrequest_cpptoc.cc - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
urlrequest_cpptoc.h - Add CefURLRequest support (issue #517). 2012-06-19 16:29:49 +00:00
v8accessor_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
v8accessor_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
v8context_cpptoc.cc Support implicit detachment of CEF V8 references when the associated context is released (issue #484). 2012-10-29 21:46:02 +00:00
v8context_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
v8exception_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
v8exception_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
v8handler_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
v8handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
v8stack_frame_cpptoc.cc Support implicit detachment of CEF V8 references when the associated context is released (issue #484). 2012-10-29 21:46:02 +00:00
v8stack_frame_cpptoc.h Add new CefV8StackTrace and CefV8StackFrame interfaces to support retrieval of the JavaScript stack trace for the currently active V8 context (issue #682). 2012-07-25 11:52:03 +00:00
v8stack_trace_cpptoc.cc Support implicit detachment of CEF V8 references when the associated context is released (issue #484). 2012-10-29 21:46:02 +00:00
v8stack_trace_cpptoc.h Add new CefV8StackTrace and CefV8StackFrame interfaces to support retrieval of the JavaScript stack trace for the currently active V8 context (issue #682). 2012-07-25 11:52:03 +00:00
v8value_cpptoc.cc Support implicit detachment of CEF V8 references when the associated context is released (issue #484). 2012-10-29 21:46:02 +00:00
v8value_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
web_plugin_info_cpptoc.cc Add ability to directly retrieve plugin information (issue #575). 2012-04-27 19:12:01 +00:00
web_plugin_info_cpptoc.h Add ability to directly retrieve plugin information (issue #575). 2012-04-27 19:12:01 +00:00
web_plugin_info_visitor_cpptoc.cc Add ability to directly retrieve plugin information (issue #575). 2012-04-27 19:12:01 +00:00
web_plugin_info_visitor_cpptoc.h Add ability to directly retrieve plugin information (issue #575). 2012-04-27 19:12:01 +00:00
web_plugin_unstable_callback_cpptoc.cc Add new CefRequestHandler::OnBeforePluginLoad callback and functions for controlling plugin loading and life span (issue #645). 2012-09-28 20:14:02 +00:00
web_plugin_unstable_callback_cpptoc.h Add new CefRequestHandler::OnBeforePluginLoad callback and functions for controlling plugin loading and life span (issue #645). 2012-09-28 20:14:02 +00:00
write_handler_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
write_handler_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
xml_reader_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
xml_reader_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
zip_reader_cpptoc.cc Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
zip_reader_cpptoc.h Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00