Go to the source code of this file.
function CPBrowserIsEngine | ( | anEngine | ) |
Definition at line 192 of file CPCompatibility.j.
function CPBrowserIsOperatingSystem | ( | anOperatingSystem | ) |
Definition at line 197 of file CPCompatibility.j.
function CPFeatureIsCompatible | ( | aFeature | ) |
Definition at line 187 of file CPCompatibility.j.
if | ( | USER_AGENT.indexOf("Mac")! | = = -1 |
) |
Definition at line 204 of file CPCompatibility.j.
if | ( | typeof document! | = "undefined" |
) |
Definition at line 163 of file CPCompatibility.j.
else if | ( | USER_AGENT.indexOf("Gecko")! | = = -1 |
) |
Definition at line 146 of file CPCompatibility.j.
else if | ( | USER_AGENT.indexOf("KHTML")! | = -1 |
) |
Definition at line 140 of file CPCompatibility.j.
else if | ( | USER_AGENT.indexOf("AppleWebKit/")! | = -1 |
) |
Definition at line 105 of file CPCompatibility.j.
else if | ( | window. | opera | ) |
Definition at line 90 of file CPCompatibility.j.
if | ( | typeof window! | = "undfined"&&typeof window.navigator!="undefined" |
) |
CPCSSRGBAFeature = 1 << 5 |
Definition at line 40 of file CPCompatibility.j.
Definition at line 28 of file CPCompatibility.j.
CPHTML5DragAndDropSourceYOffBy1 = 1 << 26 |
Definition at line 65 of file CPCompatibility.j.
CPHTMLCanvasFeature = 1 << 6 |
Definition at line 42 of file CPCompatibility.j.
CPHTMLContentEditableFeature = 1 << 7 |
Definition at line 43 of file CPCompatibility.j.
CPHTMLDragAndDropFeature = 1 << 8 |
Definition at line 44 of file CPCompatibility.j.
CPInputTypeCanBeChangedFeature = 1 << 25 |
Definition at line 64 of file CPCompatibility.j.
Definition at line 29 of file CPCompatibility.j.
CPJavaScriptCanvasDrawFeature = 1 << 13 |
Definition at line 50 of file CPCompatibility.j.
CPJavaScriptCanvasTransformFeature = 1 << 14 |
Definition at line 51 of file CPCompatibility.j.
CPJavascriptClipboardAccessFeature = 1 << 12 |
Definition at line 49 of file CPCompatibility.j.
CPJavascriptClipboardEventsFeature = 1 << 11 |
Definition at line 48 of file CPCompatibility.j.
CPJavascriptInnerTextFeature = 1 << 9 |
Definition at line 46 of file CPCompatibility.j.
1 << 23 CPOpacityRequiresFilterFeature = 1 << 24
Definition at line 59 of file CPCompatibility.j.
CPJavaScriptNegativeMouseWheelValues = 1 << 22 |
Definition at line 58 of file CPCompatibility.j.
CPJavascriptRemedialKeySupport = 1 << 16 |
Definition at line 55 of file CPCompatibility.j.
CPJavaScriptShadowFeature = 1 << 20 |
Definition at line 56 of file CPCompatibility.j.
CPJavascriptTextContentFeature = 1 << 10 |
Definition at line 47 of file CPCompatibility.j.
Definition at line 30 of file CPCompatibility.j.
Definition at line 35 of file CPCompatibility.j.
Definition at line 31 of file CPCompatibility.j.
Definition at line 37 of file CPCompatibility.j.
import CPEvent j import CPPlatform j CPUnknownBrowserEngine = 0 |
Definition at line 27 of file CPCompatibility.j.
CPVMLFeature = 1 << 15 |
Definition at line 53 of file CPCompatibility.j.
Definition at line 32 of file CPCompatibility.j.
Definition at line 36 of file CPCompatibility.j.
Definition at line 202 of file CPCompatibility.j.
Definition at line 71 of file CPCompatibility.j.
Definition at line 72 of file CPCompatibility.j.
var USER_AGENT = "" |
Definition at line 70 of file CPCompatibility.j.