Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: guusdk/cefpython

Tags

v58.0-win32

Toggle v58.0-win32's commit message
Remove Frame.GetProperty/SetProperty deprecated methods from API docs.

This methods are not implemented. I guess they are remainings from
CEF 1 which ran using single process mode and getting/setting properties
worked synchronously. But in CEF 3 which runs in multi-process mode
you can do this only asynchronusly, you can use already implemented
js<>py communication layer for that.

v57.0

Toggle v57.0's commit message
Update to Chromium v57 on Win (cztomczak#341) and fix PyQt5 example o…

…n Win (cztomczak#325).

Fix PyQt5 support on Windows in qt.py example (cztomczak#325).

Update automate.py to use --ninja-jobs also when building CEF projects.
Default jobs ninja uses is very CPU intensive and can cause much lag in OS.

v57-upstream

Toggle v57-upstream's commit message
Update to Chromium 57.0.2987.133 on Linux PART 2 (cztomczak#341)

v56.2

Toggle v56.2's commit message
Fix build on Linux and fix logging function on Python 3 (cztomczak#352).

v56.1

Toggle v56.1's commit message
Fix PyBrowser references living forever (cztomczak#330).

v56.0-win

Toggle v56.0-win's commit message
Create build_distrib.py tool (cztomczak#317)...

Add --no-run-examples flag to build.py.

v56.0

Toggle v56.0's commit message
Python 3 support on Mac (cztomczak#121, cztomczak#295)

v56-upstream

Toggle v56-upstream's commit message
Python 3 support on Mac (cztomczak#121, cztomczak#295)

v55.4

Toggle v55.4's commit message
Fix issues with examples on Windows with v55+ (cztomczak#294)...

All examples do run fine on Windows now.

Add run_examples.py tool to run all examples that can be run on current
configuration.

v55.3

Toggle v55.3's commit message
Expose spell checking support API in the Browser object (cztomczak#274).

See also Issue cztomczak#274 to see command line switches related to spell
checking support.

Run wxpython example after compile.

Fix linux make-setup.py.

Update tools/toc.py.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.