[Crosswalk-dev] Bug Scrub Meeting Minutes - 6/3/2015

2015-03-05 Thread Zhao, Tina
Bug scrub status: Top bugs: https://crosswalk-project.org/jira/issues/?filter=11438 Customer bugs: https://crosswalk-project.org/jira/issues/?filter=11488 1 Release-Blocker: Key Summary Assignee XWALK-3219 Fail to pack webapp by using cross

[Crosswalk-dev] Intent to Implement: Replace Chromium IPC with Mojo IPC

2015-03-05 Thread Han, Leon
Description: Google is planning to replace all Chromium IPC with Mojo IPC, we should also start to do this work for Crosswalk. Google is doing: 1. Implement ChannelMojo to transfer IPC messages. 2. Transform features based on Chromium IPC into Mojo services. Affected component: all Rel

[Crosswalk-dev] Intent to Implement: GN Integration

2015-03-05 Thread Dong, Jun
Description: GN Integration will replace all gyp configuration files in xwalk repo into gn files, Since chromium will completed this transition at the end of Q2.(see https://code.google.com/p/chromium/wiki/gn for more details) Besides that, gn will bring more maintainable code and more powerful d

Re: [Crosswalk-dev] Crosswalk-dev Digest, Vol 19, Issue 5

2015-03-05 Thread 陈细双(明格)
Sample code: XWalkCookieManager cm = new XWalkCookieManager(); cm.setAcceptCookie(true); cm.setAcceptFileSchemeCookies(true); ... cm.setCookie(domain, value); ... cm.flushCookieStore(); It also can’t work. Change to android cookieManager with system webview, then it wo

Re: [Crosswalk-dev] Crosswalk-dev Digest, Vol 19, Issue 5

2015-03-05 Thread Xu, Xing
How about add mCookieManager.setAcceptCookie(true); before mCookieManager.setCookie? -Original Message- From: Crosswalk-dev [mailto:crosswalk-dev-boun...@lists.crosswalk-project.org] On Behalf Of 陈细双(明格) Sent: Thursday, March 5, 2015 3:19 PM To: crosswalk-dev@lists.crosswalk-project.or