Tuesday, July 24, 2012

Fwd: humm. JS

---------- Forwarded message ----------
From: John Sokol <john.sokol@gmail.com>
Date: Mon, May 14, 2012 at 11:48 PM
Subject: humm. JS
To: JM


What a mess, no shortage of namespace to explore.

<html>
<head>

</head>
<body>

<script language="javascript">

for( var key in this){
document.write( "this." + key + " " );
document.write( "= " + this[key] + "<br>" );
}

for( var key in navigator){
document.write( "navigator." + key + " " );
document.write( "= " + navigator[key] + "<br>" );
}

for( var key in document){
document.write( "document." + key + " " );
document.write( "= " + document[key] + "<br>" );
}


</script>

</body>
</html>



this.window = [object DOMWindow]

this.top = [object DOMWindow]
this.location = file:///C:/Documents%20and%20Settings/Administrator/Desktop/videotechnology/html5/js/platform.html
this.external = [object Object]
this.chrome = [object Object]
this.v8Locale = function (settings) { native function NativeJSLocale(); // Assume user wanted to do v8Locale("sr"); if (typeof(settings) === "string") { settings = {'localeID': settings}; } var properties = NativeJSLocale( v8Locale.__createSettingsOrDefault(settings, {'localeID': 'root'})); // Keep the resolved ICU locale ID around to avoid resolving localeID to // ICU locale ID every time BreakIterator, Collator and so forth are called. this.__icuLocaleID = properties.icuLocaleID; this.options = {'localeID': properties.localeID, 'regionID': properties.regionID}; }
this.document = [object HTMLDocument]
this.key = key
this.HTMLSpanElement = function HTMLSpanElement() { [native code] }
this.CSSRule = function CSSRule() { [native code] }
this.WebGLContextEvent = function WebGLContextEvent() { [native code] }
this.screen = [object Screen]
this.innerHeight = 484
this.SVGFEImageElement = function SVGFEImageElement() { [native code] }
this.HTMLBaseElement = function HTMLBaseElement() { [native code] }
this.SVGAltGlyphDefElement = function SVGAltGlyphDefElement() { [native code] }
this.XMLHttpRequestException = function XMLHttpRequestException() { [native code] }
this.SVGZoomEvent = function SVGZoomEvent() { [native code] }
this.Float32Array = function Float32Array() { [native code] }
this.HTMLMenuElement = function HTMLMenuElement() { [native code] }
this.webkitIDBDatabaseException = function IDBDatabaseException() { [native code] }
this.SVGTransformList = function SVGTransformList() { [native code] }
this.WebKitTransitionEvent = function WebKitTransitionEvent() { [native code] }
this.DOMParser = function DOMParser() { [native code] }
this.WebKitCSSKeyframeRule = function WebKitCSSKeyframeRule() { [native code] }
this.SVGFEComponentTransferElement = function SVGFEComponentTransferElement() { [native code] }
this.SVGElementInstance = function SVGElementInstance() { [native code] }
this.SVGPathSegMovetoAbs = function SVGPathSegMovetoAbs() { [native code] }
this.sessionStorage = [object Storage]
this.SVGGElement = function SVGGElement() { [native code] }
this.offscreenBuffering = true
this.EntityReference = function EntityReference() { [native code] }
this.MutationEvent = function MutationEvent() { [native code] }
this.devicePixelRatio = 1
this.SVGPathSegCurvetoCubicAbs = function SVGPathSegCurvetoCubicAbs() { [native code] }
this.WebGLProgram = function WebGLProgram() { [native code] }
this.CharacterData = function CharacterData() { [native code] }
this.HTMLIsIndexElement = function HTMLIsIndexElement() { [native code] }
this.Entity = function Entity() { [native code] }
this.SVGEllipseElement = function SVGEllipseElement() { [native code] }
this.innerWidth = 1163
this.DOMException = function DOMException() { [native code] }
this.SVGAnimatedNumberList = function SVGAnimatedNumberList() { [native code] }
this.scrollX = 0
this.SVGAnimatedPreserveAspectRatio = function SVGAnimatedPreserveAspectRatio() { [native code] }
this.MediaController = function MediaController() { [native code] }
this.CanvasGradient = function CanvasGradient() { [native code] }
this.HTMLTableCaptionElement = function HTMLTableCaptionElement() { [native code] }
this.webkitIDBDatabaseError = function IDBDatabaseError() { [native code] }
this.SVGFEConvolveMatrixElement = function SVGFEConvolveMatrixElement() { [native code] }
this.XMLDocument = function Document() { [native code] }
this.WebGLTexture = function WebGLTexture() { [native code] }
this.webkitIDBDatabase = function IDBDatabase() { [native code] }
this.SVGAnimatedTransformList = function SVGAnimatedTransformList() { [native code] }
this.HTMLTableSectionElement = function HTMLTableSectionElement() { [native code] }
this.status = 
this.XMLSerializer = function XMLSerializer() { [native code] }
this.HTMLOptGroupElement = function HTMLOptGroupElement() { [native code] }
this.SVGFEDisplacementMapElement = function SVGFEDisplacementMapElement() { [native code] }
this.SVGDescElement = function SVGDescElement() { [native code] }
this.navigator = [object Navigator]
this.SVGSwitchElement = function SVGSwitchElement() { [native code] }
this.HTMLStyleElement = function HTMLStyleElement() { [native code] }
this.SVGElementInstanceList = function SVGElementInstanceList() { [native code] }
this.SVGLengthList = function SVGLengthList() { [native code] }
this.SVGMetadataElement = function SVGMetadataElement() { [native code] }
this.SVGPathSegLinetoVerticalRel = function SVGPathSegLinetoVerticalRel() { [native code] }
this.SVGComponentTransferFunctionElement = function SVGComponentTransferFunctionElement() { [native code] }
this.SVGPathSegLinetoAbs = function SVGPathSegLinetoAbs() { [native code] }
this.TouchEvent = function TouchEvent() { [native code] }
this.DataView = function DataView() { [native code] }
this.CustomEvent = function CustomEvent() { [native code] }
this.AudioProcessingEvent = function AudioProcessingEvent() { [native code] }
this.SVGAnimatedRect = function SVGAnimatedRect() { [native code] }
this.SVGFontFaceElement = function SVGFontFaceElement() { [native code] }
this.HTMLAudioElement = function HTMLAudioElement() { [native code] }
this.WheelEvent = function WheelEvent() { [native code] }
this.SVGRadialGradientElement = function SVGRadialGradientElement() { [native code] }
this.SVGTitleElement = function SVGTitleElement() { [native code] }
this.EventException = function EventException() { [native code] }
this.CSSRuleList = function CSSRuleList() { [native code] }
this.Node = function Node() { [native code] }
this.SVGStringList = function SVGStringList() { [native code] }
this.screenLeft = 37
this.SVGPathElement = function SVGPathElement() { [native code] }
this.Attr = function Attr() { [native code] }
this.SVGColor = function SVGColor() { [native code] }
this.WebSocket = function WebSocket() { [native code] }
this.SVGFEBlendElement = function SVGFEBlendElement() { [native code] }
this.SVGPathSegCurvetoCubicRel = function SVGPathSegCurvetoCubicRel() { [native code] }
this.webkitAudioPannerNode = function AudioPannerNode() { [native code] }
this.HTMLCanvasElement = function HTMLCanvasElement() { [native code] }
this.WebKitCSSKeyframesRule = function WebKitCSSKeyframesRule() { [native code] }
this.SVGPathSegLinetoHorizontalRel = function SVGPathSegLinetoHorizontalRel() { [native code] }
this.Clipboard = function Clipboard() { [native code] }
this.HTMLLabelElement = function HTMLLabelElement() { [native code] }
this.CSSStyleDeclaration = function CSSStyleDeclaration() { [native code] }
this.HTMLInputElement = function HTMLInputElement() { [native code] }
this.ClientRect = function ClientRect() { [native code] }
this.HTMLMarqueeElement = function HTMLMarqueeElement() { [native code] }
this.SVGTransform = function SVGTransform() { [native code] }
this.NodeList = function NodeList() { [native code] }
this.SVGAElement = function SVGAElement() { [native code] }
this.SVGFEPointLightElement = function SVGFEPointLightElement() { [native code] }
this.SVGFEFuncGElement = function SVGFEFuncGElement() { [native code] }
this.HTMLAnchorElement = function HTMLAnchorElement() { [native code] }
this.Int32Array = function Int32Array() { [native code] }
this.webkitIDBKeyRange = function IDBKeyRange() { [native code] }
this.WebKitCSSMatrix = function WebKitCSSMatrix() { [native code] }
this.DOMImplementation = function DOMImplementation() { [native code] }
this.SVGPolylineElement = function SVGPolylineElement() { [native code] }
this.SVGNumber = function SVGNumber() { [native code] }
this.SVGAnimatedEnumeration = function SVGAnimatedEnumeration() { [native code] }
this.SVGStopElement = function SVGStopElement() { [native code] }
this.personalbar = [object BarInfo]
this.CSSImportRule = function CSSImportRule() { [native code] }
this.WebGLRenderbuffer = function WebGLRenderbuffer() { [native code] }
this.CloseEvent = function CloseEvent() { [native code] }
this.HTMLScriptElement = function HTMLScriptElement() { [native code] }
this.XPathException = function XPathException() { [native code] }
this.UIEvent = function UIEvent() { [native code] }
this.pageXOffset = 0
this.SVGFEMergeNodeElement = function SVGFEMergeNodeElement() { [native code] }
this.MessageChannel = function MessageChannel() { [native code] }
this.frameElement = null
this.SVGFEColorMatrixElement = function SVGFEColorMatrixElement() { [native code] }
this.SVGTRefElement = function SVGTRefElement() { [native code] }
this.SVGDefsElement = function SVGDefsElement() { [native code] }
this.FormData = function FormData() { [native code] }
this.HTMLEmbedElement = function HTMLEmbedElement() { [native code] }
this.SVGTextElement = function SVGTextElement() { [native code] }
this.screenY = 47
this.webkitIDBFactory = function IDBFactory() { [native code] }
this.NodeFilter = function NodeFilter() { [native code] }
this.SVGGlyphRefElement = function SVGGlyphRefElement() { [native code] }
this.SVGNumberList = function SVGNumberList() { [native code] }
this.HTMLMeterElement = function HTMLMeterElement() { [native code] }
this.CSSStyleRule = function CSSStyleRule() { [native code] }
this.HTMLVideoElement = function HTMLVideoElement() { [native code] }
this.HTMLLinkElement = function HTMLLinkElement() { [native code] }
this.HTMLFontElement = function HTMLFontElement() { [native code] }
this.SVGFEFloodElement = function SVGFEFloodElement() { [native code] }
this.SVGMPathElement = function SVGMPathElement() { [native code] }
this.HTMLParamElement = function HTMLParamElement() { [native code] }
this.MessageEvent = function MessageEvent() { [native code] }
this.HTMLAppletElement = function HTMLAppletElement() { [native code] }
this.Range = function Range() { [native code] }
this.SVGPathSegCurvetoCubicSmoothRel = function SVGPathSegCurvetoCubicSmoothRel() { [native code] }
this.SVGMaskElement = function SVGMaskElement() { [native code] }
this.NamedNodeMap = function NamedNodeMap() { [native code] }
this.PluginArray = function DOMPluginArray() { [native code] }
this.SVGAnimateMotionElement = function SVGAnimateMotionElement() { [native code] }
this.SVGAnimatedLengthList = function SVGAnimatedLengthList() { [native code] }
this.BeforeLoadEvent = function BeforeLoadEvent() { [native code] }
this.SVGAnimatedAngle = function SVGAnimatedAngle() { [native code] }
this.HTMLHeadElement = function HTMLHeadElement() { [native code] }
this.SVGTextPositioningElement = function SVGTextPositioningElement() { [native code] }
this.SVGFontFaceSrcElement = function SVGFontFaceSrcElement() { [native code] }
this.HTMLTableElement = function HTMLTableElement() { [native code] }
this.SVGTextPathElement = function SVGTextPathElement() { [native code] }
this.statusbar = [object BarInfo]
this.styleMedia = [object StyleMedia]
this.SVGCircleElement = function SVGCircleElement() { [native code] }
this.SVGSVGElement = function SVGSVGElement() { [native code] }
this.MimeType = function DOMMimeType() { [native code] }
this.SVGFEMorphologyElement = function SVGFEMorphologyElement() { [native code] }
this.HTMLSelectElement = function HTMLSelectElement() { [native code] }
this.MediaError = function MediaError() { [native code] }
this.SVGFEDropShadowElement = function SVGFEDropShadowElement() { [native code] }
this.HTMLHtmlElement = function HTMLHtmlElement() { [native code] }
this.WebGLUniformLocation = function WebGLUniformLocation() { [native code] }
this.SVGCursorElement = function SVGCursorElement() { [native code] }
this.HTMLLegendElement = function HTMLLegendElement() { [native code] }
this.CSSStyleSheet = function CSSStyleSheet() { [native code] }
this.ErrorEvent = function ErrorEvent() { [native code] }
this.SVGFEDiffuseLightingElement = function SVGFEDiffuseLightingElement() { [native code] }
this.WebKitCSSRegionRule = function WebKitCSSRegionRule() { [native code] }
this.SVGPathSegArcAbs = function SVGPathSegArcAbs() { [native code] }
this.ProcessingInstruction = function ProcessingInstruction() { [native code] }
this.HTMLTitleElement = function HTMLTitleElement() { [native code] }
this.HTMLTableColElement = function HTMLTableColElement() { [native code] }
this.MimeTypeArray = function DOMMimeTypeArray() { [native code] }
this.Uint8Array = function Uint8Array() { [native code] }
this.crypto = [object Crypto]
this.SVGAnimatedString = function SVGAnimatedString() { [native code] }
this.SVGElement = function SVGElement() { [native code] }
this.CSSValueList = function CSSValueList() { [native code] }
this.HTMLDocument = function HTMLDocument() { [native code] }
this.parent = [object DOMWindow]
this.Counter = function Counter() { [native code] }
this.SharedWorker = function SharedWorker() { [native code] }
this.SVGPathSegCurvetoQuadraticSmoothRel = function SVGPathSegCurvetoQuadraticSmoothRel() { [native code] }
this.applicationCache = [object DOMApplicationCache]
this.defaultstatus = 
this.SVGPaint = function SVGPaint() { [native code] }
this.DocumentType = function DocumentType() { [native code] }
this.SVGPointList = function SVGPointList() { [native code] }
this.SVGRectElement = function SVGRectElement() { [native code] }
this.StyleSheetList = function StyleSheetList() { [native code] }
this.CDATASection = function CDATASection() { [native code] }
this.WebGLActiveInfo = function WebGLActiveInfo() { [native code] }
this.SVGPathSegLinetoRel = function SVGPathSegLinetoRel() { [native code] }
this.SVGFEOffsetElement = function SVGFEOffsetElement() { [native code] }
this.FileError = function FileError() { [native code] }
this.CanvasPattern = function CanvasPattern() { [native code] }
this.Int16Array = function Int16Array() { [native code] }
this.WebKitBlobBuilder = function WebKitBlobBuilder() { [native code] }
this.SVGException = function SVGException() { [native code] }
this.HTMLProgressElement = function HTMLProgressElement() { [native code] }
this.PageTransitionEvent = function PageTransitionEvent() { [native code] }
this.CSSPageRule = function CSSPageRule() { [native code] }
this.pageYOffset = 0
this.MediaStreamEvent = function MediaStreamEvent() { [native code] }
this.HTMLMapElement = function HTMLMapElement() { [native code] }
this.XPathResult = function XPathResult() { [native code] }
this.StyleSheet = function StyleSheet() { [native code] }
this.SVGRect = function SVGRect() { [native code] }
this.SVGTextContentElement = function SVGTextContentElement() { [native code] }
this.SVGPathSegCurvetoQuadraticRel = function SVGPathSegCurvetoQuadraticRel() { [native code] }
this.SVGForeignObjectElement = function SVGForeignObjectElement() { [native code] }
this.WebKitAnimationEvent = function WebKitAnimationEvent() { [native code] }
this.HTMLOptionElement = function HTMLOptionElement() { [native code] }
this.DOMTokenList = function DOMTokenList() { [native code] }
this.ProgressEvent = function ProgressEvent() { [native code] }
this.WebKitPoint = function WebKitPoint() { [native code] }
this.SVGFESpotLightElement = function SVGFESpotLightElement() { [native code] }
this.SVGPathSegCurvetoQuadraticAbs = function SVGPathSegCurvetoQuadraticAbs() { [native code] }
this.webkitURL = [object DOMURL]
this.HTMLBaseFontElement = function HTMLBaseFontElement() { [native code] }
this.Uint16Array = function Uint16Array() { [native code] }
this.SVGGradientElement = function SVGGradientElement() { [native code] }
this.KeyboardEvent = function KeyboardEvent() { [native code] }
this.XSLTProcessor = function XSLTProcessor() { [native code] }
this.SVGFEFuncBElement = function SVGFEFuncBElement() { [native code] }
this.SVGFETurbulenceElement = function SVGFETurbulenceElement() { [native code] }
this.FileList = function FileList() { [native code] }
this.SVGPathSegCurvetoCubicSmoothAbs = function SVGPathSegCurvetoCubicSmoothAbs() { [native code] }
this.HTMLOutputElement = function HTMLOutputElement() { [native code] }
this.webkitIDBRequest = function IDBRequest() { [native code] }
this.SVGClipPathElement = function SVGClipPathElement() { [native code] }
this.HTMLFieldSetElement = function HTMLFieldSetElement() { [native code] }
this.Option = [object Function]
this.FileReader = function FileReader() { [native code] }
this.OverflowEvent = function OverflowEvent() { [native code] }
this.SVGFETileElement = function SVGFETileElement() { [native code] }
this.HashChangeEvent = function HashChangeEvent() { [native code] }
this.SVGAnimatedBoolean = function SVGAnimatedBoolean() { [native code] }
this.SVGAltGlyphItemElement = function SVGAltGlyphItemElement() { [native code] }
this.locationbar = [object BarInfo]
this.SVGLinearGradientElement = function SVGLinearGradientElement() { [native code] }
this.SVGMarkerElement = function SVGMarkerElement() { [native code] }
this.SVGFESpecularLightingElement = function SVGFESpecularLightingElement() { [native code] }
this.Audio = [object Function]
this.opener = null
this.webkitStorageInfo = [object StorageInfo]
this.HTMLSourceElement = function HTMLSourceElement() { [native code] }
this.history = [object History]
this.HTMLTableRowElement = function HTMLTableRowElement() { [native code] }
this.SVGAnimateElement = function SVGAnimateElement() { [native code] }
this.SVGAnimateTransformElement = function SVGAnimateTransformElement() { [native code] }
this.CSSMediaRule = function CSSMediaRule() { [native code] }
this.File = function File() { [native code] }
this.CanvasRenderingContext2D = function CanvasRenderingContext2D() { [native code] }
this.CompositionEvent = function CompositionEvent() { [native code] }
this.SVGHKernElement = function SVGHKernElement() { [native code] }
this.SVGPathSegArcRel = function SVGPathSegArcRel() { [native code] }
this.HTMLAreaElement = function HTMLAreaElement() { [native code] }
this.SVGPathSegCurvetoQuadraticSmoothAbs = function SVGPathSegCurvetoQuadraticSmoothAbs() { [native code] }
this.WebGLFramebuffer = function WebGLFramebuffer() { [native code] }
this.RGBColor = function RGBColor() { [native code] }
this.DOMSettableTokenList = function DOMSettableTokenList() { [native code] }
this.SVGDocument = function SVGDocument() { [native code] }
this.ClientRectList = function ClientRectList() { [native code] }
this.SVGScriptElement = function SVGScriptElement() { [native code] }
this.SVGViewElement = function SVGViewElement() { [native code] }
this.WebKitCSSTransformValue = function WebKitCSSTransformValue() { [native code] }
this.TextMetrics = function TextMetrics() { [native code] }
this.screenX = 37
this.HTMLObjectElement = function HTMLObjectElement() { [native code] }
this.SVGPathSegLinetoHorizontalAbs = function SVGPathSegLinetoHorizontalAbs() { [native code] }
this.SVGFontFaceFormatElement = function SVGFontFaceFormatElement() { [native code] }
this.Int8Array = function Int8Array() { [native code] }
this.TextEvent = function TextEvent() { [native code] }
this.localStorage = [object Storage]
this.HTMLTextAreaElement = function HTMLTextAreaElement() { [native code] }
this.HTMLElement = function HTMLElement() { [native code] }
this.screenTop = 47
this.WebGLRenderingContext = function WebGLRenderingContext() { [native code] }
this.menubar = [object BarInfo]
this.scrollY = 0
this.MediaList = function MediaList() { [native code] }
this.webkitNotifications = [object NotificationCenter]
this.webkitIDBObjectStore = function IDBObjectStore() { [native code] }
this.SpeechInputEvent = function SpeechInputEvent() { [native code] }
this.SVGPoint = function SVGPoint() { [native code] }
this.Rect = function Rect() { [native code] }
this.SVGPatternElement = function SVGPatternElement() { [native code] }
this.StorageEvent = function StorageEvent() { [native code] }
this.SVGFECompositeElement = function SVGFECompositeElement() { [native code] }
this.HTMLDListElement = function HTMLDListElement() { [native code] }
this.Storage = function Storage() { [native code] }
this.SVGFontFaceNameElement = function SVGFontFaceNameElement() { [native code] }
this.SVGPathSegMovetoRel = function SVGPathSegMovetoRel() { [native code] }
this.HTMLCollection = function HTMLCollection() { [native code] }
this.SVGFEMergeElement = function SVGFEMergeElement() { [native code] }
this.SVGMissingGlyphElement = function SVGMissingGlyphElement() { [native code] }
this.WebGLBuffer = function WebGLBuffer() { [native code] }
this.HTMLLIElement = function HTMLLIElement() { [native code] }
this.SVGAnimatedInteger = function SVGAnimatedInteger() { [native code] }
this.SVGSetElement = function SVGSetElement() { [native code] }
this.XMLHttpRequest = function XMLHttpRequest() { [native code] }
this.SVGLineElement = function SVGLineElement() { [native code] }
this.SVGAnimatedNumber = function SVGAnimatedNumber() { [native code] }
this.HTMLIFrameElement = function HTMLIFrameElement() { [native code] }
this.HTMLTableCellElement = function HTMLTableCellElement() { [native code] }
this.HTMLAllCollection = function HTMLAllCollection() { [native code] }
this.HTMLUListElement = function HTMLUListElement() { [native code] }
this.Uint32Array = function Uint32Array() { [native code] }
this.SVGAnimatedLength = function SVGAnimatedLength() { [native code] }
this.scrollbars = [object BarInfo]
this.HTMLFrameSetElement = function HTMLFrameSetElement() { [native code] }
this.CSSPrimitiveValue = function CSSPrimitiveValue() { [native code] }
this.HTMLBodyElement = function HTMLBodyElement() { [native code] }
this.SVGSymbolElement = function SVGSymbolElement() { [native code] }
this.HTMLImageElement = function HTMLImageElement() { [native code] }
this.CSSValue = function CSSValue() { [native code] }
this.webkitIDBCursor = function IDBCursor() { [native code] }
this.self = [object DOMWindow]
this.Float64Array = function Float64Array() { [native code] }
this.HTMLQuoteElement = function HTMLQuoteElement() { [native code] }
this.HTMLOListElement = function HTMLOListElement() { [native code] }
this.SVGVKernElement = function SVGVKernElement() { [native code] }
this.OfflineAudioCompletionEvent = function OfflineAudioCompletionEvent() { [native code] }
this.TimeRanges = function TimeRanges() { [native code] }
this.Uint8ClampedArray = function Uint8ClampedArray() { [native code] }
this.HTMLUnknownElement = function HTMLUnknownElement() { [native code] }
this.Image = [object Function]
this.Document = function Document() { [native code] }
this.SVGPathSeg = function SVGPathSeg() { [native code] }
this.SVGStyleElement = function SVGStyleElement() { [native code] }
this.SVGFontElement = function SVGFontElement() { [native code] }
this.SVGFEFuncRElement = function SVGFEFuncRElement() { [native code] }
this.SVGFEGaussianBlurElement = function SVGFEGaussianBlurElement() { [native code] }
this.HTMLModElement = function HTMLModElement() { [native code] }
this.RangeException = function RangeException() { [native code] }
this.toolbar = [object BarInfo]
this.HTMLFormElement = function HTMLFormElement() { [native code] }
this.MessagePort = function MessagePort() { [native code] }
this.outerWidth = 1173
this.EventSource = function EventSource() { [native code] }
this.HTMLHeadingElement = function HTMLHeadingElement() { [native code] }
this.PopStateEvent = function PopStateEvent() { [native code] }
this.WebKitMutationObserver = function WebKitMutationObserver() { [native code] }
this.HTMLMediaElement = function HTMLMediaElement() { [native code] }
this.HTMLFrameElement = function HTMLFrameElement() { [native code] }
this.DOMStringList = function DOMStringList() { [native code] }
this.webkitIDBTransaction = function IDBTransaction() { [native code] }
this.HTMLKeygenElement = function HTMLKeygenElement() { [native code] }
this.XMLHttpRequestProgressEvent = function XMLHttpRequestProgressEvent() { [native code] }
this.HTMLParagraphElement = function HTMLParagraphElement() { [native code] }
this.SVGTSpanElement = function SVGTSpanElement() { [native code] }
this.SVGMatrix = function SVGMatrix() { [native code] }
this.Plugin = function DOMPlugin() { [native code] }
this.closed = false
this.SVGUseElement = function SVGUseElement() { [native code] }
this.SVGPathSegClosePath = function SVGPathSegClosePath() { [native code] }
this.performance = [object Performance]
this.SVGImageElement = function SVGImageElement() { [native code] }
this.SVGPathSegList = function SVGPathSegList() { [native code] }
this.HTMLHRElement = function HTMLHRElement() { [native code] }
this.HTMLButtonElement = function HTMLButtonElement() { [native code] }
this.DeviceOrientationEvent = function DeviceOrientationEvent() { [native code] }
this.MouseEvent = function MouseEvent() { [native code] }
this.SVGPolygonElement = function SVGPolygonElement() { [native code] }
this.SVGFontFaceUriElement = function SVGFontFaceUriElement() { [native code] }
this.console = [object Console]
this.Comment = function Comment() { [native code] }
this.webkitIDBIndex = function IDBIndex() { [native code] }
this.DocumentFragment = function DocumentFragment() { [native code] }
this.ImageData = function ImageData() { [native code] }
this.outerHeight = 1274
this.SVGPreserveAspectRatio = function SVGPreserveAspectRatio() { [native code] }
this.HTMLDirectoryElement = function HTMLDirectoryElement() { [native code] }
this.SVGFilterElement = function SVGFilterElement() { [native code] }
this.webkitIndexedDB = [object IDBFactory]
this.Worker = function Worker() { [native code] }
this.SVGPathSegLinetoVerticalAbs = function SVGPathSegLinetoVerticalAbs() { [native code] }
this.event = undefined
this.Notation = function Notation() { [native code] }
this.HTMLBRElement = function HTMLBRElement() { [native code] }
this.webkitAudioContext = function AudioContext() { [native code] }
this.frames = [object DOMWindow]
this.Blob = function Blob() { [native code] }
this.ArrayBuffer = function ArrayBuffer() { [native code] }
this.clientInformation = [object Navigator]
this.Text = function Text() { [native code] }
this.HTMLMetaElement = function HTMLMetaElement() { [native code] }
this.Intent = function Intent() { [native code] }
this.DOMStringMap = function DOMStringMap() { [native code] }
this.SVGLength = function SVGLength() { [native code] }
this.SVGAltGlyphElement = function SVGAltGlyphElement() { [native code] }
this.XMLHttpRequestUpload = function XMLHttpRequestUpload() { [native code] }
this.CSSCharsetRule = function CSSCharsetRule() { [native code] }
this.HTMLPreElement = function HTMLPreElement() { [native code] }
this.SVGFEFuncAElement = function SVGFEFuncAElement() { [native code] }
this.HTMLDivElement = function HTMLDivElement() { [native code] }
this.SVGRenderingIntent = function SVGRenderingIntent() { [native code] }
this.Event = function Event() { [native code] }
this.SVGAnimateColorElement = function SVGAnimateColorElement() { [native code] }
this.SVGFEDistantLightElement = function SVGFEDistantLightElement() { [native code] }
this.length = 0
this.WebGLShader = function WebGLShader() { [native code] }
this.SVGUnitTypes = function SVGUnitTypes() { [native code] }
this.XPathEvaluator = function XPathEvaluator() { [native code] }
this.SVGGlyphElement = function SVGGlyphElement() { [native code] }
this.Element = function Element() { [native code] }
this.defaultStatus = 
this.SQLException = function SQLException() { [native code] }
this.name
this.CSSFontFaceRule = function CSSFontFaceRule() { [native code] }
this.SVGAngle = function SVGAngle() { [native code] }
this.onwebkitanimationend = null
this.onvolumechange = null
this.oninvalid = null
this.onloadstart = null
this.onerror = null
this.onplaying = null
this.oncanplay = null
this.onwebkitanimationiteration = null
this.ondragstart = null
this.onmouseout = null
this.onmousemove = null
this.ondblclick = null
this.ondrag = null
this.onloadedmetadata = null
this.onmousedown = null
this.oncanplaythrough = null
this.onstorage = null
this.onpagehide = null
this.ondragover = null
this.onpause = null
this.onpageshow = null
this.onplay = null
this.onmouseup = null
this.oncontextmenu = null
this.onseeked = null
this.ondeviceorientation = null
this.onended = null
this.blur = function () { [native code] }
this.onwebkittransitionend = null
this.onhashchange = null
this.onmouseover = null
this.onload = null
this.onsearch = null
this.ondragleave = null
this.onclick = null
this.onscroll = null
this.onwaiting = null
this.onchange = null
this.onseeking = null
this.onratechange = null
this.ondrop = null
this.onbeforeunload = null
this.onsubmit = null
this.onkeydown = null
this.onkeypress = null
this.ononline = null
this.onloadeddata = null
this.onsuspend = null
this.webkitPostMessage = function () { [native code] }
this.onmessage = null
this.onunload = null
this.ondragenter = null
this.onkeyup = null
this.onwebkitanimationstart = null
this.onselect = null
this.onemptied = null
this.onmousewheel = null
this.onresize = null
this.onfocus = null
this.ondragend = null
this.onoffline = null
this.onblur = null
this.focus = function () { [native code] }
this.oninput = null
this.onabort = null
this.onstalled = null
this.ontimeupdate = null
this.onpopstate = null
this.onreset = null
this.postMessage = function () { [native code] }
this.close = function () { [native code] }
this.onprogress = null
this.ondurationchange = null
this.getSelection = function getSelection() { [native code] }
this.print = function print() { [native code] }
this.stop = function stop() { [native code] }
this.open = function open() { [native code] }
this.showModalDialog = function showModalDialog() { [native code] }
this.alert = function alert() { [native code] }
this.confirm = function confirm() { [native code] }
this.prompt = function prompt() { [native code] }
this.find = function find() { [native code] }
this.scrollBy = function scrollBy() { [native code] }
this.scrollTo = function scrollTo() { [native code] }
this.scroll = function scroll() { [native code] }
this.moveBy = function moveBy() { [native code] }
this.moveTo = function moveTo() { [native code] }
this.resizeBy = function resizeBy() { [native code] }
this.resizeTo = function resizeTo() { [native code] }
this.matchMedia = function matchMedia() { [native code] }
this.setTimeout = function setTimeout() { [native code] }
this.clearTimeout = function clearTimeout() { [native code] }
this.setInterval = function setInterval() { [native code] }
this.clearInterval = function clearInterval() { [native code] }
this.webkitRequestAnimationFrame = function webkitRequestAnimationFrame() { [native code] }
this.webkitCancelAnimationFrame = function webkitCancelAnimationFrame() { [native code] }
this.webkitCancelRequestAnimationFrame = function webkitCancelRequestAnimationFrame() { [native code] }
this.atob = function atob() { [native code] }
this.btoa = function btoa() { [native code] }
this.addEventListener = function addEventListener() { [native code] }
this.removeEventListener = function removeEventListener() { [native code] }
this.captureEvents = function captureEvents() { [native code] }
this.releaseEvents = function releaseEvents() { [native code] }
this.getComputedStyle = function getComputedStyle() { [native code] }
this.getMatchedCSSRules = function getMatchedCSSRules() { [native code] }
this.webkitConvertPointFromPageToNode = function webkitConvertPointFromPageToNode() { [native code] }
this.webkitConvertPointFromNodeToPage = function webkitConvertPointFromNodeToPage() { [native code] }
this.webkitRequestFileSystem = function webkitRequestFileSystem() { [native code] }
this.webkitResolveLocalFileSystemURL = function webkitResolveLocalFileSystemURL() { [native code] }
this.dispatchEvent = function dispatchEvent() { [native code] }
this.openDatabase = function openDatabase() { [native code] }
this.TEMPORARY = 0
this.PERSISTENT = 1
navigator.vendor = Google Inc.
navigator.onLine = true
navigator.vendorSub = 
navigator.productSub = 20030107
navigator.geolocation = [object Geolocation]
navigator.appVersion = 5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19
navigator.platform = Win32
navigator.product = Gecko
navigator.plugins = [object DOMPluginArray]
navigator.appName = Netscape
navigator.cookieEnabled = true
navigator.userAgent = Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19
navigator.appCodeName = Mozilla
navigator.language = en-US
navigator.mimeTypes = [object DOMMimeTypeArray]
navigator.javaEnabled = function javaEnabled() { [native code] }
navigator.getStorageUpdates = function getStorageUpdates() { [native code] }
navigator.registerProtocolHandler = function registerProtocolHandler() { [native code] }
navigator.startActivity = function startActivity() { [native code] }
document.doctype = null
document.dir = 
document.charset = ISO-8859-1
document.alinkColor = 
document.head = [object HTMLHeadElement]
document.all = [object HTMLAllCollection]
document.selectedStylesheetSet = null
document.title = 
document.prefix = null
document.preferredStylesheetSet = null
document.documentURI = file:///C:/Documents%20and%20Settings/Administrator/Desktop/videotechnology/html5/js/platform.html
document.nodeName = #document
document.referrer = 
document.embeds = [object HTMLCollection]
document.firstChild = [object HTMLHtmlElement]
document.implementation = [object DOMImplementation]
document.lastModified = 05/15/2012 06:42:18
document.compatMode = BackCompat
document.body = [object HTMLBodyElement]
document.activeElement = [object HTMLBodyElement]
document.xmlVersion = null
document.documentElement = [object HTMLHtmlElement]
document.links = [object HTMLCollection]
document.vlinkColor = 
document.bgColor = 
document.previousSibling = null
document.readyState = loading
document.images = [object HTMLCollection]
document.xmlEncoding = null
document.linkColor = 
document.baseURI = file:///C:/Documents%20and%20Settings/Administrator/Desktop/videotechnology/html5/js/platform.html
document.attributes = null
document.localName = null
document.applets = [object HTMLCollection]
document.textContent = null
document.scripts = [object HTMLCollection]
document.fgColor = 
document.webkitFullScreenKeyboardInputAllowed = false
document.nodeType = 9
document.forms = [object HTMLCollection]
document.defaultView = [object DOMWindow]
document.parentElement = null
document.characterSet = ISO-8859-1
document.defaultCharset = ISO-8859-1
document.xmlStandalone = false
document.webkitIsFullScreen = false
document.nextSibling = null
document.location = file:///C:/Documents%20and%20Settings/Administrator/Desktop/videotechnology/html5/js/platform.html
document.domain = 
document.webkitCurrentFullScreenElement = null
document.namespaceURI = null
document.plugins = [object HTMLCollection]
document.childNodes = [object NodeList]
document.parentNode = null
document.webkitHidden = false
document.URL = file:///C:/Documents%20and%20Settings/Administrator/Desktop/videotechnology/html5/js/platform.html
document.designMode = off
document.styleSheets = [object StyleSheetList]
document.cookie = 
document.ownerDocument = null
document.anchors = [object HTMLCollection]
document.nodeValue = null
document.lastChild = [object HTMLHtmlElement]
document.webkitVisibilityState = visible
document.inputEncoding = ISO-8859-1
document.open = function open() { [native code] }
document.close = function close() { [native code] }
document.write = function write() { [native code] }
document.writeln = function writeln() { [native code] }
document.clear = function clear() { [native code] }
document.captureEvents = function captureEvents() { [native code] }
document.releaseEvents = function releaseEvents() { [native code] }
document.hasFocus = function hasFocus() { [native code] }
document.createElement = function createElement() { [native code] }
document.createDocumentFragment = function createDocumentFragment() { [native code] }
document.createTextNode = function createTextNode() { [native code] }
document.createComment = function createComment() { [native code] }
document.createCDATASection = function createCDATASection() { [native code] }
document.createProcessingInstruction = function createProcessingInstruction() { [native code] }
document.createAttribute = function createAttribute() { [native code] }
document.createEntityReference = function createEntityReference() { [native code] }
document.getElementsByTagName = function getElementsByTagName() { [native code] }
document.importNode = function importNode() { [native code] }
document.createElementNS = function createElementNS() { [native code] }
document.createAttributeNS = function createAttributeNS() { [native code] }
document.getElementsByTagNameNS = function getElementsByTagNameNS() { [native code] }
document.getElementById = function getElementById() { [native code] }
document.createEvent = function createEvent() { [native code] }
document.createRange = function createRange() { [native code] }
document.evaluate = function evaluate() { [native code] }
document.execCommand = function execCommand() { [native code] }
document.queryCommandEnabled = function queryCommandEnabled() { [native code] }
document.queryCommandIndeterm = function queryCommandIndeterm() { [native code] }
document.queryCommandState = function queryCommandState() { [native code] }
document.queryCommandSupported = function queryCommandSupported() { [native code] }
document.queryCommandValue = function queryCommandValue() { [native code] }
document.getElementsByName = function getElementsByName() { [native code] }
document.elementFromPoint = function elementFromPoint() { [native code] }
document.caretRangeFromPoint = function caretRangeFromPoint() { [native code] }
document.getSelection = function getSelection() { [native code] }
document.getCSSCanvasContext = function getCSSCanvasContext() { [native code] }
document.getElementsByClassName = function getElementsByClassName() { [native code] }
document.querySelector = function querySelector() { [native code] }
document.querySelectorAll = function querySelectorAll() { [native code] }
document.webkitGetFlowByName = function webkitGetFlowByName() { [native code] }
document.adoptNode = function adoptNode() { [native code] }
document.createNodeIterator = function createNodeIterator() { [native code] }
document.createTreeWalker = function createTreeWalker() { [native code] }
document.getOverrideStyle = function getOverrideStyle() { [native code] }
document.createExpression = function createExpression() { [native code] }
document.createNSResolver = function createNSResolver() { [native code] }
document.webkitCancelFullScreen = function webkitCancelFullScreen() { [native code] }
document.insertBefore = function insertBefore() { [native code] }
document.replaceChild = function replaceChild() { [native code] }
document.removeChild = function removeChild() { [native code] }
document.appendChild = function appendChild() { [native code] }
document.hasChildNodes = function hasChildNodes() { [native code] }
document.cloneNode = function cloneNode() { [native code] }
document.normalize = function normalize() { [native code] }
document.isSupported = function isSupported() { [native code] }
document.hasAttributes = function hasAttributes() { [native code] }
document.lookupPrefix = function lookupPrefix() { [native code] }
document.isDefaultNamespace = function isDefaultNamespace() { [native code] }
document.lookupNamespaceURI = function lookupNamespaceURI() { [native code] }
document.addEventListener = function addEventListener() { [native code] }
document.removeEventListener = function removeEventListener() { [native code] }
document.isSameNode = function isSameNode() { [native code] }
document.isEqualNode = function isEqualNode() { [native code] }
document.compareDocumentPosition = function compareDocumentPosition() { [native code] }
document.contains = function contains() { [native code] }
document.dispatchEvent = function dispatchEvent() { [native code] }
document.ELEMENT_NODE = 1
document.ATTRIBUTE_NODE = 2
document.TEXT_NODE = 3
document.CDATA_SECTION_NODE = 4
document.ENTITY_REFERENCE_NODE = 5
document.ENTITY_NODE = 6
document.PROCESSING_INSTRUCTION_NODE = 7
document.COMMENT_NODE = 8
document.DOCUMENT_NODE = 9
document.DOCUMENT_TYPE_NODE = 10
document.DOCUMENT_FRAGMENT_NODE = 11
document.NOTATION_NODE = 12
document.DOCUMENT_POSITION_DISCONNECTED = 1
document.DOCUMENT_POSITION_PRECEDING = 2
document.DOCUMENT_POSITION_FOLLOWING = 4
document.DOCUMENT_POSITION_CONTAINS = 8
document.DOCUMENT_POSITION_CONTAINED_BY = 16
document.DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 32

No comments: