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