Serious performance regression when setting the background of window to be transparent under win32.

2014-12-16 Thread Yonggang Luo
When I setting the background of the window to be transparent, And creating a tree with about 10 rows, and when I scrolling the tree by dragging the thumb button, the dragging speed is much more slow. ___ dev-platform mailing list dev-platform@lists.

Re: Serious performance regression when setting the background of window to be transparent under win32.

2014-12-16 Thread Gijs Kruitbosch
Please file a bug with a testcase that people can run (e.g. an add-on that creates such a tree on such a window) and look for a regression window using e.g. mozregression ( http://mozilla.github.io/mozregression/ ). ~ Gijs On 16/12/2014 13:15, Yonggang Luo wrote: When I setting the background

Re: Cross origin communication and the navigator.connect API

2014-12-16 Thread Alex Russell
On Thu, Dec 11, 2014 at 6:17 PM, Jonas Sicking wrote: > > On Thu, Dec 11, 2014 at 5:56 PM, Alex Russell > wrote: > >> One solution would be to at that point allow the SW from the other > >> origin to install itself, which means that you can then just talk to > >> it as a normal installed SW. Howe

Holiday Beta Scheduling

2014-12-16 Thread Lukas Blakk
Hello, Due to impending US holidays Dec 25/26 & Jan 1 the following is an adjusted 35.0 beta schedule for the remaining weeks of this cycle: Week 3 - Dec 15-19: Beta 4 (Desktop & Mobile) and Beta 5 (Desktop) build & ship as usual Week 4 - Dec 22-26: Beta 6 (Desktop & Mobile) gtb on Monday Dec

Re: Cross origin communication and the navigator.connect API

2014-12-16 Thread Jonas Sicking
On Tue, Dec 16, 2014 at 11:00 AM, Alex Russell wrote: > On Mon, Dec 15, 2014 at 6:25 PM, Jonas Sicking wrote: >> >> On Mon, Dec 15, 2014 at 2:50 PM, Alex Russell >> wrote: >> > On Thu, Dec 11, 2014 at 6:17 PM, Jonas Sicking wrote: >> >> >> >> On Thu, Dec 11, 2014 at 5:56 PM, Alex Russell >> >>

Re: Cross origin communication and the navigator.connect API

2014-12-16 Thread Dave Huseby
How does this differ from window.postMessage? I thought postMessage was going to be the main way that we did cross-origin communication between apps and service workers? The fxos security team has been discussing ideas for how crypto-hardware (e.g. secure elements, TPM, etc) vendors could expose

Re: Cross origin communication and the navigator.connect API

2014-12-16 Thread Dave Huseby
How does this differ from window.postMessage? I thought postMessage was going to be the main way that we did cross-origin communication between apps and service workers? The fxos security team has been discussing ideas for how crypto-hardware (e.g. secure elements, TPM, etc) vendors could expose

Re: Serious performance regression when setting the background of window to be transparent under win32.

2014-12-16 Thread Nicholas Nethercote
On Tue, Dec 16, 2014 at 6:33 AM, Gijs Kruitbosch wrote: > Please file a bug with a testcase that people can run (e.g. an add-on that > creates such a tree on such a window) and look for a regression window using > e.g. mozregression ( http://mozilla.github.io/mozregression/ ). It's not clear to m

PSA: multipart/x-mixed-replace images will soon be restricted to MJPEG

2014-12-16 Thread Seth Fowler
Right now, ImageLib provides very general support for multipart/x-mixed-replace images. Each part may contain a different image format (we may even switch between raster and vector images from one part to the next), individual parts may be animated, and each part may have a different size. This