Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(253)

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git.

Created:
4 years, 10 months ago by terry
Modified:
4 years, 10 months ago
Reviewers:
Alan Knight, Jacob
CC:
reviews+dom_dartlang.org
Base URL:
https://github.com/dart-lang/webcore.git@roll_45
Target Ref:
refs/heads/roll_45
Visibility:
Public.

Description

Updated to Chrome 45 (2454) moved from SVN to git. TBR=alanknight@google.com,jacobr@google.com

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11070 lines, -14915 lines) Patch
M bindings/IDLExtendedAttributes.txt View 4 chunks +12 lines, -10 lines 0 comments Download
M bindings/README View 1 chunk +2 lines, -2 lines 0 comments Download
M bindings/dart/gyp/scripts/build_dart_snapshot.py View 3 chunks +8 lines, -4 lines 0 comments Download
D bindings/dart/scripts/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D bindings/dart/scripts/code_generator_dart.py View 1 chunk +0 lines, -403 lines 0 comments Download
D bindings/dart/scripts/compiler.py View 1 chunk +0 lines, -148 lines 0 comments Download
D bindings/dart/scripts/dart_attributes.py View 1 chunk +0 lines, -300 lines 0 comments Download
D bindings/dart/scripts/dart_callback_interface.py View 1 chunk +0 lines, -134 lines 0 comments Download
D bindings/dart/scripts/dart_compiler.py View 1 chunk +0 lines, -136 lines 0 comments Download
D bindings/dart/scripts/dart_dictionary.py View 1 chunk +0 lines, -149 lines 0 comments Download
D bindings/dart/scripts/dart_interface.py View 1 chunk +0 lines, -1142 lines 0 comments Download
D bindings/dart/scripts/dart_methods.py View 1 chunk +0 lines, -286 lines 0 comments Download
D bindings/dart/scripts/dart_tests.py View 1 chunk +0 lines, -278 lines 0 comments Download
D bindings/dart/scripts/dart_types.py View 1 chunk +0 lines, -931 lines 0 comments Download
D bindings/dart/scripts/dart_utilities.py View 1 chunk +0 lines, -206 lines 0 comments Download
D bindings/dart/scripts/idl_files.py View 1 chunk +0 lines, -800 lines 0 comments Download
D bindings/dart/scripts/test/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D bindings/dart/scripts/test/main.py View 1 chunk +0 lines, -255 lines 0 comments Download
M bindings/scripts/aggregate_generated_bindings.py View 7 chunks +25 lines, -18 lines 0 comments Download
M bindings/scripts/blink_idl_lexer.py View 2 chunks +5 lines, -1 line 0 comments Download
M bindings/scripts/blink_idl_parser.py View 2 chunks +13 lines, -1 line 0 comments Download
M bindings/scripts/code_generator_v8.py View 11 chunks +195 lines, -42 lines 0 comments Download
M bindings/scripts/compute_interfaces_info_individual.py View 3 chunks +175 lines, -73 lines 0 comments Download
M bindings/scripts/compute_interfaces_info_overall.py View 3 chunks +40 lines, -6 lines 0 comments Download
M bindings/scripts/generate_event_interfaces.py View 1 chunk +3 lines, -0 lines 0 comments Download
M bindings/scripts/generate_global_constructors.py View 3 chunks +23 lines, -13 lines 0 comments Download
A bindings/scripts/generate_init_partial_interfaces.py View 1 chunk +84 lines, -0 lines 0 comments Download
M bindings/scripts/idl_compiler.py View 5 chunks +55 lines, -26 lines 0 comments Download
M bindings/scripts/idl_definitions.py View 28 chunks +339 lines, -70 lines 0 comments Download
M bindings/scripts/idl_reader.py View 2 chunks +33 lines, -18 lines 0 comments Download
M bindings/scripts/idl_types.py View 13 chunks +123 lines, -15 lines 0 comments Download
M bindings/scripts/interface_dependency_resolver.py View 3 chunks +112 lines, -24 lines 0 comments Download
M bindings/scripts/utilities.py View 6 chunks +206 lines, -70 lines 0 comments Download
M bindings/scripts/v8_attributes.py View 15 chunks +122 lines, -75 lines 0 comments Download
M bindings/scripts/v8_callback_interface.py View 1 chunk +1 line, -2 lines 0 comments Download
M bindings/scripts/v8_dictionary.py View 3 chunks +102 lines, -40 lines 0 comments Download
M bindings/scripts/v8_interface.py View 23 chunks +479 lines, -279 lines 0 comments Download
M bindings/scripts/v8_methods.py View 15 chunks +141 lines, -108 lines 0 comments Download
M bindings/scripts/v8_types.py View 27 chunks +305 lines, -176 lines 0 comments Download
A bindings/scripts/v8_union.py View 1 chunk +153 lines, -0 lines 0 comments Download
M bindings/scripts/v8_utilities.py View 11 chunks +312 lines, -56 lines 0 comments Download
A + bindings/templates/copyright_block.txt View 1 chunk +2 lines, -4 lines 0 comments Download
A bindings/tests/idls/core/ArrayBuffer.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A bindings/tests/idls/core/ArrayBufferView.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A bindings/tests/idls/core/DataView.idl View 1 chunk +15 lines, -0 lines 0 comments Download
M bindings/tests/idls/core/TestDictionary.idl View 2 chunks +18 lines, -6 lines 0 comments Download
A bindings/tests/idls/core/TestDictionaryDerived.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M bindings/tests/idls/core/TestImplements.idl View 1 chunk +0 lines, -1 line 0 comments Download
M bindings/tests/idls/core/TestInterface.idl View 3 chunks +33 lines, -7 lines 0 comments Download
M bindings/tests/idls/core/TestInterface2.idl View 1 chunk +8 lines, -5 lines 0 comments Download
M bindings/tests/idls/core/TestInterface3.idl View 2 chunks +6 lines, -0 lines 0 comments Download
A bindings/tests/idls/core/TestInterfaceAccessors.idl View 1 chunk +13 lines, -0 lines 0 comments Download
M bindings/tests/idls/core/TestInterfaceCheckSecurity.idl View 1 chunk +3 lines, -1 line 0 comments Download
M bindings/tests/idls/core/TestInterfaceConstructor.idl View 1 chunk +2 lines, -1 line 0 comments Download
M bindings/tests/idls/core/TestInterfaceConstructor4.idl View 1 chunk +2 lines, -2 lines 0 comments Download
D bindings/tests/idls/core/TestInterfaceEventConstructor.idl View 1 chunk +0 lines, -47 lines 0 comments Download
A + bindings/tests/idls/core/TestInterfaceEventInit.idl View 1 chunk +2 lines, -3 lines 0 comments Download
A bindings/tests/idls/core/TestInterfaceEventInitConstructor.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M bindings/tests/idls/core/TestInterfaceGarbageCollected.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M bindings/tests/idls/core/TestInterfaceNode.idl View 1 chunk +2 lines, -0 lines 0 comments Download
D bindings/tests/idls/core/TestInterfaceNotScriptWrappable.idl View 1 chunk +0 lines, -10 lines 0 comments Download
A bindings/tests/idls/core/TestInterfaceOwnProperties.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A bindings/tests/idls/core/TestInterfaceOwnPropertiesDerived.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M bindings/tests/idls/core/TestInterfaceWillBeGarbageCollected.idl View 1 chunk +1 line, -0 lines 0 comments Download
M bindings/tests/idls/core/TestObject.idl View 20 chunks +80 lines, -18 lines 0 comments Download
M bindings/tests/idls/core/TestPartialInterface2.idl View 1 chunk +0 lines, -1 line 0 comments Download
A bindings/tests/idls/core/TestPartialInterface4.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A bindings/tests/idls/core/TestPermissiveDictionary.idl View 1 chunk +14 lines, -0 lines 0 comments Download
A + bindings/tests/idls/core/Uint8ClampedArray.idl View 1 chunk +3 lines, -4 lines 0 comments Download
M bindings/tests/idls/modules/TestInterface5.idl View 2 chunks +10 lines, -3 lines 0 comments Download
M bindings/tests/idls/modules/TestPartialInterface3.idl View 1 chunk +8 lines, -5 lines 0 comments Download
M core/README View 1 chunk +2 lines, -2 lines 0 comments Download
M core/animation/Animation.idl View 1 chunk +23 lines, -8 lines 0 comments Download
D core/animation/AnimationEffect.idl View 1 chunk +0 lines, -10 lines 0 comments Download
A + core/animation/AnimationEffectReadOnly.idl View 1 chunk +7 lines, -4 lines 0 comments Download
A core/animation/AnimationEffectTiming.idl View 1 chunk +22 lines, -0 lines 0 comments Download
D core/animation/AnimationNode.idl View 1 chunk +0 lines, -47 lines 0 comments Download
D core/animation/AnimationPlayer.idl View 1 chunk +0 lines, -50 lines 0 comments Download
M core/animation/AnimationTimeline.idl View 1 chunk +9 lines, -3 lines 0 comments Download
A core/animation/ComputedTimingProperties.idl View 1 chunk +17 lines, -0 lines 0 comments Download
M core/animation/DocumentAnimation.idl View 1 chunk +3 lines, -0 lines 0 comments Download
A + core/animation/EffectModel.idl View 1 chunk +6 lines, -1 line 0 comments Download
M core/animation/ElementAnimation.idl View 1 chunk +11 lines, -7 lines 0 comments Download
A + core/animation/KeyframeEffect.idl View 1 chunk +8 lines, -14 lines 0 comments Download
A core/animation/KeyframeEffectOptions.idl View 1 chunk +21 lines, -0 lines 0 comments Download
D core/animation/Timing.idl View 1 chunk +0 lines, -29 lines 0 comments Download
M core/clipboard/DataTransfer.idl View 1 chunk +13 lines, -10 lines 0 comments Download
M core/clipboard/DataTransferItem.idl View 1 chunk +6 lines, -5 lines 0 comments Download
M core/clipboard/DataTransferItemList.idl View 1 chunk +6 lines, -6 lines 0 comments Download
M core/css/CSS.idl View 1 chunk +4 lines, -3 lines 0 comments Download
D core/css/CSSCharsetRule.idl View 1 chunk +0 lines, -23 lines 0 comments Download
M core/css/CSSFontFaceRule.idl View 1 chunk +8 lines, -2 lines 0 comments Download
A core/css/CSSGroupingRule.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M core/css/CSSImportRule.idl View 1 chunk +6 lines, -5 lines 0 comments Download
M core/css/CSSKeyframeRule.idl View 1 chunk +3 lines, -5 lines 0 comments Download
M core/css/CSSKeyframesRule.idl View 1 chunk +8 lines, -5 lines 0 comments Download
M core/css/CSSMediaRule.idl View 1 chunk +4 lines, -7 lines 0 comments Download
M core/css/CSSPageRule.idl View 1 chunk +9 lines, -2 lines 0 comments Download
D core/css/CSSPrimitiveValue.idl View 1 chunk +0 lines, -67 lines 0 comments Download
M core/css/CSSRule.idl View 1 chunk +22 lines, -16 lines 0 comments Download
M core/css/CSSRuleList.idl View 1 chunk +5 lines, -4 lines 0 comments Download
M core/css/CSSStyleDeclaration.idl View 1 chunk +22 lines, -19 lines 0 comments Download
M core/css/CSSStyleRule.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/css/CSSStyleSheet.idl View 1 chunk +8 lines, -10 lines 0 comments Download
M core/css/CSSSupportsRule.idl View 1 chunk +10 lines, -8 lines 0 comments Download
D core/css/CSSUnknownRule.idl View 1 chunk +0 lines, -25 lines 0 comments Download
D core/css/CSSValue.idl View 1 chunk +0 lines, -39 lines 0 comments Download
D core/css/CSSValueList.idl View 1 chunk +0 lines, -31 lines 0 comments Download
M core/css/CSSViewportRule.idl View 1 chunk +2 lines, -0 lines 0 comments Download
D core/css/Counter.idl View 1 chunk +0 lines, -28 lines 0 comments Download
M core/css/DocumentFontFaceSet.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/css/FontFace.idl View 3 chunks +6 lines, -8 lines 0 comments Download
M core/css/FontFaceDescriptors.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M core/css/FontFaceSet.idl View 1 chunk +23 lines, -8 lines 0 comments Download
M core/css/FontFaceSetForEachCallback.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/css/FontFaceSetLoadEvent.idl View 1 chunk +5 lines, -2 lines 0 comments Download
A core/css/FontFaceSetLoadEventInit.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M core/css/MediaList.idl View 1 chunk +9 lines, -9 lines 0 comments Download
M core/css/MediaQueryList.idl View 1 chunk +4 lines, -7 lines 0 comments Download
M core/css/MediaQueryListEvent.idl View 1 chunk +4 lines, -3 lines 0 comments Download
A + core/css/MediaQueryListEventInit.idl View 1 chunk +4 lines, -6 lines 0 comments Download
D core/css/RGBColor.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D core/css/Rect.idl View 1 chunk +0 lines, -29 lines 0 comments Download
M core/css/StyleMedia.idl View 1 chunk +9 lines, -2 lines 0 comments Download
M core/css/StyleSheet.idl View 1 chunk +11 lines, -10 lines 0 comments Download
M core/css/StyleSheetList.idl View 1 chunk +6 lines, -2 lines 0 comments Download
D core/css/WebKitCSSFilterRule.idl View 1 chunk +0 lines, -36 lines 0 comments Download
D core/css/WebKitCSSFilterValue.idl View 1 chunk +0 lines, -47 lines 0 comments Download
M core/css/WebKitCSSMatrix.idl View 2 chunks +38 lines, -37 lines 0 comments Download
D core/css/WebKitCSSTransformValue.idl View 1 chunk +0 lines, -59 lines 0 comments Download
A + core/dom/ArrayBuffer.idl View 1 chunk +5 lines, -4 lines 0 comments Download
A core/dom/ArrayBufferView.idl View 1 chunk +14 lines, -0 lines 0 comments Download
M core/dom/Attr.idl View 1 chunk +12 lines, -19 lines 0 comments Download
M core/dom/CDATASection.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M core/dom/CharacterData.idl View 1 chunk +6 lines, -8 lines 0 comments Download
M core/dom/ChildNode.idl View 1 chunk +5 lines, -4 lines 0 comments Download
M core/dom/ClientRect.idl View 2 chunks +9 lines, -2 lines 0 comments Download
M core/dom/ClientRectList.idl View 1 chunk +18 lines, -4 lines 0 comments Download
M core/dom/Comment.idl View 1 chunk +2 lines, -1 line 0 comments Download
A core/dom/CommonDefinitions.idl View 1 chunk +8 lines, -0 lines 0 comments Download
A core/dom/CompositorProxy.idl View 1 chunk +20 lines, -0 lines 0 comments Download
M core/dom/DOMError.idl View 1 chunk +9 lines, -5 lines 0 comments Download
M core/dom/DOMException.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/dom/DOMImplementation.idl View 1 chunk +10 lines, -17 lines 0 comments Download
M core/dom/DOMMatrix.idl View 2 chunks +36 lines, -33 lines 0 comments Download
M core/dom/DOMMatrixReadOnly.idl View 2 chunks +17 lines, -13 lines 0 comments Download
M core/dom/DOMPoint.idl View 1 chunk +11 lines, -6 lines 0 comments Download
M core/dom/DOMPointInit.idl View 1 chunk +2 lines, -4 lines 0 comments Download
M core/dom/DOMPointReadOnly.idl View 2 chunks +4 lines, -2 lines 0 comments Download
M core/dom/DOMRect.idl View 1 chunk +7 lines, -4 lines 0 comments Download
M core/dom/DOMRectReadOnly.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/dom/DOMSettableTokenList.idl View 1 chunk +5 lines, -2 lines 0 comments Download
M core/dom/DOMStringList.idl View 1 chunk +7 lines, -2 lines 0 comments Download
M core/dom/DOMStringMap.idl View 1 chunk +10 lines, -6 lines 0 comments Download
M core/dom/DOMTokenList.idl View 1 chunk +5 lines, -3 lines 0 comments Download
A + core/dom/DataView.idl View 1 chunk +5 lines, -4 lines 0 comments Download
M core/dom/Document.idl View 2 chunks +156 lines, -149 lines 0 comments Download
M core/dom/DocumentFragment.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/dom/DocumentFullscreen.idl View 2 chunks +2 lines, -1 line 0 comments Download
M core/dom/DocumentType.idl View 1 chunk +2 lines, -6 lines 0 comments Download
M core/dom/Element.idl View 2 chunks +75 lines, -76 lines 0 comments Download
M core/dom/ElementFullscreen.idl View 1 chunk +3 lines, -2 lines 0 comments Download
A core/dom/ElementRegistrationOptions.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A + core/dom/Float32Array.idl View 1 chunk +4 lines, -4 lines 0 comments Download
A + core/dom/Float64Array.idl View 1 chunk +4 lines, -4 lines 0 comments Download
A + core/dom/FrameRequestCallback.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/dom/GlobalEventHandlers.idl View 4 chunks +12 lines, -3 lines 0 comments Download
A + core/dom/Int16Array.idl View 1 chunk +4 lines, -4 lines 0 comments Download
A + core/dom/Int32Array.idl View 1 chunk +4 lines, -4 lines 0 comments Download
A + core/dom/Int8Array.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M core/dom/Iterator.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/dom/MessageChannel.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/dom/MessagePort.idl View 1 chunk +8 lines, -6 lines 0 comments Download
M core/dom/MutationObserver.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/dom/MutationObserverInit.idl View 1 chunk +1 line, -3 lines 0 comments Download
M core/dom/MutationRecord.idl View 1 chunk +6 lines, -7 lines 0 comments Download
M core/dom/NamedNodeMap.idl View 1 chunk +12 lines, -23 lines 0 comments Download
M core/dom/Node.idl View 1 chunk +53 lines, -54 lines 0 comments Download
M core/dom/NodeFilter.idl View 1 chunk +22 lines, -19 lines 0 comments Download
M core/dom/NodeIterator.idl View 1 chunk +8 lines, -7 lines 0 comments Download
M core/dom/NodeList.idl View 1 chunk +5 lines, -2 lines 0 comments Download
A core/dom/NonDocumentTypeChildNode.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A core/dom/NonElementParentNode.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M core/dom/ParentNode.idl View 1 chunk +12 lines, -6 lines 0 comments Download
M core/dom/ProcessingInstruction.idl View 1 chunk +5 lines, -6 lines 0 comments Download
M core/dom/Range.idl View 2 chunks +32 lines, -39 lines 0 comments Download
D core/dom/RequestAnimationFrameCallback.idl View 1 chunk +0 lines, -35 lines 0 comments Download
A core/dom/SharedArrayBuffer.idl View 1 chunk +14 lines, -0 lines 0 comments Download
M core/dom/Text.idl View 1 chunk +7 lines, -9 lines 0 comments Download
M core/dom/Touch.idl View 1 chunk +23 lines, -15 lines 0 comments Download
M core/dom/TouchList.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/dom/TreeWalker.idl View 1 chunk +12 lines, -12 lines 0 comments Download
M core/dom/URL.idl View 1 chunk +16 lines, -8 lines 0 comments Download
M core/dom/URLUtils.idl View 1 chunk +15 lines, -14 lines 0 comments Download
M core/dom/URLUtilsReadOnly.idl View 1 chunk +13 lines, -12 lines 0 comments Download
A + core/dom/Uint16Array.idl View 1 chunk +4 lines, -4 lines 0 comments Download
A + core/dom/Uint32Array.idl View 1 chunk +4 lines, -4 lines 0 comments Download
A + core/dom/Uint8Array.idl View 1 chunk +4 lines, -4 lines 0 comments Download
A + core/dom/Uint8ClampedArray.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M core/dom/XMLDocument.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/dom/shadow/ShadowRoot.idl View 1 chunk +15 lines, -16 lines 0 comments Download
A core/dom/shadow/ShadowRootInit.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M core/editing/Selection.idl View 1 chunk +38 lines, -40 lines 0 comments Download
A + core/events/AnimationEvent.idl View 1 chunk +8 lines, -5 lines 0 comments Download
A core/events/AnimationEventInit.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M core/events/AnimationPlayerEvent.idl View 1 chunk +8 lines, -4 lines 0 comments Download
A core/events/AnimationPlayerEventInit.idl View 1 chunk +13 lines, -0 lines 0 comments Download
M core/events/ApplicationCacheErrorEvent.idl View 1 chunk +11 lines, -5 lines 0 comments Download
A + core/events/ApplicationCacheErrorEventInit.idl View 1 chunk +5 lines, -4 lines 0 comments Download
M core/events/AutocompleteErrorEvent.idl View 1 chunk +6 lines, -3 lines 0 comments Download
A core/events/AutocompleteErrorEventInit.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M core/events/BeforeUnloadEvent.idl View 1 chunk +2 lines, -0 lines 0 comments Download
A core/events/ClipboardEvent.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M core/events/CompositionEvent.idl View 1 chunk +12 lines, -13 lines 0 comments Download
A + core/events/CompositionEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M core/events/CustomEvent.idl View 1 chunk +10 lines, -6 lines 0 comments Download
A core/events/CustomEventInit.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M core/events/ErrorEvent.idl View 1 chunk +9 lines, -7 lines 0 comments Download
A core/events/ErrorEventInit.idl View 1 chunk +13 lines, -0 lines 0 comments Download
M core/events/Event.idl View 1 chunk +47 lines, -44 lines 0 comments Download
A + core/events/EventInit.idl View 1 chunk +5 lines, -5 lines 0 comments Download
M core/events/EventListener.idl View 1 chunk +2 lines, -1 line 0 comments Download
A core/events/EventModifierInit.idl View 1 chunk +13 lines, -0 lines 0 comments Download
M core/events/EventTarget.idl View 1 chunk +6 lines, -7 lines 0 comments Download
M core/events/FocusEvent.idl View 1 chunk +4 lines, -2 lines 0 comments Download
A + core/events/FocusEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M core/events/HashChangeEvent.idl View 1 chunk +14 lines, -10 lines 0 comments Download
A + core/events/HashChangeEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M core/events/KeyboardEvent.idl View 1 chunk +34 lines, -22 lines 0 comments Download
A core/events/KeyboardEventInit.idl View 1 chunk +17 lines, -0 lines 0 comments Download
M core/events/MessageEvent.idl View 2 chunks +13 lines, -8 lines 0 comments Download
A core/events/MessageEventInit.idl View 1 chunk +16 lines, -0 lines 0 comments Download
M core/events/MouseEvent.idl View 1 chunk +54 lines, -34 lines 0 comments Download
A core/events/MouseEventInit.idl View 1 chunk +20 lines, -0 lines 0 comments Download
M core/events/MutationEvent.idl View 1 chunk +12 lines, -14 lines 0 comments Download
M core/events/NavigatorEvents.idl View 1 chunk +2 lines, -0 lines 0 comments Download
D core/events/OverflowEvent.idl View 1 chunk +0 lines, -37 lines 0 comments Download
M core/events/PageTransitionEvent.idl View 1 chunk +5 lines, -3 lines 0 comments Download
A + core/events/PageTransitionEventInit.idl View 1 chunk +3 lines, -5 lines 0 comments Download
A core/events/PointerEvent.idl View 1 chunk +19 lines, -0 lines 0 comments Download
A core/events/PointerEventInit.idl View 1 chunk +18 lines, -0 lines 0 comments Download
M core/events/PopStateEvent.idl View 1 chunk +5 lines, -2 lines 0 comments Download
A core/events/PopStateEventInit.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M core/events/ProgressEvent.idl View 1 chunk +8 lines, -5 lines 0 comments Download
A core/events/ProgressEventInit.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A core/events/PromiseRejectionEvent.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A core/events/PromiseRejectionEventInit.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M core/events/RelatedEvent.idl View 1 chunk +4 lines, -3 lines 0 comments Download
A + core/events/RelatedEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M core/events/SecurityPolicyViolationEvent.idl View 1 chunk +16 lines, -12 lines 0 comments Download
A core/events/SecurityPolicyViolationEventInit.idl View 1 chunk +21 lines, -0 lines 0 comments Download
M core/events/TextEvent.idl View 1 chunk +13 lines, -8 lines 0 comments Download
M core/events/TouchEvent.idl View 1 chunk +19 lines, -15 lines 0 comments Download
M core/events/TransitionEvent.idl View 1 chunk +7 lines, -5 lines 0 comments Download
A core/events/TransitionEventInit.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M core/events/UIEvent.idl View 1 chunk +16 lines, -17 lines 0 comments Download
A core/events/UIEventInit.idl View 1 chunk +11 lines, -0 lines 0 comments Download
D core/events/WebKitAnimationEvent.idl View 1 chunk +0 lines, -32 lines 0 comments Download
M core/events/WheelEvent.idl View 1 chunk +13 lines, -13 lines 0 comments Download
A core/events/WheelEventInit.idl View 1 chunk +16 lines, -0 lines 0 comments Download
M core/fileapi/Blob.idl View 1 chunk +10 lines, -5 lines 0 comments Download
A core/fileapi/BlobPropertyBag.idl View 1 chunk +17 lines, -0 lines 0 comments Download
M core/fileapi/File.idl View 1 chunk +9 lines, -2 lines 0 comments Download
M core/fileapi/FileError.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fileapi/FileList.idl View 1 chunk +4 lines, -2 lines 0 comments Download
A core/fileapi/FilePropertyBag.idl View 1 chunk +14 lines, -0 lines 0 comments Download
M core/fileapi/FileReader.idl View 1 chunk +19 lines, -12 lines 0 comments Download
M core/fileapi/FileReaderSync.idl View 1 chunk +7 lines, -3 lines 0 comments Download
M core/frame/BarProp.idl View 1 chunk +4 lines, -1 line 0 comments Download
M core/frame/Console.idl View 1 chunk +6 lines, -1 line 0 comments Download
M core/frame/ConsoleBase.idl View 2 chunks +5 lines, -2 lines 0 comments Download
M core/frame/History.idl View 1 chunk +18 lines, -6 lines 0 comments Download
M core/frame/ImageBitmap.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/frame/Location.idl View 2 chunks +24 lines, -17 lines 0 comments Download
M core/frame/Navigator.idl View 1 chunk +9 lines, -10 lines 0 comments Download
M core/frame/NavigatorCPU.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M core/frame/NavigatorID.idl View 1 chunk +4 lines, -1 line 0 comments Download
M core/frame/NavigatorLanguage.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M core/frame/NavigatorOnLine.idl View 1 chunk +2 lines, -1 line 0 comments Download
A core/frame/NavigatorStorageUtils.idl View 1 chunk +13 lines, -0 lines 0 comments Download
M core/frame/Screen.idl View 1 chunk +10 lines, -8 lines 0 comments Download
M core/frame/ScrollOptions.idl View 1 chunk +5 lines, -5 lines 0 comments Download
A core/frame/ScrollToOptions.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A core/frame/StateOptions.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M core/frame/Window.idl View 3 chunks +108 lines, -126 lines 0 comments Download
M core/frame/WindowBase64.idl View 1 chunk +4 lines, -3 lines 0 comments Download
M core/frame/WindowEventHandlers.idl View 3 chunks +7 lines, -1 line 0 comments Download
M core/frame/WindowTimers.idl View 1 chunk +8 lines, -8 lines 0 comments Download
M core/html/FormData.idl View 1 chunk +19 lines, -4 lines 0 comments Download
M core/html/HTMLAllCollection.idl View 2 chunks +10 lines, -3 lines 0 comments Download
M core/html/HTMLAnchorElement.idl View 1 chunk +13 lines, -8 lines 0 comments Download
M core/html/HTMLAppletElement.idl View 2 chunks +7 lines, -2 lines 0 comments Download
M core/html/HTMLAreaElement.idl View 1 chunk +9 lines, -2 lines 0 comments Download
M core/html/HTMLAudioElement.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M core/html/HTMLBRElement.idl View 1 chunk +4 lines, -1 line 0 comments Download
M core/html/HTMLBaseElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/HTMLBodyElement.idl View 1 chunk +14 lines, -7 lines 0 comments Download
M core/html/HTMLButtonElement.idl View 2 chunks +6 lines, -2 lines 0 comments Download
M core/html/HTMLCanvasElement.idl View 1 chunk +23 lines, -8 lines 0 comments Download
M core/html/HTMLCollection.idl View 1 chunk +5 lines, -4 lines 0 comments Download
M core/html/HTMLContentElement.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/html/HTMLDListElement.idl View 1 chunk +4 lines, -1 line 0 comments Download
M core/html/HTMLDataListElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/HTMLDetailsElement.idl View 1 chunk +3 lines, -4 lines 0 comments Download
M core/html/HTMLDialogElement.idl View 1 chunk +5 lines, -2 lines 0 comments Download
M core/html/HTMLDirectoryElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/html/HTMLDivElement.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/html/HTMLDocument.idl View 1 chunk +14 lines, -21 lines 0 comments Download
M core/html/HTMLElement.idl View 1 chunk +31 lines, -16 lines 0 comments Download
M core/html/HTMLEmbedElement.idl View 1 chunk +14 lines, -7 lines 0 comments Download
M core/html/HTMLFieldSetElement.idl View 1 chunk +10 lines, -7 lines 0 comments Download
M core/html/HTMLFontElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/HTMLFormControlsCollection.idl View 1 chunk +6 lines, -1 line 0 comments Download
M core/html/HTMLFormElement.idl View 2 chunks +5 lines, -1 line 0 comments Download
M core/html/HTMLFrameElement.idl View 1 chunk +12 lines, -12 lines 0 comments Download
M core/html/HTMLFrameSetElement.idl View 1 chunk +10 lines, -4 lines 0 comments Download
M core/html/HTMLHRElement.idl View 1 chunk +5 lines, -0 lines 0 comments Download
M core/html/HTMLHeadElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/html/HTMLHeadingElement.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/html/HTMLHtmlElement.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/html/HTMLIFrameElement.idl View 1 chunk +18 lines, -18 lines 0 comments Download
M core/html/HTMLImageElement.idl View 1 chunk +25 lines, -21 lines 0 comments Download
M core/html/HTMLInputElement.idl View 3 chunks +32 lines, -20 lines 0 comments Download
M core/html/HTMLKeygenElement.idl View 2 chunks +5 lines, -2 lines 0 comments Download
M core/html/HTMLLIElement.idl View 1 chunk +6 lines, -1 line 0 comments Download
M core/html/HTMLLabelElement.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/html/HTMLLegendElement.idl View 1 chunk +6 lines, -1 line 0 comments Download
M core/html/HTMLLinkElement.idl View 1 chunk +23 lines, -10 lines 0 comments Download
M core/html/HTMLMapElement.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/html/HTMLMarqueeElement.idl View 2 chunks +12 lines, -3 lines 0 comments Download
M core/html/HTMLMediaElement.idl View 4 chunks +14 lines, -14 lines 0 comments Download
M core/html/HTMLMenuElement.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/html/HTMLMenuItemElement.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/html/HTMLMetaElement.idl View 1 chunk +7 lines, -2 lines 0 comments Download
M core/html/HTMLMeterElement.idl View 1 chunk +8 lines, -10 lines 0 comments Download
M core/html/HTMLModElement.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M core/html/HTMLOListElement.idl View 1 chunk +7 lines, -2 lines 0 comments Download
M core/html/HTMLObjectElement.idl View 1 chunk +32 lines, -20 lines 0 comments Download
M core/html/HTMLOptGroupElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/HTMLOptionElement.idl View 1 chunk +6 lines, -3 lines 0 comments Download
M core/html/HTMLOptionsCollection.idl View 1 chunk +11 lines, -8 lines 0 comments Download
M core/html/HTMLOutputElement.idl View 2 chunks +5 lines, -2 lines 0 comments Download
M core/html/HTMLParagraphElement.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/html/HTMLParamElement.idl View 1 chunk +6 lines, -1 line 0 comments Download
M core/html/HTMLPictureElement.idl View 1 chunk +3 lines, -5 lines 0 comments Download
M core/html/HTMLPreElement.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/html/HTMLProgressElement.idl View 1 chunk +4 lines, -6 lines 0 comments Download
M core/html/HTMLQuoteElement.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M core/html/HTMLScriptElement.idl View 1 chunk +18 lines, -6 lines 0 comments Download
M core/html/HTMLSelectElement.idl View 1 chunk +17 lines, -15 lines 0 comments Download
M core/html/HTMLShadowElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/HTMLSourceElement.idl View 1 chunk +6 lines, -5 lines 0 comments Download
M core/html/HTMLSpanElement.idl View 1 chunk +3 lines, -4 lines 0 comments Download
M core/html/HTMLStyleElement.idl View 1 chunk +8 lines, -3 lines 0 comments Download
M core/html/HTMLTableCaptionElement.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/html/HTMLTableCellElement.idl View 1 chunk +22 lines, -8 lines 0 comments Download
M core/html/HTMLTableColElement.idl View 1 chunk +7 lines, -1 line 0 comments Download
M core/html/HTMLTableElement.idl View 1 chunk +24 lines, -20 lines 0 comments Download
M core/html/HTMLTableRowElement.idl View 1 chunk +9 lines, -3 lines 0 comments Download
M core/html/HTMLTableSectionElement.idl View 1 chunk +10 lines, -3 lines 0 comments Download
M core/html/HTMLTemplateElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/html/HTMLTextAreaElement.idl View 2 chunks +21 lines, -10 lines 0 comments Download
M core/html/HTMLTitleElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/HTMLTrackElement.idl View 2 chunks +2 lines, -2 lines 0 comments Download
M core/html/HTMLUListElement.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/html/HTMLUnknownElement.idl View 1 chunk +4 lines, -3 lines 0 comments Download
M core/html/HTMLVideoElement.idl View 2 chunks +3 lines, -0 lines 0 comments Download
M core/html/ImageData.idl View 1 chunk +8 lines, -7 lines 0 comments Download
M core/html/MediaController.idl View 1 chunk +10 lines, -5 lines 0 comments Download
M core/html/MediaError.idl View 2 chunks +2 lines, -1 line 0 comments Download
M core/html/MediaKeyError.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/MediaKeyEvent.idl View 1 chunk +8 lines, -8 lines 0 comments Download
A core/html/MediaKeyEventInit.idl View 1 chunk +13 lines, -0 lines 0 comments Download
M core/html/RadioNodeList.idl View 1 chunk +6 lines, -4 lines 0 comments Download
M core/html/TextMetrics.idl View 1 chunk +6 lines, -1 line 0 comments Download
M core/html/TimeRanges.idl View 2 chunks +2 lines, -1 line 0 comments Download
M core/html/ValidityState.idl View 1 chunk +13 lines, -10 lines 0 comments Download
M core/html/VoidCallback.idl View 1 chunk +4 lines, -0 lines 0 comments Download
D core/html/canvas/ANGLEInstancedArrays.idl View 1 chunk +0 lines, -42 lines 0 comments Download
D core/html/canvas/ArrayBufferView.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D core/html/canvas/Canvas2DContextAttributes.idl View 1 chunk +0 lines, -33 lines 0 comments Download
A core/html/canvas/CanvasContextCreationAttributes.idl View 1 chunk +36 lines, -0 lines 0 comments Download
D core/html/canvas/CanvasGradient.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D core/html/canvas/CanvasPathMethods.idl View 1 chunk +0 lines, -20 lines 0 comments Download
D core/html/canvas/CanvasPattern.idl View 1 chunk +0 lines, -31 lines 0 comments Download
D core/html/canvas/CanvasRenderingContext2D.idl View 1 chunk +0 lines, -188 lines 0 comments Download
D core/html/canvas/DataView.idl View 1 chunk +0 lines, -55 lines 0 comments Download
D core/html/canvas/EXTBlendMinMax.idl View 1 chunk +0 lines, -13 lines 0 comments Download
D core/html/canvas/EXTFragDepth.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/html/canvas/EXTShaderTextureLOD.idl View 1 chunk +0 lines, -9 lines 0 comments Download
D core/html/canvas/EXTTextureFilterAnisotropic.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D core/html/canvas/HitRegionOptions.idl View 1 chunk +0 lines, -17 lines 0 comments Download
D core/html/canvas/MouseEventHitRegion.idl View 1 chunk +0 lines, -11 lines 0 comments Download
D core/html/canvas/OESElementIndexUint.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/html/canvas/OESStandardDerivatives.idl View 1 chunk +0 lines, -32 lines 0 comments Download
D core/html/canvas/OESTextureFloat.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/html/canvas/OESTextureFloatLinear.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/html/canvas/OESTextureHalfFloat.idl View 1 chunk +0 lines, -34 lines 0 comments Download
D core/html/canvas/OESTextureHalfFloatLinear.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/html/canvas/OESVertexArrayObject.idl View 1 chunk +0 lines, -38 lines 0 comments Download
D core/html/canvas/Path2D.idl View 1 chunk +0 lines, -41 lines 0 comments Download
D core/html/canvas/WebGLActiveInfo.idl View 1 chunk +0 lines, -32 lines 0 comments Download
D core/html/canvas/WebGLBuffer.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D core/html/canvas/WebGLCompressedTextureATC.idl View 1 chunk +0 lines, -35 lines 0 comments Download
D core/html/canvas/WebGLCompressedTextureETC1.idl View 1 chunk +0 lines, -12 lines 0 comments Download
D core/html/canvas/WebGLCompressedTexturePVRTC.idl View 1 chunk +0 lines, -36 lines 0 comments Download
D core/html/canvas/WebGLCompressedTextureS3TC.idl View 1 chunk +0 lines, -36 lines 0 comments Download
D core/html/canvas/WebGLContextAttributes.idl View 1 chunk +0 lines, -38 lines 0 comments Download
D core/html/canvas/WebGLContextEvent.idl View 1 chunk +0 lines, -31 lines 0 comments Download
D core/html/canvas/WebGLDebugRendererInfo.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D core/html/canvas/WebGLDebugShaders.idl View 1 chunk +0 lines, -32 lines 0 comments Download
D core/html/canvas/WebGLDepthTexture.idl View 1 chunk +0 lines, -32 lines 0 comments Download
D core/html/canvas/WebGLDrawBuffers.idl View 1 chunk +0 lines, -71 lines 0 comments Download
D core/html/canvas/WebGLFramebuffer.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D core/html/canvas/WebGLLoseContext.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D core/html/canvas/WebGLProgram.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D core/html/canvas/WebGLRenderbuffer.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D core/html/canvas/WebGLRenderingContext.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D core/html/canvas/WebGLRenderingContextBase.idl View 1 chunk +0 lines, -690 lines 0 comments Download
D core/html/canvas/WebGLShader.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D core/html/canvas/WebGLShaderPrecisionFormat.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D core/html/canvas/WebGLTexture.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D core/html/canvas/WebGLUniformLocation.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/html/canvas/WebGLVertexArrayObjectOES.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/html/ime/InputMethodContext.idl View 1 chunk +0 lines, -43 lines 0 comments Download
M core/html/shadow/PluginPlaceholderElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/track/AudioTrack.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/track/AudioTrackList.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/track/TextTrack.idl View 1 chunk +10 lines, -5 lines 0 comments Download
M core/html/track/TextTrackCue.idl View 1 chunk +7 lines, -10 lines 0 comments Download
M core/html/track/TextTrackCueList.idl View 1 chunk +5 lines, -3 lines 0 comments Download
M core/html/track/TextTrackList.idl View 1 chunk +5 lines, -2 lines 0 comments Download
M core/html/track/TrackEvent.idl View 1 chunk +5 lines, -3 lines 0 comments Download
A core/html/track/TrackEventInit.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M core/html/track/VideoTrack.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/track/VideoTrackList.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/html/track/vtt/VTTCue.idl View 2 chunks +11 lines, -3 lines 0 comments Download
M core/html/track/vtt/VTTRegion.idl View 1 chunk +9 lines, -4 lines 0 comments Download
M core/html/track/vtt/VTTRegionList.idl View 2 chunks +3 lines, -1 line 0 comments Download
M core/imagebitmap/ImageBitmapFactories.idl View 3 chunks +2 lines, -2 lines 0 comments Download
D core/imagebitmap/WindowImageBitmapFactories.idl View 1 chunk +0 lines, -44 lines 0 comments Download
A core/input/InputDevice.idl View 1 chunk +21 lines, -0 lines 0 comments Download
A core/input/InputDeviceInit.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M core/inspector/CodeGeneratorInspector.py View 7 chunks +7 lines, -7 lines 0 comments Download
M core/inspector/CodeGeneratorInspectorStrings.py View 23 chunks +72 lines, -94 lines 0 comments Download
M core/inspector/CodeGeneratorInstrumentation.py View 8 chunks +16 lines, -27 lines 0 comments Download
A + core/inspector/DevToolsHost.idl View 2 chunks +3 lines, -9 lines 0 comments Download
D core/inspector/InjectedScriptHost.idl View 1 chunk +0 lines, -60 lines 0 comments Download
D core/inspector/InspectorFrontendHost.idl View 1 chunk +0 lines, -61 lines 0 comments Download
M core/inspector/InspectorInstrumentation.idl View 13 chunks +103 lines, -190 lines 0 comments Download
M core/inspector/InspectorOverlayHost.idl View 1 chunk +3 lines, -0 lines 0 comments Download
D core/inspector/JavaScriptCallFrame.idl View 1 chunk +0 lines, -57 lines 0 comments Download
D core/inspector/inline-javascript-imports.py View 1 chunk +0 lines, -81 lines 0 comments Download
M core/loader/appcache/ApplicationCache.idl View 3 chunks +6 lines, -3 lines 0 comments Download
M core/page/EventSource.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M core/page/EventSourceInit.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M core/page/PagePopupController.idl View 1 chunk +5 lines, -0 lines 0 comments Download
D core/page/WindowPagePopup.idl View 1 chunk +0 lines, -37 lines 0 comments Download
A core/page/scrolling/ScrollState.idl View 1 chunk +32 lines, -0 lines 0 comments Download
D core/plugins/MimeType.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/plugins/MimeTypeArray.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/plugins/Plugin.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D core/plugins/PluginArray.idl View 1 chunk +0 lines, -31 lines 0 comments Download
D core/storage/Storage.idl View 1 chunk +0 lines, -43 lines 0 comments Download
D core/storage/StorageEvent.idl View 1 chunk +0 lines, -47 lines 0 comments Download
A core/streams/ReadableByteStream.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A core/streams/ReadableByteStreamReader.idl View 1 chunk +16 lines, -0 lines 0 comments Download
M core/streams/ReadableStream.idl View 1 chunk +4 lines, -16 lines 0 comments Download
A core/streams/ReadableStreamReader.idl View 1 chunk +18 lines, -0 lines 0 comments Download
M core/streams/Stream.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M core/svg/SVGAElement.idl View 1 chunk +3 lines, -2 lines 0 comments Download
D core/svg/SVGAltGlyphDefElement.idl View 1 chunk +0 lines, -22 lines 0 comments Download
D core/svg/SVGAltGlyphElement.idl View 1 chunk +0 lines, -34 lines 0 comments Download
D core/svg/SVGAltGlyphItemElement.idl View 1 chunk +0 lines, -22 lines 0 comments Download
M core/svg/SVGAngle.idl View 2 chunks +5 lines, -3 lines 0 comments Download
M core/svg/SVGAnimateElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGAnimateMotionElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGAnimateTransformElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedAngle.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedBoolean.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedEnumeration.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedInteger.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedLength.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedLengthList.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedNumber.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedNumberList.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedPreserveAspectRatio.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedRect.idl View 1 chunk +6 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedString.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedTransformList.idl View 1 chunk +6 lines, -2 lines 0 comments Download
M core/svg/SVGAnimationElement.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M core/svg/SVGCircleElement.idl View 1 chunk +5 lines, -4 lines 0 comments Download
M core/svg/SVGClipPathElement.idl View 1 chunk +6 lines, -1 line 0 comments Download
M core/svg/SVGComponentTransferFunctionElement.idl View 1 chunk +15 lines, -14 lines 0 comments Download
M core/svg/SVGCursorElement.idl View 1 chunk +6 lines, -4 lines 0 comments Download
M core/svg/SVGDefsElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGDescElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGDiscardElement.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M core/svg/SVGDocument.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGElement.idl View 1 chunk +7 lines, -12 lines 0 comments Download
M core/svg/SVGEllipseElement.idl View 1 chunk +6 lines, -5 lines 0 comments Download
M core/svg/SVGFEBlendElement.idl View 1 chunk +9 lines, -9 lines 0 comments Download
M core/svg/SVGFEColorMatrixElement.idl View 1 chunk +8 lines, -8 lines 0 comments Download
M core/svg/SVGFEComponentTransferElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGFECompositeElement.idl View 1 chunk +14 lines, -14 lines 0 comments Download
M core/svg/SVGFEConvolveMatrixElement.idl View 1 chunk +20 lines, -17 lines 0 comments Download
M core/svg/SVGFEDiffuseLightingElement.idl View 1 chunk +5 lines, -5 lines 0 comments Download
M core/svg/SVGFEDisplacementMapElement.idl View 1 chunk +10 lines, -10 lines 0 comments Download
M core/svg/SVGFEDistantLightElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGFEDropShadowElement.idl View 1 chunk +6 lines, -6 lines 0 comments Download
M core/svg/SVGFEFuncAElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGFEFuncBElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGFEFuncGElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGFEFuncRElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGFEGaussianBlurElement.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M core/svg/SVGFEImageElement.idl View 1 chunk +1 line, -2 lines 0 comments Download
M core/svg/SVGFEMergeNodeElement.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGFEMorphologyElement.idl View 1 chunk +7 lines, -7 lines 0 comments Download
M core/svg/SVGFEOffsetElement.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M core/svg/SVGFEPointLightElement.idl View 1 chunk +5 lines, -4 lines 0 comments Download
M core/svg/SVGFESpecularLightingElement.idl View 1 chunk +6 lines, -4 lines 0 comments Download
M core/svg/SVGFESpotLightElement.idl View 1 chunk +10 lines, -9 lines 0 comments Download
M core/svg/SVGFETileElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGFETurbulenceElement.idl View 1 chunk +12 lines, -12 lines 0 comments Download
M core/svg/SVGFilterElement.idl View 1 chunk +9 lines, -12 lines 0 comments Download
M core/svg/SVGFilterPrimitiveStandardAttributes.idl View 1 chunk +5 lines, -5 lines 0 comments Download
M core/svg/SVGFitToViewBox.idl View 1 chunk +2 lines, -2 lines 0 comments Download
D core/svg/SVGFontElement.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/svg/SVGFontFaceElement.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/svg/SVGFontFaceFormatElement.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/svg/SVGFontFaceNameElement.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/svg/SVGFontFaceSrcElement.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/svg/SVGFontFaceUriElement.idl View 1 chunk +0 lines, -30 lines 0 comments Download
M core/svg/SVGForeignObjectElement.idl View 1 chunk +6 lines, -5 lines 0 comments Download
M core/svg/SVGGElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGGeometryElement.idl View 1 chunk +3 lines, -0 lines 0 comments Download
D core/svg/SVGGlyphElement.idl View 1 chunk +0 lines, -30 lines 0 comments Download
D core/svg/SVGGlyphRefElement.idl View 1 chunk +0 lines, -33 lines 0 comments Download
M core/svg/SVGGradientElement.idl View 1 chunk +10 lines, -8 lines 0 comments Download
M core/svg/SVGGraphicsElement.idl View 2 chunks +2 lines, -2 lines 0 comments Download
D core/svg/SVGHKernElement.idl View 1 chunk +0 lines, -24 lines 0 comments Download
M core/svg/SVGImageElement.idl View 1 chunk +7 lines, -6 lines 0 comments Download
M core/svg/SVGLength.idl View 2 chunks +7 lines, -3 lines 0 comments Download
M core/svg/SVGLengthList.idl View 1 chunk +10 lines, -6 lines 0 comments Download
M core/svg/SVGLineElement.idl View 1 chunk +6 lines, -5 lines 0 comments Download
M core/svg/SVGLinearGradientElement.idl View 1 chunk +6 lines, -5 lines 0 comments Download
M core/svg/SVGMPathElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGMarkerElement.idl View 1 chunk +16 lines, -15 lines 0 comments Download
M core/svg/SVGMaskElement.idl View 1 chunk +9 lines, -6 lines 0 comments Download
M core/svg/SVGMatrix.idl View 1 chunk +19 lines, -16 lines 0 comments Download
M core/svg/SVGMetadataElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
D core/svg/SVGMissingGlyphElement.idl View 1 chunk +0 lines, -30 lines 0 comments Download
M core/svg/SVGNumber.idl View 1 chunk +5 lines, -4 lines 0 comments Download
M core/svg/SVGNumberList.idl View 1 chunk +10 lines, -6 lines 0 comments Download
M core/svg/SVGPathElement.idl View 1 chunk +33 lines, -24 lines 0 comments Download
M core/svg/SVGPathSeg.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGPathSegArcAbs.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegArcRel.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegClosePath.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/svg/SVGPathSegCurvetoCubicAbs.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegCurvetoCubicRel.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegCurvetoCubicSmoothAbs.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegCurvetoCubicSmoothRel.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegCurvetoQuadraticAbs.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegCurvetoQuadraticRel.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegLinetoAbs.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegLinetoHorizontalAbs.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegLinetoHorizontalRel.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegLinetoRel.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegLinetoVerticalAbs.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegLinetoVerticalRel.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegList.idl View 2 chunks +7 lines, -2 lines 0 comments Download
M core/svg/SVGPathSegMovetoAbs.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPathSegMovetoRel.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGPatternElement.idl View 2 chunks +5 lines, -2 lines 0 comments Download
M core/svg/SVGPoint.idl View 1 chunk +6 lines, -2 lines 0 comments Download
M core/svg/SVGPointList.idl View 1 chunk +11 lines, -5 lines 0 comments Download
M core/svg/SVGPolygonElement.idl View 1 chunk +7 lines, -2 lines 0 comments Download
M core/svg/SVGPolylineElement.idl View 1 chunk +7 lines, -3 lines 0 comments Download
M core/svg/SVGPreserveAspectRatio.idl View 2 chunks +6 lines, -2 lines 0 comments Download
M core/svg/SVGRadialGradientElement.idl View 1 chunk +8 lines, -7 lines 0 comments Download
M core/svg/SVGRect.idl View 1 chunk +8 lines, -4 lines 0 comments Download
M core/svg/SVGRectElement.idl View 1 chunk +8 lines, -7 lines 0 comments Download
D core/svg/SVGRenderingIntent.idl View 1 chunk +0 lines, -37 lines 0 comments Download
M core/svg/SVGSVGElement.idl View 1 chunk +31 lines, -25 lines 0 comments Download
M core/svg/SVGScriptElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGSetElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGStopElement.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGStringList.idl View 1 chunk +9 lines, -6 lines 0 comments Download
M core/svg/SVGStyleElement.idl View 1 chunk +10 lines, -4 lines 0 comments Download
M core/svg/SVGSwitchElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGTSpanElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGTests.idl View 1 chunk +6 lines, -4 lines 0 comments Download
M core/svg/SVGTextContentElement.idl View 1 chunk +14 lines, -12 lines 0 comments Download
M core/svg/SVGTextElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGTextPathElement.idl View 1 chunk +12 lines, -10 lines 0 comments Download
M core/svg/SVGTextPositioningElement.idl View 1 chunk +7 lines, -6 lines 0 comments Download
M core/svg/SVGTitleElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGTransform.idl View 3 chunks +8 lines, -2 lines 0 comments Download
M core/svg/SVGTransformList.idl View 1 chunk +12 lines, -8 lines 0 comments Download
M core/svg/SVGURIReference.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGUnitTypes.idl View 1 chunk +5 lines, -3 lines 0 comments Download
M core/svg/SVGUseElement.idl View 1 chunk +4 lines, -5 lines 0 comments Download
D core/svg/SVGVKernElement.idl View 1 chunk +0 lines, -24 lines 0 comments Download
M core/svg/SVGViewElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGZoomAndPan.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M core/svg/SVGZoomEvent.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M core/testing/DictionaryTest.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M core/testing/InternalDictionary.idl View 1 chunk +13 lines, -3 lines 0 comments Download
A core/testing/InternalDictionaryDerived.idl View 1 chunk +9 lines, -0 lines 0 comments Download
D core/testing/InternalProfilers.idl View 1 chunk +0 lines, -38 lines 0 comments Download
M core/testing/InternalSettings.idl View 2 chunks +7 lines, -6 lines 0 comments Download
M core/testing/Internals.idl View 14 chunks +70 lines, -24 lines 0 comments Download
A + core/testing/PluginPlaceholderOptions.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M core/testing/PrivateScriptTest.idl View 2 chunks +3 lines, -2 lines 0 comments Download
M core/testing/TypeConversions.idl View 1 chunk +7 lines, -7 lines 0 comments Download
A core/testing/UnionTypesTest.idl View 1 chunk +27 lines, -0 lines 0 comments Download
A core/timing/ConsoleMemory.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A core/timing/DOMHighResTimeStamp.idl View 1 chunk +7 lines, -0 lines 0 comments Download
M core/timing/MemoryInfo.idl View 1 chunk +7 lines, -7 lines 0 comments Download
M core/timing/Performance.idl View 1 chunk +40 lines, -18 lines 0 comments Download
A + core/timing/PerformanceCompositeTiming.idl View 2 chunks +8 lines, -10 lines 0 comments Download
M core/timing/PerformanceEntry.idl View 1 chunk +7 lines, -4 lines 0 comments Download
A core/timing/PerformanceEntryList.idl View 1 chunk +7 lines, -0 lines 0 comments Download
M core/timing/PerformanceMark.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/timing/PerformanceMeasure.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/timing/PerformanceNavigation.idl View 1 chunk +7 lines, -4 lines 0 comments Download
A + core/timing/PerformanceRenderTiming.idl View 2 chunks +8 lines, -10 lines 0 comments Download
M core/timing/PerformanceResourceTiming.idl View 1 chunk +22 lines, -13 lines 0 comments Download
M core/timing/PerformanceTiming.idl View 2 chunks +10 lines, -3 lines 0 comments Download
A + core/timing/SharedWorkerPerformance.idl View 1 chunk +5 lines, -2 lines 0 comments Download
A core/timing/WindowPerformance.idl View 1 chunk +14 lines, -0 lines 0 comments Download
A + core/timing/WorkerGlobalScopePerformance.idl View 1 chunk +3 lines, -0 lines 0 comments Download
A core/timing/WorkerPerformance.idl View 1 chunk +67 lines, -0 lines 0 comments Download
M core/workers/AbstractWorker.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/workers/DedicatedWorkerGlobalScope.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/workers/SharedWorker.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/workers/SharedWorkerGlobalScope.idl View 1 chunk +5 lines, -2 lines 0 comments Download
M core/workers/Worker.idl View 1 chunk +5 lines, -5 lines 0 comments Download
M core/workers/WorkerConsole.idl View 1 chunk +6 lines, -0 lines 0 comments Download
M core/workers/WorkerGlobalScope.idl View 1 chunk +18 lines, -11 lines 0 comments Download
M core/workers/WorkerLocation.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M core/workers/WorkerNavigator.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/xml/DOMParser.idl View 1 chunk +14 lines, -4 lines 0 comments Download
M core/xml/DocumentXPathEvaluator.idl View 1 chunk +10 lines, -10 lines 0 comments Download
D core/xml/XMLHttpRequest.idl View 1 chunk +0 lines, -93 lines 0 comments Download
D core/xml/XMLHttpRequestEventTarget.idl View 1 chunk +0 lines, -37 lines 0 comments Download
D core/xml/XMLHttpRequestProgressEvent.idl View 1 chunk +0 lines, -31 lines 0 comments Download
D core/xml/XMLHttpRequestUpload.idl View 1 chunk +0 lines, -31 lines 0 comments Download
M core/xml/XMLSerializer.idl View 1 chunk +6 lines, -4 lines 0 comments Download
M core/xml/XPathEvaluator.idl View 1 chunk +15 lines, -10 lines 0 comments Download
M core/xml/XPathExpression.idl View 1 chunk +5 lines, -5 lines 0 comments Download
M core/xml/XPathNSResolver.idl View 1 chunk +8 lines, -2 lines 0 comments Download
M core/xml/XPathResult.idl View 2 chunks +6 lines, -4 lines 0 comments Download
M core/xml/XSLTProcessor.idl View 1 chunk +16 lines, -12 lines 0 comments Download
A + core/xmlhttprequest/XMLHttpRequest.idl View 2 chunks +27 lines, -34 lines 0 comments Download
A + core/xmlhttprequest/XMLHttpRequestEventTarget.idl View 1 chunk +10 lines, -4 lines 0 comments Download
A + core/xmlhttprequest/XMLHttpRequestProgressEvent.idl View 1 chunk +1 line, -2 lines 0 comments Download
A + core/xmlhttprequest/XMLHttpRequestUpload.idl View 1 chunk +4 lines, -1 line 0 comments Download
M modules/README View 1 chunk +2 lines, -2 lines 0 comments Download
A + modules/accessibility/testing/InternalsAccessibility.idl View 1 chunk +2 lines, -2 lines 0 comments Download
A modules/app_banner/AppBannerPromptResult.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A modules/app_banner/BeforeInstallPromptEvent.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A modules/app_banner/BeforeInstallPromptEventInit.idl View 1 chunk +7 lines, -0 lines 0 comments Download
A modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A modules/background_sync/PeriodicSyncEvent.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A modules/background_sync/PeriodicSyncEventInit.idl View 1 chunk +7 lines, -0 lines 0 comments Download
A modules/background_sync/PeriodicSyncManager.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A modules/background_sync/PeriodicSyncRegistration.idl View 1 chunk +26 lines, -0 lines 0 comments Download
A modules/background_sync/PeriodicSyncRegistrationOptions.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A modules/background_sync/ServiceWorkerGlobalScopeSync.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A modules/background_sync/ServiceWorkerRegistrationSync.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A modules/background_sync/SyncEvent.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A modules/background_sync/SyncEventInit.idl View 1 chunk +7 lines, -0 lines 0 comments Download
A modules/background_sync/SyncManager.idl View 1 chunk +21 lines, -0 lines 0 comments Download
A modules/background_sync/SyncRegistration.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A modules/background_sync/SyncRegistrationOptions.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M modules/battery/BatteryManager.idl View 1 chunk +0 lines, -2 lines 0 comments Download
M modules/battery/NavigatorBattery.idl View 1 chunk +1 line, -3 lines 0 comments Download
M modules/beacon/NavigatorBeacon.idl View 1 chunk +2 lines, -8 lines 0 comments Download
A modules/bluetooth/Bluetooth.idl View 1 chunk +15 lines, -0 lines 0 comments Download
A modules/bluetooth/BluetoothDevice.idl View 1 chunk +34 lines, -0 lines 0 comments Download
A modules/bluetooth/BluetoothGATTCharacteristic.idl View 1 chunk +25 lines, -0 lines 0 comments Download
A modules/bluetooth/BluetoothGATTRemoteServer.idl View 1 chunk +21 lines, -0 lines 0 comments Download
A modules/bluetooth/BluetoothGATTService.idl View 1 chunk +22 lines, -0 lines 0 comments Download
A modules/bluetooth/BluetoothScanFilter.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A modules/bluetooth/BluetoothUUID.idl View 1 chunk +27 lines, -0 lines 0 comments Download
A + modules/bluetooth/NavigatorBluetooth.idl View 1 chunk +4 lines, -3 lines 0 comments Download
A modules/bluetooth/RequestDeviceOptions.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A modules/cachestorage/Cache.idl View 1 chunk +23 lines, -0 lines 0 comments Download
A + modules/cachestorage/CacheQueryOptions.idl View 1 chunk +4 lines, -8 lines 0 comments Download
A modules/cachestorage/CacheStorage.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A modules/cachestorage/WindowCacheStorage.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A modules/cachestorage/WorkerCacheStorage.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A + modules/canvas2d/Canvas2DContextAttributes.idl View 1 chunk +2 lines, -6 lines 0 comments Download
A + modules/canvas2d/CanvasGradient.idl View 1 chunk +1 line, -2 lines 0 comments Download
A + modules/canvas2d/CanvasPathMethods.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + modules/canvas2d/CanvasPattern.idl View 1 chunk +1 line, -1 line 0 comments Download
A + modules/canvas2d/CanvasRenderingContext2D.idl View 5 chunks +13 lines, -50 lines 0 comments Download
A + modules/canvas2d/HitRegionOptions.idl View 1 chunk +1 line, -5 lines 0 comments Download
A + modules/canvas2d/MouseEventHitRegion.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + modules/canvas2d/Path2D.idl View 1 chunk +1 line, -1 line 0 comments Download
A modules/compositorworker/CompositorWorker.idl View 1 chunk +18 lines, -0 lines 0 comments Download
A modules/compositorworker/CompositorWorkerGlobalScope.idl View 1 chunk +16 lines, -0 lines 0 comments Download
M modules/credentialmanager/Credential.idl View 1 chunk +6 lines, -1 line 0 comments Download
A modules/credentialmanager/CredentialData.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A modules/credentialmanager/CredentialRequestOptions.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M modules/credentialmanager/CredentialsContainer.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M modules/credentialmanager/FederatedCredential.idl View 1 chunk +7 lines, -2 lines 0 comments Download
A modules/credentialmanager/FederatedCredentialData.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A modules/credentialmanager/FederatedCredentialRequestOptions.idl View 1 chunk +10 lines, -0 lines 0 comments Download
D modules/credentialmanager/LocalCredential.idl View 1 chunk +0 lines, -11 lines 0 comments Download
A modules/credentialmanager/LocallyStoredCredentialData.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A + modules/credentialmanager/PasswordCredential.idl View 1 chunk +3 lines, -2 lines 0 comments Download
A modules/credentialmanager/PasswordCredentialData.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M modules/crypto/Crypto.idl View 1 chunk +3 lines, -8 lines 0 comments Download
M modules/crypto/CryptoKey.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M modules/crypto/SubtleCrypto.idl View 1 chunk +16 lines, -32 lines 0 comments Download
M modules/crypto/WorkerGlobalScopeCrypto.idl View 1 chunk +1 line, -3 lines 0 comments Download
M modules/device_light/DeviceLightEvent.idl View 1 chunk +4 lines, -2 lines 0 comments Download
A + modules/device_light/DeviceLightEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M modules/device_orientation/DeviceMotionEvent.idl View 1 chunk +7 lines, -7 lines 0 comments Download
M modules/device_orientation/DeviceOrientationEvent.idl View 1 chunk +7 lines, -7 lines 0 comments Download
M modules/encoding/TextDecodeOptions.idl View 1 chunk +1 line, -3 lines 0 comments Download
M modules/encoding/TextDecoder.idl View 2 chunks +1 line, -2 lines 0 comments Download
M modules/encoding/TextEncoder.idl View 2 chunks +1 line, -2 lines 0 comments Download
M modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl View 2 chunks +4 lines, -4 lines 0 comments Download
A + modules/encryptedmedia/MediaEncryptedEvent.idl View 1 chunk +7 lines, -5 lines 0 comments Download
A modules/encryptedmedia/MediaEncryptedEventInit.idl View 1 chunk +10 lines, -0 lines 0 comments Download
M modules/encryptedmedia/MediaKeyMessageEvent.idl View 1 chunk +10 lines, -2 lines 0 comments Download
A modules/encryptedmedia/MediaKeyMessageEventInit.idl View 1 chunk +10 lines, -0 lines 0 comments Download
D modules/encryptedmedia/MediaKeyNeededEvent.idl View 1 chunk +0 lines, -33 lines 0 comments Download
M modules/encryptedmedia/MediaKeySession.idl View 1 chunk +7 lines, -9 lines 0 comments Download
A modules/encryptedmedia/MediaKeyStatusMap.idl View 1 chunk +21 lines, -0 lines 0 comments Download
A modules/encryptedmedia/MediaKeySystemAccess.idl View 1 chunk +15 lines, -0 lines 0 comments Download
A modules/encryptedmedia/MediaKeySystemConfiguration.idl View 1 chunk +23 lines, -0 lines 0 comments Download
A modules/encryptedmedia/MediaKeySystemMediaCapability.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M modules/encryptedmedia/MediaKeys.idl View 1 chunk +5 lines, -8 lines 0 comments Download
A modules/encryptedmedia/NavigatorRequestMediaKeySystemAccess.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A modules/fetch/Body.idl View 1 chunk +26 lines, -0 lines 0 comments Download
A + modules/fetch/Headers.idl View 2 chunks +4 lines, -9 lines 0 comments Download
A modules/fetch/Request.idl View 1 chunk +39 lines, -0 lines 0 comments Download
A + modules/fetch/Response.idl View 1 chunk +14 lines, -10 lines 0 comments Download
A + modules/fetch/WindowFetch.idl View 1 chunk +2 lines, -3 lines 0 comments Download
A modules/fetch/WorkerFetch.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A + modules/filesystem/DevToolsHostFileSystem.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/filesystem/DirectoryEntry.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M modules/filesystem/DirectoryEntrySync.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M modules/filesystem/Entry.idl View 1 chunk +0 lines, -1 line 0 comments Download
M modules/filesystem/EntrySync.idl View 1 chunk +0 lines, -1 line 0 comments Download
A modules/filesystem/FileSystemFlags.idl View 1 chunk +14 lines, -0 lines 0 comments Download
D modules/filesystem/InspectorFrontendHostFileSystem.idl View 1 chunk +0 lines, -10 lines 0 comments Download
M modules/gamepad/Gamepad.idl View 1 chunk +1 line, -3 lines 0 comments Download
M modules/gamepad/GamepadButton.idl View 1 chunk +0 lines, -1 line 0 comments Download
M modules/gamepad/GamepadEvent.idl View 1 chunk +4 lines, -2 lines 0 comments Download
A + modules/gamepad/GamepadEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M modules/gamepad/NavigatorGamepad.idl View 1 chunk +1 line, -4 lines 0 comments Download
D modules/gamepad/WebKitGamepad.idl View 1 chunk +0 lines, -15 lines 0 comments Download
D modules/gamepad/WebKitGamepadList.idl View 1 chunk +0 lines, -11 lines 0 comments Download
M modules/geofencing/CircularGeofencingRegion.idl View 1 chunk +1 line, -1 line 0 comments Download
A + modules/geofencing/CircularGeofencingRegionInit.idl View 1 chunk +6 lines, -5 lines 0 comments Download
A + modules/geofencing/GeofencingEvent.idl View 1 chunk +3 lines, -4 lines 0 comments Download
M modules/geofencing/GeofencingRegion.idl View 1 chunk +0 lines, -1 line 0 comments Download
D modules/geofencing/NavigatorGeofencing.idl View 1 chunk +0 lines, -9 lines 0 comments Download
A + modules/geofencing/ServiceWorkerGlobalScopeGeofencing.idl View 1 chunk +3 lines, -2 lines 0 comments Download
A + modules/geofencing/ServiceWorkerRegistrationGeofencing.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/geofencing/WorkerNavigatorGeofencing.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/geolocation/Geolocation.idl View 1 chunk +2 lines, -4 lines 0 comments Download
A + modules/geolocation/PositionOptions.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M modules/geolocation/testing/InternalsGeolocation.idl View 1 chunk +3 lines, -1 line 0 comments Download
A + modules/imagebitmap/WindowImageBitmapFactories.idl View 1 chunk +3 lines, -1 line 0 comments Download
M modules/indexeddb/IDBCursor.idl View 2 chunks +6 lines, -4 lines 0 comments Download
M modules/indexeddb/IDBCursorWithValue.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M modules/indexeddb/IDBDatabase.idl View 1 chunk +9 lines, -15 lines 0 comments Download
M modules/indexeddb/IDBFactory.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M modules/indexeddb/IDBIndex.idl View 1 chunk +10 lines, -13 lines 0 comments Download
M modules/indexeddb/IDBIndexParameters.idl View 1 chunk +2 lines, -4 lines 0 comments Download
M modules/indexeddb/IDBKeyRange.idl View 2 chunks +7 lines, -5 lines 0 comments Download
M modules/indexeddb/IDBObjectStore.idl View 1 chunk +14 lines, -17 lines 0 comments Download
A modules/indexeddb/IDBObjectStoreParameters.idl View 1 chunk +10 lines, -0 lines 0 comments Download
M modules/indexeddb/IDBOpenDBRequest.idl View 1 chunk +5 lines, -1 line 0 comments Download
M modules/indexeddb/IDBRequest.idl View 1 chunk +6 lines, -1 line 0 comments Download
M modules/indexeddb/IDBTransaction.idl View 1 chunk +7 lines, -2 lines 0 comments Download
M modules/indexeddb/IDBVersionChangeEvent.idl View 1 chunk +6 lines, -8 lines 0 comments Download
A modules/indexeddb/IDBVersionChangeEventInit.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M modules/indexeddb/WorkerGlobalScopeIndexedDatabase.idl View 1 chunk +0 lines, -12 lines 0 comments Download
A modules/mediasession/HTMLMediaElementMediaSession.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A modules/mediasession/MediaSession.idl View 1 chunk +14 lines, -0 lines 0 comments Download
M modules/mediasource/MediaSource.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/mediasource/SourceBuffer.idl View 2 chunks +6 lines, -2 lines 0 comments Download
M modules/mediasource/SourceBufferList.idl View 1 chunk +1 line, -1 line 0 comments Download
A modules/mediasource/TrackDefault.idl View 1 chunk +21 lines, -0 lines 0 comments Download
A modules/mediasource/TrackDefaultList.idl View 1 chunk +16 lines, -0 lines 0 comments Download
D modules/mediastream/MediaDeviceInfoCallback.idl View 1 chunk +0 lines, -29 lines 0 comments Download
A modules/mediastream/MediaDevices.idl View 1 chunk +16 lines, -0 lines 0 comments Download
M modules/mediastream/MediaStream.idl View 2 chunks +9 lines, -3 lines 0 comments Download
M modules/mediastream/MediaStreamEvent.idl View 1 chunk +4 lines, -3 lines 0 comments Download
A + modules/mediastream/MediaStreamEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M modules/mediastream/NavigatorMediaStream.idl View 1 chunk +1 line, -3 lines 0 comments Download
A modules/mediastream/NavigatorUserMedia.idl View 1 chunk +10 lines, -0 lines 0 comments Download
M modules/mediastream/RTCDTMFToneChangeEvent.idl View 1 chunk +4 lines, -2 lines 0 comments Download
A + modules/mediastream/RTCDTMFToneChangeEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M modules/mediastream/RTCIceCandidate.idl View 1 chunk +2 lines, -1 line 0 comments Download
A modules/mediastream/RTCIceCandidateInit.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M modules/mediastream/RTCPeerConnection.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/mediastream/RTCSessionDescription.idl View 1 chunk +11 lines, -3 lines 0 comments Download
A + modules/mediastream/RTCSessionDescriptionInit.idl View 1 chunk +5 lines, -5 lines 0 comments Download
M modules/mediastream/RTCStatsReport.idl View 1 chunk +0 lines, -3 lines 0 comments Download
M modules/mediastream/WindowMediaStream.idl View 1 chunk +2 lines, -2 lines 0 comments Download
A modules/navigatorconnect/CrossOriginConnectEvent.idl View 1 chunk +14 lines, -0 lines 0 comments Download
A modules/navigatorconnect/CrossOriginServiceWorkerClient.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A modules/navigatorconnect/NavigatorServices.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A modules/navigatorconnect/ServicePort.idl View 1 chunk +17 lines, -0 lines 0 comments Download
A modules/navigatorconnect/ServicePortCollection.idl View 1 chunk +19 lines, -0 lines 0 comments Download
A modules/navigatorconnect/ServicePortConnectEvent.idl View 1 chunk +15 lines, -0 lines 0 comments Download
A modules/navigatorconnect/ServicePortConnectEventInit.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A modules/navigatorconnect/ServicePortConnectOptions.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A modules/navigatorconnect/ServicePortConnectResponse.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A modules/navigatorconnect/ServicePortMatchOptions.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A modules/navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A modules/navigatorconnect/WorkerNavigatorServices.idl View 1 chunk +10 lines, -0 lines 0 comments Download
M modules/netinfo/NavigatorNetworkInformation.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/netinfo/WorkerNavigatorNetworkInformation.idl View 1 chunk +1 line, -1 line 0 comments Download
A modules/notifications/GetNotificationOptions.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M modules/notifications/Notification.idl View 3 chunks +8 lines, -2 lines 0 comments Download
A modules/notifications/NotificationEvent.idl View 1 chunk +14 lines, -0 lines 0 comments Download
A + modules/notifications/NotificationEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M modules/notifications/NotificationOptions.idl View 1 chunk +5 lines, -3 lines 0 comments Download
A + modules/notifications/ServiceWorkerGlobalScopeNotifications.idl View 1 chunk +5 lines, -2 lines 0 comments Download
A modules/notifications/ServiceWorkerRegistrationNotifications.idl View 1 chunk +13 lines, -0 lines 0 comments Download
D modules/performance/SharedWorkerPerformance.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D modules/performance/WorkerGlobalScopePerformance.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D modules/performance/WorkerPerformance.idl View 1 chunk +0 lines, -40 lines 0 comments Download
A modules/permissions/MidiPermissionDescriptor.idl View 1 chunk +7 lines, -0 lines 0 comments Download
A modules/permissions/NavigatorPermissions.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A modules/permissions/PermissionDescriptor.idl View 1 chunk +17 lines, -0 lines 0 comments Download
A modules/permissions/PermissionStatus.idl View 1 chunk +24 lines, -0 lines 0 comments Download
A modules/permissions/Permissions.idl View 1 chunk +14 lines, -0 lines 0 comments Download
A modules/permissions/PushPermissionDescriptor.idl View 1 chunk +8 lines, -0 lines 0 comments Download
A modules/permissions/WorkerNavigatorPermissions.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A + modules/plugins/MimeType.idl View 1 chunk +1 line, -1 line 0 comments Download
A + modules/plugins/MimeTypeArray.idl View 1 chunk +1 line, -1 line 0 comments Download
A modules/plugins/NavigatorPlugins.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A + modules/plugins/Plugin.idl View 1 chunk +1 line, -1 line 0 comments Download
A + modules/plugins/PluginArray.idl View 1 chunk +1 line, -1 line 0 comments Download
A modules/presentation/DefaultSessionStartEvent.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A modules/presentation/DefaultSessionStartEventInit.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M modules/presentation/NavigatorPresentation.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M modules/presentation/Presentation.idl View 1 chunk +12 lines, -2 lines 0 comments Download
A modules/presentation/PresentationAvailability.idl View 1 chunk +14 lines, -0 lines 0 comments Download
A modules/presentation/PresentationSession.idl View 1 chunk +28 lines, -0 lines 0 comments Download
D modules/push_messaging/NavigatorPushManager.idl View 1 chunk +0 lines, -9 lines 0 comments Download
M modules/push_messaging/PushEvent.idl View 1 chunk +6 lines, -3 lines 0 comments Download
A + modules/push_messaging/PushEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M modules/push_messaging/PushManager.idl View 1 chunk +7 lines, -3 lines 0 comments Download
A modules/push_messaging/PushMessageData.idl View 1 chunk +19 lines, -0 lines 0 comments Download
D modules/push_messaging/PushRegistration.idl View 1 chunk +0 lines, -11 lines 0 comments Download
A modules/push_messaging/PushSubscription.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A modules/push_messaging/PushSubscriptionOptions.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A modules/push_messaging/ServiceWorkerRegistrationPush.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M modules/screen_orientation/ScreenOrientation.idl View 1 chunk +4 lines, -4 lines 0 comments Download
D modules/serviceworkers/Body.idl View 1 chunk +0 lines, -21 lines 0 comments Download
D modules/serviceworkers/Cache.idl View 1 chunk +0 lines, -42 lines 0 comments Download
D modules/serviceworkers/CacheStorage.idl View 1 chunk +0 lines, -19 lines 0 comments Download
A modules/serviceworkers/Client.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A modules/serviceworkers/ClientQueryOptions.idl View 1 chunk +17 lines, -0 lines 0 comments Download
A modules/serviceworkers/Clients.idl View 1 chunk +15 lines, -0 lines 0 comments Download
M modules/serviceworkers/ExtendableEvent.idl View 1 chunk +3 lines, -2 lines 0 comments Download
A + modules/serviceworkers/ExtendableEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M modules/serviceworkers/FetchEvent.idl View 1 chunk +4 lines, -3 lines 0 comments Download
A modules/serviceworkers/FetchEventInit.idl View 1 chunk +10 lines, -0 lines 0 comments Download
D modules/serviceworkers/Headers.idl View 1 chunk +0 lines, -29 lines 0 comments Download
D modules/serviceworkers/HeadersForEachCallback.idl View 1 chunk +0 lines, -10 lines 0 comments Download
D modules/serviceworkers/InstallEvent.idl View 1 chunk +0 lines, -38 lines 0 comments Download
M modules/serviceworkers/NavigatorServiceWorker.idl View 1 chunk +2 lines, -4 lines 0 comments Download
D modules/serviceworkers/QueryParams.idl View 1 chunk +0 lines, -15 lines 0 comments Download
D modules/serviceworkers/RegistrationOptionList.idl View 1 chunk +0 lines, -10 lines 0 comments Download
A + modules/serviceworkers/RegistrationOptions.idl View 1 chunk +2 lines, -4 lines 0 comments Download
D modules/serviceworkers/Request.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D modules/serviceworkers/Response.idl View 1 chunk +0 lines, -31 lines 0 comments Download
M modules/serviceworkers/ServiceWorker.idl View 1 chunk +3 lines, -7 lines 0 comments Download
D modules/serviceworkers/ServiceWorkerClient.idl View 1 chunk +0 lines, -14 lines 0 comments Download
D modules/serviceworkers/ServiceWorkerClientQueryParams.idl View 1 chunk +0 lines, -11 lines 0 comments Download
D modules/serviceworkers/ServiceWorkerClients.idl View 1 chunk +0 lines, -12 lines 0 comments Download
M modules/serviceworkers/ServiceWorkerContainer.idl View 1 chunk +10 lines, -6 lines 0 comments Download
M modules/serviceworkers/ServiceWorkerGlobalScope.idl View 1 chunk +12 lines, -8 lines 0 comments Download
A modules/serviceworkers/ServiceWorkerMessageEvent.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A modules/serviceworkers/ServiceWorkerMessageEventInit.idl View 1 chunk +13 lines, -0 lines 0 comments Download
M modules/serviceworkers/ServiceWorkerRegistration.idl View 1 chunk +6 lines, -3 lines 0 comments Download
A modules/serviceworkers/StashedMessagePort.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A modules/serviceworkers/StashedPortCollection.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A modules/serviceworkers/WindowClient.idl View 1 chunk +24 lines, -0 lines 0 comments Download
A + modules/serviceworkers/testing/InternalsServiceWorker.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/speech/SpeechGrammar.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/speech/SpeechGrammarList.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/speech/SpeechRecognition.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M modules/speech/SpeechRecognitionError.idl View 1 chunk +3 lines, -3 lines 0 comments Download
A + modules/speech/SpeechRecognitionErrorInit.idl View 1 chunk +5 lines, -5 lines 0 comments Download
M modules/speech/SpeechRecognitionEvent.idl View 1 chunk +3 lines, -3 lines 0 comments Download
A + modules/speech/SpeechRecognitionEventInit.idl View 1 chunk +5 lines, -5 lines 0 comments Download
M modules/speech/SpeechSynthesisEvent.idl View 1 chunk +4 lines, -1 line 0 comments Download
M modules/speech/SpeechSynthesisUtterance.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M modules/speech/WindowSpeechSynthesis.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/storage/Storage.idl View 1 chunk +1 line, -1 line 0 comments Download
A + modules/storage/StorageEvent.idl View 1 chunk +16 lines, -15 lines 0 comments Download
A modules/storage/StorageEventInit.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A modules/storage/WindowStorage.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A modules/vr/HMDVRDevice.idl View 1 chunk +20 lines, -0 lines 0 comments Download
A + modules/vr/NavigatorVRDevice.idl View 1 chunk +3 lines, -3 lines 0 comments Download
A modules/vr/PositionSensorVRDevice.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A modules/vr/VRDevice.idl View 1 chunk +22 lines, -0 lines 0 comments Download
A modules/vr/VREyeParameters.idl View 1 chunk +19 lines, -0 lines 0 comments Download
A modules/vr/VRFieldOfView.idl View 1 chunk +17 lines, -0 lines 0 comments Download
A modules/vr/VRFieldOfViewInit.idl View 1 chunk +14 lines, -0 lines 0 comments Download
A modules/vr/VRPositionState.idl View 1 chunk +17 lines, -0 lines 0 comments Download
M modules/webaudio/AnalyserNode.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/webaudio/AudioBuffer.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M modules/webaudio/AudioBufferSourceNode.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/webaudio/AudioContext.idl View 3 chunks +36 lines, -25 lines 0 comments Download
M modules/webaudio/AudioListener.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M modules/webaudio/AudioNode.idl View 1 chunk +10 lines, -5 lines 0 comments Download
M modules/webaudio/AudioParam.idl View 2 chunks +2 lines, -4 lines 0 comments Download
M modules/webaudio/OfflineAudioContext.idl View 1 chunk +3 lines, -1 line 0 comments Download
M modules/webaudio/OscillatorNode.idl View 2 chunks +3 lines, -6 lines 0 comments Download
M modules/webaudio/PannerNode.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M modules/webaudio/ScriptProcessorNode.idl View 1 chunk +0 lines, -2 lines 0 comments Download
A + modules/webaudio/StereoPannerNode.idl View 1 chunk +6 lines, -3 lines 0 comments Download
M modules/webaudio/WaveShaperNode.idl View 1 chunk +2 lines, -4 lines 0 comments Download
M modules/webaudio/WindowWebAudio.idl View 1 chunk +4 lines, -4 lines 0 comments Download
A + modules/webaudio/testing/InternalsWebAudio.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M modules/webdatabase/Database.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/webdatabase/SQLError.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/webdatabase/SQLResultSet.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/webdatabase/SQLResultSetRowList.idl View 1 chunk +2 lines, -6 lines 0 comments Download
M modules/webdatabase/SQLTransaction.idl View 1 chunk +11 lines, -5 lines 0 comments Download
A + modules/webgl/ANGLEInstancedArrays.idl View 1 chunk +1 line, -0 lines 0 comments Download
A modules/webgl/CHROMIUMSubscribeUniform.idl View 1 chunk +26 lines, -0 lines 0 comments Download
A + modules/webgl/CHROMIUMValuebuffer.idl View 1 chunk +2 lines, -3 lines 0 comments Download
A + modules/webgl/EXTBlendMinMax.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/EXTFragDepth.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/EXTShaderTextureLOD.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/EXTTextureFilterAnisotropic.idl View 1 chunk +1 line, -0 lines 0 comments Download
A modules/webgl/EXTsRGB.idl View 1 chunk +15 lines, -0 lines 0 comments Download
A + modules/webgl/OESElementIndexUint.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/OESStandardDerivatives.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/OESTextureFloat.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/OESTextureFloatLinear.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/OESTextureHalfFloat.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/OESTextureHalfFloatLinear.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/OESVertexArrayObject.idl View 1 chunk +1 line, -0 lines 0 comments Download
A modules/webgl/WebGL2RenderingContext.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A modules/webgl/WebGL2RenderingContextBase.idl View 1 chunk +438 lines, -0 lines 0 comments Download
A + modules/webgl/WebGLActiveInfo.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + modules/webgl/WebGLBuffer.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + modules/webgl/WebGLCompressedTextureATC.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLCompressedTextureETC1.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLCompressedTexturePVRTC.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLCompressedTextureS3TC.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLContextAttributes.idl View 1 chunk +10 lines, -11 lines 0 comments Download
A + modules/webgl/WebGLContextEvent.idl View 1 chunk +4 lines, -2 lines 0 comments Download
A + modules/webgl/WebGLContextEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
A + modules/webgl/WebGLDebugRendererInfo.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLDebugShaders.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLDepthTexture.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLDrawBuffers.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLFramebuffer.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + modules/webgl/WebGLLoseContext.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLProgram.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A modules/webgl/WebGLQuery.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A + modules/webgl/WebGLRenderbuffer.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + modules/webgl/WebGLRenderingContext.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + modules/webgl/WebGLRenderingContextBase.idl View 6 chunks +135 lines, -121 lines 0 comments Download
A modules/webgl/WebGLSampler.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A + modules/webgl/WebGLShader.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A + modules/webgl/WebGLShaderPrecisionFormat.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A modules/webgl/WebGLSync.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A + modules/webgl/WebGLTexture.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A modules/webgl/WebGLTransformFeedback.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A + modules/webgl/WebGLUniformLocation.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
A modules/webgl/WebGLVertexArrayObject.idl View 1 chunk +9 lines, -0 lines 0 comments Download
A + modules/webgl/WebGLVertexArrayObjectOES.idl View 0 chunks +-1 lines, --1 lines 0 comments Download
M modules/webmidi/MIDIAccess.idl View 1 chunk +2 lines, -4 lines 0 comments Download
M modules/webmidi/MIDIConnectionEvent.idl View 1 chunk +4 lines, -3 lines 0 comments Download
A + modules/webmidi/MIDIConnectionEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
D modules/webmidi/MIDIErrorCallback.idl View 1 chunk +0 lines, -33 lines 0 comments Download
M modules/webmidi/MIDIInput.idl View 1 chunk +0 lines, -1 line 0 comments Download
M modules/webmidi/MIDIInputMap.idl View 1 chunk +1 line, -10 lines 0 comments Download
M modules/webmidi/MIDIMessageEvent.idl View 1 chunk +5 lines, -6 lines 0 comments Download
A + modules/webmidi/MIDIMessageEventInit.idl View 1 chunk +4 lines, -5 lines 0 comments Download
M modules/webmidi/MIDIOptions.idl View 1 chunk +1 line, -3 lines 0 comments Download
M modules/webmidi/MIDIOutput.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/webmidi/MIDIOutputMap.idl View 1 chunk +1 line, -10 lines 0 comments Download
M modules/webmidi/MIDIPort.idl View 1 chunk +19 lines, -3 lines 0 comments Download
D modules/webmidi/MIDISuccessCallback.idl View 1 chunk +0 lines, -36 lines 0 comments Download
M modules/webmidi/NavigatorWebMIDI.idl View 1 chunk +2 lines, -5 lines 0 comments Download
M modules/websockets/CloseEvent.idl View 1 chunk +7 lines, -5 lines 0 comments Download
A modules/websockets/CloseEventInit.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M modules/websockets/WebSocket.idl View 2 chunks +13 lines, -16 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698