On Oct 27, 2010, at 9:14 PM, mohit kingra wrote:
No, we haven't registered any custom properties for Browser Objects.
On Thu, Oct 28, 2010 at 9:40 AM, Oliver Hunt <oliver@apple.com> wrote:
On Oct 27, 2010, at 9:02 PM, mohit kingra wrote:
Hi All,
First thing first, The BrowserCore is not WebCore of Webkit, its our own. We are only using JavaScriptCore Library from WebKit.
The Platform we are working on is Gtk on Linux.
Methods/Properties of Browser Objects or Custom Objects are registered as Callbacks using JSClassDefinition structure(JavaScriptCore APIs) in our Interface Code for SquirrelFish and BrowserCore.
Do your custom properties exist on any of the browser objects?
I meant to ask are you aware of your custom properties every being present? What do you mean by your interface code to squirrelfish? JavaScriptCore is the API you should be using -- squirrelfish is just the execution engine so if you're circumventing the APIs you may encounter all sorts of problems. It may be helpful if you give some sample code to show us how you're using the api, as that will make it easier for us to understand what's happening and why your properties aren't showing up. --Oliver