Re: [webkit-dev] Disk cache

2014-10-31 Thread Alex Christensen
Would anything special need to be done for Windows? Alex > On Oct 31, 2014, at 11:02 AM, Antti Koivisto wrote: > > Hello, > > I'm planning to add an experimental HTTP cache implementation to WebKit > (https://bugs.webkit.org/show_bug.cgi?id=30322). The main motivations are: > > - Improving p

Re: [webkit-dev] gtk failure

2014-10-31 Thread Philippe Normand
Hi Said, Can you please resubmit your patch? The EWS build directory was cleaned-up. Philippe On Fri, 2014-10-31 at 09:55 -0700, Said Abou-Hallawa wrote: > I submitted a patch for the bug https://bugs.webkit.org/show_bug.cgi?id=137132 > The build failed for gtk-wk2 but passed for mac and mac-wk2

[webkit-dev] Disk cache

2014-10-31 Thread Antti Koivisto
Hello, I'm planning to add an experimental HTTP cache implementation to WebKit ( https://bugs.webkit.org/show_bug.cgi?id=30322). The main motivations are: - Improving performance by bringing the cache closer. For example we can serialize WebKit response objects directly instead of converting to/f

[webkit-dev] gtk failure

2014-10-31 Thread Said Abou-Hallawa
I submitted a patch for the bug https://bugs.webkit.org/show_bug.cgi?id=137132 The build failed for gtk-wk2 but passed for mac and mac-wk2. Here is the failure. Last 500 characters of output: e/CMakeFiles/WebCore.dir/rendering/style/RenderStyle.c

Re: [webkit-dev] Streams API

2014-10-31 Thread Anne van Kesteren
On Fri, Oct 31, 2014 at 9:07 AM, Benjamin Poulain wrote: > Any opinion for or against Streams? Do you know if Mozilla intends to > implement it? I'm in favor of having IO streams :-) There's so many features that could be made better by having them. I don't think anyone from Mozilla has looked at

Re: [webkit-dev] Streams API

2014-10-31 Thread Benjamin Poulain
On 10/31/14, 12:48 AM, Anne van Kesteren wrote: On Fri, Oct 31, 2014 at 12:02 AM, youenn fablet wrote: I would like to add support for the streams API, starting with readable streams and their integration with XHR and loaders. This work is expected to happen behind a flag. There's no planned i

Re: [webkit-dev] Streams API

2014-10-31 Thread Anne van Kesteren
On Fri, Oct 31, 2014 at 12:02 AM, youenn fablet wrote: > I would like to add support for the streams API, starting > with readable streams and their integration with XHR and loaders. > This work is expected to happen behind a flag. There's no planned integration with XMLHttpRequest. -- https:/