This issue is an enhancement of JCEF - STEP 3 (patch 8 of 10)
--------------------------------------------------------------
Please see issue 55 for the overall plan.
Purpose: Added the CefCookieManager to be able to view/modify loaded cookies
This patch relies on the attached patch file of issue #86.
If you want to try these code changes, add the patch of issue #86 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:
package org.cef.callback
CefCompletionCallback
CefCookieVisitor
package org.cef.network
CefCookieManager
And adds the following methods to existing classes:
--
Added Tests to MainFrame example application:
---------------------------------------------
- Menu > File > Show Cookies
-> Shows a list of all created cookies. You can erase all cookies and add a
test cookie to the list.
Known Issue:
------------
Adding a cookie within the dialg doesn't work for windows. It adds it to the
list but if you close the dialog and open it again, the test cookie is gone.
On Mac it works fine.
Original issue reported on code.google.com by k...@censhare.de on 14 May 2014 at 2:17
Original issue reported on code.google.com by
k...@censhare.de
on 14 May 2014 at 2:17Attachments: