Is there any w3c standard for desktop/mobile standalone application for HTML5?

2014-10-18 Thread Yonggang Luo
For example, the chromeless window in XUL with titlebar support on desktop system, standalone application development with pure HTML5 in Android/iOS/wiPhone system. I think js-ctyles should be standardize for w3c, and with some tech comes from XUL, such as , , and improved XBL binding.

Re: Xulrunner standalone application auto update stopped working

2014-10-18 Thread Manish
After much frustration, finally got the updates working... Issues was related to brand.properties file. be careful while creating brand.properties and brand.dtd files. Some utf editors will add a byte order mark(BOM) character into your file, and this will cause errors within XUL runners stri

Re: Xulrunner standalone application auto update stopped working

2014-10-18 Thread Manish
After much frustration, finally got the updates working... Issue was related to brand.properties file. be careful while creating brand.properties and brand.dtd files.Some utf editors will add a byte order mark(BOM) character, and this will cause errors within XUL runners stringbundle function

Re: Xulrunner standalone application auto update stopped working

2014-10-18 Thread Manish
After much work and frustration, I finally was able to get the updates working... Issue was related to brand.properties file. be careful while creating brand.properties and brand.dtd files.Some utf editors will add a byte order mark(BOM) character, and this will cause errors within XUL runner