webkit

JS execution in WebView

How would one execute javascript code within a webkit webview on OS X when the page is HTTPS? It seems no matter what i try, HTTPS pages wont allow execution. Even something as simple as evaluateWebScript: doesnt do anything, and all i am trying to do is highlight a few fields. ...

GeckoFX or Webkit.NET local storage?

I'm aware of the two projects to brink Gecko or Webkit to C# windows forms, but can someone who has used them tell me how much support they give to new HTML5 technologies like local storage, etc... I'm not totally sure if gecko/webkit themselves offer this as they are just rendering engines, or if it is the web browser application that ...