How to use resizer in that the size is zero? That means the resize didn't see but works

2014-07-21 Thread Yonggang Luo
Because our UI are customized by ourself, So we need the width of resize to be 'zero', (Zero doesn't mean truely zero, just we can not see it). ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: How to setting border-radius for window without the default style.

2014-07-21 Thread Yonggang Luo
Thanks for your response, now I know how to deal with this problem. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: How to setting border-radius for window without the default style.

2014-07-21 Thread Boris Zbarsky
On 7/21/14, 9:50 PM, Yonggang Luo wrote: I am not so sure I understand correctly, is that the answer is there is no solution, the only accept way is using a transparent background? If you want the background clipped to the rounded border, and the rounded border to be on the root, then you can

Re: How to setting border-radius for window without the default style.

2014-07-21 Thread Yonggang Luo
I am not so sure I understand correctly, is that the answer is there is no solution, the only accept way is using a transparent background? 在 2014年7月22日星期二UTC+8上午12时07分24秒,Boris Zbarsky写道: > On 7/21/14, 9:35 AM, Markus Stange wrote: > > > Oops, I was forgetting about borders. border-radius works

MemShrink Meeting - Tuesday, 22 July 2014 at 4:00pm PDT

2014-07-21 Thread Jet Villegas
The next MemShrink meeting is brought to you by the slimmer Firefox OS 2.0 Homescreen: https://bugzilla.mozilla.org/show_bug.cgi?id=1029902 The wiki page for this meeting is at: https://wiki.mozilla.org/Performance/MemShrink Agenda: * Prioritize unprioritized MemShrink bugs. * Discuss how we

Re: Studying Lossy Image Compression Efficiency, July 2014

2014-07-21 Thread Bryan Stillwell
One option that I haven't seen compared is the combination of JPEG w/ packJPG (http://packjpg.encode.ru/?page_id=17). packJPG can further compress JPEG images another 20%+ and still reproduce the original bit-for-bit. More details on how this is done can be found here: http://mattmahoney.net/d

Re: Intent to Implement: New Push API

2014-07-21 Thread Ehsan Akhgari
On 2014-07-21, 4:25 PM, nmara...@mozilla.com wrote: On Monday, July 21, 2014 11:00:13 AM UTC-7, Ehsan Akhgari wrote: On 2014-07-21, 12:22 PM, Tyler Smith wrote: Summary: New Push API to replace the current specification for SimplePush. Purposes include 1) Switching to Promise, which w

Re: Intent to Implement: New Push API

2014-07-21 Thread nmarathe
On Monday, July 21, 2014 11:00:13 AM UTC-7, Ehsan Akhgari wrote: > On 2014-07-21, 12:22 PM, Tyler Smith wrote: > > > Summary: New Push API to replace the current specification for SimplePush. > > > Purposes include > > > 1) Switching to Promise, which was sorely needed. > > > 2) Establishing

Re: Intent to implement: navigator.deviceStorage

2014-07-21 Thread Ehsan Akhgari
Yes, indeed. Below, I meant to agree with adding a new EventTarget where these events can be targeted to. :-) Cheers, Ehsan On 2014-07-21, 12:05 PM, Marco Chen wrote: Yes, I agree with you for virtual device storage API. But before discussing the detail of virutal device storage api, the fi

Re: Intent to Implement: New Push API

2014-07-21 Thread Ehsan Akhgari
On 2014-07-21, 12:22 PM, Tyler Smith wrote: Summary: New Push API to replace the current specification for SimplePush. Purposes include 1) Switching to Promise, which was sorely needed. 2) Establishing that the data field of messages is required. 3) Establishing that all background communicatio

Re: Intent to Implement: New Push API

2014-07-21 Thread Martin Thomson
The latest version of the API spec is here: https://w3c.github.io/push-api/index.html That’s potentially in flux. What are your plans should something major change? On 2014-07-21, at 09:22, Tyler Smith wrote: > Summary: New Push API to replace the current specification for SimplePush. > Purp

Form autofill + pushState

2014-07-21 Thread cowwoc
Hi, Does Firefox autofill Forms that were submitted using AJAX + pushState? Chrome plans to add support: https://code.google.com/p/chromium/issues/detail?id=43219#c39 and I want to know where Firefox stands on this issue. Do you plan to add such support? Have you already? In your opinion,

Re: Linux Off-main-thread compositing (OMTC) enabled

2014-07-21 Thread Ed Morley
The OMTC changes are not on mozilla-central, the landing and subsequent backout are still on mozilla-inbound. The Nightly crashes you are seeing are bug 1041492 which is fixed in the freshly respun nightly. Ed On 21/07/2014 17:43:40, Paul Rouget wrote: Also - now nightly crashes at startup.

Re: Linux Off-main-thread compositing (OMTC) enabled

2014-07-21 Thread Paul Rouget
Also - now nightly crashes at startup. It happens to me, and to a couple of people on twitter. How do I disable OMTC from the command line to see if it's OMTC related? Ed Morley wrote: > On 21/07/2014 16:53:37, Christopher Lord wrote: > >Earlier today, I pushed the patch that enables OMTC on Linu

Re: Linux Off-main-thread compositing (OMTC) enabled

2014-07-21 Thread Ed Morley
On 21/07/2014 16:53:37, Christopher Lord wrote: Earlier today, I pushed the patch that enables OMTC on Linux[1][2], meaning we will now have OMTC enabled on all platforms. Linux is slightly different to other platforms, as we currently have hardware-accelerated layers disabled. This means it u

Intent to Implement: New Push API

2014-07-21 Thread Tyler Smith
Summary: New Push API to replace the current specification for SimplePush. Purposes include 1) Switching to Promise, which was sorely needed. 2) Establishing that the data field of messages is required. 3) Establishing that all background communication happens over HTTPS 4) Agreeing that the DOM A

Re: How to setting border-radius for window without the default style.

2014-07-21 Thread Boris Zbarsky
On 7/21/14, 9:35 AM, Markus Stange wrote: Oops, I was forgetting about borders. border-radius works for getting rounded borders on root elements, but it does not work for clipping backgrounds to a rounded rect. Right, because of background propagation to the viewport. The spec calls this out

Re: Intent to implement: navigator.deviceStorage

2014-07-21 Thread Marco Chen
Yes, I agree with you for virtual device storage API. But before discussing the detail of virutal device storage api, the first step here is to figure out where should new event handler be added? Since there is not only new event handler been added but also a set of APIs potentially, I suppo

Linux Off-main-thread compositing (OMTC) enabled

2014-07-21 Thread Christopher Lord
Hi all, Earlier today, I pushed the patch that enables OMTC on Linux[1][2], meaning we will now have OMTC enabled on all platforms. Linux is slightly different to other platforms, as we currently have hardware-accelerated layers disabled. This means it uses the BasicCompositor, which before thi

Re: Intent to implement: navigator.deviceStorage

2014-07-21 Thread Ehsan Akhgari
On 2014-07-20, 10:43 PM, mc...@mozilla.com wrote: Perhaps adding an EventListener on Window would be enough, so that we can keep the same API? As Dave said, we might still need to propose a set of WebAPI for Virutal Device Storage (Then we can have apps like dropboxstorage app, googledriversto

Re: Intent to implement: AbortablePromise and AbortableProgressPromise

2014-07-21 Thread Ehsan Akhgari
On Sat, Jul 19, 2014 at 5:49 AM, Jonas Sicking wrote: > Something like this is likely to get standardized eventually. But I think > it will take longer than we are willing to wait. > > In the meantime we should only expose this API to pages that have > permission to use DeviceStorage, which is wh

Re: Studying Lossy Image Compression Efficiency, July 2014

2014-07-21 Thread Gabriele Svelto
On 19/07/2014 22:40, Ralph Giles wrote: > Probably not for Firefox OS, if you mean mozjpeg. Not necessarily > because it uses hardware, but because mozjpeg is about spending more cpu > power to compress images. It's more something you'd use server-side or > in creating apps. The phone uses libjpeg-

Re: How to setting border-radius for window without the default style.

2014-07-21 Thread Markus Stange
On 21.07.14 14:59, Boris Zbarsky wrote: On 7/21/14, 8:36 AM, Markus Stange wrote: On 21.07.14 13:33, Yonggang Luo wrote: I am trying to remove the default style for tag but failed to setting the radius. Setting a border radius on the root element is not supported. In XUL, right? Works fin

Re: How to setting border-radius for window without the default style.

2014-07-21 Thread Boris Zbarsky
On 7/21/14, 8:36 AM, Markus Stange wrote: On 21.07.14 13:33, Yonggang Luo wrote: I am trying to remove the default style for tag but failed to setting the radius. Setting a border radius on the root element is not supported. In XUL, right? Works fine in HTML. -Boris __

Re: How to setting border-radius for window without the default style.

2014-07-21 Thread Markus Stange
On 21.07.14 13:33, Yonggang Luo wrote: I am trying to remove the default style for tag but failed to setting the radius. Setting a border radius on the root element is not supported. You'll need to make the window element transparent and add a wrapper element (like ) that you set the border

How to setting border-radius for window without the default style.

2014-07-21 Thread Yonggang Luo
I am trying to remove the default style for tag but failed to setting the radius. ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform