ebee84755e
This change introduces a few minor CEF API behavior changes: - A CefProcessMessage object cannot be reused after being passed to SendProcessMessage. - The |extra_info| argument to CefRenderProcessHandler::OnBrowserCreated may now be NULL. Where appropriate, we now utilize the default UTF string encoding format and shared memory to reduce copies and conversions for the cross-process transfer of arbitrary-length strings. For example, CefFrame::GetSource/GetText now involves zero UTF conversions and zero copies in the browser process for the CefString delivered to CefStringVisitor::Visit(). |
||
---|---|---|
.. | ||
constrained_window_views_client.cc | ||
constrained_window_views_client.h | ||
print_dialog_linux.cc | ||
print_dialog_linux.h | ||
print_view_manager.cc | ||
print_view_manager.h |