W3C Mercurial service hosted at dvcs.w3.org was discontinued on April 1st, 2019

This site serves a read-only snapshot taken on that date.
The repositories that are still active have been migrated to other platforms such as W3C's GitHub repository.
More about the archival.

The important views were preserved:

Some minor functionnalities were dropped such as:

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