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

Unified Diff: third_party/WebKit/Source/core/streams/README.md

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: Trying blindly to resolve circular dependency Created 4 years, 10 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
Index: third_party/WebKit/Source/core/streams/README.md
diff --git a/third_party/WebKit/Source/core/streams/README.md b/third_party/WebKit/Source/core/streams/README.md
index 9de53e041478294e5a1a54a8ce264277acf30f04..90b096988975ce91b16ac96dac7d319736ac6c6a 100644
--- a/third_party/WebKit/Source/core/streams/README.md
+++ b/third_party/WebKit/Source/core/streams/README.md
@@ -24,6 +24,9 @@ implementation. They are currently shipping in Chrome.
- CountQueuingStrategy.js
- ReadableStream.js
- ReadableStreamTempStub.js
+- ReadableStreamController.h
+- UnderlyingSourceBase.{cpp,h,idl}
+- bindings/core/v8/ReadableStreamOperations.{cpp,h}
These files are an in-progress implementation of the current streams spec,
using [V8 extras][1]. They allow author construction. We hope eventually to

Powered by Google App Engine
This is Rietveld 408576698