The native client stuff would not really suit what I am looking for, as I already have the app built in Javascript.
What I need really is the following:
1. To have a kiosk styled app.
2. To have a downloadable executable for our app.
3. To overcome the 5mb limit on localStorage.
4. To bypass the print prompt for printing receipts.
5. To allow javascript to interact with the command line (like the way
firefox allows)
Which I don't think native client will help me achieve.
I am not really familiar with the Eclipse stuff, I will look into it.
Maybe it is not feasible to have a custom build of chrome, so I am looking into using kiosk mode along with kiosk printing to overcome some of my problems.
thanks!
Nah no problem just wish I had something more substantial to offer.
It seems messing around with chromium source is very much over my head so I am going to look into the NaCl stuff (
https://developers.google.com/native-client/) to do the main application and embed this in chromium. But in the end will still need to customize the browser but I am hoping that can be done by using chrome extensions.
Have you considered using Eclipse RCP, you wont have the power of native code but it might speed up development with plug-in based dev. But here I am not 100% sure if you can embed any scripting languages but dont think it will be impossible.
I am still clueless but if I come across anything I will pass it along.
Regards
Kem