Side by Side Diff: Source/core/dom/ArrayBufferView.idl
Issue 606653006 :
bindings: Adds DOMArrayBuffer, etc. as thin wrappers for ArrayBuffer, etc. (Closed)
Patch Set: Synced.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
Source/bindings/core/v8/Dictionary.cpp
Source/bindings/core/v8/DictionaryHelperForCore.cpp
Source/bindings/core/v8/PostMessage.h
Source/bindings/core/v8/SerializedScriptValue.h
Source/bindings/core/v8/SerializedScriptValue.cpp
Source/bindings/core/v8/custom/V8ArrayBufferCustom.h
Source/bindings/core/v8/custom/V8ArrayBufferCustom.cpp
Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.h
Source/bindings/core/v8/custom/V8ArrayBufferViewCustom.cpp
Source/bindings/core/v8/custom/V8BlobCustomHelpers.cpp
Source/bindings/core/v8/custom/V8DataViewCustom.h
Source/bindings/core/v8/custom/V8DataViewCustom.cpp
Source/bindings/core/v8/custom/V8FileReaderCustom.cpp
Source/bindings/core/v8/custom/V8Float32ArrayCustom.h
Source/bindings/core/v8/custom/V8Float64ArrayCustom.h
Source/bindings/core/v8/custom/V8InjectedScriptHostCustom.cpp
Source/bindings/core/v8/custom/V8Int16ArrayCustom.h
Source/bindings/core/v8/custom/V8Int32ArrayCustom.h
Source/bindings/core/v8/custom/V8Int8ArrayCustom.h
Source/bindings/core/v8/custom/V8MessageEventCustom.cpp
Source/bindings/core/v8/custom/V8TypedArrayCustom.h
Source/bindings/core/v8/custom/V8Uint16ArrayCustom.h
Source/bindings/core/v8/custom/V8Uint32ArrayCustom.h
Source/bindings/core/v8/custom/V8Uint8ArrayCustom.h
Source/bindings/core/v8/custom/V8Uint8ClampedArrayCustom.h
Source/bindings/core/v8/custom/V8WebGLRenderingContextCustom.cpp
Source/bindings/core/v8/custom/V8WindowCustom.cpp
Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
Source/bindings/core/v8/custom/custom.gypi
Source/bindings/modules/v8/IDBBindingUtilities.cpp
Source/bindings/modules/v8/custom/V8CryptoCustom.cpp
Source/bindings/modules/v8/custom/V8CryptoKeyCustom.cpp
Source/bindings/modules/v8/custom/V8SubtleCryptoCustom.cpp
Source/bindings/scripts/code_generator_v8.py
Source/bindings/scripts/idl_definitions.py
Source/bindings/scripts/v8_interface.py
Source/bindings/scripts/v8_types.py
Source/bindings/templates/interface.h
Source/bindings/templates/interface.cpp
Source/bindings/templates/interface_base.cpp
Source/bindings/tests/idls/core/ArrayBuffer.idl
Source/bindings/tests/idls/core/ArrayBufferView.idl
Source/bindings/tests/idls/core/DataView.idl
Source/bindings/tests/idls/core/Uint8ClampedArray.idl
Source/bindings/tests/results/core/V8ArrayBuffer.h
Source/bindings/tests/results/core/V8ArrayBuffer.cpp
Source/bindings/tests/results/core/V8ArrayBufferView.h
Source/bindings/tests/results/core/V8ArrayBufferView.cpp
Source/bindings/tests/results/core/V8DataView.h
Source/bindings/tests/results/core/V8DataView.cpp
Source/bindings/tests/results/core/V8SVGTestInterface.cpp
Source/bindings/tests/results/core/V8TestException.cpp
Source/bindings/tests/results/core/V8TestInterface.cpp
Source/bindings/tests/results/core/V8TestInterface2.cpp
Source/bindings/tests/results/core/V8TestInterface3.cpp
Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp
Source/bindings/tests/results/core/V8TestInterfaceEventConstructor.cpp
Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp
Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
Source/bindings/tests/results/core/V8TestInterfaceNode.cpp
Source/bindings/tests/results/core/V8TestInterfaceNotScriptWrappable.cpp
Source/bindings/tests/results/core/V8TestInterfaceWillBeGarbageCollected.cpp
Source/bindings/tests/results/core/V8TestNode.cpp
Source/bindings/tests/results/core/V8TestObject.cpp
Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.cpp
Source/bindings/tests/results/core/V8TestTypedefs.cpp
Source/bindings/tests/results/core/V8Uint8ClampedArray.h
Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp
Source/bindings/tests/results/modules/V8TestInterface5.cpp
Source/core/core.gypi
Source/core/css/FontFace.h
Source/core/css/FontFace.cpp
Source/core/dom/ArrayBuffer.idl
Source/core/dom/ArrayBufferView.idl
Source/core/dom/DOMArrayBuffer.h
Source/core/dom/DOMArrayBuffer.cpp
Source/core/dom/DOMArrayBufferDeallocationObserver.h
Source/core/dom/DOMArrayBufferDeallocationObserver.cpp
Source/core/dom/DOMArrayBufferView.h
Source/core/dom/DOMArrayPiece.h
Source/core/dom/DOMDataView.h
Source/core/dom/DOMDataView.cpp
Source/core/dom/DOMMatrixReadOnly.h
Source/core/dom/DOMMatrixReadOnly.cpp
Source/core/dom/DOMTypedArray.h
Source/core/dom/DOMTypedArray.cpp
Source/core/dom/DataView.idl
Source/core/dom/Float32Array.idl
Source/core/dom/Float64Array.idl
Source/core/dom/Int16Array.idl
Source/core/dom/Int32Array.idl
Source/core/dom/Int8Array.idl
Source/core/dom/Uint16Array.idl
Source/core/dom/Uint32Array.idl
Source/core/dom/Uint8Array.idl
Source/core/dom/Uint8ClampedArray.idl
Source/core/events/MessageEvent.h
Source/core/events/MessageEvent.cpp
Source/core/fileapi/FileReaderSync.h
Source/core/fileapi/FileReaderSync.cpp
Source/core/html/ImageData.h
Source/core/html/ImageData.cpp
Source/core/html/MediaKeyEvent.h
Source/core/html/MediaKeyEvent.cpp
Source/core/html/canvas/ArrayBufferView.idl
Source/core/html/canvas/DataView.h
Source/core/html/canvas/DataView.cpp
Source/core/html/canvas/DataView.idl
Source/core/html/canvas/WebGLGetInfo.h
Source/core/html/canvas/WebGLGetInfo.cpp
Source/core/html/canvas/WebGLRenderingContextBase.h
Source/core/html/canvas/WebGLRenderingContextBase.cpp
Source/core/loader/BeaconLoader.h
Source/core/loader/BeaconLoader.cpp
Source/core/streams/ReadableStreamImpl.h
Source/core/streams/ReadableStreamTest.cpp
Source/core/testing/Internals.h
Source/core/testing/Internals.cpp
Source/core/xml/XMLHttpRequest.h
Source/core/xml/XMLHttpRequest.cpp
Source/modules/beacon/NavigatorBeacon.h
Source/modules/beacon/NavigatorBeacon.cpp
Source/modules/crypto/CryptoResultImpl.cpp
Source/modules/crypto/NormalizeAlgorithm.cpp
Source/modules/crypto/SubtleCrypto.h
Source/modules/crypto/SubtleCrypto.cpp
Source/modules/encoding/TextDecoder.h
Source/modules/encoding/TextDecoder.cpp
Source/modules/encoding/TextEncoder.h
Source/modules/encoding/TextEncoder.cpp
Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.h
Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp
Source/modules/encryptedmedia/MediaEncryptedEvent.h
Source/modules/encryptedmedia/MediaKeyMessageEvent.h
Source/modules/encryptedmedia/MediaKeyMessageEvent.cpp
Source/modules/encryptedmedia/MediaKeySession.h
Source/modules/encryptedmedia/MediaKeySession.cpp
Source/modules/encryptedmedia/MediaKeys.h
Source/modules/encryptedmedia/MediaKeys.cpp
Source/modules/mediasource/SourceBuffer.h
Source/modules/mediasource/SourceBuffer.cpp
Source/modules/mediastream/RTCDataChannel.h
Source/modules/mediastream/RTCDataChannel.cpp
Source/modules/serviceworkers/Body.cpp
Source/modules/serviceworkers/RequestInit.cpp
Source/modules/serviceworkers/Response.h
Source/modules/serviceworkers/Response.cpp
Source/modules/webaudio/AnalyserNode.h
Source/modules/webaudio/AudioBuffer.h
Source/modules/webaudio/AudioBuffer.cpp
Source/modules/webaudio/AudioContext.h
Source/modules/webaudio/AudioContext.cpp
Source/modules/webaudio/AudioContext.idl
Source/modules/webaudio/AudioParam.h
Source/modules/webaudio/BiquadFilterNode.h
Source/modules/webaudio/BiquadFilterNode.cpp
Source/modules/webaudio/WaveShaperDSPKernel.cpp
Source/modules/webaudio/WaveShaperNode.h
Source/modules/webaudio/WaveShaperNode.cpp
Source/modules/webaudio/WaveShaperProcessor.h
Source/modules/webaudio/WaveShaperProcessor.cpp
Source/modules/webmidi/MIDIInput.cpp
Source/modules/webmidi/MIDIMessageEvent.h
Source/modules/webmidi/MIDIOutput.h
Source/modules/webmidi/MIDIOutput.cpp
Source/modules/websockets/DOMWebSocket.h
Source/modules/websockets/DOMWebSocket.cpp
Source/modules/websockets/DOMWebSocketTest.cpp
Source/web/WebArrayBufferConverter.cpp
Source/web/WebArrayBufferView.cpp
Source/web/WebBindings.cpp
Source/wtf/ArrayBuffer.h
Source/wtf/ArrayBufferContents.h
Source/wtf/TypedArrayBase.h