-
Notifications
You must be signed in to change notification settings - Fork 0
/
ignorelist.txt
555 lines (553 loc) · 31.6 KB
/
ignorelist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
#Missing randoms and implementation specifics
"view","nbsp",
#More missing dom stuff:
"DOMActivate",
#jQuery effect
"effect", "direction", "blind",
#Randoms: css-property values
'cover', 'hover', 'auto', 'inline-block', "scroll", "hidden", "overflow",
'block', 'clientX', 'clientY', "hsl", "rgb", "hsla", "rgba", "ffffff",
"000000", "c0c0c0", "af4f4f", 'light', 'source-over', "transparent",
"none",
#HTML-elements
'body', 'html', 'head', 'li', 'ul', 'div', 'p', 'canvas', 'h1', 'h2',
'button',
#common js-usage
"arguments", "null", "NULL", "true", "false", "undefined", "NaN",
"Infinity", "toString", "console", "log", "apply", "setTimeout",
"clearTimeout", "window", "toPrecision", "setInterval", "setTimeout",
"clearInterval",
#Firebug console
"console", "log", "debug", "info", "warn", "exception", "assert", "dir",
"dirxml", "trace", "group", "groupCollapsed", "groupEnd", "profile",
"profileEnd", "count", "clear", "time", "timeEnd", "timeStamp", "table",
"error",
#Math
"Math", "toSource", "abs", "acos", "asin", "atan", "atan2", "ceil",
"clz32", "cos", "exp", "floor", "imul", "fround", "log", "max", "min",
"pow", "random", "round", "sin", "sqrt", "tan", "log10", "log2", "log1p",
"expm1", "cosh", "sinh", "tanh", "acosh", "asinh", "atanh", "hypot",
"trunc", "sign", "cbrt", "E", "LOG2E", "LOG10E", "LN2", "LN10", "PI",
"SQRT2", "SQRT1_2",
#Number
"Number", "prototype", "NaN", "POSITIVE_INFINITY", "NEGATIVE_INFINITY",
"MAX_VALUE", "MIN_VALUE", "MAX_SAFE_INTEGER", "MIN_SAFE_INTEGER",
"EPSILON", "isFinite", "isInteger", "isNaN", "isSafeInteger",
"parseFloat", "parseInt", "length", "name",
#Object
"Object", "getPrototypeOf", "setPrototypeOf", "getOwnPropertyDescriptor",
"keys", "is", "defineProperty", "defineProperties", "create",
"getOwnPropertyNames", "getOwnPropertySymbols", "isExtensible",
"preventExtensions", "freeze", "isFrozen", "seal", "isSealed",
"prototype", "assign", "name", "length",
#String
"String", "prototype", "toLowerCase", "toUpperCase", "charAt",
"charCodeAt", "contains", "indexOf", "lastIndexOf", "startsWith",
"endsWith", "trim", "trimLeft", "trimRight", "toLocaleLowerCase",
"toLocaleUpperCase", "normalize", "match", "search", "replace", "split",
"concat", "fromCharCode", "fromCodePoint", "raw", "substring", "substr",
"slice", "localeCompare", "length", "name",
#Array
"Array", "join", "reverse", "sort", "push", "pop", "shift", "unshift",
"splice", "concat", "slice", "filter", "isArray", "lastIndexOf",
"indexOf", "forEach", "map", "every", "some", "reduce", "reduceRight",
"from", "of", "prototype", "length", "name",
#Event
"stopPropagation", "stopImmediatePropagation", "preventDefault",
"initEvent", "getPreventDefault", "type", "target", "currentTarget",
"eventPhase", "bubbles", "cancelable", "defaultPrevented", "timeStamp",
"originalTarget", "explicitOriginalTarget", "NONE", "CAPTURING_PHASE",
"AT_TARGET", "BUBBLING_PHASE", "ALT_MASK", "CONTROL_MASK", "SHIFT_MASK",
"META_MASK", "constructor",
# Canvas:
"addColorStop", "arc", "arcTo", "beginPath", "bezierCurveTo",
"clearRect", "clip", "closePath", "createImageData",
"createLinearGradient", "createPattern", "createRadialGradient",
"drawImage", "fill", "fillRect", "fillText", "getContext",
"getImageData", "isPointInPath", "lineTo", "measureText", "moveTo",
"putImageData", "quadraticCurveTo", "rect", "restore", "rotate", "save",
"scale", "setTransform", "stroke", "stokeRect", "strokeText",
"toDataURL", "transform", "translate", "fillStyle", "globalAlpha",
"globalCompositeOperation", "lineCap", "lineJoin", "lineWidth",
"miterLimit", "shadowBlur", "shadowColor", "shadowOffsetX",
"shadowOffsetY", "width", "height", "strokeStyle", "textAlign",
"textBaseline",
#ECMAScript 6
"break", "case", "class", "catch", "const", "continue", "debugger",
"default", "delete", "do", "else", "export", "extends", "finally",
"for", "function", "if", "import", "in", "instanceof", "let", "new",
"return", "super", "switch", "this", "throw", "try", "typeof", "var",
"void", "while", "with", "yield",
#canvas context
"save", "restore", "scale", "rotate", "translate", "transform",
"setTransform", "resetTransform", "createLinearGradient",
"createRadialGradient", "createPattern", "clearRect", "fillRect",
"strokeRect", "beginPath", "fill", "stroke", "drawFocusIfNeeded",
"clip", "isPointInPath", "isPointInStroke", "fillText", "strokeText",
"measureText", "drawImage", "createImageData", "getImageData",
"putImageData", "setLineDash", "getLineDash", "closePath", "moveTo",
"lineTo", "quadraticCurveTo", "bezierCurveTo", "arcTo", "rect", "arc",
"canvas", "globalAlpha", "globalCompositeOperation", "strokeStyle",
"fillStyle", "shadowOffsetX", "shadowOffsetY", "shadowBlur",
"shadowColor", "mozCurrentTransform", "mozCurrentTransformInverse",
"mozFillRule", "mozDash", "mozDashOffset", "mozTextStyle",
"mozImageSmoothingEnabled", "lineWidth", "lineCap", "lineJoin",
"miterLimit", "lineDashOffset", "font", "textAlign", "textBaseline",
#canvas + generic DOM
"getContext", "toDataURL", "toBlob", "mozGetAsFile", "width", "height",
"mozOpaque", "mozPrintCallback", "click", "focus", "blur", "title",
"lang", "dir", "dataset", "itemScope", "itemType", "itemId", "itemRef",
"itemProp", "properties", "itemValue", "hidden", "tabIndex", "accessKey",
"accessKeyLabel", "draggable", "contentEditable", "isContentEditable",
"contextMenu", "spellcheck", "style", "oncopy", "oncut", "onpaste",
"offsetParent", "offsetTop", "offsetLeft", "offsetWidth", "offsetHeight",
"onabort", "onblur", "onfocus", "oncanplay", "oncanplaythrough",
"onchange", "onclick", "oncontextmenu", "ondblclick", "ondrag",
"ondragend", "ondragenter", "ondragleave", "ondragover", "ondragstart",
"ondrop", "ondurationchange", "onemptied", "onended", "oninput",
"oninvalid", "onkeydown", "onkeypress", "onkeyup", "onload",
"onloadeddata", "onloadedmetadata", "onloadstart", "onmousedown",
"onmouseenter", "onmouseleave", "onmousemove", "onmouseout",
"onmouseover", "onmouseup", "onpause", "onplay", "onplaying",
"onprogress", "onratechange", "onreset", "onresize", "onscroll",
"onseeked", "onseeking", "onselect", "onshow", "onstalled", "onsubmit",
"onsuspend", "ontimeupdate", "onvolumechange", "onwaiting",
"onmozfullscreenchange", "onmozfullscreenerror",
"onmozpointerlockchange", "onmozpointerlockerror", "onerror",
"getAttribute", "getAttributeNS", "setAttribute", "setAttributeNS",
"removeAttribute", "removeAttributeNS", "hasAttribute", "hasAttributeNS",
"hasAttributes", "closest", "matches", "getElementsByTagName",
"getElementsByTagNameNS", "getElementsByClassName", "mozMatchesSelector",
"setCapture", "releaseCapture", "mozRequestFullScreen",
"mozRequestPointerLock", "getAttributeNode", "setAttributeNode",
"removeAttributeNode", "getAttributeNodeNS", "setAttributeNodeNS",
"getClientRects", "getBoundingClientRect", "scrollIntoView", "scroll",
"scrollTo", "scrollBy", "insertAdjacentHTML", "querySelector",
"querySelectorAll", "remove", "tagName", "id", "className", "classList",
"attributes", "onwheel", "scrollTop", "scrollLeft", "scrollWidth",
"scrollHeight", "clientTop", "clientLeft", "clientWidth", "clientHeight",
"scrollTopMax", "scrollLeftMax", "innerHTML", "outerHTML",
"previousElementSibling", "nextElementSibling", "children",
"firstElementChild", "lastElementChild", "childElementCount",
"hasChildNodes", "insertBefore", "appendChild", "replaceChild",
"removeChild", "normalize", "cloneNode", "isEqualNode",
"compareDocumentPosition", "contains", "lookupPrefix",
"lookupNamespaceURI", "isDefaultNamespace", "nodeType", "nodeName",
"baseURI", "ownerDocument", "parentNode", "parentElement", "childNodes",
"firstChild", "lastChild", "previousSibling", "nextSibling", "nodeValue",
"textContent", "namespaceURI", "prefix", "localName", "ELEMENT_NODE",
"ATTRIBUTE_NODE", "TEXT_NODE", "CDATA_SECTION_NODE",
"ENTITY_REFERENCE_NODE", "ENTITY_NODE", "PROCESSING_INSTRUCTION_NODE",
"COMMENT_NODE", "DOCUMENT_NODE", "DOCUMENT_TYPE_NODE",
"DOCUMENT_FRAGMENT_NODE", "NOTATION_NODE",
"DOCUMENT_POSITION_DISCONNECTED", "DOCUMENT_POSITION_PRECEDING",
"DOCUMENT_POSITION_FOLLOWING", "DOCUMENT_POSITION_CONTAINS",
"DOCUMENT_POSITION_CONTAINED_BY",
"DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC", "addEventListener",
"removeEventListener", "dispatchEvent",
#jQuery Event 1.11
"$", "isDefaultPrevented", "isPropagationStopped",
"isImmediatePropagationStopped", "preventDefault", "stopPropagation",
"stopImmediatePropagation",
#jQuery 1.11
"prototype", "fn", "extend", "expando", "isReady", "error", "noop",
"isFunction", "isArray", "isWindow", "isNumeric", "isEmptyObject",
"isPlainObject", "type", "globalEval", "camelCase", "nodeName", "each",
"trim", "makeArray", "inArray", "merge", "grep", "map", "guid", "proxy",
"now", "support", "find", "expr", "unique", "text", "isXMLDoc",
"contains", "filter", "dir", "sibling", "Callbacks", "Deferred", "when",
"readyWait", "holdReady", "ready", "acceptData", "cache", "noData",
"hasData", "data", "removeData", "_data", "_removeData", "queue",
"dequeue", "_queueHooks", "access", "event", "removeEvent", "Event",
"clone", "buildFragment", "cleanData", "swap", "cssHooks", "cssNumber",
"cssProps", "style", "css", "Tween", "easing", "fx", "Animation",
"speed", "timers", "valHooks", "attr", "removeAttr", "attrHooks",
"propFix", "prop", "propHooks", "parseJSON", "parseXML", "active",
"lastModified", "etag", "ajaxSettings", "ajaxSetup", "ajaxPrefilter",
"ajaxTransport", "ajax", "getJSON", "getScript", "get", "post",
"_evalUrl", "param", "parseHTML", "offset", "noConflict", "effects",
"Color", "length", "name",
#jQuery("body") 1.11
"length", "prevObject", "context", "selector", "constructor", "init",
"jquery", "size", "toArray", "get", "pushStack", "each", "ready", "eq",
"first", "last", "slice", "map", "end", "push", "sort", "splice",
"extend", "data", "removeData", "queue", "dequeue", "delay",
"clearQueue", "promise", "attr", "removeAttr", "prop", "removeProp",
"addClass", "removeClass", "toggleClass", "hasClass", "val", "on", "one",
"off", "bind", "unbind", "live", "die", "delegate", "undelegate",
"trigger", "triggerHandler", "toggle", "hover", "blur", "focus",
"focusin", "focusout", "load", "resize", "scroll", "unload", "click",
"dblclick", "mousedown", "mouseup", "mousemove", "mouseover", "mouseout",
"mouseenter", "mouseleave", "change", "select", "submit", "keydown",
"keypress", "keyup", "error", "contextmenu", "find", "has", "not",
"filter", "is", "closest", "index", "add", "addBack", "andSelf",
"parent", "parents", "parentsUntil", "next", "prev", "nextAll",
"prevAll", "nextUntil", "prevUntil", "siblings", "children", "contents",
"text", "wrapAll", "wrapInner", "wrap", "unwrap", "append", "prepend",
"before", "after", "remove", "empty", "clone", "html", "replaceWith",
"detach", "domManip", "appendTo", "prependTo", "insertBefore",
"insertAfter", "replaceAll", "css", "show", "hide", "serialize",
"serializeArray", "ajaxStart", "ajaxStop", "ajaxComplete", "ajaxError",
"ajaxSuccess", "ajaxSend", "fadeTo", "animate", "stop", "slideDown",
"slideUp", "slideToggle", "fadeIn", "fadeOut", "fadeToggle", "offset",
"position", "offsetParent", "scrollLeft", "scrollTop", "innerHeight",
"height", "outerHeight", "innerWidth", "width", "outerWidth",
"highlightText",
#body.style dom-pproperties
"MozAppearance", "MozOutlineRadius", "MozOutlineRadiusTopleft",
"MozOutlineRadiusTopright", "MozOutlineRadiusBottomright",
"MozOutlineRadiusBottomleft", "MozTabSize", "all", "animation",
"animationDelay", "animation-delay", "animationDirection",
"animation-direction", "animationDuration", "animation-duration",
"animationFillMode", "animation-fill-mode", "animationIterationCount",
"animation-iteration-count", "animationName", "animation-name",
"animationPlayState", "animation-play-state", "animationTimingFunction",
"animation-timing-function", "background", "backgroundAttachment",
"background-attachment", "backgroundClip", "background-clip",
"backgroundColor", "background-color", "backgroundImage",
"background-image", "backgroundBlendMode", "background-blend-mode",
"backgroundOrigin", "background-origin", "backgroundPosition",
"background-position", "backgroundRepeat", "background-repeat",
"backgroundSize", "background-size", "MozBinding", "border",
"borderBottom", "border-bottom", "borderBottomColor",
"border-bottom-color", "MozBorderBottomColors", "borderBottomStyle",
"border-bottom-style", "borderBottomWidth", "border-bottom-width",
"borderCollapse", "border-collapse", "borderColor", "border-color",
"borderImage", "border-image", "borderImageSource",
"border-image-source", "borderImageSlice", "border-image-slice",
"borderImageWidth", "border-image-width", "borderImageOutset",
"border-image-outset", "borderImageRepeat", "border-image-repeat",
"MozBorderEnd", "MozBorderEndColor", "MozBorderEndStyle",
"MozBorderEndWidth", "MozBorderStart", "MozBorderStartColor",
"MozBorderStartStyle", "MozBorderStartWidth", "borderLeft",
"border-left", "borderLeftColor", "border-left-color",
"MozBorderLeftColors", "borderLeftStyle", "border-left-style",
"borderLeftWidth", "border-left-width", "borderRight", "border-right",
"borderRightColor", "border-right-color", "MozBorderRightColors",
"borderRightStyle", "border-right-style", "borderRightWidth",
"border-right-width", "borderSpacing", "border-spacing", "borderStyle",
"border-style", "borderTop", "border-top", "borderTopColor",
"border-top-color", "MozBorderTopColors", "borderTopStyle",
"border-top-style", "borderTopWidth", "border-top-width", "borderWidth",
"border-width", "borderRadius", "border-radius", "borderTopLeftRadius",
"border-top-left-radius", "borderTopRightRadius",
"border-top-right-radius", "borderBottomRightRadius",
"border-bottom-right-radius", "borderBottomLeftRadius",
"border-bottom-left-radius", "bottom", "boxDecorationBreak",
"box-decoration-break", "boxShadow", "box-shadow", "boxSizing",
"box-sizing", "captionSide", "caption-side", "clear", "clip", "color",
"MozColumns", "MozColumnCount", "MozColumnFill", "MozColumnWidth",
"MozColumnGap", "MozColumnRule", "MozColumnRuleColor",
"MozColumnRuleStyle", "MozColumnRuleWidth", "content",
"counterIncrement", "counter-increment", "counterReset", "counter-reset",
"cursor", "direction", "display", "emptyCells", "empty-cells",
"alignContent", "align-content", "alignItems", "align-items",
"alignSelf", "align-self", "flex", "flexBasis", "flex-basis",
"flexDirection", "flex-direction", "flexFlow", "flex-flow", "flexGrow",
"flex-grow", "flexShrink", "flex-shrink", "flexWrap", "flex-wrap",
"order", "justifyContent", "justify-content", "cssFloat", "float",
"MozFloatEdge", "font", "fontFamily", "font-family",
"fontFeatureSettings", "font-feature-settings", "fontKerning",
"font-kerning", "fontLanguageOverride", "font-language-override",
"fontSize", "font-size", "fontSizeAdjust", "font-size-adjust",
"fontStretch", "font-stretch", "fontStyle", "font-style",
"fontSynthesis", "font-synthesis", "fontVariant", "font-variant",
"fontVariantAlternates", "font-variant-alternates", "fontVariantCaps",
"font-variant-caps", "fontVariantEastAsian", "font-variant-east-asian",
"fontVariantLigatures", "font-variant-ligatures", "fontVariantNumeric",
"font-variant-numeric", "fontVariantPosition", "font-variant-position",
"fontWeight", "font-weight", "MozForceBrokenImageIcon", "height",
"imageOrientation", "image-orientation", "MozImageRegion", "imeMode",
"ime-mode", "left", "letterSpacing", "letter-spacing", "lineHeight",
"line-height", "listStyle", "list-style", "listStyleImage",
"list-style-image", "listStylePosition", "list-style-position",
"listStyleType", "list-style-type", "margin", "marginBottom",
"margin-bottom", "MozMarginEnd", "MozMarginStart", "marginLeft",
"margin-left", "marginRight", "margin-right", "marginTop", "margin-top",
"markerOffset", "marker-offset", "marks", "maxHeight", "max-height",
"maxWidth", "max-width", "minHeight", "min-height", "minWidth",
"min-width", "mixBlendMode", "mix-blend-mode", "isolation", "objectFit",
"object-fit", "objectPosition", "object-position", "opacity",
"MozOrient", "orphans", "outline", "outlineColor", "outline-color",
"outlineStyle", "outline-style", "outlineWidth", "outline-width",
"outlineOffset", "outline-offset", "overflow", "overflowX", "overflow-x",
"overflowY", "overflow-y", "padding", "paddingBottom", "padding-bottom",
"MozPaddingEnd", "MozPaddingStart", "paddingLeft", "padding-left",
"paddingRight", "padding-right", "paddingTop", "padding-top", "page",
"pageBreakAfter", "page-break-after", "pageBreakBefore",
"page-break-before", "pageBreakInside", "page-break-inside",
"paintOrder", "paint-order", "pointerEvents", "pointer-events",
"position", "quotes", "resize", "right", "rubyAlign", "ruby-align",
"rubyPosition", "ruby-position", "scrollBehavior", "scroll-behavior",
"size", "tableLayout", "table-layout", "textAlign", "text-align",
"MozTextAlignLast", "textDecoration", "text-decoration",
"textDecorationColor", "text-decoration-color", "textDecorationLine",
"text-decoration-line", "textDecorationStyle", "text-decoration-style",
"textIndent", "text-indent", "textOverflow", "text-overflow",
"textShadow", "text-shadow", "MozTextSizeAdjust", "textTransform",
"text-transform", "transform", "transformOrigin", "transform-origin",
"perspectiveOrigin", "perspective-origin", "perspective",
"transformStyle", "transform-style", "backfaceVisibility",
"backface-visibility", "top", "transition", "transitionDelay",
"transition-delay", "transitionDuration", "transition-duration",
"transitionProperty", "transition-property", "transitionTimingFunction",
"transition-timing-function", "unicodeBidi", "unicode-bidi",
"MozUserFocus", "MozUserInput", "MozUserModify", "MozUserSelect",
"verticalAlign", "vertical-align", "visibility", "whiteSpace",
"white-space", "widows", "width", "MozWindowDragging", "MozWindowShadow",
"wordBreak", "word-break", "wordSpacing", "word-spacing", "wordWrap",
"word-wrap", "MozHyphens", "zIndex", "z-index", "MozBoxAlign",
"MozBoxDirection", "MozBoxFlex", "MozBoxOrient", "MozBoxPack",
"MozBoxOrdinalGroup", "MozStackSizing", "clipPath", "clip-path",
"clipRule", "clip-rule", "colorInterpolation", "color-interpolation",
"colorInterpolationFilters", "color-interpolation-filters",
"dominantBaseline", "dominant-baseline", "fill", "fillOpacity",
"fill-opacity", "fillRule", "fill-rule", "filter", "floodColor",
"flood-color", "floodOpacity", "flood-opacity", "imageRendering",
"image-rendering", "lightingColor", "lighting-color", "marker",
"markerEnd", "marker-end", "markerMid", "marker-mid", "markerStart",
"marker-start", "mask", "maskType", "mask-type", "shapeRendering",
"shape-rendering", "stopColor", "stop-color", "stopOpacity",
"stop-opacity", "stroke", "strokeDasharray", "stroke-dasharray",
"strokeDashoffset", "stroke-dashoffset", "strokeLinecap",
"stroke-linecap", "strokeLinejoin", "stroke-linejoin",
"strokeMiterlimit", "stroke-miterlimit", "strokeOpacity",
"stroke-opacity", "strokeWidth", "stroke-width", "textAnchor",
"text-anchor", "textRendering", "text-rendering", "vectorEffect",
"vector-effect", "willChange", "will-change", "MozTransform",
"MozTransformOrigin", "MozPerspectiveOrigin", "MozPerspective",
"MozTransformStyle", "MozBackfaceVisibility", "MozBorderImage",
"MozTransition", "MozTransitionDelay", "MozTransitionDuration",
"MozTransitionProperty", "MozTransitionTimingFunction", "MozAnimation",
"MozAnimationDelay", "MozAnimationDirection", "MozAnimationDuration",
"MozAnimationFillMode", "MozAnimationIterationCount", "MozAnimationName",
"MozAnimationPlayState", "MozAnimationTimingFunction", "MozBoxSizing",
"MozFontFeatureSettings", "MozFontLanguageOverride",
"MozTextDecorationColor", "MozTextDecorationLine",
"MozTextDecorationStyle", "item", "getPropertyValue",
"getPropertyCSSValue", "getPropertyPriority", "setProperty",
"removeProperty", "cssText", "length", "parentRule",
#Backbone
"Backbone", "events", "Events", "render", "on", "off", "trigger", "once",
"listenTo", "stopListening", "listenToOnce", "add", "remove", "update",
"reset", "sort", "change", "destroy", "request", "sync", "error",
"invalid", "route", "all",
"Model", "extend", "constructor", "initialize", "get", "set", "escape",
"has", "unset", "clear", "id", "idAttribute", "cid", "attributes",
"changed", "defaults", "toJSON", "sync", "fetch", "save", "destroy",
"validate", "validationError", "isValid", "url", "urlRoot", "parse",
"clone", "isNew", "hasChanged", "changedAttributes", "previous",
"previousAttributes",
"Collection", "extend", "model", "modelId", "constructor / initialize",
"models", "toJSON", "sync", "add", "remove", "reset", "set", "get", "at",
"push", "pop", "unshift", "shift", "slice", "length", "comparator",
"sort", "pluck", "where", "findWhere", "url", "parse", "clone", "fetch",
"create",
"Router", "extend", "routes", "constructor / initialize", "route",
"navigate", "execute",
"History", "start",
"Sync", "Backbone.sync", "Backbone.ajax", "Backbone.emulateHTTP",
"Backbone.emulateJSON",
"View", "extend", "constructor / initialize", "el", "$el", "setElement",
"attributes", "$ (jQuery)", "template", "render", "remove",
"delegateEvents", "undelegateEvents", "tagName", "className", "id",
"model", "collection", "el", "id", "$el",
"on", "listenTo", "off", "stopListening", "once", "listenToOnce",
"trigger", "bind", "unbind", "tagName", "$", "initialize", "render",
"remove", "_removeElement", "setElement", "_setElement",
"delegateEvents", "delegate", "undelegateEvents", "undelegate",
"_createElement", "_ensureElement", "_setAttributes", "extend",
"on", "listenTo", "off", "stopListening", "once", "listenToOnce",
"trigger", "bind", "unbind", "model", "initialize", "toJSON", "sync",
"add", "remove", "set", "reset", "push", "pop", "unshift", "shift",
"slice", "get", "at", "where", "findWhere", "sort", "pluck", "fetch",
"create", "parse", "clone", "modelId", "_reset", "_prepareModel",
"_removeModels", "_isModel", "_addReference", "_removeReference",
"_onModelEvent", "forEach", "each", "map", "collect", "reduce", "foldl",
"inject", "reduceRight", "foldr", "find", "detect", "filter", "select",
"reject", "every", "all", "some", "any", "include", "contains", "invoke",
"max", "min", "toArray", "size", "first", "head", "take", "initial",
"rest", "tail", "drop", "last", "without", "difference", "indexOf",
"shuffle", "lastIndexOf", "isEmpty", "chain", "sample", "partition",
"groupBy", "countBy", "sortBy", "indexBy",
"on", "listenTo", "off", "stopListening", "once", "listenToOnce",
"trigger", "bind", "unbind", "initialize", "route", "execute",
"navigate", "_bindRoutes", "_routeToRegExp", "_extractParameters",
"on", "listenTo", "off", "stopListening", "once", "listenToOnce",
"trigger", "bind", "unbind",
"on", "listenTo", "off", "stopListening", "once", "listenToOnce",
"trigger", "bind", "unbind", "changed", "validationError", "idAttribute",
"cidPrefix", "initialize", "toJSON", "sync", "get", "escape", "has",
"matches", "set", "unset", "clear", "hasChanged", "changedAttributes",
"previous", "previousAttributes", "fetch", "save", "destroy", "url",
"parse", "clone", "isNew", "isValid", "_validate", "keys", "values",
"pairs", "invert", "pick", "omit", "chain", "isEmpty",
"VERSION", "$", "noConflict", "emulateHTTP", "emulateJSON", "Events",
"on", "listenTo", "off", "stopListening", "once", "listenToOnce",
"trigger", "bind", "unbind", "Model", "Collection", "View", "sync",
"ajax", "Router", "History", "history", "LocalStorage", "localSync",
"ajaxSync", "getSyncMethod",
#Underscore
"_", "after", "all", "allKeys", "any", "assign", "before", "bind",
"bindAll", "chain", "clone", "collect", "compact", "compose", "constant",
"contains", "countBy", "create", "debounce", "defaults", "defer",
"delay", "detect", "difference", "drop", "each", "escape", "every",
"extend", "extendOwn", "filter", "find", "findIndex", "findKey",
"findLastIndex", "findWhere", "first", "flatten", "foldl", "foldr",
"forEach", "functions", "groupBy", "has", "head", "identity", "include",
"includes", "indexBy", "indexOf", "initial", "inject", "intersection",
"invert", "invoke", "isArguments", "isArray", "isBoolean", "isDate",
"isElement", "isEmpty", "isEqual", "isError", "isFinite", "isFunction",
"isMatch", "isNaN", "isNull", "isNumber", "isObject", "isRegExp",
"isString", "isUndefined", "iteratee", "keys", "last", "lastIndexOf",
"map", "mapObject", "matcher", "matches", "max", "memoize", "methods",
"min", "mixin", "negate", "noConflict", "noop", "now", "object", "omit",
"once", "pairs", "partial", "partition", "pick", "pluck", "property",
"propertyOf", "random", "range", "reduce", "reduceRight", "reject",
"rest", "result", "sample", "select", "shuffle", "size", "some",
"sortBy", "sortedIndex", "tail", "take", "tap", "template", "throttle",
"times", "toArray", "unescape", "union", "uniq", "unique", "uniqueId",
"unzip", "values", "where", "without", "wrap", "zip", "pop", "push",
"reverse", "shift", "sort", "splice", "unshift", "concat", "join",
"slice", "value", "toJSON", "valueOf", "toString", "VERSION", "iteratee",
"forEach", "each", "collect", "map", "inject", "foldl", "reduce",
"foldr", "reduceRight", "detect", "find", "select", "filter", "reject",
"all", "every", "any", "some", "include", "includes", "contains",
"invoke", "pluck", "where", "findWhere", "max", "min", "shuffle",
"sample", "sortBy", "groupBy", "indexBy", "countBy", "toArray", "size",
"partition", "take", "head", "first", "initial", "last", "drop", "tail",
"rest", "compact", "flatten", "without", "unique", "uniq", "union",
"intersection", "difference", "zip", "unzip", "object", "findIndex",
"findLastIndex", "sortedIndex", "indexOf", "lastIndexOf", "range",
"bind", "partial", "bindAll", "memoize", "delay", "defer", "throttle",
"debounce", "wrap", "negate", "compose", "after", "before", "once",
"keys", "allKeys", "values", "mapObject", "pairs", "invert", "methods",
"functions", "extend", "assign", "extendOwn", "findKey", "pick", "omit",
"defaults", "create", "clone", "tap", "isMatch", "isEqual", "isEmpty",
"isElement", "isArray", "isObject", "isArguments", "isFunction",
"isString", "isNumber", "isDate", "isRegExp", "isError", "isFinite",
"isNaN", "isBoolean", "isNull", "isUndefined", "has", "noConflict",
"identity", "constant", "noop", "property", "propertyOf", "matches",
"matcher", "times", "random", "now", "escape", "unescape", "result",
"uniqueId", "templateSettings", "template", "chain", "mixin",
#Animation events
"animationend", "animationiteration", "animationstart", "beginEvent",
"endEvent", "repeatEvent",
#Battery events
"chargingchange chargingtimechange", "dischargingtimechange levelchange",
#Call events
"alerting", "busy", "callschanged cfstatechange", "connected",
"connecting", "dialing", "disconnected", "disconnecting", "error",
"held", "holding", "incoming", "resuming", "statechange", "voicechange",
#CSS events
"CssRuleViewRefreshed", "CssRuleViewChanged",
"CssRuleViewCSSLinkClicked", "transitionend",
#Database events
"abort", "blocked", "complete", "error", "success", "upgradeneeded",
"versionchange",
#Document events
"DOMLinkAdded", "DOMLinkRemoved", "DOMMetaAdded", "DOMMetaRemoved",
"DOMWillOpenModalDialog", "DOMModalDialogClosed", "unload",
#DOM mutation events
"DOMAttributeNameChanged", "DOMAttrModified", "DOMCharacterDataModified",
"DOMContentLoaded", "DOMElementNameChanged", "DOMNodeInserted",
"DOMNodeInsertedIntoDocument", "DOMNodeRemoved",
"DOMNodeRemovedFromDocument", "DOMSubtreeModified",
#Drag events
"drag", "dragdrop", "dragend", "dragenter", "dragexit", "draggesture",
"dragleave", "dragover", "dragstart", "drop",
#Element events
"invalid", "overflow", "underflow", "DOMAutoComplete", "command",
"commandupdate",
#Focus events
"blur", "change", "DOMFocusIn", "DOMFocusOut", "focus", "focusin",
"focusout",
#Form events
"reset", "submit",
#Frame events
"mozbrowserclose", "mozbrowsercontextmenu", "mozbrowsererror",
"mozbrowsericonchange", "mozbrowserlocationchange", "mozbrowserloadend",
"mozbrowserloadstart", "mozbrowseropenwindow",
"mozbrowsersecuritychange", "mozbrowsershowmodalprompt",
"mozbrowsertitlechange", "DOMFrameContentLoaded",
#Input device events
"click", "contextmenu", "DOMMouseScroll", "dblclick", "gamepadconnected",
"gamepaddisconnected", "keydown", "keypress", "keyup",
"MozGamepadButtonDown", "MozGamepadButtonUp", "mousedown", "mouseenter",
"mouseleave", "mousemove", "mouseout", "mouseover", "mouseup",
"mousewheel", "MozMousePixelScroll", "pointerlockchange",
"pointerlockerror,wheel",
#Media events
"audioprocess", "canplay", "canplaythrough", "durationchange", "emptied",
"ended", "ended", "loadeddata", "loadedmetadata", "MozAudioAvailable",
"pause", "play", "playing", "ratechange", "seeked", "seeking", "stalled",
"suspend", "timeupdate", "volumechange", "waiting", "complete",
#Menu events
"DOMMenuItemActive", "DOMMenuItemInactive",
#Network events
"datachange", "dataerror", "disabled", "enabled", "offline", "online",
"statuschange", "connectionInfoUpdate,",
#Notification events
"AlertActive", "AlertClose",
#Popup events
"popuphidden", "popuphiding", "popupshowing", "popupshown",
"DOMPopupBlocked",
#Printing events
"afterprint", "beforeprint",
#Progress events
"abort", "error", "load", "loadend", "loadstart", "progress", "progress",
"timeout", "uploadprogress",
#Resource events
"abort", "cached", "error", "load",
#Script events
"afterscriptexecute", "beforescriptexecute",
#Sensor events
"compassneedscalibration", "devicelight", "devicemotion",
"deviceorientation", "deviceproximity", "MozOrientation",
"orientationchange", "userproximity",
#Session history events
"pagehide", "pageshow", "popstate",
#Smartcard events
"icccardlockerror", "iccinfochange", "smartcard-insert",
"smartcard-remove", "stkcommand", "stksessionend", "cardstatechange",
#SMS and USSD events
"delivered", "received", "sent", "ussdreceived",
#Storage events
"change (see Non-standard events)", "storage",
#SVG events
"SVGAbort", "SVGError", "SVGLoad", "SVGResize", "SVGScroll", "SVGUnload",
"SVGZoom",
#Tab events
"tabviewsearchenabled", "tabviewsearchdisabled",
"tabviewframeinitialized", "tabviewshown", "tabviewhidden", "TabOpen",
"TabClose", "TabSelect", "TabShow", "TabHide", "TabPinned",
"TabUnpinned", "SSTabClosing", "SSTabRestoring", "SSTabRestored",
"visibilitychange",
#Text events
"compositionend", "compositionstart", "compositionupdate", "copy",
"cut", "paste", "select", "text",
#Touch events
"MozEdgeUIGesture", "MozMagnifyGesture", "MozMagnifyGestureStart",
"MozMagnifyGestureUpdate", "MozPressTapGesture", "MozRotateGesture",
"MozRotateGestureStart", "MozRotateGestureUpdate", "MozSwipeGesture",
"MozTapGesture", "MozTouchDown", "MozTouchMove", "MozTouchUp",
"touchcancel", "touchend", "touchenter", "touchleave", "touchmove",
"touchstart",
#Update events
"checking", "downloading", "error", "noupdate", "obsolete", "updateready",
#Value change events
"broadcast", "CheckboxStateChange", "hashchange", "input",
"RadioStateChange", "readystatechange", "ValueChange",
#View events
"fullscreen", "fullscreenchange", "fullscreenerror",
"MozEnteredDomFullscreen", "MozScrolledAreaChanged", "resize",
"scroll", "sizemodechange",
#Websocket events
"close", "error", "message", "open",
#Window events
"DOMWindowCreated", "DOMWindowClose", "DOMTitleChanged",
"MozBeforeResize", "SSWindowClosing", "SSWindowStateReady",
"SSWindowStateBusy", "close",
#Uncategorized events
"beforeunload", "localized", "message", "message", "message",
"MozAfterPaint", "moztimechange", "open", "show"