Go to the source code of this file.
function CPBrowserIsEngine | ( | anEngine | ) |
Definition at line 154 of file CPCompatibility.j.
function CPFeatureIsCompatible | ( | aFeature | ) |
Definition at line 149 of file CPCompatibility.j.
if | ( | USER_AGENT.indexOf("Mac")! | = -1 |
) |
Definition at line 159 of file CPCompatibility.j.
if | ( | typeof document! | = "undefined" |
) |
Definition at line 125 of file CPCompatibility.j.
else if | ( | USER_AGENT.indexOf("Gecko")! | = -1 |
) |
Definition at line 111 of file CPCompatibility.j.
else if | ( | USER_AGENT.indexOf("KHTML")! | = -1 |
) |
Definition at line 105 of file CPCompatibility.j.
else if | ( | USER_AGENT.indexOf("AppleWebKit/")! | = -1 |
) |
Definition at line 85 of file CPCompatibility.j.
else if | ( | window. | opera | ) |
Definition at line 64 of file CPCompatibility.j.
if | ( | typeof window! | = "undfined"&&typeof window.navigator!="undefined" |
) |
CPCSSRGBAFeature = 1 << 5 |
Definition at line 34 of file CPCompatibility.j.
Definition at line 27 of file CPCompatibility.j.
CPHTMLCanvasFeature = 1 << 6 |
Definition at line 36 of file CPCompatibility.j.
CPHTMLContentEditableFeature = 1 << 7 |
Definition at line 37 of file CPCompatibility.j.
Definition at line 28 of file CPCompatibility.j.
CPJavaScriptCanvasDrawFeature = 1 << 12 |
Definition at line 43 of file CPCompatibility.j.
CPJavaScriptCanvasTransformFeature = 1 << 13 |
Definition at line 44 of file CPCompatibility.j.
CPJavascriptClipboardAccessFeature = 1 << 11 |
Definition at line 42 of file CPCompatibility.j.
CPJavascriptClipboardEventsFeature = 1 << 10 |
Definition at line 41 of file CPCompatibility.j.
CPJavascriptInnerTextFeature = 1 << 8 |
Definition at line 39 of file CPCompatibility.j.
CPJavaScriptNegativeMouseWheelValues = 1 << 22 |
Definition at line 51 of file CPCompatibility.j.
CPJavascriptRemedialKeySupport = 1 << 15 |
Definition at line 48 of file CPCompatibility.j.
CPJavaScriptShadowFeature = 1 << 20 |
Definition at line 49 of file CPCompatibility.j.
CPJavascriptTextContentFeature = 1 << 9 |
Definition at line 40 of file CPCompatibility.j.
Definition at line 29 of file CPCompatibility.j.
CPOpacityRequiresFilterFeature = 1 << 23 |
Definition at line 53 of file CPCompatibility.j.
Definition at line 30 of file CPCompatibility.j.
import CPEvent j CPUnknownBrowserEngine = 0 |
Definition at line 26 of file CPCompatibility.j.
CPVMLFeature = 1 << 14 |
Definition at line 46 of file CPCompatibility.j.
Definition at line 31 of file CPCompatibility.j.
Definition at line 57 of file CPCompatibility.j.
Definition at line 58 of file CPCompatibility.j.
var USER_AGENT = "" |
Definition at line 55 of file CPCompatibility.j.