This issue is an enhancement of JCEF - STEP 3 (patch 5 of 10)
--------------------------------------------------------------
Please see issue 55 for the overall plan.
Purpose: Added method onProtocollExecution to CefRequestHandler
This patch relies on the attached patch file of issue #83.
If you want to try these code changes, add the patch of issue #83 first and
afterwards add the patch file attached to this issue. Otherwise you'll get some
patch-errors.
Brief overview (only important changes are listed):
---------------------------------------------------
This patch adds the following classes to JCEF:
--
And adds the following methods to existing classes:
package org.cef.handler
CefRequestHandler
void onProtocolExecution(CefBrowser browser, String url, BoolRef allow_os_execution);
Added Tests to MainFrame example application:
---------------------------------------------
--
Original issue reported on code.google.com by k...@censhare.de on 14 May 2014 at 2:14
Original issue reported on code.google.com by
k...@censhare.de
on 14 May 2014 at 2:14Attachments: