As of Firefox 24, the JavaScript expression "all" in document resolves to true. Prior to v24, that expression resolved to false.
That expression was used in dbiScript 1.0.0.0 as part of the browser sniffing routine to detect the Firefox browser.
As of v1.0.0.1, the existence of "Firefox" in the navigator.userAgent string is used to identify Firefox.