Bug 146311 - [Streams API] Implement ReadableStreamController.desiredSize property
Summary: [Streams API] Implement ReadableStreamController.desiredSize property
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords:
Depends on:
Blocks: 138967 146312
  Show dependency treegraph
 
Reported: 2015-06-25 04:38 PDT by youenn fablet
Modified: 2015-06-27 01:05 PDT (History)
3 users (show)

See Also:


Attachments
Patch (7.07 KB, patch)
2015-06-25 05:21 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
style fix (6.97 KB, patch)
2015-06-25 06:33 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Patch for landing (7.01 KB, patch)
2015-06-27 00:08 PDT, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2015-06-25 04:38:12 PDT
Implement https://streams.spec.whatwg.org/#rs-controller-desired-size
Comment 1 youenn fablet 2015-06-25 05:21:44 PDT
Created attachment 255548 [details]
Patch
Comment 2 youenn fablet 2015-06-25 06:33:06 PDT
Created attachment 255550 [details]
style fix
Comment 3 Darin Adler 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.
Comment 4 youenn fablet 2015-06-27 00:08:16 PDT
Created attachment 255693 [details]
Patch for landing
Comment 5 WebKit Commit Bot 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>
Comment 6 WebKit Commit Bot 2015-06-27 01:05:21 PDT
All reviewed patches have been landed.  Closing bug.