You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add hello_world.py example (cztomczak#207).
Update to Cython 0.24.1 (cztomczak#110).
Test with Python 3.4.5 (cztomczak#121) on Ubuntu 14.04 by running
the hello_world.py example. No other examples were run,
so there still may be bugs.
Expose new funcs in the cefpython module: CreateBrowser, ExceptHook,
GetAppPath.
Add --fast flag to compile.py for faster build time of the cefpython
module. Don't use it for building official binary distrib.
This function should only be called on the UI thread. The 'requestContext' parameter is not yet implemented. You must first create a window and initialize 'windowInfo' by calling WindowInfo.SetAsChild().
53
+
This function should only be called on the UI thread. The 'request_context' parameter is not yet implemented. You must first create a window and initialize 'window_info' by calling WindowInfo.SetAsChild().
42
54
43
55
After the call to CreateBrowserSync() the page is not yet loaded, if you want your next lines of code to do some stuff on the webpage you will have to implement [LoadHandler](LoadHandler.md).OnLoadEnd() callback, see example below:
0 commit comments