Re: [FileAPI] Deterministic release of Blob proposal

2012-03-08 Thread Anne van Kesteren
On Thu, 08 Mar 2012 00:58:02 +0100, Feras Moussa wrote: In the case where close was called on a Blob that is being used in a pending request, then the request should be canceled. The expected result is the same as if abort() was called. It seems very weird that invoking close() on Blob would

Re: [FileAPI] Deterministic release of Blob proposal

2012-03-08 Thread Glenn Maynard
On Wed, Mar 7, 2012 at 5:58 PM, Feras Moussa wrote: > In the case where close was called on a Blob that is being used in a > pending request, then the request should be canceled. The expected > result is the same as if abort() was called. > This would complicate every API that uses Blobs. APIs

[DOM4] NodeList should be deprecated

2012-03-08 Thread Ojan Vafai
Dynamic NodeLists have a significant memory and performance cost. Static NodeLists are basically just under-powered arrays. We should just return Node arrays from any new APIs that return a list of Nodes. I'd like to see NodeList get similar treatment to hasFeature, i.e. a note that it not be used

[Bug 16017] [IndexedDB] editorial changes

2012-03-08 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16017 Eliot Graff changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug 16103] Remove DOMStringList usage

2012-03-08 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16103 Israel Hilerio [MSFT] changed: What|Removed |Added Status|NEW |RESOLVED CC|

DOM3 Events - additional editing help to move the spec forward

2012-03-08 Thread Travis Leithead
(Cross-post to www-dom for visibility, sorry for dups) Hey folks, I'm joining Jacob Rossi to help work on editing the DOM L3 Events spec; I have some time to address some of the editorial last call comments, and I hope to move through them all pretty quickly. I know there are a variety of opin

[Bug 11358] Should addEventListener's last argument be optional?

2012-03-08 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=11358 Travis Leithead [MSFT] changed: What|Removed |Added Keywords||needsReview Statu

[Bug 8758] Define DOMContentLoaded

2012-03-08 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=8758 Travis Leithead [MSFT] changed: What|Removed |Added Keywords||needsReview Status

[Bug 9419] Web IDL

2012-03-08 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=9419 Travis Leithead [MSFT] changed: What|Removed |Added Keywords||needsReview Status

[Bug 16103] Remove DOMStringList usage

2012-03-08 Thread bugzilla
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16103 Anne changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|LATER

Re: [DOM4] NodeList should be deprecated

2012-03-08 Thread Anne van Kesteren
On Thu, 08 Mar 2012 23:24:45 +0100, Ojan Vafai wrote: Dynamic NodeLists have a significant memory and performance cost. Static NodeLists are basically just under-powered arrays. We should just return Node arrays from any new APIs that return a list of Nodes. I'd like to see NodeList get simila