Bug 162967

Summary: [Readable Streams API] Align function names with spec
Product: WebKit Reporter: Romain Bellessort <romain.wkt>
Component: WebCore Misc.Assignee: Romain Bellessort <romain.wkt>
Status: RESOLVED FIXED    
Severity: Normal CC: calvaris, commit-queue, youennf
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Romain Bellessort 2016-10-05 05:35:57 PDT
Readable Streams API implementation has globally been aligned with latest spec, but functions names were not always updated in order to ease patch review. In some cases, this leads to inconsistencies (e.g. enqueueInReadableStream takes a controller argument whereas its name suggests it works on a stream). Aligning with spec names would make code more coherent and ease comparison between implementation and spec.
Comment 1 Romain Bellessort 2016-10-05 05:51:32 PDT
Created attachment 290706 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-05 09:48:48 PDT
Comment on attachment 290706 [details]
Patch

Clearing flags on attachment: 290706

Committed r206814: <http://trac.webkit.org/changeset/206814>
Comment 3 WebKit Commit Bot 2016-10-05 09:48:51 PDT
All reviewed patches have been landed.  Closing bug.