Re: [webkit-dev] NetworkSession

2015-11-19 Thread Carlos Garcia Campos
El mié, 18-11-2015 a las 15:58 -0800, Alex Christensen escribió: > As part of this work, I’m also planning to remove the non- > NetworkProcess code, both run time and compile time. Based on > discussion at the WebKit contributors’ meeting I assume there is no > objection to this.  See 

Re: [webkit-dev] NetworkSession

2015-11-19 Thread Alex Christensen
Yes, Carlos, that is correct. I’m making it so ENABLE(NETWORK_PROCESS) is effectively always 1, usesNetworkProcess is effectively always true, and ProcessModel is always ProcessModelMultipleSecondaryProcesses. I did this by removing the checks for NETWORK_PROCESS, usesNetworkProcess, and

[webkit-dev] Memory leak tracking in WebKit

2015-11-19 Thread Vienneau, Christopher
Hi, I'm currently trying to track a leak in our port of WebKit. If left to soak in an automated test, looping over 100 websites, visiting each for 10 seconds, for an evening, I'm finding that memory usage goes up to well over a gigabyte (eventually crashing). I know that a lot of things