[webkit-dev] Proposal: Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC)

2015-11-09 Thread Osztrogonác Csaba
Hi, ENABLE(SUBPIXEL_LAYOUT) guard was removed and ENABLE(SATURATED_LAYOUT_ARITHMETIC) is enabled on all ports more than a year ago. I don't know any issue related to it. I'd like to propose to remove the ENABLE(SATURATED_LAYOUT_ARITHMETIC) guards too.

Re: [webkit-dev] Proposal: Remove ENABLE(SATURATED_LAYOUT_ARITHMETIC)

2015-11-09 Thread Zalan Bujtas
Sounds good. Zalan. > On Nov 9, 2015, at 8:21 AM, Osztrogonác Csaba wrote: > > Hi, > > ENABLE(SUBPIXEL_LAYOUT) guard was removed and > ENABLE(SATURATED_LAYOUT_ARITHMETIC) > is enabled on all ports more than a year ago. I don't know any issue related > to it. > > I'd

[webkit-dev] NetworkSession

2015-11-09 Thread Alex Christensen
I made new abstractions for loading in WebKit2: NetworkSession and NetworkDataTask. It is disabled by default right now, but if you switch USE_NETWORK_SESSION to 1, it mostly works on Mac with features like authentication challenges not implemented yet. I believe these new abstractions fit