On 08/05/13 15:03, Marcos Caceres wrote:
>
> On Tuesday, May 7, 2013 at 11:19 PM, Mounir Lamouri wrote:
>> Hi,
>>
>> During today's call we worked on triaging the work items we had listed
>> in the PlannedWork wiki page [1]. They are now listed as P1/P2/P3. P1
>> being the highest priority.
>>
>> This triage was public and its result is open to discussion so if there
>> is anything you believe should be reconsidered, please let us know.
>>
>> [1]
https://wiki.mozilla.org/WebAPI/PlannedWork
>>
>
> Not sure where this fits (Web API or DOM), but there was also the navigator.language change event.
Sure. Feel free to add a "to triage" section so we can triage that at
the next meeting.
> On the b2g list, I saw someone asking for a means to control the camera's LED (to make a flash light app). Although probably not super high prio, it's certainly something I personally use _a lot_ on my phone. How would people feel about adding such an API down the road? Should we add it to the list?
I believe this is working already if you set .flashMode = 'torch' on a
nsICameraControl object that you get from .getCamera() success callback.
This is certified only though...
--
Mounir