roadlabs / cefpython

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

Allow hash when loading local url (file://) #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently passing hashes along with url does not work. A fix would be required 
in utils.pyx in the GetNavigateUrl() function, urllib_pathname2url() should not 
be called for the hash url. The original url is modified to support filenames 
with chinese characters, see the code:

https://code.google.com/p/cefpython/source/browse/cefpython/utils.pyx?r=5cfc17ad
4b23#46

Original issue reported on code.google.com by czarek.t...@gmail.com on 30 Jan 2014 at 11:31

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in revision 89bd0aec71d3.

Original comment by czarek.t...@gmail.com on 28 Jul 2014 at 10:00