Side by Side Diff: third_party/WebKit/PerformanceTests/Bindings/sequence-conversion-custom-iterator.html 
  
  
    
       
    Issue 2810843002 : 
  bindings: Make the sequence conversion code more complaint with WebIDL.  (Closed) 
  
    Patch Set: Adjust even more tests 
    
  
  
    Use n/p to move between diff chunks;
    N/P to move between comments.
    
    Draft comments are only viewable by you. 
    
  
 
  
  
    Jump to: 
      
        third_party/WebKit/LayoutTests/bindings/sequence-type.html 
      
        third_party/WebKit/LayoutTests/crypto/subtle/aes-cbc/generateKey-failures-expected.txt 
      
        third_party/WebKit/LayoutTests/crypto/subtle/unwrapKey-badParameters-expected.txt 
      
        third_party/WebKit/LayoutTests/csspaint/parse-input-arguments-expected.txt 
      
        third_party/WebKit/LayoutTests/csspaint/registerPaint-expected.txt 
      
        third_party/WebKit/LayoutTests/external/wpt/FileAPI/blob/Blob-constructor-expected.txt 
      
        third_party/WebKit/LayoutTests/external/wpt/fetch/api/headers/headers-record-expected.txt 
      
        third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/processing-a-keyframes-argument-expected.txt 
      
        third_party/WebKit/LayoutTests/external/wpt/webmessaging/with-ports/027.html 
      
        third_party/WebKit/LayoutTests/fast/canvas/canvas-lineDash-input-sequence.html 
      
        third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-args.html 
      
        third_party/WebKit/LayoutTests/fast/dom/Window/window-postmessage-args-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/dom/idl-union-type-unittest-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/events/constructors/message-event-constructor.html 
      
        third_party/WebKit/LayoutTests/fast/events/constructors/message-event-constructor-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/events/init-message-event.html 
      
        third_party/WebKit/LayoutTests/fast/events/init-message-event-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/events/message-event-max-ports.html 
      
        third_party/WebKit/LayoutTests/fast/events/message-event-max-ports-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/events/message-port-multi-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/events/resources/message-port-multi.js 
      
        third_party/WebKit/LayoutTests/fast/files/blob-constructor.html 
      
        third_party/WebKit/LayoutTests/fast/files/blob-constructor-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/files/file-constructor.html 
      
        third_party/WebKit/LayoutTests/fast/files/file-constructor-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/mediastream/MediaStreamConstructor-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/peerconnection/RTCPeerConnection-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/workers/worker-context-multi-port-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/workers/worker-multi-port-expected.txt 
      
        third_party/WebKit/LayoutTests/fast/workers/worker-onerror-09.html 
      
        third_party/WebKit/LayoutTests/fast/workers/worker-onerror-09-expected.txt 
      
        third_party/WebKit/LayoutTests/platform/linux/external/wpt/FileAPI/blob/Blob-constructor-expected.txt 
      
        third_party/WebKit/LayoutTests/platform/win/external/wpt/FileAPI/blob/Blob-constructor-expected.txt 
      
        third_party/WebKit/LayoutTests/storage/websql/execute-sql-args.js 
      
        third_party/WebKit/LayoutTests/storage/websql/execute-sql-args-expected.txt 
      
        third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/files/blob-constructor-expected.txt 
      
        third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/fast/workers/worker-onerror-09-expected.txt 
      
        third_party/WebKit/LayoutTests/virtual/sharedarraybuffer/webaudio/dom-exceptions-expected.txt 
      
        third_party/WebKit/LayoutTests/webaudio/dom-exceptions-expected.txt 
      
        third_party/WebKit/PerformanceTests/Bindings/sequence-conversion-custom-iterator.html 
      
        third_party/WebKit/Source/bindings/bindings.gni 
      
        third_party/WebKit/Source/bindings/core/v8/DictionaryHelperForCore.cpp 
      
        third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.h 
      
        third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp 
      
        third_party/WebKit/Source/bindings/core/v8/NativeValueTraitsImpl.h 
      
        third_party/WebKit/Source/bindings/core/v8/NativeValueTraitsImplTest.cpp 
      
        third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.cpp 
      
        third_party/WebKit/Source/bindings/core/v8/ScriptPromiseTest.cpp 
      
        third_party/WebKit/Source/bindings/core/v8/ScriptValue.h 
      
        third_party/WebKit/Source/bindings/core/v8/SerializedScriptValue.cpp 
      
        third_party/WebKit/Source/bindings/core/v8/V8Binding.h 
      
        third_party/WebKit/Source/bindings/core/v8/V8Binding.cpp 
      
        third_party/WebKit/Source/bindings/core/v8/V8BindingTest.cpp 
      
        third_party/WebKit/Source/bindings/core/v8/custom/V8MessageEventCustom.cpp 
      
        third_party/WebKit/Source/bindings/scripts/v8_methods.py 
      
        third_party/WebKit/Source/bindings/scripts/v8_types.py 
      
        third_party/WebKit/Source/bindings/templates/union_container.cpp.tmpl 
      
        third_party/WebKit/Source/bindings/tests/results/core/BooleanOrElementSequence.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/ByteStringSequenceSequenceOrByteStringByteStringRecord.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/DoubleOrLongOrBooleanSequence.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/DoubleOrStringOrDoubleOrStringSequence.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/ElementSequenceOrByteStringDoubleOrStringRecord.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/LongSequenceOrEvent.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/NodeOrLongSequenceOrEventOrXMLHttpRequestOrStringOrStringByteStringOrNodeListRecord.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/StringOrStringSequence.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionary.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/V8TestDictionaryDerived.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp 
      
        third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp 
      
        third_party/WebKit/Source/core/BUILD.gn 
      
        third_party/WebKit/Source/core/core_idl_files.gni 
      
        third_party/WebKit/Source/core/frame/DOMTimerTest.cpp 
      
        third_party/WebKit/Source/core/testing/Internals.h 
      
        third_party/WebKit/Source/core/testing/Internals.cpp 
      
        third_party/WebKit/Source/core/testing/Internals.idl 
      
        third_party/WebKit/Source/core/testing/SequenceTest.h 
      
        third_party/WebKit/Source/core/testing/SequenceTest.cpp 
      
        third_party/WebKit/Source/core/testing/SequenceTest.idl 
      
        third_party/WebKit/Source/modules/cachestorage/Cache.cpp 
      
        third_party/WebKit/Source/modules/cachestorage/CacheTest.cpp 
      
        third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp 
      
        third_party/WebKit/Source/modules/webdatabase/SQLTransaction.cpp