mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2024-12-26 17:42:35 +01:00
0a98edff56
- Fix ASSERT in CefBrowserImpl::UIT_GetPagesCount() when no default printer is configured (Issue #20). - Remove non-existent WebFrame objects while iterating over the bound object list in CefJSContainer::BindToJavascript(). WebFrame objects are destroyed when navigating from a page with more frames to a page with less frames. If we don't remove the non-existent frames they will remain in the list until the browser window is destroyed. - Don't call UIT_* functions from class destructors as destruction may occur on a different thread. libcef: Update due to underlying chromium changes. - Header file locations changed from third_party/WebKit/WebKit to webkit/api as a result of WebKit unforking. - Project file locations changed due to GYP now being used for WebKit builds. - Add simple_clipboard_impl.cc in the libcef directory because it has been moved from webkit/glue to test_shell. - Changes related to navigation. - New parameters added to WebViewDelegate methods. libcef_dll: Update due to underlying chromium changes. - webkit_resources.rc and webkit_strings_en-US.rc moved from grit_derived_sources to obj/global_intermediate/webkit. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@24 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 |
||
---|---|---|
.. | ||
printing | ||
browser_drag_delegate.cc | ||
browser_drag_delegate.h | ||
browser_drop_delegate.cc | ||
browser_drop_delegate.h | ||
browser_impl_win.cc | ||
browser_impl.cc | ||
browser_impl.h | ||
browser_navigation_controller.cc | ||
browser_navigation_controller.h | ||
browser_request_context.cc | ||
browser_request_context.h | ||
browser_resource_loader_bridge.cc | ||
browser_resource_loader_bridge.h | ||
browser_webkit_glue_win.cc | ||
browser_webkit_glue.cc | ||
browser_webkit_glue.h | ||
browser_webkit_init.h | ||
browser_webview_delegate_win.cc | ||
browser_webview_delegate.cc | ||
browser_webview_delegate.h | ||
context.cc | ||
context.h | ||
jscontainer.cc | ||
jscontainer.h | ||
libcef_webkit_includes.vsprops | ||
libcef_webkit.vsprops | ||
libcef.vcproj | ||
libcef.vsprops | ||
precompiled_libcef.cc | ||
precompiled_libcef.h | ||
request_impl.cc | ||
request_impl.h | ||
simple_clipboard_impl.cc | ||
stream_impl.cc | ||
stream_impl.h | ||
variant_impl.cc | ||
variant_impl.h | ||
variant_np_util.cc | ||
variant_np_util.h | ||
webview_host.cc | ||
webview_host.h | ||
webwidget_host.cc | ||
webwidget_host.h |