You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've attached a patch to add OnBeforeBrowse() support to cefpython CEF3.
Includes an example callback in wxpython.py demo app.
Thanks for the pointers on where to modify, Czarek.
Original issue reported on code.google.com by [email protected] on 13 Nov 2013 at 1:09
Commited as revision 893f4659f8e5. Thank you for the patch.
Updated the RequestHandler and Changelog3 wiki pages.
If there are redirects during loading url, OnBeforeBrowse might be called
multiple times. But there is a bug and request.GetUrl() continouosly reports
same url. Issue reported on the CEF C++ Forum:
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=11290
Original issue reported on code.google.com by
[email protected]
on 13 Nov 2013 at 1:09Attachments:
The text was updated successfully, but these errors were encountered: