Re: [webkit-dev] Proposal for serializing alpha channel values; request for algorithm help

2015-11-03 Thread Maciej Stachowiak
Minimal strings should round trip ok, but will it still be accurate enough if the client attempts to do math with them? It's at least theoretically possible someone may try to multiply by the alpha value. - Maciej > On Nov 2, 2015, at 12:28 AM, Gavin Barraclough

Re: [webkit-dev] Proposal for serializing alpha channel values; request for algorithm help

2015-11-03 Thread Darin Adler
> On Nov 3, 2015, at 11:10 AM, Maciej Stachowiak wrote: > > Minimal strings should round trip ok, but will it still be accurate enough if > the client attempts to do math with them? I was thinking about the same thing this morning. If we don’t want them minimal, then how many

Re: [webkit-dev] WebCore crashes calling layout code on wrong thread (iOS 9 SDK only)

2015-11-03 Thread Ian Ragsdale
Sorry I haven't gotten this bug in yet, has taken us quite some time to find steps to reproduce. Turns out it does NOT require using the iOS 9 SDK to build, just that the device has iOS 9+ installed. We also just now figured out today that having a custom keyboard activated is key to reproducing