-
-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cefpython123 #669
Merged
+31,910
−21,434
Merged
Cefpython123 #669
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
523362f
py3 update for automate-git.py and automate.py
5a5df95
--disable-syntax-validation option at gclient has been removed from u…
41e0b97
Add support for Python 3.8 and Upgrade Cython (#594)
gmjosack 92a6c69
update spotify prebuilt cef url
e8a5dc7
fix
f49ab60
add support for cef 123 version
24abdc3
Fix CefListValue "int index" params (#461).
cztomczak 5309afe
getting partical fix from https://github.com/cztomczak/cefpython/comm…
0a6a22d
getting partical fix (part 2) from https://github.com/cztomczak/cefpy…
daacb75
undo previous unittest change (partly)
748f104
Fix V8ContextHandler.OnContextCreated and OnContextReleased (#484).
cztomczak cd70070
add python311 support
e67aa83
undo previous accidental change to common.py
2c8819c
update misc place for py311 support
af864f0
better handle MainMessageLoopExternalPump, remove some previouis test…
cffcf93
add mainframe validation at javascript_bindings.pyx
b7aa32c
undo unexpected change to src/compile_time_constatns.pxi
linesight ffbfdad
not use obsolete base/cef_ptr_util.h
linesight b3d38bc
add back cef_mac.h and cef_linux.h
linesight 615af96
address pull request feedback
linesight 52edcd8
restore previous language_level line at cython_setup.py
linesight 720782b
remove obsolete stuff
linesight 44fda11
Merge branch 'master' into cefpython123
linesight 3550c40
delete previously commented code
linesight c68cb2e
address pull request feedback
linesight cf1778b
delete previously commented code
linesight 541f136
update osr_test.py to respect current event data type
linesight c4c0806
delete OnPluginCrashed; add initial implementation of CanSendCookie a…
linesight 8286fb1
add back upstream cef 6312 branch's cef_types_linux.h and cef_types_m…
linesight 099f5a1
remove commented SendProcessMessage from cef_browser.pxd
linesight eddbce1
one more place to use str type for uniqueFrameId
linesight db1d3ac
bring back SendFocusEvent in browser.pyx for backward compatibility
linesight 1585ccf
replace ondomread.py example using example.com, as google.com website…
linesight File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we print a log message when frame is invalid?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have a strong preference log or not log when frame is invalid