.. |
app_ctocpp.cc
|
- Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399).
|
2011-11-23 22:47:09 +00:00 |
app_ctocpp.h
|
- Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399).
|
2011-11-23 22:47:09 +00:00 |
base_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
browser_ctocpp.cc
|
- Expose command line parsing support with a new CefCommandLine class (issue #422).
|
2011-11-14 23:43:52 +00:00 |
browser_ctocpp.h
|
- Add a CefBrowser::ClearHistory() method for clearing back/forward browsing history (issue #352).
|
2011-10-04 11:49:36 +00:00 |
client_ctocpp.cc
|
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 |
client_ctocpp.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 |
command_line_ctocpp.cc
|
Update to Chromium revision 110703.
|
2011-11-18 22:10:53 +00:00 |
command_line_ctocpp.h
|
- Expose command line parsing support with a new CefCommandLine class (issue #422).
|
2011-11-14 23:43:52 +00:00 |
content_filter_ctocpp.cc
|
Add OnResourceReponse and CefContentFilter for viewing and filtering response content (issue #241).
|
2011-05-23 23:39:07 +00:00 |
content_filter_ctocpp.h
|
Add OnResourceReponse and CefContentFilter for viewing and filtering response content (issue #241).
|
2011-05-23 23:39:07 +00:00 |
cookie_visitor_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
cookie_visitor_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
ctocpp.h
|
- Add CefFocusHandler::OnFocusedNodeChanged() notification (issue #379).
|
2011-10-14 12:40:40 +00:00 |
display_handler_ctocpp.cc
|
Add CefDisplayHandler::OnContentsSizeChange() notificiation (issue #341).
|
2011-10-21 14:09:04 +00:00 |
display_handler_ctocpp.h
|
Add CefDisplayHandler::OnContentsSizeChange() notificiation (issue #341).
|
2011-10-21 14:09:04 +00:00 |
domdocument_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
domdocument_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
domevent_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
domevent_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
domevent_listener_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
domevent_listener_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
domnode_ctocpp.cc
|
- Add CefFocusHandler::OnFocusedNodeChanged() notification (issue #379).
|
2011-10-14 12:40:40 +00:00 |
domnode_ctocpp.h
|
- Add CefFocusHandler::OnFocusedNodeChanged() notification (issue #379).
|
2011-10-14 12:40:40 +00:00 |
domvisitor_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
domvisitor_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
download_handler_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
download_handler_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
drag_data_ctocpp.cc
|
- Expose command line parsing support with a new CefCommandLine class (issue #422).
|
2011-11-14 23:43:52 +00:00 |
drag_data_ctocpp.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_handler_ctocpp.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_handler_ctocpp.h
|
- Add CefDragHandler to support examination of drag data and cancellation of drag requests (issue #297).
|
2011-08-22 01:31:55 +00:00 |
find_handler_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
find_handler_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
focus_handler_ctocpp.cc
|
- Add CefFocusHandler::OnFocusedNodeChanged() notification (issue #379).
|
2011-10-14 12:40:40 +00:00 |
focus_handler_ctocpp.h
|
- Add CefFocusHandler::OnFocusedNodeChanged() notification (issue #379).
|
2011-10-14 12:40:40 +00:00 |
frame_ctocpp.cc
|
Add CefFrame::GetV8Context() method for retrieving the V8 context of a frame (issue #344).
|
2011-10-28 20:30:19 +00:00 |
frame_ctocpp.h
|
Add CefFrame::GetV8Context() method for retrieving the V8 context of a frame (issue #344).
|
2011-10-28 20:30:19 +00:00 |
jsdialog_handler_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
jsdialog_handler_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
keyboard_handler_ctocpp.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 |
keyboard_handler_ctocpp.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 |
life_span_handler_ctocpp.cc
|
- Clean up implementation of modal window callbacks (issue #281).
|
2011-08-03 15:35:51 +00:00 |
life_span_handler_ctocpp.h
|
- Clean up implementation of modal window callbacks (issue #281).
|
2011-08-03 15:35:51 +00:00 |
load_handler_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
load_handler_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
menu_handler_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
menu_handler_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
post_data_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
post_data_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
post_data_element_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
post_data_element_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
print_handler_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
print_handler_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
proxy_handler_ctocpp.cc
|
- Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399).
|
2011-11-23 22:47:09 +00:00 |
proxy_handler_ctocpp.h
|
- Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399).
|
2011-11-23 22:47:09 +00:00 |
read_handler_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
read_handler_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
render_handler_ctocpp.cc
|
- Win: Improve redraw and scrolling performance (issue #360).
|
2011-11-09 20:09:24 +00:00 |
render_handler_ctocpp.h
|
- Win: Improve redraw and scrolling performance (issue #360).
|
2011-11-09 20:09:24 +00:00 |
request_ctocpp.cc
|
Use multimap type for storing header values (issue #386).
|
2011-10-28 21:31:26 +00:00 |
request_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
request_handler_ctocpp.cc
|
Update to Chromium revision 102269.
|
2011-09-23 00:16:03 +00:00 |
request_handler_ctocpp.h
|
Update to Chromium revision 102269.
|
2011-09-23 00:16:03 +00:00 |
response_ctocpp.cc
|
Use multimap type for storing header values (issue #386).
|
2011-10-28 21:31:26 +00:00 |
response_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
scheme_handler_callback_ctocpp.cc
|
Support asynchronous continuation of custom scheme handler responses (issue #269).
|
2011-08-17 01:55:07 +00:00 |
scheme_handler_callback_ctocpp.h
|
Support asynchronous continuation of custom scheme handler responses (issue #269).
|
2011-08-17 01:55:07 +00:00 |
scheme_handler_ctocpp.cc
|
Pass the |redirectUrl| parameter to GetResponseHeaders() instead of ProcessRequest() (issue #414).
|
2011-11-07 22:23:51 +00:00 |
scheme_handler_ctocpp.h
|
Pass the |redirectUrl| parameter to GetResponseHeaders() instead of ProcessRequest() (issue #414).
|
2011-11-07 22:23:51 +00:00 |
scheme_handler_factory_ctocpp.cc
|
Pass the originating browser to CefSchemeHandlerFactory::Create() (issue #362).
|
2011-10-07 10:13:04 +00:00 |
scheme_handler_factory_ctocpp.h
|
Pass the originating browser to CefSchemeHandlerFactory::Create() (issue #362).
|
2011-10-07 10:13:04 +00:00 |
storage_visitor_ctocpp.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 |
storage_visitor_ctocpp.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 |
stream_reader_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
stream_reader_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
stream_writer_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
stream_writer_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
task_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
task_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
v8accessor_ctocpp.cc
|
- Fix memory leaks in V8 usage (issue #323).
|
2011-09-20 20:41:54 +00:00 |
v8accessor_ctocpp.h
|
- Fix memory leaks in V8 usage (issue #323).
|
2011-09-20 20:41:54 +00:00 |
v8context_ctocpp.cc
|
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 |
v8context_ctocpp.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 |
v8context_handler_ctocpp.cc
|
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 |
v8context_handler_ctocpp.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 |
v8exception_ctocpp.cc
|
Introduce CefV8Exception for returning detailed exception information from CefV8Value::ExecuteFunction*() and add the ability to re-throw exceptions. (issue #317).
|
2011-11-10 22:57:23 +00:00 |
v8exception_ctocpp.h
|
Introduce CefV8Exception for returning detailed exception information from CefV8Value::ExecuteFunction*() and add the ability to re-throw exceptions. (issue #317).
|
2011-11-10 22:57:23 +00:00 |
v8handler_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
v8handler_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
v8value_ctocpp.cc
|
Add additional error checking for CefV8Value methods (issue #427).
|
2011-11-16 22:12:54 +00:00 |
v8value_ctocpp.h
|
Introduce CefV8Exception for returning detailed exception information from CefV8Value::ExecuteFunction*() and add the ability to re-throw exceptions. (issue #317).
|
2011-11-10 22:57:23 +00:00 |
web_urlrequest_client_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
web_urlrequest_client_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
web_urlrequest_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
web_urlrequest_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
write_handler_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
write_handler_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
xml_reader_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
xml_reader_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
zip_reader_ctocpp.cc
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |
zip_reader_ctocpp.h
|
Significant API changes for issue #218:
|
2011-05-20 14:42:25 +00:00 |