I'm working on a html/javascript + cocoa hybrid app. From what I can tell, Cocoa's WebView uses the same javascript engine as Safari (Nitro).
However, there's a couple of things in the V8 JS engine (used by Chrome) that would be nice luxuries to have. Since Chrome and Safari are both Webkit based, I'm wondering wether it's at all possible to change the swap out Nitro for V8 for a cocoa WebView?