roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Implement Request.GetTransitionType and GetResourceType #154

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
For test, you should insert below code into an example of wxpython.py( 
https://code.google.com/p/cefpython/source/browse/cefpython/cef3/windows/binarie
s/wxpython.py)

* 463-469 and 473-474 line:
print request.GetTransitionType()
print request GetResourceType()

What is the expected output? What do you see instead?
Integer value as documented(https://code.google.com/p/cefpython/wiki/Request)

What version of the product are you using? On what operating system?
All versions

Please provide any additional information below.
I have made the issue as 
requested(https://groups.google.com/forum/?hl=en#!topic/cefpython/Bs1zXMIw38c).

Original issue reported on code.google.com by best...@gmail.com on 30 Dec 2014 at 3:49

GoogleCodeExporter commented 9 years ago

Original comment by czarek.t...@gmail.com on 31 Dec 2014 at 8:47