[webkit-dev] Hardware Upgrade Update

2012-06-20 Thread William Siegrist
As I have mentioned before on webkit-dev and bugs.webkit.org, we have acquired better hardware and are transferring all of webkit.org to it. This morning, I just wanted to let everyone know that we are now in the process of transferring data onto the new hardware. What this means is extra load

Re: [webkit-dev] How to access the page group settings from WorkerContext

2012-06-20 Thread Joshua Bell
FYI, discussed in https://bugs.webkit.org/show_bug.cgi?id=88338 On Tue, Jun 19, 2012 at 5:49 PM, David Levin le...@google.com wrote: Ditto? On Mon, Jun 11, 2012 at 5:45 PM, Charles Wei charles@torchmobile.com.cn wrote: Hi, webkit-dev, I am trying to make indexedDB working for JSC.

[webkit-dev] How can determine if WebKit renders any web content.

2012-06-20 Thread Oliver Schoen
Hi, Could anyone please point me to the right direction how I can tell that WebKit is rendering any content that is not transparent onto the screen? Currently I am running webkit-gtk with cairo graphics support. Any help is much appreciated. Best regards, Oliver

[webkit-dev] JavaScriptCore memory issue

2012-06-20 Thread Horky Chen
Hi, I found one memory management issue about JSC while testing below website on Mac OS Lion: http://bigsword.sinaapp.com/game.html Chrome only needs about 180MB to load the page, but Safari needs almost 450MB and FireFox needs about 380MB. I only can check the memory usage with the

Re: [webkit-dev] JavaScriptCore memory issue

2012-06-20 Thread Filip Pizlo
Filing a bug is a good place to start! https://bugs.webkit.org/show_bug.cgi?id=89622 -F On Jun 20, 2012, at 5:28 PM, Horky Chen wrote: Hi, I found one memory management issue about JSC while testing below website on Mac OS Lion: http://bigsword.sinaapp.com/game.html Chrome only

Re: [webkit-dev] JavaScriptCore memory issue

2012-06-20 Thread Horky Chen
Hi, Thanks for your quick response! Best Regards! On Jun 21, 2012, at 8:32 AM, Filip Pizlo wrote: Filing a bug is a good place to start! https://bugs.webkit.org/show_bug.cgi?id=89622 -F On Jun 20, 2012, at 5:28 PM, Horky Chen wrote: Hi, I found one memory management