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

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed)

Created:
6 years, 3 months ago by vsm
Modified:
6 years, 3 months ago
Reviewers:
terry
CC:
reviews+dom_dartlang.org, Leaf
Visibility:
Public.

Description

Roll IDL to Dartium37 (r181268) This is the effect of running idlsync.py. R=terry@google.com Committed: https://code.google.com/p/dart/source/detail?r=39836

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16014 lines, -3740 lines) Patch
A bindings/IDLExtendedAttributes.txt View 1 chunk +112 lines, -0 lines 0 comments Download
A bindings/PRESUBMIT.py View 1 chunk +74 lines, -0 lines 0 comments Download
A + bindings/README View 1 chunk +2 lines, -2 lines 0 comments Download
A bindings/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A bindings/dart/gyp/scripts/build_dart_snapshot.py View 1 chunk +116 lines, -0 lines 0 comments Download
A bindings/dart/gyp/scripts/create_resources.py View 1 chunk +116 lines, -0 lines 0 comments Download
A bindings/dart/gyp/scripts/dart_action_derivedsourcesallinone.py View 1 chunk +77 lines, -0 lines 0 comments Download
A bindings/dart/gyp/scripts/dart_html_lib_deps.py View 1 chunk +65 lines, -0 lines 0 comments Download
A bindings/dart/gyp/scripts/generate_dart_bindings.py View 1 chunk +75 lines, -0 lines 0 comments Download
A bindings/dart/scripts/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A bindings/dart/scripts/code_generator_dart.py View 1 chunk +320 lines, -0 lines 0 comments Download
A bindings/dart/scripts/compiler.py View 1 chunk +122 lines, -0 lines 0 comments Download
A bindings/dart/scripts/dart_attributes.py View 1 chunk +459 lines, -0 lines 0 comments Download
A bindings/dart/scripts/dart_callback_interface.py View 1 chunk +132 lines, -0 lines 0 comments Download
A bindings/dart/scripts/dart_compiler.py View 1 chunk +131 lines, -0 lines 0 comments Download
A bindings/dart/scripts/dart_interface.py View 1 chunk +1151 lines, -0 lines 0 comments Download
A bindings/dart/scripts/dart_methods.py View 1 chunk +338 lines, -0 lines 0 comments Download
A bindings/dart/scripts/dart_tests.py View 1 chunk +278 lines, -0 lines 0 comments Download
A bindings/dart/scripts/dart_types.py View 1 chunk +795 lines, -0 lines 0 comments Download
A bindings/dart/scripts/dart_utilities.py View 1 chunk +164 lines, -0 lines 0 comments Download
A bindings/dart/scripts/idl_files.py View 1 chunk +750 lines, -0 lines 0 comments Download
A bindings/dart/scripts/test/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A bindings/dart/scripts/test/main.py View 1 chunk +247 lines, -0 lines 0 comments Download
A bindings/scripts/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A bindings/scripts/aggregate_generated_bindings.py View 1 chunk +236 lines, -0 lines 0 comments Download
A bindings/scripts/blink_idl_lexer.py View 1 chunk +127 lines, -0 lines 0 comments Download
A bindings/scripts/blink_idl_parser.py View 1 chunk +446 lines, -0 lines 0 comments Download
A bindings/scripts/code_generator_v8.py View 1 chunk +222 lines, -0 lines 0 comments Download
A bindings/scripts/compute_global_objects.py View 1 chunk +113 lines, -0 lines 0 comments Download
A bindings/scripts/compute_interfaces_info_individual.py View 1 chunk +192 lines, -0 lines 0 comments Download
A bindings/scripts/compute_interfaces_info_overall.py View 1 chunk +264 lines, -0 lines 0 comments Download
A bindings/scripts/generate_event_interfaces.py View 1 chunk +122 lines, -0 lines 0 comments Download
A bindings/scripts/generate_global_constructors.py View 1 chunk +184 lines, -0 lines 0 comments Download
A bindings/scripts/idl_compiler.py View 1 chunk +143 lines, -0 lines 0 comments Download
A bindings/scripts/idl_definitions.py View 1 chunk +756 lines, -0 lines 0 comments Download
A bindings/scripts/idl_reader.py View 1 chunk +109 lines, -0 lines 0 comments Download
A bindings/scripts/idl_types.py View 1 chunk +321 lines, -0 lines 0 comments Download
A bindings/scripts/idl_validator.py View 1 chunk +108 lines, -0 lines 0 comments Download
A bindings/scripts/interface_dependency_resolver.py View 1 chunk +179 lines, -0 lines 0 comments Download
A bindings/scripts/utilities.py View 1 chunk +171 lines, -0 lines 0 comments Download
A bindings/scripts/v8_attributes.py View 1 chunk +436 lines, -0 lines 0 comments Download
A bindings/scripts/v8_callback_interface.py View 1 chunk +135 lines, -0 lines 0 comments Download
A bindings/scripts/v8_globals.py View 1 chunk +32 lines, -0 lines 0 comments Download
A bindings/scripts/v8_interface.py View 1 chunk +1089 lines, -0 lines 0 comments Download
A bindings/scripts/v8_methods.py View 1 chunk +349 lines, -0 lines 0 comments Download
A bindings/scripts/v8_types.py View 1 chunk +691 lines, -0 lines 0 comments Download
A bindings/scripts/v8_utilities.py View 1 chunk +282 lines, -0 lines 0 comments Download
A + bindings/tests/idls/SVGTestInterface.idl View 1 chunk +7 lines, -6 lines 0 comments Download
A + bindings/tests/idls/TestCallbackInterface.idl View 2 chunks +14 lines, -15 lines 0 comments Download
A + bindings/tests/idls/TestException.idl View 2 chunks +9 lines, -5 lines 0 comments Download
A + bindings/tests/idls/TestImplements.idl View 2 chunks +18 lines, -12 lines 0 comments Download
A + bindings/tests/idls/TestImplements2.idl View 1 chunk +9 lines, -12 lines 0 comments Download
A bindings/tests/idls/TestImplements3.idl View 1 chunk +14 lines, -0 lines 0 comments Download
A bindings/tests/idls/TestInterface.idl View 1 chunk +76 lines, -0 lines 0 comments Download
A + bindings/tests/idls/TestInterface2.idl View 1 chunk +20 lines, -5 lines 0 comments Download
A + bindings/tests/idls/TestInterface3.idl View 1 chunk +13 lines, -15 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceCheckSecurity.idl View 2 chunks +14 lines, -12 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceConstructor.idl View 1 chunk +15 lines, -14 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceConstructor2.idl View 1 chunk +18 lines, -11 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceConstructor3.idl View 1 chunk +3 lines, -3 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceCustomConstructor.idl View 1 chunk +4 lines, -5 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceDocument.idl View 2 chunks +2 lines, -2 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceEmpty.idl View 1 chunk +1 line, -2 lines 0 comments Download
A bindings/tests/idls/TestInterfaceEventConstructor.idl View 1 chunk +47 lines, -0 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceEventTarget.idl View 1 chunk +3 lines, -4 lines 0 comments Download
A bindings/tests/idls/TestInterfaceGarbageCollected.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceNamedConstructor.idl View 2 chunks +16 lines, -14 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceNamedConstructor2.idl View 1 chunk +3 lines, -5 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceNode.idl View 1 chunk +10 lines, -12 lines 0 comments Download
A + bindings/tests/idls/TestInterfaceWillBeGarbageCollected.idl View 1 chunk +5 lines, -5 lines 0 comments Download
A + bindings/tests/idls/TestNode.idl View 2 chunks +7 lines, -4 lines 0 comments Download
A bindings/tests/idls/TestObject.idl View 1 chunk +528 lines, -0 lines 0 comments Download
A + bindings/tests/idls/TestPartialInterface.idl View 1 chunk +22 lines, -10 lines 0 comments Download
A + bindings/tests/idls/TestPartialInterface2.idl View 1 chunk +10 lines, -12 lines 0 comments Download
A bindings/tests/idls/TestSpecialOperations.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A + bindings/tests/idls/TestSpecialOperationsNotEnumerable.idl View 1 chunk +3 lines, -4 lines 0 comments Download
A + bindings/tests/idls/TestTypedefs.idl View 1 chunk +24 lines, -33 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 +8 lines, -4 lines 0 comments Download
A + core/animation/AnimationEffect.idl View 1 chunk +3 lines, -3 lines 0 comments Download
A + core/animation/AnimationNode.idl View 2 chunks +4 lines, -3 lines 0 comments Download
A + core/animation/AnimationPlayer.idl View 1 chunk +16 lines, -13 lines 0 comments Download
A + core/animation/AnimationTimeline.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/animation/DocumentAnimation.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/animation/ElementAnimation.idl View 1 chunk +8 lines, -6 lines 0 comments Download
D core/animation/Player.idl View 1 chunk +0 lines, -46 lines 0 comments Download
D core/animation/TimedItem.idl View 1 chunk +0 lines, -46 lines 0 comments Download
D core/animation/Timeline.idl View 1 chunk +0 lines, -10 lines 0 comments Download
M core/animation/Timing.idl View 2 chunks +3 lines, -2 lines 0 comments Download
D core/clipboard/Clipboard.idl View 1 chunk +0 lines, -43 lines 0 comments Download
A + core/clipboard/DataTransfer.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/clipboard/DataTransferItem.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/clipboard/DataTransferItemList.idl View 1 chunk +8 lines, -4 lines 0 comments Download
M core/css/CSS.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/css/CSSCharsetRule.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/css/CSSKeyframesRule.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/css/CSSRule.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/css/CSSRuleList.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/css/CSSStyleDeclaration.idl View 2 chunks +3 lines, -2 lines 0 comments Download
M core/css/CSSValue.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/css/DocumentFontFaceSet.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/css/FontFace.idl View 3 chunks +11 lines, -5 lines 0 comments Download
M core/css/FontFaceSet.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M core/css/MediaList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/css/MediaQueryList.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/css/RGBColor.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/css/Rect.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/css/StyleMedia.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/css/StyleSheet.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/css/StyleSheetList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/css/WebKitCSSFilterValue.idl View 1 chunk +0 lines, -1 line 0 comments Download
M core/css/WebKitCSSMatrix.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/dom/Attr.idl View 1 chunk +11 lines, -5 lines 0 comments Download
M core/dom/ChildNode.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/dom/ClientRect.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/dom/ClientRectList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/dom/Comment.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/dom/DOMError.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/dom/DOMException.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/dom/DOMImplementation.idl View 2 chunks +2 lines, -7 lines 0 comments Download
M core/dom/DOMStringList.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M core/dom/DOMStringMap.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/dom/DOMTokenList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/dom/Document.idl View 11 chunks +42 lines, -31 lines 0 comments Download
M core/dom/DocumentFragment.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M core/dom/DocumentFullscreen.idl View 1 chunk +8 lines, -10 lines 0 comments Download
M core/dom/DocumentType.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M core/dom/Element.idl View 4 chunks +44 lines, -50 lines 0 comments Download
M core/dom/GlobalEventHandlers.idl View 2 chunks +29 lines, -24 lines 0 comments Download
M core/dom/MessageChannel.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/dom/MessagePort.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/dom/MutationObserver.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/dom/MutationRecord.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/dom/NamedNodeMap.idl View 1 chunk +10 lines, -10 lines 0 comments Download
M core/dom/Node.idl View 2 chunks +19 lines, -20 lines 0 comments Download
M core/dom/NodeFilter.idl View 2 chunks +3 lines, -3 lines 0 comments Download
M core/dom/NodeIterator.idl View 1 chunk +7 lines, -7 lines 0 comments Download
M core/dom/NodeList.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/dom/ParentNode.idl View 1 chunk +37 lines, -3 lines 0 comments Download
D core/dom/Promise.idl View 1 chunk +0 lines, -46 lines 0 comments Download
M core/dom/Range.idl View 4 chunks +13 lines, -12 lines 0 comments Download
M core/dom/Text.idl View 2 chunks +2 lines, -2 lines 0 comments Download
M core/dom/Touch.idl View 1 chunk +13 lines, -11 lines 0 comments Download
M core/dom/TouchList.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/dom/TreeWalker.idl View 1 chunk +11 lines, -11 lines 0 comments Download
M core/dom/URL.idl View 1 chunk +11 lines, -5 lines 0 comments Download
M core/dom/URLUtils.idl View 2 chunks +8 lines, -9 lines 0 comments Download
M core/dom/URLUtilsReadOnly.idl View 1 chunk +7 lines, -3 lines 0 comments Download
M core/dom/shadow/ShadowRoot.idl View 2 chunks +6 lines, -9 lines 0 comments Download
A core/events/AnimationPlayerEvent.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A core/events/ApplicationCacheErrorEvent.idl View 1 chunk +12 lines, -0 lines 0 comments Download
D core/events/BeforeLoadEvent.idl View 1 chunk +0 lines, -33 lines 0 comments Download
M core/events/Event.idl View 2 chunks +6 lines, -7 lines 0 comments Download
M core/events/EventTarget.idl View 1 chunk +7 lines, -4 lines 0 comments Download
M core/events/MessageEvent.idl View 2 chunks +1 line, -10 lines 0 comments Download
M core/events/MouseEvent.idl View 2 chunks +5 lines, -3 lines 0 comments Download
M core/events/NavigatorEvents.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/events/TouchEvent.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M core/events/WheelEvent.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/fileapi/Blob.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/fileapi/File.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M core/fileapi/FileList.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/fileapi/FileReader.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/fileapi/FileReaderSync.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/fileapi/Stream.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/frame/BarProp.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/frame/ConsoleBase.idl View 2 chunks +10 lines, -9 lines 0 comments Download
M core/frame/History.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/frame/ImageBitmap.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/frame/Location.idl View 1 chunk +12 lines, -11 lines 0 comments Download
M core/frame/Navigator.idl View 2 chunks +9 lines, -3 lines 0 comments Download
A + core/frame/NavigatorCPU.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M core/frame/NavigatorID.idl View 1 chunk +7 lines, -3 lines 0 comments Download
A core/frame/NavigatorLanguage.idl View 1 chunk +10 lines, -0 lines 0 comments Download
M core/frame/NavigatorOnLine.idl View 1 chunk +3 lines, -1 line 0 comments Download
A core/frame/PRESUBMIT.py View 1 chunk +57 lines, -0 lines 0 comments Download
M core/frame/Screen.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/frame/WebKitPoint.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/frame/Window.idl View 10 chunks +51 lines, -82 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 1 chunk +6 lines, -2 lines 0 comments Download
M core/frame/WindowTimers.idl View 1 chunk +11 lines, -3 lines 0 comments Download
M core/html/FormData.idl View 1 chunk +8 lines, -8 lines 0 comments Download
M core/html/HTMLAllCollection.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/html/HTMLAnchorElement.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/html/HTMLAudioElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/html/HTMLButtonElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLCanvasElement.idl View 1 chunk +6 lines, -3 lines 0 comments Download
M core/html/HTMLCollection.idl View 1 chunk +1 line, -0 lines 0 comments Download
A + core/html/HTMLContentElement.idl View 1 chunk +0 lines, -1 line 0 comments Download
M core/html/HTMLDialogElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLDocument.idl View 1 chunk +10 lines, -13 lines 0 comments Download
M core/html/HTMLElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLEmbedElement.idl View 2 chunks +3 lines, -1 line 0 comments Download
M core/html/HTMLFormElement.idl View 2 chunks +2 lines, -4 lines 0 comments Download
M core/html/HTMLFrameElement.idl View 2 chunks +3 lines, -5 lines 0 comments Download
M core/html/HTMLHeadElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLHtmlElement.idl View 1 chunk +0 lines, -1 line 0 comments Download
M core/html/HTMLIFrameElement.idl View 2 chunks +3 lines, -1 line 0 comments Download
M core/html/HTMLImageElement.idl View 2 chunks +12 lines, -7 lines 0 comments Download
M core/html/HTMLInputElement.idl View 5 chunks +9 lines, -10 lines 0 comments Download
M core/html/HTMLLinkElement.idl View 2 chunks +3 lines, -1 line 0 comments Download
M core/html/HTMLMediaElement.idl View 5 chunks +12 lines, -20 lines 0 comments Download
M core/html/HTMLMeterElement.idl View 1 chunk +11 lines, -7 lines 0 comments Download
M core/html/HTMLModElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLObjectElement.idl View 2 chunks +3 lines, -1 line 0 comments Download
M core/html/HTMLOptionElement.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/html/HTMLOptionsCollection.idl View 1 chunk +3 lines, -3 lines 0 comments Download
A + core/html/HTMLPictureElement.idl View 1 chunk +4 lines, -3 lines 0 comments Download
M core/html/HTMLPreElement.idl View 1 chunk +1 line, -4 lines 0 comments Download
M core/html/HTMLProgressElement.idl View 1 chunk +9 lines, -6 lines 0 comments Download
M core/html/HTMLQuoteElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLScriptElement.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/html/HTMLSelectElement.idl View 2 chunks +11 lines, -8 lines 0 comments Download
A + core/html/HTMLShadowElement.idl View 1 chunk +1 line, -2 lines 0 comments Download
M core/html/HTMLSourceElement.idl View 1 chunk +7 lines, -2 lines 0 comments Download
M core/html/HTMLStyleElement.idl View 1 chunk +0 lines, -1 line 0 comments Download
M core/html/HTMLTableElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLTableRowElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLTableSectionElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLTextAreaElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/HTMLTrackElement.idl View 2 chunks +4 lines, -4 lines 0 comments Download
M core/html/HTMLVideoElement.idl View 1 chunk +7 lines, -7 lines 0 comments Download
M core/html/ImageData.idl View 1 chunk +9 lines, -1 line 0 comments Download
M core/html/MediaController.idl View 1 chunk +5 lines, -2 lines 0 comments Download
M core/html/MediaError.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/html/TextMetrics.idl View 1 chunk +14 lines, -0 lines 0 comments Download
M core/html/ValidityState.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/html/canvas/ANGLEInstancedArrays.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/canvas/Canvas2DContextAttributes.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/html/canvas/CanvasGradient.idl View 1 chunk +1 line, -0 lines 0 comments Download
A core/html/canvas/CanvasPathMethods.idl View 1 chunk +20 lines, -0 lines 0 comments Download
D core/html/canvas/CanvasRenderingContext.idl View 1 chunk +0 lines, -32 lines 0 comments Download
M core/html/canvas/CanvasRenderingContext2D.idl View 1 chunk +136 lines, -126 lines 0 comments Download
M core/html/canvas/DataView.idl View 1 chunk +2 lines, -2 lines 0 comments Download
A core/html/canvas/EXTBlendMinMax.idl View 1 chunk +12 lines, -0 lines 0 comments Download
A + core/html/canvas/EXTShaderTextureLOD.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M core/html/canvas/OESVertexArrayObject.idl View 1 chunk +1 line, -1 line 0 comments Download
D core/html/canvas/Path.idl View 1 chunk +0 lines, -68 lines 0 comments Download
A + core/html/canvas/Path2D.idl View 2 chunks +17 lines, -12 lines 0 comments Download
A core/html/canvas/WebGLCompressedTextureETC1.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M core/html/canvas/WebGLDebugShaders.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/canvas/WebGLLoseContext.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/canvas/WebGLRenderingContext.idl View 1 chunk +5 lines, -646 lines 0 comments Download
A + core/html/canvas/WebGLRenderingContextBase.idl View 7 chunks +139 lines, -124 lines 0 comments Download
D core/html/shadow/HTMLContentElement.idl View 1 chunk +0 lines, -32 lines 0 comments Download
D core/html/shadow/HTMLShadowElement.idl View 1 chunk +0 lines, -34 lines 0 comments Download
A core/html/track/AudioTrack.idl View 1 chunk +15 lines, -0 lines 0 comments Download
A core/html/track/AudioTrackList.idl View 1 chunk +16 lines, -0 lines 0 comments Download
M core/html/track/TextTrack.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/html/track/TextTrackCue.idl View 1 chunk +12 lines, -9 lines 0 comments Download
M core/html/track/TextTrackCueList.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/html/track/TextTrackList.idl View 1 chunk +1 line, -3 lines 0 comments Download
M core/html/track/TrackEvent.idl View 1 chunk +1 line, -3 lines 0 comments Download
A core/html/track/VideoTrack.idl View 1 chunk +15 lines, -0 lines 0 comments Download
A core/html/track/VideoTrackList.idl View 1 chunk +17 lines, -0 lines 0 comments Download
M core/html/track/vtt/VTTCue.idl View 1 chunk +6 lines, -3 lines 0 comments Download
M core/html/track/vtt/VTTRegion.idl View 2 chunks +3 lines, -2 lines 0 comments Download
M core/html/track/vtt/VTTRegionList.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/inspector/CodeGeneratorInspector.py View 11 chunks +44 lines, -35 lines 0 comments Download
M core/inspector/CodeGeneratorInspectorStrings.py View 20 chunks +68 lines, -60 lines 0 comments Download
M core/inspector/CodeGeneratorInstrumentation.py View 3 chunks +10 lines, -1 line 0 comments Download
M core/inspector/InjectedScriptHost.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/inspector/InspectorFrontendHost.idl View 2 chunks +0 lines, -2 lines 0 comments Download
M core/inspector/InspectorInstrumentation.idl View 16 chunks +61 lines, -81 lines 0 comments Download
M core/inspector/JavaScriptCallFrame.idl View 2 chunks +2 lines, -1 line 0 comments Download
M core/loader/appcache/ApplicationCache.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/page/EventSource.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/page/PagePopupController.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/page/Selection.idl View 3 chunks +18 lines, -17 lines 0 comments Download
D core/speech/SpeechInputEvent.idl View 1 chunk +0 lines, -31 lines 0 comments Download
D core/speech/SpeechInputResult.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D core/speech/SpeechInputResultList.idl View 1 chunk +0 lines, -33 lines 0 comments Download
M core/storage/Storage.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M core/svg/SVGAngle.idl View 2 chunks +5 lines, -3 lines 0 comments Download
M core/svg/SVGAnimatedAngle.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGAnimatedBoolean.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M core/svg/SVGAnimatedEnumeration.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedInteger.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedLength.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGAnimatedLengthList.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGAnimatedNumber.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGAnimatedNumberList.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGAnimatedPreserveAspectRatio.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGAnimatedRect.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGAnimatedString.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGAnimatedTransformList.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGAnimationElement.idl View 1 chunk +9 lines, -2 lines 0 comments Download
M core/svg/SVGCursorElement.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/svg/SVGDocument.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/svg/SVGElement.idl View 1 chunk +5 lines, -6 lines 0 comments Download
D core/svg/SVGElementInstance.idl View 1 chunk +0 lines, -82 lines 0 comments Download
D core/svg/SVGElementInstanceList.idl View 1 chunk +0 lines, -30 lines 0 comments Download
M core/svg/SVGFEBlendElement.idl View 1 chunk +11 lines, -8 lines 0 comments Download
M core/svg/SVGFEColorMatrixElement.idl View 1 chunk +9 lines, -7 lines 0 comments Download
M core/svg/SVGFEComponentTransferElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGFECompositeElement.idl View 1 chunk +15 lines, -13 lines 0 comments Download
M core/svg/SVGFEConvolveMatrixElement.idl View 1 chunk +18 lines, -15 lines 0 comments Download
M core/svg/SVGFEDiffuseLightingElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGFEDisplacementMapElement.idl View 1 chunk +10 lines, -8 lines 0 comments Download
M core/svg/SVGFEDropShadowElement.idl View 2 chunks +3 lines, -2 lines 0 comments Download
M core/svg/SVGFEFloodElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGFEGaussianBlurElement.idl View 1 chunk +5 lines, -2 lines 0 comments Download
M core/svg/SVGFEImageElement.idl View 1 chunk +4 lines, -0 lines 0 comments Download
M core/svg/SVGFEMergeElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGFEMorphologyElement.idl View 1 chunk +11 lines, -9 lines 0 comments Download
M core/svg/SVGFEOffsetElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGFESpecularLightingElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGFETileElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGFETurbulenceElement.idl View 1 chunk +11 lines, -9 lines 0 comments Download
M core/svg/SVGFilterElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGFilterPrimitiveStandardAttributes.idl View 2 chunks +3 lines, -2 lines 0 comments Download
M core/svg/SVGFitToViewBox.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/svg/SVGGeometryElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGGraphicsElement.idl View 1 chunk +8 lines, -4 lines 0 comments Download
M core/svg/SVGLength.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGLengthList.idl View 1 chunk +5 lines, -3 lines 0 comments Download
M core/svg/SVGMarkerElement.idl View 1 chunk +17 lines, -13 lines 0 comments Download
M core/svg/SVGMaskElement.idl View 2 chunks +2 lines, -2 lines 0 comments Download
M core/svg/SVGMatrix.idl View 1 chunk +17 lines, -16 lines 0 comments Download
M core/svg/SVGNumber.idl View 1 chunk +4 lines, -2 lines 0 comments Download
M core/svg/SVGNumberList.idl View 1 chunk +5 lines, -3 lines 0 comments Download
M core/svg/SVGPathElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSeg.idl View 2 chunks +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegArcAbs.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegArcRel.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegClosePath.idl View 1 chunk +0 lines, -1 line 0 comments Download
M core/svg/SVGPathSegCurvetoCubicAbs.idl View 2 chunks +1 line, -2 lines 0 comments Download
M core/svg/SVGPathSegCurvetoCubicRel.idl View 2 chunks +1 line, -2 lines 0 comments Download
M core/svg/SVGPathSegCurvetoCubicSmoothAbs.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegCurvetoCubicSmoothRel.idl View 1 chunk +1 line, -2 lines 0 comments Download
M core/svg/SVGPathSegCurvetoQuadraticAbs.idl View 1 chunk +1 line, -2 lines 0 comments Download
M core/svg/SVGPathSegCurvetoQuadraticRel.idl View 1 chunk +1 line, -2 lines 0 comments Download
M core/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegLinetoAbs.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegLinetoHorizontalAbs.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegLinetoHorizontalRel.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegLinetoRel.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegLinetoVerticalAbs.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegLinetoVerticalRel.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegList.idl View 1 chunk +7 lines, -3 lines 0 comments Download
M core/svg/SVGPathSegMovetoAbs.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPathSegMovetoRel.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPatternElement.idl View 1 chunk +10 lines, -8 lines 0 comments Download
M core/svg/SVGPoint.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGPointList.idl View 1 chunk +5 lines, -3 lines 0 comments Download
M core/svg/SVGPreserveAspectRatio.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGRect.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGRenderingIntent.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/svg/SVGSVGElement.idl View 1 chunk +4 lines, -3 lines 0 comments Download
M core/svg/SVGStringList.idl View 1 chunk +5 lines, -3 lines 0 comments Download
M core/svg/SVGSymbolElement.idl View 1 chunk +2 lines, -0 lines 0 comments Download
M core/svg/SVGTests.idl View 1 chunk +5 lines, -3 lines 0 comments Download
M core/svg/SVGTextContentElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/svg/SVGTransform.idl View 2 chunks +11 lines, -9 lines 0 comments Download
M core/svg/SVGTransformList.idl View 2 chunks +7 lines, -4 lines 0 comments Download
M core/svg/SVGURIReference.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/svg/SVGUnitTypes.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/svg/SVGUseElement.idl View 1 chunk +3 lines, -5 lines 0 comments Download
M core/svg/SVGViewElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/svg/SVGViewSpec.idl View 1 chunk +8 lines, -2 lines 0 comments Download
M core/svg/SVGZoomAndPan.idl View 1 chunk +6 lines, -2 lines 0 comments Download
M core/svg/SVGZoomEvent.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/testing/GCObservation.idl View 1 chunk +1 line, -2 lines 0 comments Download
M core/testing/InternalProfilers.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/testing/InternalSettings.idl View 3 chunks +2 lines, -9 lines 0 comments Download
M core/testing/Internals.idl View 9 chunks +23 lines, -17 lines 0 comments Download
M core/testing/LayerRect.idl View 1 chunk +10 lines, -2 lines 0 comments Download
M core/testing/LayerRectList.idl View 1 chunk +1 line, -2 lines 0 comments Download
M core/testing/MallocStatistics.idl View 1 chunk +1 line, -1 line 0 comments Download
M core/testing/TypeConversions.idl View 2 chunks +17 lines, -1 line 0 comments Download
M core/timing/MemoryInfo.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/timing/Performance.idl View 1 chunk +9 lines, -10 lines 0 comments Download
M core/timing/PerformanceEntry.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/timing/PerformanceNavigation.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/timing/PerformanceTiming.idl View 1 chunk +3 lines, -1 line 0 comments Download
M core/workers/AbstractWorker.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M core/workers/DedicatedWorkerGlobalScope.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/workers/SharedWorker.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/workers/SharedWorkerGlobalScope.idl View 1 chunk +2 lines, -1 line 0 comments Download
M core/workers/Worker.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/workers/WorkerGlobalScope.idl View 2 chunks +3 lines, -3 lines 0 comments Download
M core/workers/WorkerLocation.idl View 1 chunk +4 lines, -1 line 0 comments Download
M core/workers/WorkerNavigator.idl View 1 chunk +5 lines, -1 line 0 comments Download
M core/xml/DOMParser.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/xml/DocumentXPathEvaluator.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M core/xml/XMLHttpRequest.idl View 3 chunks +12 lines, -3 lines 0 comments Download
M core/xml/XMLHttpRequestProgressEvent.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M core/xml/XMLSerializer.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/xml/XPathEvaluator.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/xml/XPathExpression.idl View 1 chunk +4 lines, -1 line 0 comments Download
M core/xml/XPathNSResolver.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/xml/XPathResult.idl View 1 chunk +1 line, -0 lines 0 comments Download
M core/xml/XSLTProcessor.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/README View 1 chunk +2 lines, -2 lines 0 comments Download
A modules/battery/BatteryManager.idl View 1 chunk +19 lines, -0 lines 0 comments Download
A + modules/battery/NavigatorBattery.idl View 1 chunk +3 lines, -2 lines 0 comments Download
A modules/beacon/NavigatorBeacon.idl View 1 chunk +15 lines, -0 lines 0 comments Download
A + modules/crypto/AesKeyAlgorithm.idl View 2 chunks +3 lines, -3 lines 0 comments Download
D modules/crypto/Algorithm.idl View 1 chunk +0 lines, -36 lines 0 comments Download
M modules/crypto/Crypto.idl View 1 chunk +1 line, -1 line 0 comments Download
A + modules/crypto/HmacKeyAlgorithm.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M modules/crypto/Key.idl View 1 chunk +2 lines, -2 lines 0 comments Download
A + modules/crypto/KeyAlgorithm.idl View 1 chunk +4 lines, -5 lines 0 comments Download
D modules/crypto/KeyPair.idl View 1 chunk +0 lines, -37 lines 0 comments Download
A + modules/crypto/RsaHashedKeyAlgorithm.idl View 1 chunk +3 lines, -4 lines 0 comments Download
A + modules/crypto/RsaKeyAlgorithm.idl View 1 chunk +4 lines, -4 lines 0 comments Download
M modules/crypto/SubtleCrypto.idl View 1 chunk +37 lines, -15 lines 0 comments Download
D modules/crypto/WorkerCrypto.idl View 1 chunk +0 lines, -36 lines 0 comments Download
M modules/crypto/WorkerGlobalScopeCrypto.idl View 1 chunk +1 line, -1 line 0 comments Download
A modules/device_light/DeviceLightEvent.idl View 1 chunk +10 lines, -0 lines 0 comments Download
A + modules/device_light/WindowDeviceLight.idl View 1 chunk +4 lines, -3 lines 0 comments Download
M modules/device_orientation/DeviceMotionEvent.idl View 1 chunk +1 line, -3 lines 0 comments Download
A + modules/device_orientation/WindowDeviceMotion.idl View 1 chunk +3 lines, -3 lines 0 comments Download
A + modules/device_orientation/WindowDeviceOrientation.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M modules/encoding/TextDecoder.idl View 1 chunk +7 lines, -4 lines 0 comments Download
M modules/encoding/TextEncoder.idl View 1 chunk +5 lines, -4 lines 0 comments Download
A modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl View 1 chunk +18 lines, -0 lines 0 comments Download
M modules/encryptedmedia/MediaKeySession.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/encryptedmedia/MediaKeys.idl View 1 chunk +6 lines, -2 lines 0 comments Download
M modules/filesystem/DOMFileSystem.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/filesystem/DOMFileSystemSync.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/filesystem/DirectoryReader.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/filesystem/DirectoryReaderSync.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/filesystem/Entry.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/filesystem/EntrySync.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/filesystem/FileWriter.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/filesystem/FileWriterSync.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/filesystem/Metadata.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/gamepad/Gamepad.idl View 1 chunk +7 lines, -5 lines 0 comments Download
A + modules/gamepad/GamepadButton.idl View 1 chunk +5 lines, -3 lines 0 comments Download
A + modules/gamepad/GamepadEvent.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M modules/gamepad/GamepadList.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/gamepad/NavigatorGamepad.idl View 1 chunk +2 lines, -1 line 0 comments Download
A modules/gamepad/WebKitGamepad.idl View 1 chunk +15 lines, -0 lines 0 comments Download
A modules/gamepad/WebKitGamepadList.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M modules/geolocation/Coordinates.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/geolocation/Geolocation.idl View 1 chunk +5 lines, -5 lines 0 comments Download
M modules/geolocation/Geoposition.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/geolocation/NavigatorGeolocation.idl View 1 chunk +1 line, -3 lines 0 comments Download
M modules/geolocation/PositionError.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/imagebitmap/ImageBitmapFactories.idl View 1 chunk +28 lines, -8 lines 0 comments Download
M modules/imagebitmap/WindowImageBitmapFactories.idl View 1 chunk +9 lines, -8 lines 0 comments Download
M modules/indexeddb/IDBCursor.idl View 1 chunk +10 lines, -7 lines 0 comments Download
M modules/indexeddb/IDBCursorWithValue.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M modules/indexeddb/IDBDatabase.idl View 1 chunk +12 lines, -11 lines 0 comments Download
M modules/indexeddb/IDBFactory.idl View 1 chunk +5 lines, -4 lines 0 comments Download
M modules/indexeddb/IDBIndex.idl View 1 chunk +7 lines, -6 lines 0 comments Download
M modules/indexeddb/IDBKeyRange.idl View 1 chunk +8 lines, -6 lines 0 comments Download
M modules/indexeddb/IDBObjectStore.idl View 1 chunk +13 lines, -10 lines 0 comments Download
M modules/indexeddb/IDBRequest.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M modules/indexeddb/IDBTransaction.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/indexeddb/IDBVersionChangeEvent.idl View 1 chunk +5 lines, -3 lines 0 comments Download
M modules/indexeddb/WindowIndexedDatabase.idl View 1 chunk +9 lines, -0 lines 0 comments Download
M modules/mediasource/MediaSource.idl View 3 chunks +4 lines, -1 line 0 comments Download
M modules/mediasource/SourceBuffer.idl View 3 chunks +8 lines, -3 lines 0 comments Download
M modules/mediasource/URLMediaSource.idl View 1 chunk +6 lines, -3 lines 0 comments Download
D modules/mediasource/WebKitMediaSource.idl View 1 chunk +0 lines, -59 lines 0 comments Download
D modules/mediasource/WebKitSourceBuffer.idl View 1 chunk +0 lines, -49 lines 0 comments Download
D modules/mediasource/WebKitSourceBufferList.idl View 1 chunk +0 lines, -39 lines 0 comments Download
D modules/mediasource/WindowMediaSource.idl View 1 chunk +0 lines, -37 lines 0 comments Download
A + modules/mediastream/MediaDeviceInfo.idl View 2 chunks +12 lines, -5 lines 0 comments Download
A + modules/mediastream/MediaDeviceInfoCallback.idl View 2 chunks +3 lines, -3 lines 0 comments Download
M modules/mediastream/MediaStream.idl View 2 chunks +4 lines, -0 lines 0 comments Download
M modules/mediastream/MediaStreamTrack.idl View 2 chunks +2 lines, -0 lines 0 comments Download
M modules/mediastream/NavigatorMediaStream.idl View 1 chunk +3 lines, -1 line 0 comments Download
M modules/mediastream/NavigatorUserMediaError.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/mediastream/RTCDTMFSender.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/mediastream/RTCDataChannel.idl View 1 chunk +12 lines, -17 lines 0 comments Download
M modules/mediastream/RTCIceCandidate.idl View 1 chunk +4 lines, -3 lines 0 comments Download
M modules/mediastream/RTCPeerConnection.idl View 3 chunks +4 lines, -3 lines 0 comments Download
M modules/mediastream/RTCSessionDescription.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/mediastream/RTCStatsReport.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/mediastream/RTCStatsResponse.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/mediastream/SourceInfo.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/mediastream/URLMediaStream.idl View 1 chunk +3 lines, -1 line 0 comments Download
A modules/mediastream/WindowMediaStream.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A + modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl View 1 chunk +2 lines, -4 lines 0 comments Download
A + modules/netinfo/NavigatorNetworkInformation.idl View 1 chunk +2 lines, -2 lines 0 comments Download
A modules/netinfo/NetworkInformation.idl View 1 chunk +23 lines, -0 lines 0 comments Download
A modules/netinfo/WorkerNavigatorNetworkInformation.idl View 1 chunk +10 lines, -0 lines 0 comments Download
M modules/notifications/Notification.idl View 1 chunk +1 line, -1 line 0 comments Download
D modules/notifications/NotificationCenter.idl View 1 chunk +0 lines, -43 lines 0 comments Download
D modules/notifications/WebKitNotification.idl View 1 chunk +0 lines, -48 lines 0 comments Download
D modules/notifications/WindowNotifications.idl View 1 chunk +0 lines, -33 lines 0 comments Download
D modules/notifications/WorkerGlobalScopeNotifications.idl View 1 chunk +0 lines, -32 lines 0 comments Download
M modules/performance/WorkerPerformance.idl View 1 chunk +3 lines, -1 line 0 comments Download
A + modules/push_messaging/NavigatorPushManager.idl View 1 chunk +2 lines, -2 lines 0 comments Download
A + modules/push_messaging/PushEvent.idl View 1 chunk +4 lines, -3 lines 0 comments Download
A modules/push_messaging/PushManager.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A modules/push_messaging/PushRegistration.idl View 1 chunk +11 lines, -0 lines 0 comments Download
A + modules/push_messaging/ServiceWorkerGlobalScopePush.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M modules/quota/DeprecatedStorageInfo.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/quota/DeprecatedStorageQuota.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/quota/StorageInfo.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/quota/StorageQuota.idl View 1 chunk +3 lines, -3 lines 0 comments Download
M modules/screen_orientation/ScreenOrientation.idl View 1 chunk +19 lines, -4 lines 0 comments Download
A modules/serviceworkers/Client.idl View 1 chunk +16 lines, -0 lines 0 comments Download
A modules/serviceworkers/FetchEvent.idl View 1 chunk +13 lines, -0 lines 0 comments Download
A modules/serviceworkers/HeaderMap.idl View 1 chunk +28 lines, -0 lines 0 comments Download
A modules/serviceworkers/HeaderMapForEachCallback.idl View 1 chunk +8 lines, -0 lines 0 comments Download
M modules/serviceworkers/InstallEvent.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M modules/serviceworkers/InstallPhaseEvent.idl View 1 chunk +3 lines, -2 lines 0 comments Download
M modules/serviceworkers/NavigatorServiceWorker.idl View 1 chunk +2 lines, -1 line 0 comments Download
A modules/serviceworkers/Request.idl View 1 chunk +26 lines, -0 lines 0 comments Download
A modules/serviceworkers/Response.idl View 1 chunk +20 lines, -0 lines 0 comments Download
M modules/serviceworkers/ServiceWorker.idl View 1 chunk +16 lines, -3 lines 0 comments Download
A modules/serviceworkers/ServiceWorkerClients.idl View 1 chunk +11 lines, -0 lines 0 comments Download
M modules/serviceworkers/ServiceWorkerContainer.idl View 1 chunk +11 lines, -5 lines 0 comments Download
M modules/serviceworkers/ServiceWorkerGlobalScope.idl View 1 chunk +14 lines, -3 lines 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 +1 line, -1 line 0 comments Download
M modules/speech/SpeechRecognitionAlternative.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/speech/SpeechRecognitionResult.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/speech/SpeechRecognitionResultList.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/speech/SpeechSynthesis.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/speech/SpeechSynthesisUtterance.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M modules/speech/SpeechSynthesisVoice.idl View 1 chunk +1 line, -1 line 0 comments Download
A modules/speech/WindowSpeech.idl View 1 chunk +14 lines, -0 lines 0 comments Download
M modules/vibration/NavigatorVibration.idl View 1 chunk +4 lines, -1 line 0 comments Download
M modules/webaudio/AnalyserNode.idl View 2 chunks +4 lines, -3 lines 0 comments Download
M modules/webaudio/AudioBuffer.idl View 1 chunk +2 lines, -3 lines 0 comments Download
M modules/webaudio/AudioBufferSourceNode.idl View 1 chunk +2 lines, -14 lines 0 comments Download
M modules/webaudio/AudioContext.idl View 3 chunks +6 lines, -13 lines 0 comments Download
M modules/webaudio/AudioListener.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/webaudio/AudioNode.idl View 1 chunk +22 lines, -13 lines 0 comments Download
M modules/webaudio/AudioParam.idl View 2 chunks +4 lines, -3 lines 0 comments Download
M modules/webaudio/AudioProcessingEvent.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/webaudio/BiquadFilterNode.idl View 1 chunk +12 lines, -11 lines 0 comments Download
M modules/webaudio/ConvolverNode.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/webaudio/OfflineAudioContext.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/webaudio/OscillatorNode.idl View 1 chunk +9 lines, -16 lines 0 comments Download
M modules/webaudio/PannerNode.idl View 2 chunks +13 lines, -12 lines 0 comments Download
M modules/webaudio/PeriodicWave.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/webaudio/ScriptProcessorNode.idl View 1 chunk +3 lines, -1 line 0 comments Download
M modules/webaudio/WaveShaperNode.idl View 1 chunk +10 lines, -2 lines 0 comments Download
A modules/webaudio/WindowWebAudio.idl View 1 chunk +12 lines, -0 lines 0 comments Download
M modules/webdatabase/Database.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/webdatabase/DatabaseSync.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/webdatabase/SQLError.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/webdatabase/SQLResultSet.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/webdatabase/SQLResultSetRowList.idl View 1 chunk +6 lines, -1 line 0 comments Download
M modules/webdatabase/SQLTransaction.idl View 1 chunk +1 line, -0 lines 0 comments Download
M modules/webdatabase/SQLTransactionSync.idl View 1 chunk +2 lines, -1 line 0 comments Download
M modules/webdatabase/WindowWebDatabase.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/webdatabase/WorkerGlobalScopeWebDatabase.idl View 1 chunk +2 lines, -2 lines 0 comments Download
M modules/webmidi/MIDIAccess.idl View 1 chunk +2 lines, -0 lines 0 comments Download
D modules/webmidi/MIDIAccessPromise.idl View 1 chunk +0 lines, -39 lines 0 comments Download
M modules/webmidi/MIDIOutput.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M modules/webmidi/NavigatorWebMIDI.idl View 1 chunk +1 line, -1 line 0 comments Download
M modules/websockets/WebSocket.idl View 2 chunks +20 lines, -15 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
vsm
6 years, 3 months ago (2014-09-03 20:24:26 UTC) #2
terry
lgtm (don't need bindings/tests) but that's okay.
6 years, 3 months ago (2014-09-03 20:31:35 UTC) #3
vsm
6 years, 3 months ago (2014-09-03 21:08:10 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 39836.

Powered by Google App Engine
This is Rietveld 408576698