Re: [webkit-dev] WebKit not caching properly?

2008-03-14 Thread Alexey Proskuryakov
On Mar 14, 2008, at 10:17 AM, Cameron McCormack wrote: I thought I experienced cases where WebKit was re-requesting resources when it should have been caching them, so I made a small test: http://arc.mcc.id.au/temp/2008/cache-test This works as expected for me on Mac OS X 10.5.2 with

[webkit-dev] Successful Webkit Build on Windows but Error Running Webkit

2008-03-14 Thread Tiger Code
Hi All, I am and experienced Java developer and new to Windows programming (VC++). I have installed Cygwin and VC++ 2008 Express Edition. I have checked out Webkit source I converted WebKit project to VC++ Visual Studio 9.0 project I have compiled Webkit successfully. However when I run :

Re: [webkit-dev] Successful Webkit Build on Windows but Error Running Webkit

2008-03-14 Thread Steve Falkenburg
We don't support VC++ Express 2008 at this point. 2005 is still available for download, and can be installed alongside 2008. There's a link to the 2005 download at: http://webkit.org/building/tools.html 2008 doesn't work at the moment since we haven't converted all of the dependent DLLs

[webkit-dev] Wrestling with Widgets

2008-03-14 Thread David Hyatt
I am wrestling with how to handle transforms on Widgets (for features like full page zoom) and am basically looking for some advice/feedback. Widgets currently are: (1) Frames (2) Scrollbars (3) Plugins On Mac, all three of these widget types are backed by NSViews. On Windows, we hand-roll