Commits
User selector
Commit History
Commits on Jan 17, 2015
Commits on Jan 16, 2015
Added support for building CEF 64-bit on Windows.
Show description for 05366f2committed
Commits on Dec 4, 2014
Commits on Dec 3, 2014
Commits on Aug 1, 2014
Mouse context menu is now configurable, see ApplicationSettints.`context_menu`.
Show description for 81ccceacommitted
Commits on Jul 31, 2014
Implemented a default DownloadHandler. File downloads are handled transparently, no additional
Show description for 7406ba9committed
Commits on Jul 29, 2014
Added JavascriptDialogHandler (Issue 118).
Show description for 2504ef3committed
Commits on Jul 28, 2014
- committed
Commits on Jul 27, 2014
Updated CEF Python to CEF branch 1650 revision 1639. Chrome version is
Show description for 074d3e5authored andcommitted

Commits on Jan 15, 2014
Added `commandLineSwitches` param to cefpython.Initialize().
Show description for 0ece555committed
Commits on Jan 9, 2014
Commits on Dec 27, 2013
Added support for creating debian packages on Linux.
Show description for b199ab8committed
Commits on Dec 26, 2013
Added new methods to the Frame object: GetSource() and GetText().
Show description for 716671acommitted
Commits on Dec 17, 2013
Added RequestHandler.OnBeforeBrowse(), see Issue 94.
Show description for d1d4da3committed
Commits on Dec 16, 2013
Added LifespanHandler.OnBeforePopup, see issue 93. Thanks
Show description for c385b49committed
Commits on Sep 23, 2013
Commits on Sep 22, 2013
Implemented CefCallback.
Show description for 4ba421fcommitted
Commits on Sep 10, 2013
Merged OSR (off-screen rendering) support in CEF Python 3, originally
Show description for e5d5a89committed
Commits on Aug 5, 2013
This is CEF Python 3 version 27.2 release.
Show description for 97ae431committed
Commits on Aug 3, 2013
- authored andcommitted


Commits on Jul 31, 2013
Implemented Request Handler + Request object in CEF Python 3.
Show description for ecfe4deauthored andcommitted

Commits on Jul 30, 2013
- authored andcommitted


- authored andcommitted


Fixed the way objects are freed, previous method was not reliable
Show description for 03b49dfauthored andcommitted

Commits on Jul 29, 2013
Implemented python callbacks in CEF Python 3.
Show description for be7dc4cauthored andcommitted

CEF 3: freeing PyBrowser and PyFrame objects in the OnBrowserDestroyed
Show description for d7d69faauthored andcommitted

Commits on Jul 24, 2013
Javascript bindings for CEF 3 are almost ready, a bit of
Show description for e234b00authored andcommitted

Commits on Jul 23, 2013
Added Frame.GetFrameByIdentifier() in CEF 3.
Show description for d688c76authored andcommitted

Commits on Jul 22, 2013
Fixed the compile.py script, sometimes the Makefile didn't
Show description for 6643927authored andcommitted

Commits on Jul 11, 2013
Replaced the use of "exit()" with "sys.exit()", as this probably
Show description for 2f30e07authored andcommitted

Commits on Jun 21, 2013
Porting CEF 3 to Linux - still underway. The GTK patch needs
Show description for 8172d3dauthored andcommitted

Loading