Re: [Crosswalk-dev] Crosswalk extensions on Tizen

2014-01-10 Thread Smith, Elliot
> –remote-debugging-port=9222 to check whether the js api is exposed. > > Thanks, > Halton. > From: Crosswalk-dev [mailto: > crosswalk-dev-boun...@lists.crosswalk-project.org] On Behalf Of Smith, > Elliot > Sent: Friday, January 10, 2014 12:56 AM > To: crosswalk-dev@lists.cr

Re: [Crosswalk-dev] Crosswalk extensions on Tizen

2014-01-10 Thread Huo, Halton
: Friday, January 10, 2014 12:56 AM To: crosswalk-dev@lists.crosswalk-project.org Subject: [Crosswalk-dev] Crosswalk extensions on Tizen I'm attempting to write a Crosswalk extension in C to run on Tizen 2.1.1 on x86. I'm compiling my extension against Crosswalk master and using

Re: [Crosswalk-dev] Crosswalk extensions on Tizen

2014-01-09 Thread Kenneth Rohde Christiansen
I don't know that much about the extensions inner workings but I believe extensions are loaded ondemand (might not be default) and you need to define which entry points will make it loaded. Why do you run it as root? su - app :-) then export HOME=/home/app Info on how to do debugging can be found

[Crosswalk-dev] Crosswalk extensions on Tizen

2014-01-09 Thread Smith, Elliot
I'm attempting to write a Crosswalk extension in C to run on Tizen 2.1.1 on x86. I'm compiling my extension against Crosswalk master and using the latest Crosswalk rpm for Tizen x86 (crosswalk-4.32.67.0-0.i586.rpm). I've put my efforts so far in this repo: https://github.com/townxelliot/xwalk-exte