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

Issue 1873323002: Have bindings layer assume and insist that all interface types are GCed. (Closed)

Created:
4 years, 8 months ago by sof
Modified:
4 years, 8 months ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, shans, jsbell+idb_chromium.org, tzik, webcomponents-bugzilla_chromium.org, johnme+watch_chromium.org, dshwang, eae+blinkwatch, fs, dcheng, mcasas+watch+mediarecorder_chromium.org, nessy, apavlov+blink_chromium.org, jkarlin+watch_chromium.org, kinuko+worker_chromium.org, kouhei+svg_chromium.org, lushnikov+blink_chromium.org, Stephen Chennney, rwlbuis, timvolodine, jsbell+serviceworker_chromium.org, Yoav Weiss, krit, toyoshim+midi_chromium.org, blink-reviews-events_chromium.org, iclelland+watch_chromium.org, blink-reviews-css, blink-reviews-html_chromium.org, ajuma+watch-canvas_chromium.org, chasej+watch_chromium.org, Justin Novosad, hongchan, blink-reviews-dom_chromium.org, dglazkov+blink, Rik, blink-reviews-bindings_chromium.org, gavinp+loader_chromium.org, Raymond Toy, devtools-reviews_chromium.org, blink-reviews, gyuyoung2, loading-reviews_chromium.org, pdr+svgwatchlist_chromium.org, blink-worker-reviews_chromium.org, Eric Willigers, kenneth.christiansen, kinuko+serviceworker, philipj_slow, rjwright, blink-reviews-style_chromium.org, mvanouwerkerk+watch_chromium.org, Peter Beverloo, sof, caseq+blink_chromium.org, nhiroki, harkness+watch_chromium.org, feature-media-reviews_chromium.org, tommyw+watchlist_chromium.org, eric.carlson_apple.com, darktears, Nate Chapin, vcarbune.chromium, yhirano+watch_chromium.org, michaeln, tyoshino+watch_chromium.org, dtapuska+blinkwatch_chromium.org, emircan+watch+mediarecorder_chromium.org, mlamouri+watch-blink_chromium.org, blink-reviews-animation_chromium.org, serviceworker-reviews, gasubic, falken, pfeldman+blink_chromium.org, ortuno+watch_chromium.org, scheib+watch_chromium.org, f(malita), mcasas+watch+mediastream_chromium.org, cmumford, mlamouri+watch-screen-orientation_chromium.org, horo+watch_chromium.org, sergeyv+blink_chromium.org, kinuko+fileapi, jshin+watch_chromium.org, kozyatinskiy+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Have bindings layer assume and insist that all interface types are GCed. All interface types are now garbage collected, hence assume that to hold when generating bindings code. Various simplifications become possible as a result, like removing WrapperTypeInfo fields to per-type de/refObject() static functions. At the .idl level, [GarbageCollected] no longer conveys anything hence the support (and use) for it is retired here also. R= BUG=585328 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/026d27a4fd3a2625a5a557fc9833159954b1d4a2 Cr-Commit-Position: refs/heads/master@{#386620}

Patch Set 1 #

Total comments: 2

Patch Set 2 : verify that ScriptWrappables are over GCed types + rename de/refObject() #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+379 lines, -1479 lines) Patch
M third_party/WebKit/Source/bindings/IDLExtendedAttributes.md View 1 chunk +0 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/DOMDataStore.h View 1 1 chunk +3 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp View 3 chunks +0 lines, -104 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.h View 1 2 3 chunks +6 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptWrappable.cpp View 1 chunk +0 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ToV8Test.cpp View 3 chunks +0 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8DOMWrapper.h View 1 3 chunks +2 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h View 1 5 chunks +3 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/compute_interfaces_info_overall.py View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/interface_dependency_resolver.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_attributes.py View 5 chunks +8 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_dictionary.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_interface.py View 6 chunks +5 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_methods.py View 4 chunks +2 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_types.py View 9 chunks +17 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_utilities.py View 2 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/attributes.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface.h View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface.cpp View 2 chunks +1 line, -19 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/interface_base.cpp View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/methods.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/idls/core/TestInterfaceGarbageCollected.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.h View 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/TestDictionary.cpp View 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/UnionTypesCore.h View 6 chunks +16 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/UnionTypesCore.cpp View 13 chunks +28 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.cpp View 2 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.cpp View 2 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8DataView.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp View 2 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestException.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestException.cpp View 3 chunks +2 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.cpp View 12 chunks +15 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp View 13 chunks +22 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp View 6 chunks +9 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp View 10 chunks +9 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp View 7 chunks +6 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp View 3 chunks +2 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp View 4 chunks +3 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp View 3 chunks +2 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp View 3 chunks +2 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp View 4 chunks +3 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp View 9 chunks +13 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp View 5 chunks +4 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp View 4 chunks +3 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp View 8 chunks +9 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.cpp View 3 chunks +2 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp View 73 chunks +99 lines, -109 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.cpp View 2 chunks +1 line, -11 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp View 4 chunks +4 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp View 2 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.h View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp View 7 chunks +10 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/core/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationEffectReadOnly.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationEffectTiming.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationTimeline.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/EffectModel.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransfer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransferItem.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransferItemList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 2 chunks +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/core_generated.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSS.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSRule.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSRuleList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleDeclaration.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/FontFace.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/MediaList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleMedia.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheet.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/StyleSheetList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/WebKitCSSMatrix.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StylePropertyMap.idl View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StyleValue.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/TransformComponent.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ArrayBuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ArrayBufferView.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ClientRect.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ClientRectList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/CompositorProxy.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMError.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMException.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMImplementation.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMMatrixReadOnly.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMPointReadOnly.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMRectReadOnly.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMStringList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMStringMap.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DOMTokenList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/DataView.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/IdleDeadline.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/IdleRequestCallback.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObserver.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/IntersectionObserverEntry.idl View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Iterator.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/MessageChannel.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/MessagePort.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/MutationObserver.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/MutationRecord.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/NamedNodeMap.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/NodeFilter.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/NodeIterator.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/NodeList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Range.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/SharedArrayBuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Touch.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/TouchList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/TreeWalker.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/URL.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/URLSearchParams.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/custom/CustomElementsRegistry.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/Selection.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/Event.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventListener.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/Blob.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReader.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderSync.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/BarProp.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/ConsoleBase.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/History.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Location.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Navigator.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Screen.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/VisualViewport.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/FormData.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLAllCollection.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLCollection.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/ImageData.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/MediaError.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/TextMetrics.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/TimeRanges.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/ValidityState.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/AudioTrack.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/AudioTrackList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/TextTrack.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/TextTrackCue.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/TextTrackCueList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/TextTrackList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/VideoTrack.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/VideoTrackList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/vtt/VTTRegion.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/track/vtt/VTTRegionList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/InputDeviceCapabilities.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/DevToolsHost.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorOverlayHost.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/appcache/ApplicationCache.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/EventSource.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/PagePopupController.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollState.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/streams/ReadableByteStream.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/streams/ReadableByteStreamReader.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/streams/ReadableStreamReader.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/streams/Stream.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/streams/UnderlyingSourceBase.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAngle.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedAngle.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedEnumeration.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedInteger.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedLength.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedLengthList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedNumber.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedNumberList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedPreserveAspectRatio.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedRect.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedString.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGLength.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGLengthList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGMatrix.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGNumber.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGNumberList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGPoint.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGPointList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGRect.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGStringList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGTransform.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGTransformList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGUnitTypes.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/SVGViewSpec.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/DictionaryTest.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/GCObservation.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/GarbageCollectedScriptWrappable.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/InternalSettings.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.idl View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/LayerRect.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/LayerRectList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/PrivateScriptTest.idl View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/WebKit/Source/core/testing/RefCountedScriptWrappable.h View 1 chunk +0 lines, -32 lines 0 comments Download
D third_party/WebKit/Source/core/testing/RefCountedScriptWrappable.cpp View 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/WebKit/Source/core/testing/RefCountedScriptWrappable.idl View 1 chunk +0 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/testing/TypeConversions.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/UnionTypesTest.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/MemoryInfo.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/Performance.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceEntry.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceNavigation.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserver.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceTiming.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/WorkerPerformance.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/AbstractWorker.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/SharedWorker.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/Worker.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerLocation.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerNavigator.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/xml/DOMParser.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/xml/XMLSerializer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/xml/XPathEvaluator.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/xml/XPathExpression.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/xml/XPathNSResolver.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/xml/XPathResult.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/xml/XSLTProcessor.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/app_banner/AppBannerPromptResult.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/background_sync/SyncManager.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/Bluetooth.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothAdvertisingData.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothCharacteristicProperties.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothDevice.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTCharacteristic.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/bluetooth/BluetoothUUID.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/Cache.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/cachestorage/CacheStorage.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasGradient.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasPattern.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/Path2D.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/compositorworker/CompositorWorker.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/credentialmanager/Credential.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/credentialmanager/CredentialsContainer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/crypto/Crypto.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/crypto/CryptoKey.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/crypto/SubtleCrypto.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintRenderingContext2D.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceAcceleration.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/device_orientation/DeviceRotationRate.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encoding/TextDecoder.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encoding/TextDecoderOptions.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encoding/TextEncoder.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeyStatusMap.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeySystemAccess.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/Body.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/Headers.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/Request.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/Response.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystem.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DOMFileSystemSync.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DirectoryReader.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/DirectoryReaderSync.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/Entry.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/EntrySync.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/FileWriter.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/FileWriterSync.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/filesystem/Metadata.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/gamepad/Gamepad.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/gamepad/GamepadButton.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/gamepad/GamepadList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/geofencing/CircularGeofencingRegion.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/geofencing/Geofencing.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/geofencing/GeofencingRegion.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/geolocation/Coordinates.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/geolocation/Geolocation.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/geolocation/Geoposition.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/geolocation/PositionError.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBCursor.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBDatabase.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBFactory.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBIndex.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBKeyRange.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBRequest.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/indexeddb/IDBTransaction.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/installedapp/RelatedApplication.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasession/MediaMetadata.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasession/MediaSession.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/AudioTrackSourceBuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/SourceBufferList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/TrackDefault.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/TrackDefaultList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/VideoPlaybackQuality.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediasource/VideoTrackSourceBuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaDeviceInfo.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaDevices.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStream.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/MediaStreamTrack.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/NavigatorUserMediaError.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCCertificate.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCDTMFSender.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCDataChannel.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCIceCandidate.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCPeerConnection.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCSessionDescription.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCStatsReport.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/RTCStatsResponse.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/mediastream/SourceInfo.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/netinfo/NetworkInformation.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/nfc/NFC.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/notifications/Notification.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/offscreencanvas/OffscreenCanvas.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentRequest.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/PaymentResponse.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/payments/ShippingAddress.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/permissions/PermissionStatus.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/permissions/Permissions.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/plugins/MimeType.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/plugins/MimeTypeArray.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/plugins/Plugin.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/plugins/PluginArray.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/presentation/Presentation.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationAvailability.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationConnection.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationReceiver.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationRequest.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/push_messaging/PushManager.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/push_messaging/PushMessageData.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/push_messaging/PushSubscription.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/quota/StorageInfo.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/quota/StorageManager.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/quota/StorageQuota.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/remoteplayback/RemotePlaybackAvailability.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/Client.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/Clients.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerRegistration.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/serviceworkers/WindowClient.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechGrammar.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechGrammarList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechRecognition.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechRecognitionAlternative.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechRecognitionResult.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechRecognitionResultList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechSynthesis.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechSynthesisUtterance.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/storage/Storage.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRDevice.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VREyeParameters.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRFieldOfView.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRFieldOfViewInit.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/vr/VRPositionState.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioBuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioContext.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioListener.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioNode.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/AudioParam.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webaudio/PeriodicWave.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/Database.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/SQLError.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/SQLResultSet.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/SQLResultSetRowList.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webdatabase/SQLTransaction.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/ANGLEInstancedArrays.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/CHROMIUMSubscribeUniform.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/CHROMIUMValuebuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/EXTColorBufferFloat.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/EXTFragDepth.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/EXTShaderTextureLOD.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/EXTTextureFilterAnisotropic.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/EXTsRGB.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/OESElementIndexUint.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/OESStandardDerivatives.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/OESTextureFloat.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/OESTextureFloatLinear.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/OESTextureHalfFloat.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/OESTextureHalfFloatLinear.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLActiveInfo.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLBuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureASTC.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureATC.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLCompressedTexturePVRTC.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureS3TC.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLDebugRendererInfo.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLDepthTexture.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLLoseContext.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLProgram.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLQuery.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderbuffer.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLSampler.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLShader.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLShaderPrecisionFormat.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLSync.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLTexture.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLTransformFeedback.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLUniformLocation.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObject.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLVertexArrayObjectOES.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIInputMap.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIOutputMap.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webmidi/MIDIPort.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/WebSocket.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/NavigatorUSB.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USB.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBAlternateInterface.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBConfiguration.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBDevice.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBEndpoint.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBInTransferResult.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBInterface.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferPacket.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBIsochronousInTransferResult.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBIsochronousOutTransferPacket.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBIsochronousOutTransferResult.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/webusb/USBOutTransferResult.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/worklet/Worklet.idl View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/worklet/WorkletGlobalScope.idl View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 12 (5 generated)
sof
please take a look. Apologies for the size of it; only the first page is ...
4 years, 8 months ago (2016-04-11 21:45:50 UTC) #3
haraken
LGTM, great simplification! Can we insert a static_assert somewhere (toV8?) to verify that all ScriptWrappables ...
4 years, 8 months ago (2016-04-11 23:38:59 UTC) #5
sof
> Can we insert a static_assert somewhere (toV8?) to verify that all ScriptWrappables are GarbageCollected? ...
4 years, 8 months ago (2016-04-12 06:14:27 UTC) #6
haraken
LGTM
4 years, 8 months ago (2016-04-12 06:30:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1873323002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1873323002/40001
4 years, 8 months ago (2016-04-12 06:36:46 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 8 months ago (2016-04-12 08:16:14 UTC) #10
commit-bot: I haz the power
4 years, 8 months ago (2016-04-12 08:17:16 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/026d27a4fd3a2625a5a557fc9833159954b1d4a2
Cr-Commit-Position: refs/heads/master@{#386620}

Powered by Google App Engine
This is Rietveld 408576698