Re: [Crosswalk-dev] Intent to Implement: [Android] Cookie management.

2013-11-20 Thread Kenneth Rohde Christiansen
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:*

Re: [Crosswalk-dev] Intent to Implement: [Android] Cookie management.

2013-11-20 Thread Gao, Chun
[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

Re: [Crosswalk-dev] Intent to Implement: [Android] Cookie management.

2013-11-19 Thread Gao, Chun
: 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

Re: [Crosswalk-dev] Intent to Implement: [Android] Cookie management.

2013-11-19 Thread Zhu, Yongsheng
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

Re: [Crosswalk-dev] Intent to Implement: [Android] Cookie management.

2013-11-19 Thread Kenneth Rohde Christiansen
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

[Crosswalk-dev] Intent to Implement: [Android] Cookie management.

2013-11-18 Thread Gao, Chun
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