Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
benjaminwegner
/
cefpython
Public
forked from
cztomczak/cefpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cefpython
src
on
cefpython66
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 11, 2020
Fix: Request.GetPostData() throws UnicodeEncodeError (#517).
cztomczak
committed
8f1484c
View commit details
Copy full SHA for 8f1484c
View code at this point
Browse repository at this point
Commits on Aug 27, 2018
Update tools
cztomczak
committed
175a58a
View commit details
Copy full SHA for 175a58a
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
CEF Python v66.0 release
cztomczak
committed
209fe5a
View commit details
Copy full SHA for 209fe5a
View code at this point
Browse repository at this point
Add onpagecomplete.py snippet (#403) and others.
Show description for 7448372
cztomczak
committed
7448372
View commit details
Copy full SHA for 7448372
View code at this point
Browse repository at this point
Add javascript_erors.py and ondomready.py snippets (#403)
cztomczak
committed
6bb2d4e
View commit details
Copy full SHA for 6bb2d4e
View code at this point
Browse repository at this point
Add javascript_bindings.py snippet (#403) and others.
Show description for 2415a8f
cztomczak
committed
2415a8f
View commit details
Copy full SHA for 2415a8f
View code at this point
Browse repository at this point
Commits on Aug 19, 2018
Update snippets/mouse_clicks.py (#403)
cztomczak
committed
3d0f385
View commit details
Copy full SHA for 3d0f385
View code at this point
Browse repository at this point
Add RequestHandler.CanGetCookies and CanSetCookie (#403).
Show description for 2b78a3e
cztomczak
committed
2b78a3e
View commit details
Copy full SHA for 2b78a3e
View code at this point
Browse repository at this point
Add cef.LoadCrlSetsFile (#403)
cztomczak
committed
fd8ea5b
View commit details
Copy full SHA for fd8ea5b
View code at this point
Browse repository at this point
Add DisplayHandler.OnLoadingProgressChange (#403)
cztomczak
committed
be46962
View commit details
Copy full SHA for be46962
View code at this point
Browse repository at this point
Fix code inspection in PyCharm (#456), ehhance tests and add new APIs.
Show description for 5c15c72
cztomczak
committed
5c15c72
View commit details
Copy full SHA for 5c15c72
View code at this point
Browse repository at this point
Add CookieManager.GetBlockingManager (#403)
cztomczak
committed
f5d4696
View commit details
Copy full SHA for f5d4696
View code at this point
Browse repository at this point
Commits on Aug 18, 2018
Add DisplayHandler.OnAutoResize and Browser.SetAutoResizeEnabled (#403)
cztomczak
committed
f8a460f
View commit details
Copy full SHA for f8a460f
View code at this point
Browse repository at this point
Add RenderHandler.OnTextSelectionChanged and Browser.Invalidate (#403).
Show description for 1671a40
cztomczak
committed
1671a40
View commit details
Copy full SHA for 1671a40
View code at this point
Browse repository at this point
Add accessibility support for both windowed and OSR modes (#449).
Show description for e72609c
cztomczak
committed
e72609c
View commit details
Copy full SHA for e72609c
View code at this point
Browse repository at this point
Commits on Aug 17, 2018
Add safety checks in request handler to possibly fix crash on exit (#455)
cztomczak
committed
a276fd8
View commit details
Copy full SHA for a276fd8
View code at this point
Browse repository at this point
Fix crash on exit when closing browser immediately (#454)
cztomczak
committed
66107b2
View commit details
Copy full SHA for 66107b2
View code at this point
Browse repository at this point
Fix errors due to NULL frames sent from Renderer process (#431).
Show description for a010e68
cztomczak
committed
a010e68
View commit details
Copy full SHA for a010e68
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
Expose DragData image APIs on all platforms (#251)
cztomczak
committed
c0a8011
View commit details
Copy full SHA for c0a8011
View code at this point
Browse repository at this point
Fix & enhance HighDPI support on Windows in wxPython example (#398, #399)
Show description for e6bcf2c
cztomczak
committed
e6bcf2c
View commit details
Copy full SHA for e6bcf2c
View code at this point
Browse repository at this point
Fix and handle more keyboard shortcuts on Mac (#161)
Show description for 8a20fdb
cztomczak
committed
8a20fdb
View commit details
Copy full SHA for 8a20fdb
View code at this point
Browse repository at this point
Commits on Aug 13, 2018
Fix Request.SetPostData in Python 3 (#228)
cztomczak
committed
4c5cf09
View commit details
Copy full SHA for 4c5cf09
View code at this point
Browse repository at this point
Commits on Aug 8, 2018
Further changes to message loop issues on Mac (#442).
Show description for 18c4a58
cztomczak
committed
18c4a58
View commit details
Copy full SHA for 18c4a58
View code at this point
Browse repository at this point
Update compile_time_constants.pxi
cztomczak
authored
d32f4b6
View commit details
Copy full SHA for d32f4b6
View code at this point
Browse repository at this point
Commits on Aug 7, 2018
Fix external message pump implementation (#246).
Show description for c760eb5
cztomczak
committed
c760eb5
View commit details
Copy full SHA for c760eb5
View code at this point
Browse repository at this point
Commits on Aug 2, 2018
Fix frame.ExecuteFunction throwing error in tutorial.py example
cztomczak
committed
bff458e
View commit details
Copy full SHA for bff458e
View code at this point
Browse repository at this point
Fix flushing cookies to disk when closing app immediately (#365).
Show description for c78619a
cztomczak
committed
c78619a
View commit details
Copy full SHA for c78619a
View code at this point
Browse repository at this point
Update to handling of browser and frame references (#365)
Show description for 7aeee77
cztomczak
committed
7aeee77
View commit details
Copy full SHA for 7aeee77
View code at this point
Browse repository at this point
Commits on Aug 1, 2018
Expose PaintBuffer attrs: length, width, height (#443)
cztomczak
committed
4a1d759
View commit details
Copy full SHA for 4a1d759
View code at this point
Browse repository at this point
Commits on Jul 31, 2018
Fix GPUCache/ folder creation when using in-memory cache (#419)
cztomczak
committed
72adaf2
View commit details
Copy full SHA for 72adaf2
View code at this point
Browse repository at this point
Fix warnings in windows.pxd
cztomczak
committed
d1c7266
View commit details
Copy full SHA for d1c7266
View code at this point
Browse repository at this point
Update to Cython 0.28.4 (#433, #250). Tested only on Linux.
cztomczak
committed
732fbc9
View commit details
Copy full SHA for 732fbc9
View code at this point
Browse repository at this point
Support for Python 3.7 (#433). Still needs testing.
cztomczak
committed
1c61629
View commit details
Copy full SHA for 1c61629
View code at this point
Browse repository at this point
Commits on Jun 12, 2018
Update cef_path_key_t (#403).
Show description for 1ff4514
cztomczak
committed
1ff4514
View commit details
Copy full SHA for 1ff4514
View code at this point
Browse repository at this point
Update background_color option in app/browser settings (#403)
cztomczak
committed
bd63e30
View commit details
Copy full SHA for bd63e30
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.