Re: Xulrunner upgrade from 1.9 to 6.0.2
Philipp Wagner <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
Am 21.09.2011 02:06, reverendlinux wrote: > On Sep 20, 5:56 am, Pernot Christian<[email protected]> wrote: >> Le 20/09/2011 08:43, Rohit Sarpotdar a écrit : >> >>> After I enabled -jsconsole, I got following message on console. >> >>> Could not read chrome manifest file '/home/user/application/version/appclient/chrome.manifest'. >> >>> Is there any structure wide changes from 4.0 version? If any, where I can find documentation about it? >> >> some important detail : create a chrome.manifest file at the root of >> yout app, containing "manifest chrome/chrome.manifest". >> >> see :https://developer.mozilla.org/en/Firefox_4_for_developers#Other_chang...(quite >> slow or unavailable at this time) > > @Rohit - Tried the -jconsole option. Neither it nor my application > appeared. Just to make sure you don't have a typo: it's -jsconsole > @Pernot - Also tried adding a chrome.manifest file to the root dir of > my app ( ie - /home/<user>/bin/<xulapp>/chrome.manifest ). No change. You need a chrome.manifest in this dir, yes. And you need to include all other manifests using the manifest keyword or merge them all into the chrome.manifest at your application directory. If you still have problems, please post some relevant parts of your code (e.g. the manifest files). Philipp