tag:github.com,2008:/programersibuhuan/cefpython/commits/masterRecent Commits to cefpython:master2018-08-13T09:27:38Ztag:github.com,2008:Grit::Commit/4c5cf09c453b27808938ad50d1ddfc32d359c111
Fix Request.SetPostData in Python 3 (#228)
2018-08-13T09:27:38Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix Request.SetPostData in Python 3 (#228)</pre>
tag:github.com,2008:Grit::Commit/18c4a5860af24770d3f304ea5421d2579143ed5a
Further changes to message loop issues on Mac (#442).
2018-08-08T10:44:40Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Further changes to message loop issues on Mac (#442).
Minor fix to CefAppProtocol implementation, see CEF Forum
topic for details.
Updated Qt example so that message loop work is not
called in a timer when message pump is enabled. This
is not required.
In wxPython apps it is still required to enable both
message pump and message looper timer work.</pre>
tag:github.com,2008:Grit::Commit/d32f4b628a5d46bbfbb14462f62efb132938dd85
Update compile_time_constants.pxi
2018-08-08T08:13:39Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update compile_time_constants.pxi</pre>
tag:github.com,2008:Grit::Commit/4e77c936b88caf3efc3984878ba4b03f865e9155
Update Migration Guide document. Changes to Mac apps that
2018-08-07T19:04:59Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Migration Guide document. Changes to Mac apps that
integrate into existing message loops (Qt, wxPython) (#442).</pre>
tag:github.com,2008:Grit::Commit/b20c79b35a522380b6aac2f4e84668128a7bd74e
Fix qt.py and wxpython.py examples on Mac (#442).
2018-08-07T12:18:59Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix qt.py and wxpython.py examples on Mac (#442).
Enable external message pump to temporarily fix Issue #442.</pre>
tag:github.com,2008:Grit::Commit/c760eb5c1470a92746f92cfbc80c324dfd8bd519
Fix external message pump implementation (#246).
2018-08-07T10:36:20Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix external message pump implementation (#246).
Update CEF to branch 3359 on Mac.</pre>
tag:github.com,2008:Grit::Commit/1a3ca6bf748f2068410f0126621d36128c225e72
Update ApplicationSettings.md
2018-08-07T07:28:56Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update ApplicationSettings.md</pre>
tag:github.com,2008:Grit::Commit/2583be5f8ae2d114b2afc55bb7983af8cb3921d9
Merge branch 'master' of github.com:cztomczak/cefpython
2018-08-06T11:24:38Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Merge branch 'master' of github.com:cztomczak/cefpython</pre>
tag:github.com,2008:Grit::Commit/5bf5d194209cff433ec272e9f091361046be7374
Add --use-gtk3 flag to automate.py (#446)
2018-08-06T11:24:27Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Add --use-gtk3 flag to automate.py (#446)</pre>
tag:github.com,2008:Grit::Commit/3e6eaf0a6e745fc29bffb21a919c87b26368c84f
Update Tutorial.md
2018-08-05T10:57:47Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Tutorial.md</pre>
tag:github.com,2008:Grit::Commit/2a0b06082b70694d98be57334dc598d443324300
Update Tutorial.md
2018-08-05T10:41:12Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Tutorial.md</pre>
tag:github.com,2008:Grit::Commit/7c614c3f0b3363f0bf87e379003df5e22d72477e
Update README.md
2018-08-03T09:47:24Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update README.md</pre>
tag:github.com,2008:Grit::Commit/9f86c427ea2e60eb8c0ab3ded58552449649b46e
When implementing custom cookie managers you must call FlushStore() (…
2018-08-02T22:01:02Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>When implementing custom cookie managers you must call FlushStore() (#365)</pre>
tag:github.com,2008:Grit::Commit/bff458e3bb20068c7027b583452f0c7b14bed59b
Fix frame.ExecuteFunction throwing error in tutorial.py example
2018-08-02T15:33:29Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix frame.ExecuteFunction throwing error in tutorial.py example</pre>
tag:github.com,2008:Grit::Commit/c78619aa8ef7c38b486f9f245cb9c518276f892c
Fix flushing cookies to disk when closing app immediately (#365).
2018-08-02T15:19:37Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix flushing cookies to disk when closing app immediately (#365).
Expose CookieManager.FlushStore method.</pre>
tag:github.com,2008:Grit::Commit/7aeee773321930c62c5053a17b2e8072510585d8
Update to handling of browser and frame references (#365)
2018-08-02T14:41:30Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update to handling of browser and frame references (#365)
There are still some strange issues with CEF. For example I can
see that OnContextReleased is executed twice for that same frame.</pre>
tag:github.com,2008:Grit::Commit/92b1895acd9a294e67cbe28c40110d6094c3e5a9
Update build_distrib - restore sample apps in cef prebuilt directories
2018-08-02T11:49:55Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update build_distrib - restore sample apps in cef prebuilt directories</pre>
tag:github.com,2008:Grit::Commit/5525fbbd6a4c450d6e3979e60caf99fcc6d5b85d
Rename PaintBuffer.GetString to GetBytes. Update docs.
2018-08-01T21:46:41Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Rename PaintBuffer.GetString to GetBytes. Update docs.</pre>
tag:github.com,2008:Grit::Commit/4a1d759ca13b4ca28572f8e07c4c15b847d00221
Expose PaintBuffer attrs: length, width, height (#443)
2018-08-01T21:41:32Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Expose PaintBuffer attrs: length, width, height (#443)</pre>
tag:github.com,2008:Grit::Commit/c8526856b3d22e7b97d71d745ad65075b9cb35ad
Update Knowledge Base doc (#359)
2018-08-01T19:56:42Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Knowledge Base doc (#359)</pre>