- updated default tip 2015-08-19, by Michael[tm] Smith
- Fix phrasing for publishing WD. 2014-10-22, by Takeshi Yoshino
- Add missing URL for WebApps patent disclosure page 2014-10-21, by Art Barstow
- WD snapshot for 2014 Oct 23 2014-10-21, by Art Barstow
- Cleanup the spec. All the ideas has been ported to WHATWG Github. 2014-10-01, by Takeshi Yoshino
- Fix link 2014-04-09, by Takeshi Yoshino
- Add a link to WHATWG github where we're working on the core primitive design 2014-04-09, by Takeshi Yoshino
- Change data sink model requirement list to use not ol but ul 2014-02-06, by Takeshi Yoshino
- - Reorder properties to group generic ones and binary data specific ones 2014-02-03, by Takeshi Yoshino
- Example update 2014-02-03, by Takeshi Yoshino
- Give names to interaction between dataSink and WritableStream 2014-02-03, by Takeshi Yoshino
- Give names to interaction between dataSource and ReadableStream 2014-02-03, by Takeshi Yoshino
- Rename readUpTo() to readBytes. Converge all the byte stream specific operation to that. 2014-01-31, by Takeshi Yoshino
- Minor rephrasing 2014-01-30, by Takeshi Yoshino
- Remove more unnecessary task queuing 2014-01-30, by Takeshi Yoshino
- Remove unnecessary task queuing 2014-01-30, by Takeshi Yoshino
- More rewriting on writeAbort/Close 2014-01-30, by Takeshi Yoshino
- Change the role of the Promise returned by write() 2014-01-30, by Takeshi Yoshino
- More fix 2014-01-30, by Takeshi Yoshino
- Killed readPending 2014-01-30, by Takeshi Yoshino
- More renaming 2014-01-30, by Takeshi Yoshino
- Renaming retrieve data -> request data production 2014-01-30, by Takeshi Yoshino
- Remove unnecessary "process received data and signal" call 2014-01-30, by Takeshi Yoshino
- More ReadableStream algorithm refactoring 2014-01-30, by Takeshi Yoshino
- - pendingRead member reordering 2014-01-30, by Takeshi Yoshino
- Almost finished clean up / bug fixes related to the read/pipe refactoring 2014-01-29, by Takeshi Yoshino
- More clean up 2014-01-29, by Takeshi Yoshino
- Style fixes 2014-01-29, by Takeshi Yoshino
- Add referece to Promise guideline doc by Domenic 2014-01-29, by Takeshi Yoshino
- More "byte" removal 2014-01-29, by Takeshi Yoshino
- Remove note about form of data in readDataBuffer 2014-01-29, by Takeshi Yoshino
- More fix 2014-01-29, by Takeshi Yoshino
- - refactored pipe algorithm and merged with ones for read() and readUpTo() 2014-01-29, by Takeshi Yoshino
- - Some rephrasing 2014-01-28, by Takeshi Yoshino
- pendingRead may be null when returning pendingRead.promise. Use local 2014-01-28, by Takeshi Yoshino
- - Some reorg of algorithm 2014-01-28, by Takeshi Yoshino
- Remove read as Blob support 2014-01-28, by Takeshi Yoshino
- Split data output code from read() and readUpTo() algorithm 2014-01-28, by Takeshi Yoshino
- cost argument -> costOverride 2014-01-23, by Takeshi Yoshino
- Make URI stuff more separate 2014-01-23, by Takeshi Yoshino
- Throw -> return a Promise rejected with 2014-01-14, by Takeshi Yoshino
- - new -> newly-create 2014-01-14, by Takeshi Yoshino
- ReadableStream rewriting 2014-01-14, by Takeshi Yoshino
- More rewriting 2014-01-10, by Takeshi Yoshino
- Rewording 2014-01-10, by Takeshi Yoshino
- ByteStreamReadType -> StreamReadType 2014-01-10, by Takeshi Yoshino
- - ByteStreamReadResult -> StreamReadResult 2014-01-10, by Takeshi Yoshino
- Revert name back to Readable/WritableStream 2014-01-10, by Takeshi Yoshino
- Fix merge 2014-01-10, by Takeshi Yoshino
- Remove stale text 2014-01-10, by Takeshi Yoshino
- Break at the end of a sentence 2013-12-11, by Takeshi Yoshino
- Add how to notify abort/error signal 2013-12-10, by Takeshi Yoshino
- Make reason optional 2013-12-10, by Takeshi Yoshino
- Add readAbort 2013-12-10, by Takeshi Yoshino
- Add writeAbort 2013-12-10, by Takeshi Yoshino
- Define cost 2013-12-09, by Takeshi Yoshino
- Change readExact to readUpTo and make it able to handle non-byte type data 2013-12-10, by Takeshi Yoshino
- Add pullAmount precise flow control example 2013-12-10, by Takeshi Yoshino
- Add "as-is" type to ByteStreamReadType 2013-12-10, by Takeshi Yoshino
- write accepts any data 2013-12-09, by Takeshi Yoshino
- Abort wait -> abort waiting 2013-12-09, by Takeshi Yoshino
- Make write() agnostic to data type 2013-12-09, by Takeshi Yoshino
- More "foo of bar" -> "bar.foo" 2013-12-09, by Takeshi Yoshino
- Rename variables agnostic to type of data Streams API handles 2013-12-09, by Takeshi Yoshino
- More foo of bar -> bar.foo clean up 2013-12-09, by Takeshi Yoshino
- Fix typo in pipe() algorithm 2013-12-09, by Takeshi Yoshino
- Change readClose to return a Promise 2013-12-09, by Takeshi Yoshino
- Change writeClose() return type to Promise 2013-12-09, by Takeshi Yoshino
- TODO about pipe() finish timing 2013-12-09, by Takeshi Yoshino
- More pipe() bug fixes 2013-12-09, by Takeshi Yoshino
- More bug fix in pipe(). numBytesRequested is used where numBytesSpaceAvailable must be used. 2013-12-09, by Takeshi Yoshino
- Teminology: Tuple -> struct type 2013-12-09, by Takeshi Yoshino
- More tuple -> pendingWrite renaming 2013-12-09, by Takeshi Yoshino
- Add Francois-Xavier Kowalski to acknowledgement list 2013-12-09, by Takeshi Yoshino
- Add FileWriter to consumer list 2013-12-09, by Takeshi Yoshino
- Data source rephrasing and clarification 2013-12-09, by Takeshi Yoshino
- Formatting data sink definition 2013-12-09, by Takeshi Yoshino
- A bit tweak on data sink definition 2013-12-09, by Takeshi Yoshino
- Remainder of last commit 2013-12-09, by Takeshi Yoshino
- Renames for readability 2013-12-09, by Takeshi Yoshino
- Add Rob Manson to acknowledgement 2013-12-09, by Takeshi Yoshino
- Type Steam -> Stream 2013-12-07, by Takeshi Yoshino
- Rephrased dataSink definition 2013-12-07, by Takeshi Yoshino
- Break at the end of each sentence. 2013-12-07, by Takeshi Yoshino
- Complement waitPromise definition sentence 2013-12-07, by Takeshi Yoshino
- Fix bug24021. Typo in process pendingWriteQueue 2013-12-07, by Takeshi Yoshino
- fixed merge 2013-12-04, by fmoussa
- moved images, fixed typos, fixed header 2013-12-04, by fmoussa
- Resolved variable name conflict 2013-12-04, by Takeshi Yoshino
- Fix typo 2013-12-04, by Takeshi Yoshino
- Empty preview.html 2013-12-04, by Takeshi Yoshino
- Renaming variables and one grammar fix 2013-12-04, by Takeshi Yoshino
- Add diagrams 2013-12-02, by Takeshi Yoshino
- Rewording 2013-12-02, by Takeshi Yoshino
- Moved preview to overview, and added note about preview deprication 2013-11-29, by fmoussa
- reorganized sections, cleaned up content, lots of tweaks 2013-11-29, by fmoussa
- Tweaks 2013-11-28, by Takeshi Yoshino
- Update consumer/producer list 2013-11-25, by Takeshi Yoshino
- added blurb about domstring and writeencoding 2013-11-23, by fmoussa
- Many tweaks to preview to support the new readable/writeable bytestream concepts. Tweaked wording, scenarios, etc 2013-11-23, by fmoussa
- Bunch of typo fix, rephrasing, etc. 2013-11-14, by Takeshi Yoshino
- More introduction and abstract rewriting 2013-11-14, by Takeshi Yoshino
- Updated introduction 2013-11-14, by Takeshi Yoshino
- Allow bytes buffered as original objects 2013-11-14, by Takeshi Yoshino
- Some small fix 2013-11-14, by Takeshi Yoshino
- Fix type attribute 2013-11-14, by Takeshi Yoshino
- Big refactoring and cleanup for ED 2013-11-14, by Takeshi Yoshino
- Fixed pipe()'s return type to Promise 2013-11-12, by Takeshi Yoshino
- Minor fixes 2013-11-12, by Takeshi Yoshino
- Minor typo fixes 2013-11-12, by Takeshi Yoshino
- Introduced pullAmount 2013-11-12, by Takeshi Yoshino
- Strike out stale texts 2013-11-08, by Takeshi Yoshino
- Clarify readExact note 2013-11-08, by Takeshi Yoshino
- Updating ByteStream to follow new WritableByteStream, ReadableByteStream interface 2013-11-08, by Takeshi Yoshino
- Updated examples 2013-11-08, by Takeshi Yoshino
- Fix some ReSpec warnings. 2013-11-08, by Takeshi Yoshino
- Remove redundant description from readType and readEncoding at ByteStream section. 2013-11-08, by Takeshi Yoshino
- Move ByteStreamReadType and ByteStreamReadResult section above ByteStream section 2013-11-08, by Takeshi Yoshino
- Revert writeClose() type back to void from Promise<undefined> 2013-11-08, by Takeshi Yoshino
- Revert substream() back to fork() and add readClose(). 2013-11-08, by Takeshi Yoshino
- Rename ByteStreamConsumeResult to ByteStreamReadResult 2013-11-08, by Takeshi Yoshino
- Split read into read and readExact 2013-11-08, by Takeshi Yoshino
- Cleaned up WritableByteStream interface. 2013-11-08, by Takeshi Yoshino
- Add data source model section to be used for substream() method. 2013-11-08, by Takeshi Yoshino
- Add links to Bugzilla listing and entering UI. 2013-11-07, by Takeshi Yoshino
- External dependency clean up 2013-11-07, by Takeshi Yoshino
- - Add sync/async hybrid read method experimentally 2013-11-07, by Takeshi Yoshino
- writeEncoding addition and some typo fixes 2013-11-06, by Takeshi Yoshino
- Add a link to Mercurial history. 2013-11-06, by Takeshi Yoshino
- Some more tab/space unification 2013-11-06, by Takeshi Yoshino
- Change the title of preview.html to say it's preview version. 2013-11-05, by Takeshi Yoshino
- Add preview.html which contains changes not yet discussed well for previewing 2013-11-05, by Takeshi Yoshino
- Merging changes made for preparing WD 2013-11-05, by Takeshi Yoshino
- - Unify indentation to tabs. 2013-11-05, by Takeshi Yoshino
- added sotd text ot pubreaady version 2013-11-04, by fmoussa
- Added sotd 2013-11-04, by fmoussa
- Remove redundant sentence about comments 2013-11-04, by Art Barstow
- Fix id issues for Link Checker 2013-11-04, by Art Barstow
- Fix id issues for Link Checker 2013-11-04, by Art Barstow
- Adding missing URL to the patent page 2013-11-04, by Art Barstow
- Fix markup to make HTML Validator happy 2013-11-04, by Art Barstow
- Fix validator erros 2013-11-04, by Art Barstow
- This is the 5-Nov-2013 WD version 2013-11-04, by Art Barstow
- fixed link 2013-11-01, by fmoussa
- Fixed editors spec link and removed section that was not needed 2013-11-01, by fmoussa
- added websockets to list of consumers and producers 2013-11-01, by fmoussa
- Complete update of streams spec to support promises and further refinements 2013-10-28, by fmoussa
- added note to indiciate incorporating promises version of streams api 2013-10-11, by fmoussa
- Change DOCTYPE to html(5) 2013-02-12, by Art Barstow
- Resolving additional anchor link issues 2013-02-12, by fmoussa
- resolving broken links 2013-02-12, by fmoussa
- Fix broken fragment for readAsBlob 2013-02-11, by Art Barstow
- Fix some broken fragments to File API spec 2013-02-11, by Art Barstow
- Fix some broken fragments 2013-02-11, by Art Barstow
- change pub date to 14 Feb 2013 2013-02-11, by Art Barstow
- minor edits for TR publication 2013-02-11, by Art Barstow
- fixing editors draft link 2013-02-11, by fmoussa
- Resolving more conflicts 2013-02-11, by fmoussa
- Fixing https css load 2013-02-11, by fmoussa
- First complete update to prep for FPWD 2013-02-11, by fmoussa
- Resolving respec js file path 2013-02-11, by fmoussa
- updating respec url 2013-02-11, by fmoussa
- Switching to respec version 2013-02-11, by fmoussa
- fixed issue with resolving css file 2013-01-17, by fmoussa
- fixed a typo with 'any future reads' 2013-01-17, by fmoussa
- Updating affiliation 2012-12-23, by fmoussa
- Corrected link to editor's draft 2012-10-26, by eliotgra
- Added CSS links and correct image for W3C logo 2012-10-26, by eliotgra
- Updated 2012-10-26, by eliotgra
- Correct url for draft 2011-11-29, by eliotgra
- Adding Editors Draft 2011-11-29, by eliotgra