[Crosswalk-dev] Status report on Crosswalk 64-bit support

2015-01-08 Thread Gao, Shawn
Purpose: Enable 64-bit support on Crosswalk to get performance improvement. Status: 64-bit support is enabled. Test device is ASUS T100. Benchmarks are FallingLeaves, FishIETank, Aquarium. AOSP images and benchmark apks are uploaded here, http://powerbuilder.sh.intel.com/public/crosswalk/64bit/

Re: [Crosswalk-dev] Announcing Crosswalk-app-tools 0.1.0

2014-11-30 Thread Gao, Shawn
Hi, Robert, I'm working around the crosswalk x64. Make_apk.py will be changed. Should I apply the changes based on your wok or still keep on make_apk.py? Thanks, Shawn -Original Message- From: Crosswalk-dev [mailto:crosswalk-dev-boun...@lists.crosswalk-project.org] On Behalf Of

[Crosswalk-dev] Change the super class of XWalkRuntimeView to LinearLayout

2014-10-16 Thread Gao, Shawn
Hi, All, I am developing the admob extension for Crosswalk. The banner ad is required to be inserted at the top or bottom of crosswalk view and not overlapped. Currently, the super class of XWalkRuntimeView is FrameLayout, which cannot achieve this requirement. So, I will change it to

[Crosswalk-dev] Intent to Implement - Extension Manager Tool for Crosswalk Projects

2014-07-17 Thread Gao, Shawn
Requirement === Crosswalk needs a tool to manage the extensions for crosswalk projects. This tool will have following features. 1. Add extensions from online or local. 2. Remove added extensions. 3. List out existing extensions. 4. Search extensions by keyword among existing extensions.

[Crosswalk-dev] Virtual root list of native file system

2014-07-16 Thread Gao, Shawn
Hi, All, Here is the virtual root list for Linux, Android and Tizen. Linux, - DESKTOP - DOWNLOADS - DOCUMENTS - MUSIC - PICTURES - VIDEOS Android: - ALARMS - DCIM - DOWNLOADS - MOVIES - MUSIC - NOTIFICATIONS - PICTURES

[Crosswalk-dev] Change parameter of requestNativeFileSystem()

2014-04-24 Thread Gao, Shawn
Hi, In Intent to Implement - Native File API, requestNativeFileSystem has path parameter, which points out where is the root of this file system. This will lead many security issues. Hence, I suggest changing the path to type of directory, which can be translated to real path by this extension.

[Crosswalk-dev] Create component for Native File System extension

2014-04-22 Thread Gao, Shawn
Hi, Thiago, I'm working on Native File System extension. XWalk organizes extensions by component. There are two components here, application and sysapp. Native File System extension belongs to none of these. So, I should create a new component for Native File System extension. Is that make

Re: [Crosswalk-dev] How to get the id of RenderView in the xwalk extension?

2014-04-14 Thread Gao, Shawn
render_view_id is passed from render process. Should I pass the id of RenderView from render process? Thanks, Shawn -Original Message- From: Santos, Thiago Sent: Thursday, April 3, 2014 11:42 PM To: Gao, Shawn; crosswalk-dev@lists.crosswalk-project.org Cc: Huo, Halton Subject: Re: How to get

[Crosswalk-dev] How to get the id of RenderView in the xwalk extension?

2014-04-03 Thread Gao, Shawn
Hi, All, I am developing the native file system API. Chromium requires each file operation should be granted by security policy module. To grant the permissions, the id of RenderView should be provided to identify files in different RenderView. Unfortunately, the xwalk extension doesn't keep

Re: [Crosswalk-dev] The ways to implement native file system api

2014-01-28 Thread Gao, Shawn
to reuse blob, we should recreate whole filesystem, filewriter, filereader for native filesystem. Thanks, Shawn -Original Message- From: Santos, Thiago Sent: Monday, January 27, 2014 8:02 PM To: Gao, Shawn; Oliveira, Caio; crosswalk-dev@lists.crosswalk-project.org Subject: Re: [Crosswalk

Re: [Crosswalk-dev] Intent to Implement: [Android] W3C SysApps Contacts API

2013-11-14 Thread Gao, Shawn
Hi Zoltan, DataStore affects Messaging Api too. All operations for sms/mms by ContentProvider are replaced by it. Add It's not clear if message send/receive events are handled by it, also. That's a totally change. If DataStroe is ready, only Javascript side coding is required to implement