Bug 145641 - [Streams API] ReadableStream should store callbacks as a Deque
Summary: [Streams API] ReadableStream should store callbacks as a Deque
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:
 
Reported: 2015-06-04 02:33 PDT by youenn fablet
Modified: 2015-06-05 12:09 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.71 KB, patch)
2015-06-04 02:46 PDT, youenn fablet
no flags Details | Formatted Diff | Diff
Reuploading now that 145210 landed (3.71 KB, patch)
2015-06-04 03:33 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-04 02:33:47 PDT
Currently, ReadableStream stores callbacks as Vector, but it should be a Deque as we are doing FIFO here.
Comment 1 youenn fablet 2015-06-04 02:46:23 PDT
Created attachment 254262 [details]
Patch
Comment 2 youenn fablet 2015-06-04 03:33:06 PDT
Created attachment 254264 [details]
Reuploading now that 145210 landed
Comment 3 WebKit Commit Bot 2015-06-05 12:09:15 PDT
Comment on attachment 254264 [details]
Reuploading now that 145210 landed

Clearing flags on attachment: 254264

Committed r185260: <http://trac.webkit.org/changeset/185260>
Comment 4 WebKit Commit Bot 2015-06-05 12:09:22 PDT
All reviewed patches have been landed.  Closing bug.