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

Unified Diff: Source/core/testing/ReadableStreamTestRequest.idl

Issue 1167343002: Add methods for creating V8 extras-based ReadableStreams from C++ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: That todo is not necessary according to yhirano@ Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/testing/ReadableStreamTestRequest.cpp ('k') | Source/core/testing/ReadableStreamTestSource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/ReadableStreamTestRequest.idl
diff --git a/Source/core/html/canvas/WebGLVertexArrayObject.idl b/Source/core/testing/ReadableStreamTestRequest.idl
similarity index 51%
copy from Source/core/html/canvas/WebGLVertexArrayObject.idl
copy to Source/core/testing/ReadableStreamTestRequest.idl
index bb7ad2507cd2dcbefa8b3d68cff68418254ff4a2..7f739eaa711be820ccacc34c234d25aa5f1b8df0 100644
--- a/Source/core/html/canvas/WebGLVertexArrayObject.idl
+++ b/Source/core/testing/ReadableStreamTestRequest.idl
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- RuntimeEnabled=UnsafeES3APIs,
- WillBeGarbageCollected
-] interface WebGLVertexArrayObject {
+[GarbageCollected]
+interface ReadableStreamTestRequest {
+ readonly attribute DOMString metadata;
+ [CallWith=ScriptState] readonly attribute object body;
};
« no previous file with comments | « Source/core/testing/ReadableStreamTestRequest.cpp ('k') | Source/core/testing/ReadableStreamTestSource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698