product.js
Detects the specific browser and not just the rendering engine.

File Location

useragent/product.js


Public Protected Private

Global Functions

goog.userAgent.product.init_()
Right now we just focus on Tier 1-3 browsers at: http://wiki/Nonconf/ProductPlatformGuidelines As well as the YUI grade A browsers at: http://developer.yahoo.com/yui/articles/gbs/
code »

Global Properties

goog.userAgent.product.ANDROID :
Whether the code is running on the default browser on an Android phone.
Code »
goog.userAgent.product.CAMINO :
Whether the code is running on the Camino web browser.
Code »
goog.userAgent.product.CHROME :
Whether the code is running on the Chrome web browser.
Code »
goog.userAgent.product.FIREFOX :
Whether the code is running on the Firefox web browser.
Code »
goog.userAgent.product.IE :
Whether the code is running on an IE web browser.
Code »
goog.userAgent.product.IPAD :
Whether the code is running on an iPad.
Code »
goog.userAgent.product.IPHONE :
Whether the code is running on an iPhone or iPod touch.
Code »
goog.userAgent.product.OPERA :
Whether the code is running on the Opera web browser.
Code »
goog.userAgent.product.PRODUCT_KNOWN_ :
Whether we know the product type at compile-time.
Code »
goog.userAgent.product.SAFARI :
Whether the code is running on the Safari web browser.
Code »
goog.userAgent.product.detectedAndroid_ :
Whether the code is running on the default browser on an Android phone.
Code »
goog.userAgent.product.detectedCamino_ :
Whether the code is running on the Camino web browser.
Code »
goog.userAgent.product.detectedChrome_ :
Whether the code is running on the Chrome web browser.
Code »
goog.userAgent.product.detectedFirefox_ :
Whether the code is running on the Firefox web browser.
Code »
goog.userAgent.product.detectedIpad_ :
Whether the code is running on an iPad
Code »
goog.userAgent.product.detectedIphone_ :
Whether the code is running on an iPhone or iPod touch.
Code »
goog.userAgent.product.detectedSafari_ :
Whether the code is running on the Safari web browser.
Code »

Directory useragent

File Reference