Re: Intent to implement: individaul transform

2017-12-15 Thread 顧思捷
Behind a preference(about:flags - enable individual transforms) On Sat, Dec 16, 2017 at 12:10 AM, Emilio Cobos Álvarez wrote: > > > On 12/15/2017 08:51 AM, Ku(顧思捷)CJ wrote: > > Summary: > > The translate, rotate, and scale properties allow authors to specify > > simple

Re: Intent to implement: individaul transform

2017-12-15 Thread Emilio Cobos Álvarez
On 12/15/2017 08:51 AM, Ku(顧思捷)CJ wrote: > Summary: > The translate, rotate, and scale properties allow authors to specify > simple transforms independently, in a way that maps to typical user > interface usage, rather than having to remember the order in transform that > keeps the actions of

Re: Intent to implement: individaul transform

2017-12-15 Thread Tom Ritter
There have been a series of attacks[0] that allow SOP bypasses by applying non-constant-time transforms to cross-domain resources and using timing attacks to infer the contents. I'm not sure to what extent we have been tracking our exposure to these attacks over the years, but it's something I'm

Re: Intent to implement: individaul transform

2017-12-15 Thread Patrick Brosset
(cc'ing the dev-developer-tools list, please keep responses to dev-platform) Very happy to see this being implemented. I would like to point out that this does have some DevTools impact that we might want to align with the target release for this. There's a (sort of hidden) feature in DevTools

Intent to implement: individaul transform

2017-12-14 Thread 顧思捷
Summary: The translate, rotate, and scale properties allow authors to specify simple transforms independently, in a way that maps to typical user interface usage, rather than having to remember the order in transform that keeps the actions of transform(), rotate() and scale() independent and