[android-developers] nested scopes

2009-02-24 Thread Raj Kiran Talusani
Hi all, I am developing a wrapper API on top of JavaScriptCore for integration with my application. Here is an overview of my API. In my application scripts are executed and variables are defined in different scopes. This example shows the functionality needed. js_init(); - initialize

[android-developers] WebKit and JavaScript. PLEASE HELP.

2009-02-19 Thread Raj Kiran Talusani
Hello All, My application is integrated with the JavaScriptCore of webkit. It was compiled/linked and working properly for sometime Today i have updated the source base and saw that there were a lot of changes in JavaScriptCore. In earlier version it was generating a libkjs.a to which i was

[android-developers] Browser Plugin for Android

2009-02-10 Thread Raj Kiran Talusani
Hello All, My goal is to run a custom plugin on the android web browser. I have found a hello world plugin, and successfully compiled with webkit. now i have the plugin as a .so file. what should be the next steps :- 1. where do i copy this plugin so that browser can load it? 2. How do i check