Re: Enabling new HTTP cache on nightly (browser only, not automated tests) soon

2014-05-01 Thread Jason Duell
On 05/01/2014 08:01 AM, Gavin Sharp wrote: I had the same concern in bug 967693. There was some back and forth in a private email thread (we should have discussed it in the bug...) that essentially boiled down to "the orange/perf investigations are blocked, we want more nightly crash/bug reports

Re: firefox os UMS mode (usb mass storage)

2014-05-01 Thread Dave Hylands
1- Yes. The emulator, however, doesn't emulate USB, so UMS can't work in the emulator. 2 - All devices which have the correct partitions have UMS. Devices like the Nexus 4 or 5 don't support UMS. I'm pretty sure that all of the shipping devices have UMS support. 3 - We use the vold service f

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Rik Cabanier
On Thu, May 1, 2014 at 11:58 AM, Ehsan Akhgari wrote: > On 2014-05-01, 2:22 PM, Rik Cabanier wrote: > >> >> >> >> On Thu, May 1, 2014 at 10:49 AM, Ehsan Akhgari > > wrote: >> >> Hi Rik, >> >> How extensive is our testing of this feature? I'm very surprised

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Rik Cabanier
On Thu, May 1, 2014 at 12:22 PM, Ehsan Akhgari wrote: > On 2014-05-01, 3:12 PM, Ian Hickson wrote: > >> On Thu, 1 May 2014, Rik Cabanier wrote: >> >>> >>> No particular reason. The spec text is identical; just the name of the >>> method changed. Roc suggested the new name and people liked it bette

Re: Policing dead/zombie code in m-c

2014-05-01 Thread Jeff Walden
On 04/28/2014 05:59 AM, Henri Sivonen wrote: > Hopefully we didn't remove collation rules, since that's the part we > are supposed to be using ICU for! :-) I'm uncertain exactly what the terminology means necessarily for us, but intl/icu-patches/genrb-omitCollationRules.diff exists because a flag

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Ehsan Akhgari
On 2014-05-01, 3:12 PM, Ian Hickson wrote: On Thu, 1 May 2014, Rik Cabanier wrote: No particular reason. The spec text is identical; just the name of the method changed. Roc suggested the new name and people liked it better. I believe Ian stated that he would update the WHATWG version when ther

PSA: AtomicRefCounted should no longer be used

2014-05-01 Thread Ehsan Akhgari
Hi everyone, I just landed bug 1004564 which moved AtomicRefCounted to the mozilla::external interface. AtomicRefCounted is currently used in only two places in the mozglue code because of the specific linkage requirements of that code, and no new usage of this class is allowed in code in mozilla

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Ian Hickson
On Thu, 1 May 2014, Rik Cabanier wrote: > > No particular reason. The spec text is identical; just the name of the > method changed. Roc suggested the new name and people liked it better. I > believe Ian stated that he would update the WHATWG version when there > are 2 implementations. There's

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Ehsan Akhgari
On 2014-05-01, 2:22 PM, Rik Cabanier wrote: On Thu, May 1, 2014 at 10:49 AM, Ehsan Akhgari mailto:ehsan.akhg...@gmail.com>> wrote: Hi Rik, How extensive is our testing of this feature? I'm very surprised that bug 1004499 was not caught by a test when you landed this. I wrote a

Current action plan for try server issues

2014-05-01 Thread Hal Wine
[including dev.platform this time as originally intended] tl;dr: there was a 4h "outage" on Wed, here's our plan if it happens again. Active bug for next reset: bug 1001735 (https://bugzil.la/1001735) Action Summary: - if we get another multi-hour (>2) "outage", we will immediately do a hard

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Rik Cabanier
On Thu, May 1, 2014 at 10:49 AM, Ehsan Akhgari wrote: > Hi Rik, > > How extensive is our testing of this feature? I'm very surprised that bug > 1004499 was not caught by a test when you landed this. > I wrote a number of mochi tests. In addition Dominc (from Google) wrote a more real world examp

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Rik Cabanier
On Thu, May 1, 2014 at 10:57 AM, Ehsan Akhgari wrote: > Another question: Trevor had some concerns over this API in bug 958241. > Were those concerns sufficiently addressed? Yes, drawFocusIfNeeded no longer works in conjunction with a11y. The hit region API is supposed to be used to provide acc

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Rik Cabanier
On Thu, May 1, 2014 at 2:49 AM, Anne van Kesteren wrote: > On Thu, May 1, 2014 at 1:44 AM, Rik Cabanier wrote: > > [...] > > Pointer to the bug? > This is the launch bug: https://bugzilla.mozilla.org/show_bug.cgi?id=935992 And this is the bug to flip the pref (I assigned it you you :-) ): https

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Ehsan Akhgari
Another question: Trevor had some concerns over this API in bug 958241. Were those concerns sufficiently addressed? Thanks! Ehsan On 2014-04-30, 8:44 PM, Rik Cabanier wrote: Primary eng emails caban...@adobe.com *Spec* http://www.w3.org/html/wg/drafts/2dcontext/html5_canvas_CR/#dom-context-2

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Ehsan Akhgari
Hi Rik, How extensive is our testing of this feature? I'm very surprised that bug 1004499 was not caught by a test when you landed this. Cheers, Ehsan On 2014-04-30, 8:44 PM, Rik Cabanier wrote: Primary eng emails caban...@adobe.com *Spec* http://www.w3.org/html/wg/drafts/2dcontext/html5_c

Landed on fx-team: automated checks on all the CSS we ship being parsable

2014-05-01 Thread Gijs Kruitbosch
TL;DR: I just landed bug 971096 on fx-team. On trees with this change, you can no longer "just" add code that causes CSS parsing errors in Gecko, because there is a browser mochitest that will scream at you if you do. [0] Longer explanation: after several issues where broken CSS went unfixed

Re: Enabling new HTTP cache on nightly (browser only, not automated tests) soon

2014-05-01 Thread Gavin Sharp
I had the same concern in bug 967693. There was some back and forth in a private email thread (we should have discussed it in the bug...) that essentially boiled down to "the orange/perf investigations are blocked, we want more nightly crash/bug reports to work on in parallel while those are figure

firefox os UMS mode (usb mass storage)

2014-05-01 Thread Paul
Here are some questions about UMS: 1. Does Firefox os still support UMS? I play around the emulator but there are no option available in settings/media storage--> enable usb mass storage here. 2. If so, what UMS has? Does it include sdcard free space and internal ram? 3. how does it work in Gec

Re: Enabling new HTTP cache on nightly (browser only, not automated tests) soon

2014-05-01 Thread Benjamin Smedberg
On 5/1/2014 2:23 AM, Jason Duell wrote: Note: like last time, cache2 will be turned on for nightly Firefox desktop users only, and not for android/b2g. It will also not be turned on for the buildbots, as we still have a few orange/perf bugs that we're tracking down. This part doesn't make

Re: intent to ship: drawFocusIfNeeded

2014-05-01 Thread Anne van Kesteren
On Thu, May 1, 2014 at 1:44 AM, Rik Cabanier wrote: > [...] Pointer to the bug? Reason it's not in the WHATWG specification? -- http://annevankesteren.nl/ ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinf