[Bug 11439] New: Extend ProgressEvent with position and totalSize attributes

2010-11-30 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11439 Summary: Extend ProgressEvent with position and totalSize attributes Product: WebAppsWG Version: unspecified Platform: All OS/Version: All Status: NEW

Re: Fwd: CfC: Last Call Working Draft of Progress Events; deadline Nov 29

2010-11-30 Thread Anne van Kesteren
On Tue, 30 Nov 2010 15:53:01 +0100, Arthur Barstow art.bars...@nokia.com wrote: Hi Anne - since this CfC was started, there were three threads on this spec: 1. [ProgressEvents] How to deal with compressed transfer encodings Jonas Sicking

Re: [XHR2] responseType / response / overrideMimeType proposal

2010-11-30 Thread Anne van Kesteren
On Mon, 29 Nov 2010 18:21:44 +0100, Anne van Kesteren ann...@opera.com wrote: Before I write it out it would be nice to assess whether there is consensus on this. From the current draft, asBlob, responseBlob, and responseArrayBuffer are removed. response and responseType are added.

Embedding WebSocket Servers in Web Pages

2010-11-30 Thread Toni Ruottu
Hello, I work for the computer science department at the University of Helsinki, Finland. We've been trying to define an API that would allow web site developers to run simple servers in their web pages. The motivation behind the research is establishing some ground for browser-to-browser

Re: Embedding WebSocket Servers in Web Pages

2010-11-30 Thread Nathan
Hi Toni, Any notes or thoughts on the DNS and IP Routing side of things, as in how to distinguish between the various listening browsers on my private network which all share a single public IP address, and also how to negate conflicts + expose the details of the listening socket to the user

Re: Embedding WebSocket Servers in Web Pages

2010-11-30 Thread Toni Ruottu
When we started studying the subject we looked at multiple different addressing and routing options. We had discussions with some HIP and PSIRP researchers about their experiences with related problems. At some point we considered designing a separate overlay that would connect browsers. In the

Re: FileSystem API: Avoiding Upload Forms And Temporary Downloads

2010-11-30 Thread Eric Uhrhane
On Mon, Nov 29, 2010 at 11:45 AM, Joran Greef jo...@ronomon.com wrote: I have some questions regarding the FileSystem API: 1. It would be great to be able to let the user choose where they want their sandboxed directory located for the web app, i.e. on the desktop for quick access. That way