Re: [webkit-help] JavaScriptCore Framework Reference

2010-12-23 Thread demallien
Hi Nimish,For memory management of objects in JSCore, the best reference is here:http://developer.apple.com/library/mac/#documentation/CoreFoundation/Conceptual/CFMemoryMgmt/Concepts/Ownership.htmlOf particular interest to you;"Core Foundation functions have names that indicate when you own a retur

Re: [webkit-help] JavaScriptCore Framework Reference

2010-12-23 Thread Alexander Shulgin
On 23.12.2010 13:40, Nimish Nayak wrote: 2) Using the IWebFrame Interface, loadHTMLString function we can load the HTML string when the WinLauncher App starts. But I would like to give the location of the File from the local Disk How to achieve this Just use loadRequest method with UrlRequest

[webkit-help] JavaScriptCore Framework Reference

2010-12-23 Thread Nimish Nayak
Hi I am extending The Javascript Core using the JSCore FrameWork Reference given by Apple. ( http://developer.apple.com/library/mac/#documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/index.html ) As of now its working fine but I have certain doubts. 1) I am using JSValueToStringCopy to cre