[b2g] New feature: Memory-mapped array buffer for XHR response

2014-08-05 Thread Shian-Yow Wu
Hi, I would like to announce a new feature for Firefox OS. The feature allows to read data in packaged app by XHR with array buffer type as memory-mapped. It helps to save RAM memory usage, especially for big data files in a packaged app. For example, the English word suggestion/auto correctio

Re: [b2g] New feature: Memory-mapped array buffer for XHR response

2014-08-06 Thread Shian-Yow Wu
- Original Message - From: "Andrew Sutherland" To: dev-b2g@lists.mozilla.org Sent: Wednesday, August 6, 2014 2:50:38 PM Subject: Re: [b2g] New feature: Memory-mapped array buffer for XHR response On 08/06/2014 02:39 AM, Shian-Yow Wu wrote: > The feature allows to read data in

Re: [b2g] Firefox OS simulator proxy

2014-12-21 Thread Shian-Yow Wu
1. Manually add proxy settings in the profile ~/.mozilla/firefox/zv5y8ws0.default/extensions/ fxos_2_0_simula...@mozilla.org/profile/user.js (zv5y8ws0 is a random value, and the whole path may be different on your environment) 2. Example of minimum settings to add: user_pref("network.proxy.http

Re: [b2g] Hardware enable/disable switch and mozSettings, a complication and solution

2014-12-29 Thread Shian-Yow Wu
Current: Gaia app (e.g. Settings app) <--> mozSettings for hardware switch <--> Gecko pref Proposed solution: Gaia app (e.g. Settings app) <--> API for hardware switch <--> Gecko pref Above is my understanding, is it correct? Maintaining two kinds of configuration for one purpose is an overhead.

[b2g] GCC version to build Firefox OS

2015-01-28 Thread Shian-Yow Wu
The MDN suggests setting gcc version to 4.6 to build Firefox OS. https://developer.mozilla.org/en-US/Firefox_OS/Firefox_OS_build_prerequisites https://developer.mozilla.org/en-US/Firefox_OS/Customization_with_the_.userconfig_file#Changing_the_default_host_compiler On latest mozilla central, howe

Re: [b2g] GCC version to build Firefox OS

2015-02-04 Thread Shian-Yow Wu
2015-02-05 2:18 GMT+08:00 Julien Wajsberg : > I think GCC 4.6 is needed for ICS-based builds. > GCC 4.8.2 works fine for me when building B2G emulator(ICS) on master revision this week, FYI. -- Shian-Yow ___ dev-b2g mailing list dev-b2g@lists.mozilla

Re: [b2g] Can you Proxy the Firefox OS Simulator?

2015-04-02 Thread Shian-Yow Wu
Hi, Yes, this is because of a new feature added for Firefox OS recently, so the related information on MDN will need to be updated. For more information, please see https://bugzilla.mozilla.org/show_bug.cgi?id=1115495 For developer, if you need to set all these proxy settings manually as before,

Re: [b2g] Can you Proxy the Firefox OS Simulator?

2015-04-14 Thread Shian-Yow Wu
2015-04-12 15:34 GMT+08:00 Juan Antonio Aguilera Tamayo < pochy.jaaguil...@gmail.com>: > Returning to the subject, I changed (prefs of proxy) through of WebIDE > based in the information this thread in the list and works fine for me, but > i see that when i disconnected the wifi, the prefs (proxy.

Re: [b2g] Black Screen on emulator-ARM

2012-11-03 Thread Shian-Yow Wu
Please try if this workaround works for you. $ ./run_emulator.sh $ ./flash.sh gaia $ adb shell stop b2g $ adb shell start b2g - Original Message - From: "ARMageddon" To: mozilla-dev-...@lists.mozilla.org Sent: 2012年11月2日 星期五 18:38:17 Subject: [b2g] Black Screen on emulator-ARM Hi, I am

Re: [b2g] Black Screen on emulator-ARM

2012-11-04 Thread Shian-Yow Wu
stop b2g/start black screen remains. Do you have any suggestions on how I could solve this? Thank you! On Saturday, November 3, 2012 2:40:40 PM UTC+1, Shian-Yow Wu wrote: > Please try if this workaround works for you. > $ ./run_emulator.sh > > $ ./flas

Re: [b2g] Black Screen on emulator-ARM

2012-11-05 Thread Shian-Yow Wu
ramdisk.img system.img userdata.img Is that correct? Thank you, Riccardo On Monday, November 5, 2012 7:56:15 AM UTC+1, Shian-Yow Wu wrote: > After checking, it's patch issue. We need absolute path for $B2G_HOME. > > Please try the patch below. ___

Re: [b2g] Is B2G supports secondary PDP context?

2012-12-12 Thread Shian-Yow Wu
- Original Message - > From: "jyotideep bhuyan" > To: mozilla-dev-...@lists.mozilla.org > Sent: 2012年12月12日 星期三 17:43:52 > Subject: [b2g] Is B2G supports secondary PDP context? > > Dear All, > As per my understanding, present B2G has the support for > multiple APNs and single

Re: [b2g] nexus s 4g with no mobile data connectivity

2013-02-04 Thread Shian-Yow Wu
CDMA data call support has been landed recently. https://bugzilla.mozilla.org/show_bug.cgi?id=833271 If there's still issue with latest code, filing a bug for tracking would help get more attention on this issue. - Original Message - From: "Michael Evans" To: dev-b2g@lists.mozilla.org S

Re: [b2g] "Safe Browsing" on Firefox OS

2013-04-18 Thread Shian-Yow Wu
Hi Yusuke, There was a bug filed to support Safe Browsing on Firefox OS. https://bugzilla.mozilla.org/show_bug.cgi?id=839120 No one started the implementation yet. If you want to contribute, welcome to discuss in that bug. Best Regards, Shianyow - Original Message - From: "Yusuke YAMAMO