We built xulrunner to be embedded in our browser application. Our browser application running with xulrunner 1.8.13, this javascript call
document.writeln("navigator.userAgent: " + navigator.userAgent + "<br />"); would display Gecko BuildID like this "Gecko/<builddate>" Our browser running with xulrunner 1.9.1.3, the same javascript only display the string "Gecko" without the build date. If I use the same xulrunner 1.9.1.3 build launching an XUL browser, the userAgent would display the correct "Gecko/<builddate". Any idea why our browser applicaiton is not able to display the Gecko BuildID in the userAgent running with xulrunner 1.9.1.3? Is there anything we need to do to get the build date inserted ? Do we need to implement XULAppInfo service? Any help would appreciate. -Beth _______________________________________________ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding