Side by Side Diff: LayoutTests/fast/files/file-constructor.html
Issue 57483002 :
Implement File constructor. (Closed)
Patch Set: Addressed feedback, minus sequence vs array in File/Blob constructor.
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
Jump to:
LayoutTests/fast/files/blob-parts-slice-test.html
LayoutTests/fast/files/blob-parts-slice-test-expected.txt
LayoutTests/fast/files/blob-slice-test.html
LayoutTests/fast/files/blob-slice-test-expected.txt
LayoutTests/fast/files/file-constructor.html
LayoutTests/fast/files/file-constructor-expected.txt
LayoutTests/fast/files/resources/blob-slice-common.js
LayoutTests/fast/files/script-tests/blob-constructor.js
LayoutTests/fast/files/script-tests/file-constructor.js
LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-async.html
LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-async-expected.txt
LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-sync.html
LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-sync-expected.txt
LayoutTests/http/tests/xmlhttprequest/post-blob-content-type-tests.js
LayoutTests/http/tests/xmlhttprequest/post-formdata.html
LayoutTests/http/tests/xmlhttprequest/post-formdata-expected.txt
LayoutTests/virtual/stable/webexposed/global-constructors-listing-dedicated-worker-expected.txt
LayoutTests/virtual/stable/webexposed/global-constructors-listing-shared-worker-expected.txt
LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt
LayoutTests/webexposed/global-constructors-listing-shared-worker-expected.txt
Source/bindings/bindings.gypi
Source/bindings/v8/custom/V8FileCustom.cpp
Source/core/fileapi/Blob.h
Source/core/fileapi/Blob.cpp
Source/core/fileapi/Blob.idl
Source/core/fileapi/BlobBuilder.h
Source/core/fileapi/BlobBuilder.cpp
Source/core/fileapi/File.h
Source/core/fileapi/File.cpp
Source/core/fileapi/File.idl
Source/core/fileapi/FileReader.cpp
Source/core/html/FormDataList.cpp
Source/core/xml/XMLHttpRequest.cpp
Source/platform/RuntimeEnabledFeatures.in