Re: [b2g] Can I change real strage encapsulated by the api navigator.getDeviceStorage ?

2013-05-13 Thread Kouji Ishikawa
Thanks Dave, I understand that getDeviceStorages currently support local storage, and you do not have any code connecting remote storage. But I hear good information that device storage framework may be able to support a remote storage. I hope that's framework will have remote storage; for

Re: [b2g] [B2G] Audio path routing

2013-05-13 Thread Alive Kuo
Comment inline. -- Alive C. Kuo, Front-end Eng., Mozilla Corp. (Taiwan, Taipei) Randy Lin r...@mozilla.com 於 2013/5/13 下午5:47 寫道: 3. Handle the application switch case, i.e one application want speaker on with headphone pluged-in, switch to another one, but there is no option for users to

Re: [b2g] Parental Control on Firefox OS

2013-05-13 Thread Mounir Lamouri
On 10/05/13 02:04, Yusuke YAMAMOTO wrote: I'd like to contribute this feature, what should I do? If this feature will expose a new API, you should start by discussing it in dev-webapi. Thanks, -- Mounir ___ dev-b2g mailing list

Re: [b2g] [B2G] Audio path routing

2013-05-13 Thread Randy Lin
For the API level, we may have an API like this setSpeakerOn(bool en) and isSpeakerOn The application switch case may be complicated because...with headphone pluged-in case and playback on speaker: 1. app A use content channel and playing on speaker, another app B use normal, should output on

Re: [b2g] Nexus S doesn't boot with master Gecko/Gaia branch

2013-05-13 Thread Panos Astithas
On Mon, May 13, 2013 at 3:03 AM, Chris Double chris.dou...@double.co.nzwrote: On Mon, May 13, 2013 at 3:42 AM, Panagiotis Astithas past...@gmail.com wrote: Wouldn't it make sense in that case to change the manifests for nexus-s so that config.sh gives you v1-train gecko and master gaia by

Re: [b2g] Config.in:784: 'endmenu' in different file than 'menu' ???

2013-05-13 Thread Kikyoung
Fixed this problem. You need to replace /B2G/external/busybox files with https://github.com/malkia/busybox-osx files. On Friday, May 10, 2013 5:51:06 PM UTC+1, Kikyoung wrote: I have been trying to build and install Firefox OS to Samsung Galaxy Nexus device on Mac OS X. I have followed the

Re: [b2g] Building a privileged app using Angular JS ng-csp directive

2013-05-13 Thread Luís Matos
I've managed to spot the cause of this problem. Apparently Angular calls the Function constructor even in CSP-safe mode (ng-csp) if I attempt to create a watcher in the $rootscope of the application. I’ve already made a post in the Angular Google Groups since this appears to be a bug. I’ve made

Re: [b2g] Nexus S doesn't boot with master Gecko/Gaia branch

2013-05-13 Thread Masashi Honma
Hi, Cesar Carruitero. I know v1-train works. But I need to make a patch for master branch. Is there any way to use master branch ? 2013/5/12 Cesar Carruitero ce...@mozilla.pe: Hi, Maybe you can try with another branch 2013/5/11 Masashi Honma masashi.ho...@gmail.com I have built a

Re: [b2g] Nexus S doesn't boot with master Gecko/Gaia branch

2013-05-13 Thread Dave Hylands
I know v1-train works. But I need to make a patch for master branch. Is there any way to use master branch ? BRANCH=master ./config.sh nexus-s Dave Hylands ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

[b2g] Easier documentation reviews

2013-05-13 Thread Eric Shepherd
We've just added a feature to MDN that makes doing documentation reviews easier. You no longer have to go into the editor to simply mark an article as reviewed if everything looks fine the way it is. See my blog post about it for details:

[b2g] contacts api must see

2013-05-13 Thread jose llopis
on simulator i use this code on my privileged app var contact = new mozContact(); contact.init({name: Tom}); // Bug 723206 var request = navigator.mozContacts.save(contact); request.onsuccess = function() {alert(success);}; request.onerror = function() {alert(error)}; And the manifest

Re: [b2g] Reliable WebActivity

2013-05-13 Thread Junichi Hashimoto
Hi Mounir, Sorry for very late response. I reviewed your Inter App Communication API[1] and I felt that the intention of the API is similar to mine. As described in the TODO list, the API should provide origin-based filtering for both the caller and the receiver. It might be better if the

Re: [b2g] Regarding xpcshell-based unit test errors

2013-05-13 Thread Jonas Sicking
If you still need help with this, possibly it would help to have a stack trace to look at. / Jonas On Thu, Apr 25, 2013 at 9:25 PM, Gecko Leo leo.bugzilla.ge...@gmail.com wrote: Dear Mozilla Gecko team, My name is Jumok HA. I am a software engineer working in the LG gecko team. I