Re: [Crosswalk-dev] Supporting In App Purchase on Crosswalk

2014-06-10 Thread Huang, Deqing
Hi All, IAP extension is ready on Crosswalk Android: https://github.com/crosswalk-project/crosswalk-android-extensions/pull/2 Welcome to have a try and let me know your feedbacks. Regards, Deqing _ From: Huang, Deqing Sent: Monday, May 12, 20

[Crosswalk-dev] Questions about multi-user and command line option "remote-debugging-port" for tizen xwalk

2014-06-10 Thread Wang, Peter H
Hi all, I'm investigating the bug [XWALK-1858] and have questions of the original design, so ask the help here. The root reason of this bug is pretty straightforward: For multiple users, Tizen IVI allows to launch multiple instances of xwalk,

Re: [Crosswalk-dev] Intent to implement - Embedding API v2 Part1

2014-06-10 Thread Wang, Shiliu
Missing one API to add to XWalkResourceClient public boolean shouldOverrideUrlLoading(XWalkView view, String url) Thanks, Shiliu From: Wang, Shiliu Sent: Wednesday, June 11, 2014 9:24 AM To: Liu, Shouqun; Christiansen, Kenneth R; Balestrieri, Francesco; 'crosswalk-dev@lists.crosswalk-project.org

Re: [Crosswalk-dev] Intent to implement - Embedding API v2 Part1

2014-06-10 Thread Hu, Ningxin
LGTM from Cordova integration perspective. Thanks, -ningxin From: Crosswalk-dev [mailto:crosswalk-dev-boun...@lists.crosswalk-project.org] On Behalf Of Wang, Shiliu Sent: Wednesday, June 11, 2014 9:24 AM To: Liu, Shouqun; Christiansen, Kenneth R; Balestrieri, Francesco; 'crosswalk-dev@lists.cro

Re: [Crosswalk-dev] Intent to implement - Embedding API v2 Part1

2014-06-10 Thread Wang, Shiliu
Description: Before embedding API, we have XWalkClient and XWalkWebChromeClient to provide callbacks/delegate for XWalkView. In Embedding API v1, we hide both classes and create XWalkUIClient and XWalkResourceClient for the APIs we want to expose in embedding API. However, there still exists s

[Crosswalk-dev] Intent to Implement - Tizen Alarm API

2014-06-10 Thread Ye, Jingfu
Summary The Alarm API provides functionality to schedule an application to run at a specific time. When an alarm is triggered, the application is launched unless it's already running. Spec https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.device.apireference/tizen/alarm.html Affected Co

Re: [Crosswalk-dev] Intent to implement - Embedding API v2

2014-06-10 Thread Wang, Shiliu
Hi, Kenneth Thanks for the suggestion. I will separate them into three intents categorized by the reason behind. Thanks, Shiliu.. From: Kenneth Rohde Christiansen [mailto:kenneth.christian...@gmail.com] Sent: Tuesday, June 10, 2014 8:52 PM To: Wang, Shiliu Cc: Liu, Shouqun; Balestrieri, Franc

Re: [Crosswalk-dev] Survey: Android pluggable extension usage model (Huo, Halton)

2014-06-10 Thread Roger Stringer
IMHO: The sharable mode for Android really only becomes safe if you can get Google to include it in a standard Android distribution, otherwise the program using the shared module is exposed to whatever custom coding is within the shared module. Yes, there are alternatives to verifying the sa

Re: [Crosswalk-dev] Intent to implement - Embedding API v2

2014-06-10 Thread Kenneth Rohde Christiansen
I think that this intent covers too much. Many of these changes could be separate and should come with an explanation to why the change is for the better. Until that, no LGTM from me Kenneth On Tue, Jun 10, 2014 at 9:52 AM, Wang, Shiliu wrote: > *Description:* > > Adjust Crosswalk Embedding

[Crosswalk-dev] Summary of Intents, ww24

2014-06-10 Thread Balestrieri, Francesco
Date Sender Summary Status Feature Release 6/10/2014 Wang, Shiliu Embedding API v2 n/a XWALK-1040

[Crosswalk-dev] Intent to implement (RE: WebAPI needed for Single Sign on)

2014-06-10 Thread Balestrieri, Francesco
Hi, this counts as an Intent to implement, Thiago, Halton and others please comment. Please follow the proper format in the future: https://crosswalk-project.org/#contribute/contributing-code/Declare-your-%22intent-to-implement%22 Francesco > -Original Message- > From: Crosswalk-dev [m

[Crosswalk-dev] Crosswalk Bug Triage Summary – WW24

2014-06-10 Thread Liu, DeyiX
In-flow Bugs The In-flow bugs include newly created bugs in this week. The data are fetched on base of 5:00 PM (GMT+8) today. There’re total 12 In-flow bugs: https://crosswalk-project.org/jira/issues/?filter=10504 Triage Summary 12 bugs are triaged, 3 P1/ 9 P2/ 0 P3/ 0 P4. Bug query:

[Crosswalk-dev] Reminder: Crosswalk 7 branches on Friday, June 13th

2014-06-10 Thread Balestrieri, Francesco
Hi all, this is to remind that Crosswalk 7 will branch this Friday, June 13th, after 4pm EEST/6am PDT/9pm CST Regards, Francesco ~ Francesco Balestrieri Program Manager Intel Open Source Technology Center https://crosswalk-project.org/ --

[Crosswalk-dev] Survey: Android pluggable extension usage model

2014-06-10 Thread Huo, Halton
Hi there, If you're not interested with Crosswalk Extensions (https://crosswalk-project.org/#wiki/Crosswalk-Extensions) , please ignore this email. As the link above, if you ever develop or use Crosswalk Extensions, you'll find there is difference that how external/pluggable extensions are use

[Crosswalk-dev] Intent to implement - Embedding API v2

2014-06-10 Thread Wang, Shiliu
Description: Adjust Crosswalk Embedding API for following requirement: 1. Customer requirement 2. Moving current hidden API in internal classes with empty implementation (which will be meaningless if not exposed) out to embedding API. 3. Deprecate enum type in current Embedding