Open GoogleCodeExporter opened 9 years ago
Extra notes:
OnBeforeResourceLoad needs updating with the new function prototype, we didn't
need to implement the async functionality and just exposed the same interface
in cefpython.
If you have a tabbed browser and close tabs you have a race condition caused by
async x events. To prevent the X error generated from tearing down your process
you have to handle the errors in subprocess. I copied Marshall's
XErrorHandlerImpl and XIOErrorHandlerImpl functions from cefclient and had to
patch Makefile to add '-lX11'.
Original comment by finn.hug...@gmail.com
on 17 Jun 2015 at 2:22
Original issue reported on code.google.com by
finn.hug...@gmail.com
on 8 Jun 2015 at 3:03Attachments: