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
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
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
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
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
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
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
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
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
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
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
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,
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.
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
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
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
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
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
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
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
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
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-
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
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
__
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
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
26 matches
Mail list logo