Bug 146311

Summary: [Streams API] Implement ReadableStreamController.desiredSize property
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, commit-queue, darin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 138967, 146312    
Attachments:
Description Flags
Patch
none
style fix
none
Patch for landing none

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.