[b2g] hinted or unhinted fonts?

2013-09-17 Thread arky
Hi, Android and Mac ignore hinting information embedded in fonts, what about B2G? Do we use hinted or unhinted fonts on B2G? TIA Arky ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Privileged app cant use jquery and socket io?

2013-09-17 Thread Fabrice Desre
On 09/17/2013 03:16 PM, jose llopis wrote: > Here is my question, im making an app which needs to load contacts from phone > and also uses socket io + jquery for getting some info but it doesnt work at > all, when i've removed type: privileged ir works but i am not able todo use > the contact ap

[b2g] Can't catch mozbrowsererror any more

2013-09-17 Thread Jed Parsons
I'm trying to catch when b2g crashes the Trusted UI for any reason. (The Trusted UI houses marketplace and persona screens). I was doing this: 1. Open persona sign-in dialog on device; this causes a Browser process to start 2. adb shell onto the phone and kill -9 the new Browser process 3. p

[b2g] Privileged app cant use jquery and socket io?

2013-09-17 Thread jose llopis
Here is my question, im making an app which needs to load contacts from phone and also uses socket io + jquery for getting some info but it doesnt work at all, when i've removed type: privileged ir works but i am not able todo use the contact api anymore? Thanks ppl Enviado desde Yahoo! Mail c

[b2g] Cross-functional B2G Meeting at 5PM PT today (9/17)

2013-09-17 Thread Bhavana Bajaj
We'll be holding our weekly cross-functional b2g meeting today. To participate, please join us in the B2G vidyo room and follow along with the notes at https://etherpad.mozilla.org/b2g-meeting-notes. See https://wiki.mozilla.org/B2G#Meetings for more info on joining the call. It will be great

Re: [b2g] Security implications of remote debugging on devices

2013-09-17 Thread Clint Talbert
On Mon 16 Sep 2013 12:57:06 PM PDT, Jim Blandy wrote: On 09/15/2013 04:41 AM, Paul Theriault wrote: The benefit of exposing the protocol, with a light activation burden, for all our users, is major. It is directly in line with our goals: helping the web be a vibrant, creative medium; providing a

[b2g] Debugging Certified Apps with the App Manager

2013-09-17 Thread J. Ryan Stinnett
After the recent security discussion around remote debugging, debugging of certified apps is now blocked by default as part of bug 915067 (and this won't be modifiable on production devices). I realize there is still some discussion around this decision in other threads, but mainly I wanted to mak

Re: [b2g] Debugging Certified Apps with the App Manager

2013-09-17 Thread J. Ryan Stinnett
On Tue, Sep 17, 2013 at 1:11 PM, Julien Wajsberg wrote: > Le 17/09/2013 19:47, J. Ryan Stinnett a écrit : > > [1]: > > > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Using_the_App_Manager#Debugging_Certified_Apps > > I suppose it's possible to simply put this pref in build/custom-pr

[b2g] Using an open market ZTE Open as a developer device

2013-09-17 Thread Ben Francis
An over the air system update was sent out over the weekend for open market ZTE Open devices (the orange ones sold on eBay) which appears to turn on fastboot. With fastboot enabled, is there now a simple way for potential contributors who do not work for Mozilla or one of Mozilla's partners to roo

[b2g] The accessibility team will need a few B2G-specific uplifts to 26

2013-09-17 Thread Marco Zehe
Hi all! For Firefox OS 1.2, the accessibility team planned to provide a feature for developers to be able to test their web apps for accessibility. They will be able to test their web apps with the built-in screen reader. So far the theory. Most of the stuff also is already in B2G, most importa

Re: [b2g] Debugging Certified Apps with the App Manager

2013-09-17 Thread Julien Wajsberg
Le 17/09/2013 19:47, J. Ryan Stinnett a écrit : > [1]: > https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Using_the_App_Manager#Debugging_Certified_Apps I suppose it's possible to simply put this pref in build/custom-prefs.js and make reset-gaia ? signature.asc Description: OpenPGP

Re: [b2g] The accessibility team will need a few B2G-specific uplifts to 26

2013-09-17 Thread Alex Keybl
These don't appear to be blockers, so please go through the approval process as with all non-blocking changes. Within that approval, please include whether new strings are introduced - I can't imagine landing this is risky to other parts of the OS in and of itself, but we of course maintain the

Re: [b2g] Message listeners added via DOMRequestHelper

2013-09-17 Thread smaug
On 09/17/2013 06:09 PM, Fernando Jiménez Moreno wrote: Thanks for the prompt feedback, Olli! On 17/09/2013, at 13:25, smaug wrote: My proposal to change this is to add strong referenced message listeners in these cases. I would say that we could add strong references by default for all messa

Re: [b2g] Message listeners added via DOMRequestHelper

2013-09-17 Thread smaug
On 09/17/2013 02:07 PM, Fernando Jiménez Moreno wrote: Hi folks! while working on [1] and [2] I had a few doubts and I found out that we might have a couple of issues with DOMRequestHelper: 1. == We are adding message listeners for messages that might never happen. == This is because the only

Re: [b2g] Is there *anyone* in Oslo who can run mochitests on b2g desktop??

2013-09-17 Thread Alexandre poirot
Oh I'm so happy to hear we will run tests on b2g desktop, as of today I fixed two bugs that prevent it from starting gaia... +1 on mach target, that's a really good way to help developers who don't know about these tests/platform to run and fix them! 2013/9/17 Jonathan Griffin > We're currentl

Re: [b2g] Is there *anyone* in Oslo who can run mochitests on b2g desktop??

2013-09-17 Thread Jonathan Griffin
We're currently running the tests on TBPL on emulators, but we decided at Oslo to start running them (as well as many other tests) on b2g desktop builds as well, since it's important to prevent that platform from breaking. So, we will be turning mochitests on for b2g desktop builds in the near

Re: [b2g] branching to 1.2 today

2013-09-17 Thread Milan Sreckovic
See inline -- - Milan On 2013-09-16, at 21:18 , Tony Chung wrote: > Hi all, > > QA has tested the 1.2 nightly builds against the Buri devices, and have > identified a few concerning issues that will affect the branch merge. The > following seem to be in the bucket of constant crashing and p

[b2g] firefox os 1.1 and socket.io?

2013-09-17 Thread jose llopis
im working on an app that uses socket.io and i was able  in the 1.0 versions to run it flawlessly but  on 1.1 im not able to load my remote socket.io js anyone knows why? my importing line is : http://192.168.1.72:8000/socket.io/lib/socket.io.js";> _

Re: [b2g] Message listeners added via DOMRequestHelper

2013-09-17 Thread Fernando Jiménez Moreno
Thanks for the prompt feedback, Olli! On 17/09/2013, at 13:25, smaug wrote: >> >> My proposal to change this is to add strong referenced message listeners in >> these cases. I would say that we could add strong references by default >> for all message listeners added via initDOMRequestHelper()

Re: [b2g] Is there *anyone* in Oslo who can run mochitests on b2g desktop??

2013-09-17 Thread Alexandre poirot
He we are talking about mochitest on B2G desktop, but are we really running them on b2g desktop? Last time I looked at mochitest for b2g, the only way was to run them on the emulator. Running them on the emulator better match the devices behavior but make it hard to run as you need a b2g emulator

[b2g] Message listeners added via DOMRequestHelper

2013-09-17 Thread Fernando Jiménez Moreno
Hi folks! while working on [1] and [2] I had a few doubts and I found out that we might have a couple of issues with DOMRequestHelper: 1. == We are adding message listeners for messages that might never happen. == This is because the only way to add message listeners via DOMRequestHelper is du

Re: [b2g] Call for help: dispatch hardware button events to user app

2013-09-17 Thread Alive
Replied to Julien and Jonas inline, Julien Wajsberg 於 2013/9/17 下午5:04 寫道: > ok, I was thinking of 3rd party apps and not certified apps. > > I don't know much about how audio channel work so I guess I should have > stayed silent ;) Never mind, audio channel system is a little complex. We could

Re: [b2g] Call for help: dispatch hardware button events to user app

2013-09-17 Thread Julien Wajsberg
Le 17/09/2013 11:02, Alive a écrit : > > Julien Wajsberg mailto:jwajsb...@mozilla.com>> > 於 2013/9/17 下午4:58 寫道: > >> Le 17/09/2013 04:10, Jonas Sicking a écrit : >>> For volumeup/down, I think it would be OK for an app to call >>> preventDefault >>> and that way prevent the volume from changing. B

Re: [b2g] Call for help: dispatch hardware button events to user app

2013-09-17 Thread Alive
Julien Wajsberg 於 2013/9/17 下午4:58 寫道: > Le 17/09/2013 04:10, Jonas Sicking a écrit : >> For volumeup/down, I think it would be OK for an app to call preventDefault >> and that way prevent the volume from changing. But we should control that >> ability through a permission so that the user can t

Re: [b2g] Firefox OS UX based on few weeks

2013-09-17 Thread Julien Wajsberg
Le 16/09/2013 16:01, KAMI911 KAMI911 a écrit : > Hi, > > I and other reps found these missing features and UX problems: > https://etherpad.mozilla.org/fxos-ux-hu > > How should we handled these request? Do you know any ongoing development > around these areas? The best way is to file bugs for the

Re: [b2g] Call for help: dispatch hardware button events to user app

2013-09-17 Thread Julien Wajsberg
Le 17/09/2013 04:10, Jonas Sicking a écrit : > For volumeup/down, I think it would be OK for an app to call preventDefault > and that way prevent the volume from changing. But we should control that > ability through a permission so that the user can turn it off. > And anyway it could only prevent

Re: [b2g] hamachi bootloader mode

2013-09-17 Thread Jarek
Hi! You can flash system.img and userdata.img using fastboot. That's the method used by the flash.sh script from the B2G source code tree. Make sure your device is correctly recognized by fastboot by running "fastboot devices". Notice, that even if adb correctly recognizes the device, it does n

[b2g] could not load library

2013-09-17 Thread WEN Pingbo
hi, all those days, i am porting firefox os to a new device, which cpu is smdk5410. i clone the latest source code, and the board bring up to ramdisk correctly, but in init script executing, mosts of process(include b2g) did't up. the compiler version is 4.6 i execute b2g and servicemanager ma