cef/libcef_dll/wrapper
Marshall Greenblatt 06a6f0ce7c Issue #188:
- Add a CefV8Context object and CefV8Value::ExecuteFunctionWithContext method to support asynchronous V8 ExecuteFunction callbacks.
- Add a CefFrame::GetBrowser() method.
- Ensure that V8 types are only referenced on the UI thread.
- Accept a empty |object| parameter to CefV8Value::ExecuteFunction.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@188 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-02-21 22:44:06 +00:00
..
cef_byte_read_handler.cc Fix bugs in CefByteReadHandler::Seek(). 2010-11-17 22:59:46 +00:00
cef_xml_object.cc 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
cef_zip_archive.cc Fix Linux compile errors. 2010-12-07 01:30:26 +00:00
libcef_dll_wrapper.cc Issue #188: 2011-02-21 22:44:06 +00:00