cef/libcef_dll/ctocpp
Marshall Greenblatt 327ad9d9de - HandleAddressChange and HandleTitleChange will always be called for the main frame and only the main frame (issue #200).
- The |frame| parameter to HandleLoadStart and HandleLoadEnd will always be non-empty. The CefFrame::IsMain() method can be used to check if the notification is for the main frame. The |isMainContent| parameter has been removed.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@202 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-03-08 19:33:18 +00:00
..
base_ctocpp.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_ctocpp.cc - Respect the WS_VISIBLE flag when creating browser windows (issue #201). 2011-03-08 01:07:47 +00:00
browser_ctocpp.h - Respect the WS_VISIBLE flag when creating browser windows (issue #201). 2011-03-08 01:07:47 +00:00
ctocpp.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
domdocument_ctocpp.cc Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
domdocument_ctocpp.h Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
domevent_ctocpp.cc Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
domevent_ctocpp.h Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
domevent_listener_ctocpp.cc Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
domevent_listener_ctocpp.h Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
domnode_ctocpp.cc Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
domnode_ctocpp.h Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
domvisitor_ctocpp.cc Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
domvisitor_ctocpp.h Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
download_handler_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
download_handler_ctocpp.h - Add the CefHandler::HandleDownloadResponse() method and CefDownloadHandler class to support file download in response to 'Content-Disposition' headers (issue #6). 2010-10-16 19:10:11 +00:00
frame_ctocpp.cc Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
frame_ctocpp.h Add support for accessing and modifying the DOM (issue #60). 2011-02-23 03:45:13 +00:00
handler_ctocpp.cc - 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
handler_ctocpp.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
post_data_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
post_data_ctocpp.h - Add the CefHandler::HandleDownloadResponse() method and CefDownloadHandler class to support file download in response to 'Content-Disposition' headers (issue #6). 2010-10-16 19:10:11 +00:00
post_data_element_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
post_data_element_ctocpp.h 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
read_handler_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
read_handler_ctocpp.h - Add the CefHandler::HandleDownloadResponse() method and CefDownloadHandler class to support file download in response to 'Content-Disposition' headers (issue #6). 2010-10-16 19:10:11 +00:00
request_ctocpp.cc - Add CefWebURLRequest implementation (issue #51). 2011-02-09 22:04:35 +00:00
request_ctocpp.h - Add CefWebURLRequest implementation (issue #51). 2011-02-09 22:04:35 +00:00
response_ctocpp.cc - Add missing files. 2011-02-10 01:17:54 +00:00
response_ctocpp.h - Add missing files. 2011-02-10 01:17:54 +00:00
scheme_handler_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
scheme_handler_ctocpp.h 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
scheme_handler_factory_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
scheme_handler_factory_ctocpp.h - Add the CefHandler::HandleDownloadResponse() method and CefDownloadHandler class to support file download in response to 'Content-Disposition' headers (issue #6). 2010-10-16 19:10:11 +00:00
stream_reader_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
stream_reader_ctocpp.h - Add the CefHandler::HandleDownloadResponse() method and CefDownloadHandler class to support file download in response to 'Content-Disposition' headers (issue #6). 2010-10-16 19:10:11 +00:00
stream_writer_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
stream_writer_ctocpp.h - Add the CefHandler::HandleDownloadResponse() method and CefDownloadHandler class to support file download in response to 'Content-Disposition' headers (issue #6). 2010-10-16 19:10:11 +00:00
task_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
task_ctocpp.h - Add the CefHandler::HandleDownloadResponse() method and CefDownloadHandler class to support file download in response to 'Content-Disposition' headers (issue #6). 2010-10-16 19:10:11 +00:00
v8context_ctocpp.cc Issue #188: 2011-02-21 22:44:06 +00:00
v8context_ctocpp.h Issue #188: 2011-02-21 22:44:06 +00:00
v8handler_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
v8handler_ctocpp.h 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
v8value_ctocpp.cc Issue #188: 2011-02-21 22:44:06 +00:00
v8value_ctocpp.h Issue #188: 2011-02-21 22:44:06 +00:00
web_urlrequest_client_ctocpp.cc - Add CefWebURLRequest implementation (issue #51). 2011-02-09 22:04:35 +00:00
web_urlrequest_client_ctocpp.h - Add CefWebURLRequest implementation (issue #51). 2011-02-09 22:04:35 +00:00
web_urlrequest_ctocpp.cc - Add CefWebURLRequest implementation (issue #51). 2011-02-09 22:04:35 +00:00
web_urlrequest_ctocpp.h - Add CefWebURLRequest implementation (issue #51). 2011-02-09 22:04:35 +00:00
write_handler_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
write_handler_ctocpp.h - Add the CefHandler::HandleDownloadResponse() method and CefDownloadHandler class to support file download in response to 'Content-Disposition' headers (issue #6). 2010-10-16 19:10:11 +00:00
xml_reader_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
xml_reader_ctocpp.h - Fix Mac compile errors due to string type changes (issue #146). 2010-11-23 14:46:01 +00:00
zip_reader_ctocpp.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
zip_reader_ctocpp.h 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