RESOLVED FIXED 146311
[Streams API] Implement ReadableStreamController.desiredSize property
https://bugs.webkit.org/show_bug.cgi?id=146311
Summary [Streams API] Implement ReadableStreamController.desiredSize property
youenn fablet
Reported 2015-06-25 04:38:12 PDT
Attachments
Patch (7.07 KB, patch)
2015-06-25 05:21 PDT, youenn fablet
no flags
style fix (6.97 KB, patch)
2015-06-25 06:33 PDT, youenn fablet
no flags
Patch for landing (7.01 KB, patch)
2015-06-27 00:08 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2015-06-25 05:21:44 PDT
youenn fablet
Comment 2 2015-06-25 06:33:06 PDT
Created attachment 255550 [details] style fix
Darin Adler
Comment 3 2015-06-26 10:26:59 PDT
Comment on attachment 255548 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255548&action=review > Source/WebCore/Modules/streams/ReadableStreamController.h:53 > + double desiredSize() const { return m_stream.desiredSize(); } > private: Should probably leave a blank line here before private.
youenn fablet
Comment 4 2015-06-27 00:08:16 PDT
Created attachment 255693 [details] Patch for landing
WebKit Commit Bot
Comment 5 2015-06-27 01:05:12 PDT
Comment on attachment 255693 [details] Patch for landing Clearing flags on attachment: 255693 Committed r186024: <http://trac.webkit.org/changeset/186024>
WebKit Commit Bot
Comment 6 2015-06-27 01:05:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.