e
> store.
>
>
>
> Thanks,
>
> -Chun
>
>
>
> *From:* Kenneth Rohde Christiansen [mailto:kenneth.christian...@gmail.com]
>
> *Sent:* Tuesday, November 19, 2013 6:43 PM
> *To:* Gao, Chun
> *Cc:* crosswalk-dev@lists.crosswalk-project.org
> *Subject:*
[mailto:kenneth.christian...@gmail.com]
Sent: Tuesday, November 19, 2013 6:43 PM
To: Gao, Chun
Cc: crosswalk-dev@lists.crosswalk-project.org
Subject: Re: [Crosswalk-dev] Intent to Implement: [Android] Cookie management.
Is this a Java Interface you came up with or is it similar to what Chrome for
Android uses? How are
: Kenneth Rohde Christiansen [mailto:kenneth.christian...@gmail.com]
Sent: Tuesday, November 19, 2013 6:41 PM
To: Gao, Chun
Subject: Re: [Crosswalk-dev] Intent to Implement: [Android] Cookie management.
void removeAllCookie() -> removeAllCookies!
On Tue, Nov 19, 2013 at 2:59 AM, Gao, Chun
mailto:c
Behalf Of Kenneth Rohde Christiansen
Sent: Tuesday, November 19, 2013 6:43 PM
To: Gao, Chun
Cc: crosswalk-dev@lists.crosswalk-project.org
Subject: Re: [Crosswalk-dev] Intent to Implement: [Android] Cookie management.
Is this a Java Interface you came up with or is it similar to what Chrome for
Is this a Java Interface you came up with or is it similar to what Chrome
for Android uses? How are you going to store the cookies? DB, as separate
files? What do Chrome for Android do?
Kenneth
On Tue, Nov 19, 2013 at 2:59 AM, Gao, Chun wrote:
> Summary:
>
> This implementation is about cooki
Summary:
This implementation is about cookie management for Crosswalk Android. The
cookies created by http/https response and JavaScript will be persistent to
external storage rather than in memory, so that cookies won't lost after apps
are relaunched. A Java interface will also be implemented t