Hello,
I am trying to add a custom SampleInterface to android browser to use
a native class SampleInterface. I though since dom JS objects like
document and navigator etc used "generate_binding.pl" to generate stub
code and expose the Interface over IDLs, i thought that would be a
simple approach. So I added a simple IDL as follows.
module test {
interface [
CanBeConstructed,
GenerateNativeConverter
] SampleInterface
{
DOMString whatsmyname();
};
};
Even though from the generate_bindings.pl i was able to generate
V8SampleInterface.h/cpp i am not able to access this interface via
Browser. Is there a sample code that I can refer ?
Also how can I enable Debugging in V8 inside a Android Browser?
I am trying to read all the documention that is available on this
site. But since i don't want to use V8 as a JS engine to a stand alone
C++ app but use them in Android Browser's context, I could not find
one.
Any help is really appreciated.
kenz
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users