Re: [webkit-dev] webkit-patch, check-webkit-style and git now support --squash and --git-commit

2010-05-14 Thread David Kilzer
On Fri, May 14, 2010 at 6:29:05 PM, Ojan Vafai wrote: > tonikitoo, aroben, ddkilzer: You are the three who I remember > voicing yourselves about wanting webkit-patch to support > committing/uploading multiple patches from the same branch. > Would Chris's suggestion below (last couple paragraphs) b

Re: [webkit-dev] webkit-patch, check-webkit-style and git now support --squash and --git-commit

2010-05-14 Thread Ojan Vafai
tonikitoo, aroben, ddkilzner: You are the three who I remember voicing yourselves about wanting webkit-patch to support committing/uploading multiple patches from the same branch. Would Chris's suggestion below (last couple paragraphs) be acceptable to you? I prefer it as it makes webkit-patch less

[webkit-dev] Must a plugin still retain a reference to a scriptable object?

2010-05-14 Thread Aaron Drew
Hi, I just discovered my plugin was leaking memory on Mac Safari today (531 running under XCode) and did some digging. I'm not much of an expert at NPAPI but to me it looks like a reference count issue related to an NPP_GetValue() call for a NPPVpluginScriptableNPObject. The plugin code I'm using

Re: [webkit-dev] Help with reviewing Spatial Navigation patches

2010-05-14 Thread tonikitoo (Antonio Gomes)
Hi again, Thanks to Kenneth Christiansen, some of the bugs are already fixed and landed in the tree: * bug 38584 - Spatial Navigation: use data url in layout * bug 38488 - Spatial Navigation: create a getter for the "fudgeFactor" * bug 38585 - Spatial Navigation: add a layout test which runs with

Re: [webkit-dev] Local Storage (SQL Database) not working in my app built with XCode

2010-05-14 Thread Jeremy Orlow
See the enable functions in WebCore/page/Settings.h. On Fri, May 14, 2010 at 2:48 PM, Adam Thorsen wrote: > I've got a minimal browser app that is linked against the WebKit framework > that I'm building with XCode. I'm developing a website that uses some HTML5 > local storage features, including

[webkit-dev] Local Storage (SQL Database) not working in my app built with XCode

2010-05-14 Thread Adam Thorsen
I've got a minimal browser app that is linked against the WebKit framework that I'm building with XCode. I'm developing a website that uses some HTML5 local storage features, including the ability to create a local SQL database. This site works properly in in Safari and Chrome, but I can't create