cef/libcef
Marshall Greenblatt 0a98edff56 libcef:
- 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
2009-05-15 15:09:51 +00:00
..
printing libcef: 2009-05-15 15:09:51 +00:00
browser_drag_delegate.cc libcef: 2009-05-15 15:09:51 +00:00
browser_drag_delegate.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_drop_delegate.cc libcef: 2009-05-15 15:09:51 +00:00
browser_drop_delegate.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
browser_impl.cc libcef: 2009-05-15 15:09:51 +00:00
browser_impl.h libcef: Update due to underlying chromium changes. 2009-04-28 00:29:14 +00:00
browser_impl_win.cc libcef: 2009-05-15 15:09:51 +00:00
browser_navigation_controller.cc libcef: 2009-05-15 15:09:51 +00:00
browser_navigation_controller.h libcef: 2009-05-15 15:09:51 +00:00
browser_request_context.cc libcef: 2009-05-15 15:09:51 +00:00
browser_request_context.h libcef: Update due to underlying chromium changes. 2009-01-29 16:36:37 +00:00
browser_resource_loader_bridge.cc libcef: Update due to underlying chromium changes. 2009-04-28 00:29:14 +00:00
browser_resource_loader_bridge.h libcef: Update due to underlying chromium changes. 2009-03-05 17:14:16 +00:00
browser_webkit_glue.cc libcef: 2009-05-15 15:09:51 +00:00
browser_webkit_glue.h libcef: Update due to underlying chromium changes. 2009-04-28 00:29:14 +00:00
browser_webkit_glue_win.cc libcef: 2009-05-15 15:09:51 +00:00
browser_webkit_init.h libcef: 2009-05-15 15:09:51 +00:00
browser_webview_delegate.cc libcef: 2009-05-15 15:09:51 +00:00
browser_webview_delegate.h libcef: 2009-05-15 15:09:51 +00:00
browser_webview_delegate_win.cc libcef: 2009-05-15 15:09:51 +00:00
context.cc libcef: Update due to underlying chromium changes. 2009-04-28 00:29:14 +00:00
context.h libcef: Update due to underlying chromium changes. 2009-03-24 15:06:38 +00:00
jscontainer.cc libcef: 2009-05-15 15:09:51 +00:00
jscontainer.h libcef: 2009-03-08 02:26:16 +00:00
libcef.vcproj libcef: 2009-05-15 15:09:51 +00:00
libcef.vsprops libcef: 2009-05-15 15:09:51 +00:00
libcef_webkit.vsprops libcef: Update due to underlying chromium changes. 2009-04-28 00:29:14 +00:00
libcef_webkit_includes.vsprops libcef: Update due to underlying chromium changes. 2009-03-05 17:14:16 +00:00
precompiled_libcef.cc Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
precompiled_libcef.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
request_impl.cc libcef: Update due to underlying chromium changes. 2009-04-28 00:29:14 +00:00
request_impl.h Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
simple_clipboard_impl.cc libcef: 2009-05-15 15:09:51 +00:00
stream_impl.cc libcef: 2009-01-21 15:03:31 +00:00
stream_impl.h Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
variant_impl.cc Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
variant_impl.h Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
variant_np_util.cc libcef: Update due to underlying chromium changes. 2009-03-09 19:38:59 +00:00
variant_np_util.h Add DLL build support and wrapper that allows clients to transparently switch between static and dynamic CEF builds. 2009-03-05 01:10:06 +00:00
webview_host.cc libcef: Update due to underlying chromium changes. 2009-04-28 00:29:14 +00:00
webview_host.h libcef: Update due to underlying chromium changes. 2009-03-24 15:06:38 +00:00
webwidget_host.cc libcef: 2009-05-15 15:09:51 +00:00
webwidget_host.h libcef: Update due to underlying chromium changes. 2009-04-28 00:29:14 +00:00