Re: API request: MutationObserver with querySelector

2015-10-09 Thread Xidorn Quan
On Sat, Sep 19, 2015 at 5:19 PM, Cameron McCormack wrote: > We could probably use the same mechanism that we do for restyling, > effectively modelling any registered selector observers as an additional > style sheet rule (that doesn’t have any properties set in it). All of > the data we store in

Re: Allowing web apps to delay layout/rendering on startup

2015-10-09 Thread zbraniecki
On Friday, October 9, 2015 at 10:51:54 AM UTC-7, Mounir Lamouri wrote: > As far as speed feeling goes, they would win to show something as soon > as possible and handle any post-first paint loading themselves. That is unfortunately not consistent with my experience. People tend to perceive visibl

Re: Read only non-privileges access to mozSettings (old navigator.mozHour12 in platform)

2015-10-09 Thread zbraniecki
On Friday, October 9, 2015 at 6:43:02 AM UTC-7, Ehsan Akhgari wrote: > On 2015-10-08 8:27 PM, zbranie...@mozilla.com wrote: > > Currently, any app that needs any of that information, has to get elevated > > privileges to let it *set* them, while almost every app that works with UI > > will just w

Re: Content sniffing: seeking reliable protection of a text HTTP resource

2015-10-09 Thread ian . melven
On Sunday, October 4, 2015 at 8:50:26 PM UTC-7, Boris Zbarsky wrote: > On 10/1/15 5:36 PM, Incnis Mrsi wrote: > > First is "media type (a.k.a. MIME) sniffing", when browser overrides > > media type/subtype. This is implemented in > > toolkit/components/mediasniffer/nsMediaSniffer.cpp component (and

Update: CANCELLED: TCW 10-10-2015 6a - 2p PDT

2015-10-09 Thread Hal Wine
Happy uninterrupted coding, everyone! -- Forwarded message -- From: m...@mozilla.com Date: Fri, Oct 9, 2015 at 11:15 AM Subject: Fwd: [Planned] TCW 10-10-2015 6a - 2p PDT To: all-moco-m...@mozilla.com The TCW scheduled for tomorrow has been canceled - please have a great weeken

Re: Allowing web apps to delay layout/rendering on startup

2015-10-09 Thread Mounir Lamouri
On Fri, 9 Oct 2015, at 16:27, Vivien Nicolas wrote: > On Thu, Oct 8, 2015 at 6:10 PM, Mounir Lamouri wrote: > > > Note that Chrome 46 has a way to work around the white screen while a > > page load using a new property in the Manifest. If a website added to > > the homescreen on Chrome Android ha

Intent to unship: dialog=1 for window.open from web content

2015-10-09 Thread Mike Conley
One of the arguments to window.open[1] is a “feature string” that is used to do things like set the size of the newly opened window, to set whether or not it is resizable, etc. Gecko currently supports a “dialog” feature that is really only evident on Windows platforms. This dialog feature essenti

Re: API request: MutationObserver with querySelector

2015-10-09 Thread smaug
On 10/09/2015 03:46 AM, zbranie...@mozilla.com wrote: We're about to start working on another API for the next Firefox OS, this time for DOM Intl, that will operate on `data-intl-format`, `data-intl-value` and `data-intl-options`. It would be much easier for us to keep l10n and intl separately

Re: Allowing web apps to delay layout/rendering on startup

2015-10-09 Thread Vivien Nicolas
On Thu, Oct 8, 2015 at 6:10 PM, Mounir Lamouri wrote: > Note that Chrome 46 has a way to work around the white screen while a > page load using a new property in the Manifest. If a website added to > the homescreen on Chrome Android has a background_color information, it > will be used while the

Re: Read only non-privileges access to mozSettings (old navigator.mozHour12 in platform)

2015-10-09 Thread Ehsan Akhgari
On 2015-10-08 8:27 PM, zbranie...@mozilla.com wrote: Currently, any app that needs any of that information, has to get elevated privileges to let it *set* them, while almost every app that works with UI will just want to retrieve that. As long as you want to do something b2g specific (which f

Re: Read only non-privileges access to mozSettings (old navigator.mozHour12 in platform)

2015-10-09 Thread Ehsan Akhgari
On 2015-10-08 8:27 PM, zbranie...@mozilla.com wrote: Currently, any app that needs any of that information, has to get elevated privileges to let it *set* them, while almost every app that works with UI will just want to retrieve that. As long as you want to do something b2g specific (which f