ivmx/cefpython

Implement Request.GetTransitionType and GetResourceType

GoogleCodeExporter opened this issue · 1 comments

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

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

  • Changed title: Implement Request.GetTransitionType and GetResourceType
  • Changed state: Accepted