Re: [b2g] Browser API reference: how can we keep it up to date?

2015-09-15 Thread Fabrice Desré
require review from DOM peers who are typically overloaded > individuals, and it would be nice to not make them review documentation > changes. That's also not where localizers expect to find their reference material, and not where they could publish translations. Fabrice --

Re: [b2g] Browser API reference: how can we keep it up to date?

2015-09-15 Thread Fabrice Desré
On 09/15/2015 09:00 AM, Paul Rouget wrote: > Any suggestion? I don't see any issue with using what you started on github as a reference, and adding comments in the implementation to remind people that they need to update the doc when making observable changes. Fabrice -- Fabrice De

Re: [b2g] Problem writing new JS WebIDL

2015-09-09 Thread Fabrice Desré
ut > my IDL file? > The MDN page I based my code on was this one: > https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Building_components_in_JavaScript Since it's b2g specific, you can keep it in b2g/components/ Fabrice -- Fabrice Desré b2g tea

Re: [b2g] Problem writing new JS WebIDL

2015-09-09 Thread Fabrice Desré
efe > > I'd appreciate any help. The issue is that Components.interfaces.PrivacyMonitor doesn't exist. Components.interfaces are xpidl interfaces, not webidl interfaces. Are you exposing this component to web pages? It doesn't look you do from your gist, so you don't need .webidl here, onl

Re: [b2g] Unofficial branding - let's make it better

2015-08-20 Thread Fabrice Desré
On 08/20/2015 07:53 PM, Dietrich Ayala wrote: Cool, will start compiling pics of every committer... r=me -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] PSA: add-ons changes are coming

2015-08-20 Thread Fabrice Desré
technically easy, we will just have to bikeshed on the name... But something like would work I think: moz_extensions: { activities: message: ... } Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g

Re: [b2g] PSA: add-ons changes are coming

2015-08-19 Thread Fabrice Desré
On 08/19/2015 07:07 AM, Chris Mills wrote: On 7 Aug 2015, at 17:51, Fabrice Desré fabr...@mozilla.com wrote: On 08/07/2015 09:20 AM, Michael Henretty wrote: It sounds like the way gecko will distinguish between the add-on and the app install path is whether the package zip contains

Re: [b2g] PSA: add-ons changes are coming

2015-08-18 Thread Fabrice Desré
file bugs if I broke that. We have instructions at https://etherpad.mozilla.org/converting-fxos-addons about the format change, feel free to update it if something is not clear! Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g

[b2g] PSA: New add-ons support landed

2015-08-17 Thread Fabrice Desré
them to the new format: https://etherpad.mozilla.org/converting-fxos-addons Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Compiling Firefox OS for Android One (Sprout) Smartphones

2015-08-12 Thread Fabrice Desré
homescreen better. That should not be hard to get working on master though. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Best way to profile web app startup performance

2015-08-11 Thread Fabrice Desré
when the app is closed. You can profile by using the pid of the preallocated app, since this is the one that will be used once you actually launch your app. You can get it by running |adb shell b2g-info|. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] PSA: add-ons changes are coming

2015-08-07 Thread Fabrice Desré
weirdness will be that they will have to re-instal their add-ons after the switch over, and they will have a bunch of old add-ons in their app registry. Sounds good to me! Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list

[b2g] b2gdroid usability challenges

2015-08-07 Thread Fabrice Desré
I created an etherpad to list the UX issues we will likely face with b2gdroid. Feel free to contribute at https://etherpad.mozilla.org/b2gdroid-ux-challenges ! Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list

Re: [b2g] PSA: add-ons changes are coming

2015-08-06 Thread Fabrice Desré
-ons to update, not a few thousands... Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] PSA: add-ons changes are coming

2015-08-06 Thread Fabrice Desré
will be https://developer.chrome.com/extensions/content_scripts I'm fine with holding up landing if we want to let hackerplace hosted add-ons some time to proceed with the conversion, but I will land late next week at the latest. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Turning off OSX and Windows B2G desktop builds

2015-08-06 Thread Fabrice Desré
behavior? People should run tests locally with something as close to what we have in automation as possible. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org

Re: [b2g] Proposal to get rid of some of the shell.js - System app custom events, a.k.a. mozChromeEvent

2015-08-02 Thread Fabrice Desré
). Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] b2g build failed (flame-kk on ubuntu 14.04)

2015-07-31 Thread Fabrice Desré
@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Proposal to get rid of some of the shell.js - System app custom events, a.k.a. mozChromeEvent

2015-07-31 Thread Fabrice Desré
these events. We have to be careful with the return on investment here. As much as I'd like that to happen, I also have several other projects that need similar skills for people that have cycles left! Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Enable web components via a field in the manifest

2015-07-08 Thread Fabrice Desré
for the outcome of the meetings that smaug mentionned. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Is navigator.syncManager used at all?

2015-06-30 Thread Fabrice Desré
requestSync was using gecko timers while the alarm api is doing a blocking read from a kernel managed file descriptor on its own thread. I would be surprised if there was any significant difference. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] New module: Gaia Project Infrastructure

2015-06-18 Thread Fabrice Desré
mailing list? Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Data Sync and Cloud Storage (Whistler session info. included)

2015-06-17 Thread Fabrice Desré
-internal/CABHeOWbSUq8mJCyz9jayxmv_EqxgH%3D6BseYFUteqVq4hHszU9Q%40mail.gmail.com https://groups.google.com/a/mozilla.com/d/msgid/b2g-internal/CABHeOWbSUq8mJCyz9jayxmv_EqxgH%3D6BseYFUteqVq4hHszU9Q%40mail.gmail.com?utm_medium=emailutm_source=footer. -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Russian version B2Gdroid

2015-06-15 Thread Fabrice Desré
translation for Gaia at http://hg.mozilla.org/gaia-l10n/ru/ so that will be easy to get support. We also have language packs downloadable from the marketplace but only for German, French and Polish for now. Stas Gandalf, what do we need to add a Russian langpack? Fabrice -- Fabrice Desré b2g team

Re: [b2g] PSA: Please avoid landing risky patches on master/m-c for 3 weeks

2015-06-10 Thread Fabrice Desré
! :) I agree. keep landing. Ironically, the latest serious breakages in nightly builds have been platform gfx changes, not gaia ones... Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https

Re: [b2g] Add-ons and Developer Mode articles added to MDN

2015-06-09 Thread Fabrice Desré
...@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-gaia -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Add-ons and Developer Mode articles added to MDN

2015-06-09 Thread Fabrice Desré
it. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Add-ons and Developer Mode articles added to MDN

2015-06-08 Thread Fabrice Desré
much like to when the API is more stabilized. We have plans, that's just low priority on the marketplace side. see https://bugzilla.mozilla.org/show_bug.cgi?id=1110914 Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list

Re: [b2g] PSA: Please avoid landing risky patches on master/m-c for 3 weeks

2015-06-08 Thread Fabrice Desré
-- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] PSA: Please avoid landing risky patches on master/m-c for 3 weeks

2015-06-08 Thread Fabrice Desré
android for many years, and should be no different for b2g. If you fear your changes may break nightlies, ask QA for a smoketest of your build, and then blame QA if something goes wrong ;) Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Introducing b2gdroid

2015-06-04 Thread Fabrice Desré
a working port. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Introducing b2gdroid

2015-06-04 Thread Fabrice Desré
On 06/03/2015 11:28 PM, Sai Karthik wrote: can we run fxos apps after installing b2gdroid ? Absolutely! That's as close as possible to a real fxos. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g

Re: [b2g] Activities in a world of URLs

2015-06-02 Thread Fabrice Desré
in the first place because they don't provide the functionality we need, which is letting the user choose a provider among many and filtering on the parameters, not the protocol. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g

[b2g] Introducing b2gdroid

2015-06-01 Thread Fabrice Desré
-- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] B2G build creating desktop build

2015-05-13 Thread Fabrice Desré
update our configure script to ignore GAIADIR for non-B2G desktop builds but does anybody know what the proper switch is to check we are building B2G desktop (or Mulet presumably)? The easiest thing to do may be to disable GAIADIR when MOZ_WIDGET_GONK is set. Fabrice -- Fabrice Desré b2g

Re: [b2g] Getting rid of apps in FirefoxOS

2015-05-12 Thread Fabrice Desré
a transport layer. The important part is to have real public uris for these pages. There are details around the navigation from unprivileged to privileged content (and vice versa) that are yet to really be figured out. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Question regarding a small project in firefox OS we are working on !

2015-04-20 Thread Fabrice Desré
-central/source/extensions/cookie/nsPermissionManager.cpp instead, especially TestExactPermissionFromPrincipal() - you can get the appId from principal to know which app does what. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g

Re: [b2g] NEXUS-5-L now is based on 5.1

2015-04-14 Thread Fabrice Desré
-- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] How to get network operator name?

2015-04-12 Thread Fabrice Desré
On 04/12/2015 03:17 PM, Felix E. Klee wrote: *What am I missing?* You didn't set type: privileged in your manifest so you didn't get the permission. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g

Re: [b2g] How to get network operator name?

2015-04-12 Thread Fabrice Desré
you're granted the mobilnetwork permission: http://mxr.mozilla.org/mozilla-central/source/dom/mobileconnection/tests/mochitest/test_mobilenetwork_permission.html?force=1#4 Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing

Re: [b2g] View B2G/Gaia version on command line?

2015-04-11 Thread Fabrice Desré
Just out of curiosity… Yes, just launching the b2g executable doesn't work. You need to set up the environment properly, which is what b2g.sh does. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g

Re: [b2g] View B2G/Gaia version on command line?

2015-04-11 Thread Fabrice Desré
On 04/11/2015 09:41 AM, Felix E. Klee wrote: On Sat, Apr 11, 2015 at 5:34 PM, Fabrice Desré fabr...@mozilla.com wrote: [...] which is what b2g.sh does. There is no `b2g.sh`. Surely you mean: run-mozilla.sh No, on a b2g device (which is what you were talking about), there is /system

Re: [b2g] update on fixing updates?

2015-03-25 Thread Fabrice Desré
-- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] update on fixing updates?

2015-03-25 Thread Fabrice Desré
On 03/25/2015 02:06 PM, Dave Huseby wrote: On 03/25/2015 01:57 PM, Fabrice Desré wrote: Yes the ril team works closely with partners. The technical issue is that a binary xpcom that has been built against gecko version X can't be loaded by gecko version Y because we don't guarantee

Re: [b2g] update on fixing updates?

2015-03-25 Thread Fabrice Desré
built against gecko version X can't be loaded by gecko version Y because we don't guarantee this will work (and I tested bypassing the version check, this crashed nicely afterward). Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev

Re: [b2g] Apps and Sensitive APIs

2015-03-10 Thread Fabrice Desré
-- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Apps and Sensitive APIs

2015-03-09 Thread Fabrice Desré
On 03/09/2015 05:23 PM, Jonas Sicking wrote: Let me know what you think. I agree. Let's do it. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev

Re: [b2g] Find My Phone

2015-02-23 Thread Fabrice Desré
to the device that the device will honour? Or does it also require some information from the user? If so, what? The use case of FMD being that you lost your phone, we don't ask anything on device... So if the server side is compromised, yes you can wipe the device. Fabrice -- Fabrice Desré b2g

Re: [b2g] WebActivities activities filter restrictions

2015-02-22 Thread Fabrice Desré
open to adding support for that if we define a sane manifest format though. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] download videos from YouTube

2015-02-20 Thread Fabrice Desré
preventDefault in the context menu event handler for videos, which means that we don't show the system context menu anymore. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org

Re: [b2g] Granting Permissions to the Web

2015-02-18 Thread Fabrice Desré
don't think we want the web to be like native. But we want users to have as good an experience on the web as they have with native stacks. That doesn't mean that this should be same experience, but it can't be a degraded one. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] WebActivities activities filter restrictions

2015-02-18 Thread Fabrice Desré
On 02/18/2015 01:32 AM, axel.nenn...@telekom.de wrote: The point is that the FFOS app would now have two definitions for open. Is there a way to express this in one manifest? Currently no. But that's an interesting use case... Fabrice -- Fabrice Desré b2g team Mozilla

Re: [b2g] Granting Permissions to the Web

2015-02-17 Thread Fabrice Desré
mailing list dev-b2g@lists.mozilla.org mailto:dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g -- Fabrice Desré

Re: [b2g] Granting Permissions to the Web

2015-02-10 Thread Fabrice Desré
for makers'. I'm not convinced that getting apps using the telephony api replaceable is worth much effort. Getting webrtc to replace these apis, on the other hand... Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev

Re: [b2g] Can we deprecate packaged apps?

2015-02-02 Thread Fabrice Desré
see why apps would lose their identity. The current implementation of import/export has basic support for hosted apps, since we don't try to package cached resources. Maybe we could improve that. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Can we deprecate packaged apps?

2015-02-02 Thread Fabrice Desré
you host your authenticator in you private network? Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Can we deprecate packaged apps?

2015-01-30 Thread Fabrice Desré
. Anyone hosting on github gets that also. I think the barrier to entry is pretty low. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Info about Reset and root the phone feature

2015-01-19 Thread Fabrice Desré
-- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] WARNING: cgroup support landing soon

2015-01-08 Thread Fabrice Desré
list dev-g...@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-gaia -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Matchstick - emulator available?

2015-01-06 Thread Fabrice Desré
devices seem a bit thin on the ground now. Chris Mills Senior tech writer || Mozilla developer.mozilla.org http://developer.mozilla.org/ || MDN cmi...@mozilla.com mailto:cmi...@mozilla.com || @chrisdavidmills -- Fabrice Desré b2g team Mozilla

Re: [b2g] RequestSyncAPI

2015-01-05 Thread Fabrice Desré
will replace some hackish uses of mozAlarms, but there are still valid use cases. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] RequestSyncAPI

2015-01-05 Thread Fabrice Desré
, and I see it replacing most mozAlarms in gaia so we can leverage a single solution. Best, Kevin On Mon, Jan 5, 2015 at 3:26 PM, Fabrice Desré fabr...@mozilla.com mailto:fabr...@mozilla.com wrote: On 01/05/2015 03:16 PM, Kevin Grandon wrote: So now the other question, is there any

Re: [b2g] Print and PrintService port from Android

2014-12-08 Thread Fabrice Desré
! Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] The SIM-card is about to die

2014-10-21 Thread Fabrice Desré
On 10/21/2014 08:53 AM, Anders Rundgren wrote: I was rather thinking about the SE API. mozPay is another thing which unfortunately is hampered by the limitations of NSS. Why is NSS limiting for mozPay? Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Perf regression in Gecko between 1.3 and 2.2?

2014-10-21 Thread Fabrice Desré
seconds. How are you measuring boot time? Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Perf regression in Gecko between 1.3 and 2.2?

2014-10-21 Thread Fabrice Desré
more memory than 1.3t and that might cause swapping and that's *slow*. I'm not convinced this is the only cause. Even on a flame our startup time is really slow now compared to 1.3/1.4. I think mlee is looking into that. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] The SIM-card is about to die

2014-10-19 Thread Fabrice Desré
. Care to elaborate? Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] LED API?

2014-09-28 Thread Fabrice Desré
pattern with an on and off time. Not as fancy as Jonas's proposal, but maybe good enough for most/all cases. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org

Re: [b2g] Getting B2G crash reports doc on MDN (attn Chris)

2014-09-25 Thread Fabrice Desré
@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g -- Fabrice Desré b2g team Mozilla Corporation ___ dev

Re: [b2g] Enabling certified app debugging on production phones.

2014-09-09 Thread Fabrice Desré
don't have any good solution. We discussed possible use case/api on this mailing list already, and maybe we'll have time to implement for the next release! Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g

Re: [b2g] LED API?

2014-09-08 Thread Fabrice Desré
/hardware/libhardware/include/hardware/lights.h Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] LED API?

2014-09-08 Thread Fabrice Desré
On 09/08/2014 02:28 PM, Josh Smith wrote: Another use case for having flash LED control would be the ever-popular flashlight apps. You can do that trough the camera API (which is now privileged), see for example this app: https://marketplace.firefox.com/app/torch Fabrice -- Fabrice

Re: [b2g] LED API?

2014-09-08 Thread Fabrice Desré
APP developer and community member to find out the clues about FxOS. Is there any policy for editing or updating MDN when we change any APIs? It's a wiki. If you find an error, just go ahead and edit! Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] On demand querying value of proximity sensor

2014-09-01 Thread Fabrice Desré
-- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Overhauling the process priority manager

2014-08-29 Thread Fabrice Desré
/show_bug.cgi?id=994518 ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g

Re: [b2g] Log collection needs improvement

2014-08-21 Thread Fabrice Desré
touched since... the CVS import! I think it's a nice project for someone that want to get his/her hands dirty with gecko stuff. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https

Re: [b2g] New Device, Alcatel OneTouch Fire E (6015X)

2014-08-19 Thread Fabrice Desré
app will give you adb access. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Zte Open C official build

2014-08-19 Thread Fabrice Desré
... CM Mod is a very gray area - they are mostly unaffected because they are so small. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Application scopes

2014-08-18 Thread Fabrice Desré
any use case we support with app:// that we can't achieve with !// Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Application scopes

2014-08-15 Thread Fabrice Desré
as the 'self' scope though, and there are other issues around origins that Jonas and Paul are figuring out. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org

Re: [b2g] Backups for Firefox OS

2014-08-05 Thread Fabrice Desré
ones. We should expose that trough a new webapi that would let 3rd party write backup/restore apps, and for instance use it in find my device. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org

Re: [b2g] Application scopes

2014-08-05 Thread Fabrice Desré
On 08/04/2014 10:02 PM, Alive wrote: 開啟 2014年8月5日 at 下午12:40:15, Fabrice Desré (fabr...@mozilla.com mailto:fabr...@mozilla.com) 寫: Privileged packaged apps can specify their origin in the manifest (so you can get app://my-app as origin). A dump question, Is it marketplace’s

Re: [b2g] Backups for Firefox OS

2014-08-05 Thread Fabrice Desré
here. Can you elaborate? In general we don't support downgrades, but starting from scratch with an older version will work thanks to the indexedDB upgrades. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g

Re: [b2g] Application scopes

2014-08-04 Thread Fabrice Desré
exactly remains to be seen I think since there's still some details there to figure out. / Jonas -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Backups for Firefox OS

2014-08-04 Thread Fabrice Desré
. was hoping that all previous installed apps could be retrieved thanks to Firefox account ? No, because you need a firefox account on the marketplace only to install payed apps. And of course you can install apps that are not from the marketplace. Fabrice -- Fabrice Desré b2g team Mozilla

Re: [b2g] Permissions API always says unknown

2014-07-29 Thread Fabrice Desré
___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Show of fingers: Tracking multitouch issues on FFXOS and/or ZTE Open

2014-07-15 Thread Fabrice Desré
your opinion, not a fact. fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] LG is asking for contact from team that works with Chromecast like features

2014-06-20 Thread Fabrice Desré
. ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Some needs of new manifest properties and API for LockScreen secure mode

2014-06-19 Thread Fabrice Desré
would only include 'safeWhileLocked' activities. - app.launch() would fail in locked mode if the launch path is not part of the safeLockedPages. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g

Re: [b2g] FxOS Simulator updates

2014-05-27 Thread Fabrice Desré
and later is a better use of our resources. You can still build a 1.2 simulator and put it on AMO for other people that really need 1.2 - or keep using the latest released version. Not ideal, but this version is frozen anyway. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Changing how we ship fonts?

2014-05-21 Thread Fabrice Desré
simulators. That would not survive a factory reset either. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Try to Port B2G on low hand android tablet

2014-05-21 Thread Fabrice Desré
the end you pasted here. Put it in a pastebin.com if it's really big! Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Enable sdcard on B2G Desktop Client

2014-05-08 Thread Fabrice Desré
(https://mxr.mozilla.org/mozilla-central/source/dom/devicestorage/nsDeviceStorage.cpp#766) Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] ZTE Open - supported or not?

2014-05-05 Thread Fabrice Desré
of all the code running on the phone. As far as I know, the only project doing that is Freerunner, and they are not exactly top-notch hardware (see your previous point). Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing

Re: [b2g] The build system now honors the number of jobs you give it

2014-04-29 Thread Fabrice Desré
build. I hope this is helpful background information. Please don't hesitate to ping me if you run into any issues! That should be easy to do with an environment variable that is picked up by gonk-misc/default-gecko-config. We already toggle some options this way. Fabrice -- Fabrice

[b2g] Let's fix updates

2014-04-15 Thread Fabrice Desré
be wrong, but I'm less confident in a short term solution here. I really want to get the update channel and web api parts happen for b2g 2.0. Volunteers welcome! Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g

Re: [b2g] Let's fix updates

2014-04-15 Thread Fabrice Desré
995206 should be the same. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Let's fix updates

2014-04-15 Thread Fabrice Desré
never said that Mozilla would have to be this provider and support the overhead you are mentioning. Communities like cyanogenmod and xda have shown that there is interest from a lot of people to do that. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] My Tarako's CPU never idles

2014-04-09 Thread Fabrice Desré
of the data collected. if you're curious. was slog running? I've seen it go in crazy cpu hogging states, but it's only there in userdebug builds iirc, not in production builds. Also, you attachment didn't go through. Fabrice -- Fabrice Desré b2g team Mozilla Corporation

Re: [b2g] Introducing Mulet

2014-03-28 Thread Fabrice Desré
build, so it's using the linux/mac/windows widgetry. Fabrice -- Fabrice Desré b2g team Mozilla Corporation ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

  1   2   >