Re: [b2g] How to call function of Gecko C++ from Gecko JS using the XPCOM?

2013-08-07 Thread Kilcheon Kim
Hi Julien, I have some question. 1. As I know, FirefoxOS has WebFM API. It is needed by some countries such as EU and Central and South America. Do FirefoxOS have any plan to support special service for special countries? For examples, Korean DMB or Japanese BML etc. 2. If we want to contrib

Re: [b2g] EAP-SIM Architecture proposal

2013-08-07 Thread Masashi Honma
> I think we can discuss on this bug. I agree we discuss on this bug. By the way, thanks for your review for Gecko side to https://bugzilla.mozilla.org/show_bug.cgi?id=890694. But Gaia side was not checked reviewed. Could you check Gaia side patch also ? 2013/8/8 Dimi Lee : > Hi Massahi Honma

Re: [b2g] EAP-SIM Architecture proposal

2013-08-07 Thread Dimi Lee
Hi Massahi Honma I check the bugzilla and found there is already a bug related to EPA SIM bug 830309 https://bugzilla.mozilla.org/show_bug.cgi?id=830309 I think we can discuss on this bug. Please let me know if there are any problem BR Dimi - Original Message - From: "Masashi

Re: [b2g] LED API?

2013-08-07 Thread Ehsan Akhgari
On Wed, Aug 7, 2013 at 9:35 AM, Mounir Lamouri wrote: > I believe that having this handled by the system would lead to a better > user experience because as a user I would be able to say that any > notification should just vibrate and do a low volume sound for example. > We could even imagine beh

Re: [b2g] LED API?

2013-08-07 Thread Jonas Sicking
On Wed, Aug 7, 2013 at 6:35 AM, Mounir Lamouri wrote: > On 07/08/13 00:13, Jonas Sicking wrote: >>> I think we could probably have a system setting to turn on the LED when >>> there is a pending notification. That way, we can fulfil the most >>> important use case without exposing an API for the m

[b2g] Mozilla RIL Unagi v1.2.0 Smoke Test Results - 31/47 tests passed, 5 blockers, 2 untested

2013-08-07 Thread Swaroopa Vantipalli
31 out of 47 tests passed for the 2013-08-07 Unagi v1.2.0 Mozilla RIL Build. Here are the major issues that prevented the smoketests from passing. Mozilla RIL Build Smoketest Results: Daily Smoke Test Logs: https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZLbVd

[b2g] Commercial RIL Leo v1.1.0 Smoke Test Results - 44/47 tests passed, 1 blocker, 2 untested

2013-08-07 Thread Swaroopa Vantipalli
44 out of 47 tests passed for the 2013-08-07 Leo v1.1.0 Commercial RIL Build. Here are the major issues that prevented the smoketests from passing. Commercial RIL Build Smoketest Results: Daily Smoke Test Logs: https://docs.google.com/a/qanalydocs.com/spreadsheet/ccc?key=0AjRc6aVFoOW9dGZLdVdiWGZ

Re: [b2g] background app

2013-08-07 Thread jbc
Thank you, sorry for all. i am going to probe this. 2013/8/8 Andreas Gal > > A sports app can already today request access to location and then keep > listening to that. It can go in the background and will continue to get > those events and can process them. We support "backgrounding". There i

Re: [b2g] background app

2013-08-07 Thread Andreas Gal
A sports app can already today request access to location and then keep listening to that. It can go in the background and will continue to get those events and can process them. We support "backgrounding". There is no need for a sports app to record location ALL THE TIME, which a background

Re: [b2g] background app

2013-08-07 Thread jbc
Or for example, an sport app that track routes with geolocation, it needs execution in background... 2013/8/7 jbc > Thanks Jan, Julien and Jose > I think that could be important this feature, for example, Imagine > an app, that time while you are running > how can you detect that app minim

Re: [b2g] try server platform option for Android 4.3

2013-08-07 Thread Michael Wu
I filed a bug for it a while ago, but I haven't seen any movement from releng - https://bugzilla.mozilla.org/show_bug.cgi?id=885630 -Michael Wu - Original Message - > Michael, > > I totally agree with Shawn. Any plans for this? > > On Aug 6, 2013, at 2:11 AM, Shawn Huang wrote: > > >

Re: [b2g] try server platform option for Android 4.3

2013-08-07 Thread Wilson, Diego
Michael, I totally agree with Shawn. Any plans for this? On Aug 6, 2013, at 2:11 AM, Shawn Huang wrote: > Can we have try server platform option for Android 4.3? > It's painful to work on Android 4.3 if we continuously see build break. > ___ > dev-b2g

[b2g] Where is the best place to ask questions like build does not wfm

2013-08-07 Thread Gareth Aye
Hi B2G, I've run into a lot of building issues lately with the buri and also the unagi and don't want to spam #b2g with all of my issues, but don't really know where else to ask. So is the best thing to manually collect all of the relevant information and file a bug? Ask in #b2g? Write to dev-b2g

Re: [b2g] background app

2013-08-07 Thread jbc
Thanks Jan, Julien and Jose I think that could be important this feature, for example, Imagine an app, that time while you are running how can you detect that app minimized stop setinterval execution to it execute and alarm? Thank you... 2013/8/7 jbc > Hello, excuse me for this, sorry f

[b2g] Compressing a web page on-the-fly like Opera Mini

2013-08-07 Thread Милан Крагујевић
I have a slow 3G connection, and some sites are really heavy on data, so I was wondering is there a way to compress data on the fly? I tried setting Opera Mini IP as a proxy but it doesn't work. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https:

Re: [b2g] XMLHttpRequest and cross domain request

2013-08-07 Thread Daniel Neis Araujo
Hello, i've tried your suggestion about cors but it fails the same way. Here is the manifest i am using: { "name": "Moodle Mobile", "launch_path": "index.html", "description": "Moodle Mobile App", "type": "privileged", "icons": { "128": "/img/icon/android/icon-36-ldpi.

Re: [b2g] EAP-SIM Architecture proposal

2013-08-07 Thread Jonas Sicking
Hi Dimi, I feel like I don't really know the code well enough here and want to avoid giving bad advice, so I talked with Blake about having him look this over. / Jonas On Fri, Aug 2, 2013 at 12:33 AM, Dimi Lee wrote: > Hi Jonas, > I will explain pcsc_funcs first and then propose possible solu

Re: [b2g] EAP-SIM Architecture proposal

2013-08-07 Thread Alexandre Lissy
Le 07/08/2013 16:29, Stefan Arentz a écrit : > > On Jul 3, 2013, at 3:58 AM, Dimi Lee wrote: > >> Hi all, >> Currently taipei team are implementing the EAP-SIM WIFI authentication >> protocol for B2G device. >> We want to share current architecture to know if there are any problem or >> sugg

Re: [b2g] EAP-SIM Architecture proposal

2013-08-07 Thread Stefan Arentz
On Jul 3, 2013, at 3:58 AM, Dimi Lee wrote: > Hi all, > Currently taipei team are implementing the EAP-SIM WIFI authentication > protocol for B2G device. > We want to share current architecture to know if there are any problem or > suggestion of this design. > So any suggestion or question

Re: [b2g] background app

2013-08-07 Thread Julien Wajsberg
Le 07/08/2013 15:25, Jan Jongboom a écrit : > On Wednesday, August 7, 2013 12:48:15 PM UTC+2, jbc wrote: >> ¿how is it possible to do a background app? > Hi, in general your application will be suspended when you go into the home > screen. If you want to use background services there are 2 options

Re: [b2g] LED API?

2013-08-07 Thread Mounir Lamouri
On 07/08/13 00:13, Jonas Sicking wrote: >> I think we could probably have a system setting to turn on the LED when >> there is a pending notification. That way, we can fulfil the most >> important use case without exposing an API for the moment. > > Please, lets not abuse settings API more. Why i

Re: [b2g] background app

2013-08-07 Thread Jan Jongboom
On Wednesday, August 7, 2013 12:48:15 PM UTC+2, jbc wrote: > > ¿how is it possible to do a background app? Hi, in general your application will be suspended when you go into the home screen. If you want to use background services there are 2 options: 1. Use the alarms API to wake up your applic

[b2g] background app

2013-08-07 Thread jbc
Hello, excuse me for this, sorry for my english: I used this code for test in a packaged app on GP Keon: http://pastebin.com/raw.php?i=L2wbbnvJ If you minimize app and press power button for lock When spend time (!important) or code javascript execution stop or system kill the app ¿

Re: [b2g] XMLHttpRequest and cross domain request

2013-08-07 Thread Lucas Adamski
Have you tried: $.support.cors = true; http://api.jquery.com/jQuery.support/ On Aug 7, 2013, at 11:11 AM, Daniel Neis Araujo wrote: > Hello, > > thanks for help. It worked on Boilerplate app that uses XMLHTTPRequest, but > didn't work for Moodle's app that uses jquery's $.ajax function. > An

Re: [b2g] Some observations on memory usages in main process

2013-08-07 Thread Ting-Yuan Huang
Thanks for reminding. Now I switched to master + central and the result is similar (11MB ~ 13MB Rss saved right after GC or more before GC[1]). This is a small patch and all modifications reside in BionicGlue.cpp :-) [1] It has similar effect to GC, because garbage will never be accessed until

Re: [b2g] XMLHttpRequest and cross domain request

2013-08-07 Thread Daniel Neis Araujo
Hello, thanks for help. It worked on Boilerplate app that uses XMLHTTPRequest, but didn't work for Moodle's app that uses jquery's $.ajax function. Any thoughts? Kind regards, Daniel On Tue, Aug 6, 2013 at 11:44 PM, pzhang wrote: > Hi Daniel, > > I think you need to add 'systemXHR' permissio

[b2g] Proxy support in b2g-Gecko

2013-08-07 Thread Frederik Braun
Hi folks, I am sometimes testing things in B2G and use a proxy to debug network activity. During this I have noticed that most but not all traffic is correctly tunneled through the proxy if I manually set the prefs in the Gaia profile. Some WebAPIs - like mozTCPSocket - do not respect the proxy se