tag:github.com,2008:/lineCode/cefpython/commits/masterRecent Commits to cefpython:master2017-08-19T09:06:30Ztag:github.com,2008:Grit::Commit/d5cc3479e69c50fd966a564dff232cc5d3769ea8
Remove Frame.GetProperty/SetProperty deprecated methods from API docs.
2017-08-19T09:06:30Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>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.</pre>
tag:github.com,2008:Grit::Commit/7a0cae6259eec4fe47a91487c2d12e37de652ec6
Add missing docs for Browser.Print() method
2017-08-17T09:09:31Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Add missing docs for Browser.Print() method</pre>
tag:github.com,2008:Grit::Commit/3ec4a06e5f6269661e10c424a9b4be4e0ad8cc68
Update README's TOC
2017-08-01T08:19:33Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update README's TOC</pre>
tag:github.com,2008:Grit::Commit/0061bb59df0aebb895e88c14ec320a715c49d793
Update README - funding for v60.0 release
2017-08-01T08:18:44Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update README - funding for v60.0 release</pre>
tag:github.com,2008:Grit::Commit/7fa541edd72120a6bcb00fae564d8a90473262cf
Update Contributing-code.md - add PEP 257 link
2017-07-31T06:41:25Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Contributing-code.md - add PEP 257 link</pre>
tag:github.com,2008:Grit::Commit/62fffaf6d98304d0bacd7282eaf5db13dc36ed96
Update Tutorial.md - move message loop topic more to the bottom
2017-07-27T07:09:10Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Tutorial.md - move message loop topic more to the bottom</pre>
tag:github.com,2008:Grit::Commit/078b9533398b99882885b1322fd6f796f3820755
Fix typo
2017-07-26T13:16:55Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix typo</pre>
tag:github.com,2008:Grit::Commit/9b10929a35c4ac69a85ab65611222a747a0e8453
Update Contributing-code.md - test code with Python 2 and Python 3
2017-07-26T13:11:28Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Contributing-code.md - test code with Python 2 and Python 3</pre>
tag:github.com,2008:Grit::Commit/3113b059601e56ace0c37b967a7555a6d2998551
Update Contributing-code.md - add more info on unit tests
2017-07-26T13:05:53Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Contributing-code.md - add more info on unit tests</pre>
tag:github.com,2008:Grit::Commit/aadb9e88b87447736760d54e4a0acc6165216150
Update Contributing-code.md
2017-07-26T11:03:49Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update Contributing-code.md</pre>
tag:github.com,2008:Grit::Commit/2b3b286c85f84dfabfd72fe2cf676b9f42d233ce
Add docs/Contributing-code.md
2017-07-26T10:59:23Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Add docs/Contributing-code.md</pre>
tag:github.com,2008:Grit::Commit/ab0e87bd0587ac8085fce75abc68bc059415526e
Update build instructions, info and commands to checkout a stable branch
2017-07-26T10:07:50Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update build instructions, info and commands to checkout a stable branch</pre>
tag:github.com,2008:Grit::Commit/b893ea371c16fe74c7bbaa7d6a660737c34b3a1a
Add "A blank window on Mac/Linux" section to Knowledge Base doc.
2017-07-26T04:24:17Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Add "A blank window on Mac/Linux" section to Knowledge Base doc.</pre>
tag:github.com,2008:Grit::Commit/4985de0acbde7600765207ad190c05f65e797507
Update docs for RequestHandler.GetAuthCredentials - example implement.
2017-06-23T12:30:59Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update docs for RequestHandler.GetAuthCredentials - example implement.</pre>
tag:github.com,2008:Grit::Commit/82ed469580c783f7343153953ff528ae4023f084
Fix Request.SetPostData() method (Issue #228)
2017-06-23T05:14:36Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix Request.SetPostData() method (Issue #228)</pre>
tag:github.com,2008:Grit::Commit/e2124ad3dd613fef99124875a4fc0d4e810a789c
Update README
2017-06-21T10:41:20Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update README</pre>
tag:github.com,2008:Grit::Commit/ba69a2fafb874e50d216a2cb867d65091aca008b
Fix window glitchiness during initial loading on Mac (#371)
2017-06-16T12:08:27Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix window glitchiness during initial loading on Mac (#371)</pre>
tag:github.com,2008:Grit::Commit/87123af4b44cb31836aabfbd8ba226868f9de2e9
Fix ExceptHook bug on Mac - except msg sometimes not printed
2017-06-16T09:52:17Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Fix ExceptHook bug on Mac - except msg sometimes not printed</pre>
tag:github.com,2008:Grit::Commit/314e57448c2e46557d4847bda0abd6bfa1b38ccb
Update README - Add "Funding request - v59.0 release" section (#370)
2017-06-15T14:02:34Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update README - Add "Funding request - v59.0 release" section (#370)</pre>
tag:github.com,2008:Grit::Commit/3642a1dfaae5bbbf67b781dad636323ae22901ad
Update KB Visual C++ 2015 redistributable link (#359)
2017-06-13T14:06:04Zcztomczakhttps://github.com/cztomczak
<pre style='white-space:pre-wrap;width:81ex'>Update KB Visual C++ 2015 redistributable link (#359)</pre>