Here's how to find the build id of a given Mozilla-based build:
1. Open the Error Console and type/paste in Components.classes["@mozilla.org/xre/app-info;1"].getService(Components.interfaces.nsIXULAppInfo).platformBuildID
2. Click "Evaluate"
Voila!
(Actually, I just discovered that javascript: alert(navigator.buildID); yields the identical thing; bonus.)
Posted by stephend at June 5, 2007 2:38 PM