Open GoogleCodeExporter opened 8 years ago
You should definitely do it in a way that allows to register multiple
scheme handlers. It shouldn't matter whether you write most of the code
in C++ or in Cython, they are interchangeable, it is the final effect
that is important, the API that is exposed to python.
ClientHandler appears to be the right place, just put the scheme handler
code in a separate .cpp file.
Yes, sounds fine.
Original comment by czarek.t...@gmail.com
on 28 Mar 2013 at 2:01
[deleted comment]
In CEF 3 schemes should also be registered in sub-processes, see this post:
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=10604&view=unread#p16455
Original comment by czarek.t...@gmail.com
on 2 May 2013 at 1:42
[deleted comment]
[deleted comment]
Project will move to Github. Find this issue at the new address (soon):
https://github.com/cztomczak/cefpython/issues/50
Original comment by czarek.t...@gmail.com
on 24 Aug 2015 at 6:29
Original issue reported on code.google.com by
roxaz...@gmail.com
on 19 Mar 2013 at 12:17