Re: [webkit-dev] Disk cache

2014-11-04 Thread Osztrogonác Csaba
Apple dropped Windows WebKit2 port long long time ago: https://bugs.webkit.org/show_bug.cgi?id=105585 and as far as I remember NetworkProcess didn't have Windows support ever. So it isn't an easy task. Not at all. br, Ossy On 2014-11-03 19:38, Brent Fulgham wrote: I wonder if we could easily

Re: [webkit-dev] Disk cache

2014-11-03 Thread Benjamin Poulain
On 11/2/14, 1:11 AM, Carlos Garcia Campos wrote: El sáb, 01-11-2014 a las 20:43 +0200, Antti Koivisto escribió: On Sat, Nov 1, 2014 at 10:13 AM, Carlos Garcia Campos carlo...@webkit.org wrote: El vie, 31-10-2014 a las 19:02 +0200, Antti Koivisto escribió: Hello,

Re: [webkit-dev] Disk cache

2014-11-03 Thread Anders Carlsson
On Nov 3, 2014, at 12:22 AM, Benjamin Poulain benja...@webkit.org wrote: I believe it would be better to enable the network process for all process models. Maintaining multiple configurations for marginal gains is not sustainable, especially in the network stack. I agree 100%. Not to

Re: [webkit-dev] Disk cache

2014-11-03 Thread Brent Fulgham
I wonder if we could easily modify the Windows port to make use of a Network process. -Brent On Nov 3, 2014, at 8:07 AM, Anders Carlsson ander...@apple.com mailto:ander...@apple.com wrote: On Nov 3, 2014, at 12:22 AM, Benjamin Poulain benja...@webkit.org mailto:benja...@webkit.org

Re: [webkit-dev] Disk cache

2014-11-03 Thread Carlos Garcia Campos
El lun, 03-11-2014 a las 00:22 -0800, Benjamin Poulain escribió: On 11/2/14, 1:11 AM, Carlos Garcia Campos wrote: El sáb, 01-11-2014 a las 20:43 +0200, Antti Koivisto escribió: On Sat, Nov 1, 2014 at 10:13 AM, Carlos Garcia Campos carlo...@webkit.org wrote: El vie, 31-10-2014 a

Re: [webkit-dev] Disk cache

2014-11-03 Thread Benjamin Poulain
On 11/3/14 11:12 AM, Carlos Garcia Campos wrote: El lun, 03-11-2014 a las 00:22 -0800, Benjamin Poulain escribió: On 11/2/14, 1:11 AM, Carlos Garcia Campos wrote: El sáb, 01-11-2014 a las 20:43 +0200, Antti Koivisto escribió: On Sat, Nov 1, 2014 at 10:13 AM, Carlos Garcia Campos

Re: [webkit-dev] Disk cache

2014-11-02 Thread Carlos Garcia Campos
El sáb, 01-11-2014 a las 20:43 +0200, Antti Koivisto escribió: On Sat, Nov 1, 2014 at 10:13 AM, Carlos Garcia Campos carlo...@webkit.org wrote: El vie, 31-10-2014 a las 19:02 +0200, Antti Koivisto escribió: Hello, I'm planning to add an

Re: [webkit-dev] Disk cache

2014-11-01 Thread Carlos Garcia Campos
El vie, 31-10-2014 a las 19:02 +0200, Antti Koivisto escribió: Hello, I'm planning to add an experimental HTTP cache implementation to WebKit (https://bugs.webkit.org/show_bug.cgi?id=30322). Great news! The main motivations are: - Improving performance by bringing the cache closer.

Re: [webkit-dev] Disk cache

2014-11-01 Thread Antti Koivisto
On Sat, Nov 1, 2014 at 7:03 AM, Alex Christensen alex.christen...@flexsim.com wrote: Would anything special need to be done for Windows? Is there some Windows port that uses network process? As I mentioned enabling the feature would require Windows specific backend implementation. Just

Re: [webkit-dev] Disk cache

2014-11-01 Thread Antti Koivisto
On Sat, Nov 1, 2014 at 10:13 AM, Carlos Garcia Campos carlo...@webkit.org wrote: El vie, 31-10-2014 a las 19:02 +0200, Antti Koivisto escribió: Hello, I'm planning to add an experimental HTTP cache implementation to WebKit (https://bugs.webkit.org/show_bug.cgi?id=30322). Great news!

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 koivi...@iki.fi 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: -