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

2015-07-01 Thread Chris Mills
On the docs side of things, yes we should probably look into this when we get the chance. This is one that I’ve missed. I’ve added a card to our docs schedule so that at least it is now on our radar. So is this basically just the B2G version of the upcoming service worker

Re: [b2g] blocking-b2g / feature-b2g / status-b2g-v2.5 change for FxOS 2.5 in Bugzilla

2015-07-01 Thread Ryan VanderMeulen
Note that until v2.5 branches, we effectively have two tracking flags tracking the same thing: status-b2g-v2.5 and status-b2g-master. If you have any bug queries looking at fixed v2.5 blockers, you might want to make sure you're accounting for either one of those being set. -Ryan On

[b2g] Trouble with Flatfish after update

2015-07-01 Thread Raniere Silva
Hi, I'm having trouble after upgraded my Flatfish today due Could not read chrome manifest 'file:///system/b2g/chrome.manifest'. Any suggestion of how to fix it? I tried flash with a old version but I couldn't get into fastboot even with

Re: [b2g] Battery shell script for aries.

2015-07-01 Thread Michael Henretty
Thanks Noaki! Is there any way to tell which process is using the most CPU? Conversely, do we have any tools to tell us what apps causing battery drain? On Wed, Jul 1, 2015 at 1:06 AM, Naoki Hirata nhir...@mozilla.com wrote: Here's a script you can place on the sdcard and run from there once

Re: [b2g] Aligning on an App Model for the future

2015-07-01 Thread Benjamin Francis
On 16 June 2015 at 00:59, Jonas Sicking jo...@sicking.cc wrote: One thing that is tricky is that in the new manifest spec the manifest URL is meaningless. In order to update an icon we need to re-download the HTML file and see what manifest URL it points to. This is especially problematic if

Re: [b2g] Battery shell script for aries.

2015-07-01 Thread Naoki Hirata
For the process that's using the most CPU : adb shell top Unfortunately, I'm not sure about the battery drain per app. I'm still investigating. I think we may need a gecko API? I did find dumpsys and dumpstate which might be useful for other purposes. On Wed, Jul 1, 2015 at 12:18 PM, Michael

Re: [b2g] Aligning on an App Model for the future

2015-07-01 Thread Benjamin Francis
On 16 June 2015 at 00:59, Jonas Sicking jo...@sicking.cc wrote: We will definitely need a FirefoxOS-specific API which tracks the list of URLs that have been bookmarked, and which maybe caches manifest information as needed. Likely this API would also need to send notifications when pins are

Re: [b2g] Battery shell script for aries.

2015-07-01 Thread Dave Hylands
Perhaps use the trace.sh script mentioned here: https://bugzilla.mozilla.org/show_bug.cgi?id=1021400#c82 On Wed, Jul 1, 2015 at 1:46 PM, Naoki Hirata nhir...@mozilla.com wrote: For the process that's using the most CPU : adb shell top Unfortunately, I'm not sure about the battery drain per

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

2015-07-01 Thread Jonas Sicking
On Wed, Jul 1, 2015 at 5:52 AM, Chris Mills cmi...@mozilla.com wrote: On the docs side of things, yes we should probably look into this when we get the chance. This is one that I’ve missed. I’ve added a card to our docs schedule so that at least it is now on our radar. So is this

[b2g] Battery shell script for aries.

2015-07-01 Thread Naoki Hirata
Here's a script you can place on the sdcard and run from there once you chmod it. Currently, I can't seem to connect adb over wifi (bug 1179144 ). Anyways, here's the script: INTERVAL=1 CAPACITYVOLTAGE=0 while true; do PREVVOLTAGE=$CAPACITYVOLTAGE DATETIME=$(date +'%Y/%m/%d|%H:%M:%S')

Re: [b2g] Addons for FirefoxOS

2015-07-01 Thread Jonas Sicking
Hi All, There was lots of movement on the Addon front in Whistler, so I think we now have a more clear picture of the architecture and next steps. A big piece of good news is that the desktop team a while ago started working on an explicit addon API for desktop. This work has already progressed