Re: createBlobURL

2010-10-20 Thread Darin Fisher
On Tue, Oct 19, 2010 at 4:57 PM, Jonas Sicking jo...@sicking.cc wrote: On Tue, Oct 19, 2010 at 1:24 AM, Anne van Kesteren ann...@opera.com wrote: On Mon, 18 Oct 2010 20:15:53 +0200, Jonas Sicking jo...@sicking.cc wrote: Without revoking the UA has to keep around the URL-string - resource

[Bug 11104] New: [IndexedDB] removeObjectStore/Index should be renamed to delete___

2010-10-20 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=11104 Summary: [IndexedDB] removeObjectStore/Index should be renamed to delete___ Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW

[Widgets] Mozilla open apps

2010-10-20 Thread Scott Wilson
I've just had a look at this: https://apps.mozillalabs.com/ In some respects this is very much what we are aiming for (apps using HTML+JS+CSS) however it proposes a new proprietary app manifest format for Widgets that is almost identical to PC, plus an auto-update spec (that isn't Widget

Re: [Widgets] Mozilla open apps

2010-10-20 Thread timeless
On Wed, Oct 20, 2010 at 12:11 PM, Scott Wilson scott.bradley.wil...@gmail.com wrote: I've just had a look at this: https://apps.mozillalabs.com/ In some respects this is very much what we are aiming for (apps using HTML+JS+CSS) however it proposes a new proprietary app manifest format for

Re: [Widgets] Mozilla open apps

2010-10-20 Thread Olli Pettay
On 10/20/2010 12:11 PM, Scott Wilson wrote: I've just had a look at this: https://apps.mozillalabs.com/ In some respects this is very much what we are aiming for (apps using HTML+JS+CSS) however it proposes a new proprietary app manifest format for Widgets that is almost identical to PC,

Re: [Widgets] Mozilla open apps

2010-10-20 Thread Vivek Khurana
On Wed, Oct 20, 2010 at 2:41 PM, Scott Wilson scott.bradley.wil...@gmail.com wrote: I've just had a look at this: https://apps.mozillalabs.com/ In some respects this is very much what we are aiming for (apps using HTML+JS+CSS) however it proposes a new proprietary app manifest format for

[widgets] Draft agenda for 21 October 2010 voice conf

2010-10-20 Thread Arthur Barstow
Below is the draft agenda for the October 21 Widgets Voice Conference (VC). Inputs and discussion before the VC on all of the agenda topics via public-webapps is encouraged (as it can result in a shortened or canceled meeting). Please address Open/Raised Issues and Open Actions before the

Use cases for Range::createContextualFragment and script nodes

2010-10-20 Thread Henri Sivonen
When WebKit or Firefox trunk create an HTML script element node via Range::createContextualFragment, the script has its 'already started' flag set, so the script won't run when inserted into a document. In Opera 10.63 and in Firefox 3.6.x, the script doesn't have the 'already started' flag set,

using BlobBuilder append method with generated binary data

2010-10-20 Thread Toni Ruottu
I have discussed the topic before on some Chromium bug threads. I searched the archives of this mailing list for blobs and generated content, but was not too successful. There may be multiple different reasons why one would need to build blobs from generated data. The one that concerns me, is

Re: Use cases for Range::createContextualFragment and script nodes

2010-10-20 Thread Stewart Brodie
Henri Sivonen hsivo...@iki.fi wrote: When WebKit or Firefox trunk create an HTML script element node via Range::createContextualFragment, the script has its 'already started' flag set, so the script won't run when inserted into a document. In Opera 10.63 and in Firefox 3.6.x, the script

Re: using BlobBuilder append method with generated binary data

2010-10-20 Thread Eric Uhrhane
Toni: BlobBuilder now has an append() method that takes an ArrayBuffer, and FileReader has readAsArrayBuffer. Do these together satisfy your needs? Eric On Wed, Oct 20, 2010 at 3:39 AM, Toni Ruottu toni.ruo...@iki.fi wrote: I have discussed the topic before on some Chromium bug

Re: [Widgets] Mozilla open apps

2010-10-20 Thread Brandon Sterne
On 10/20/2010 02:11 AM, Scott Wilson wrote: I've just had a look at this: https://apps.mozillalabs.com/ In some respects this is very much what we are aiming for (apps using HTML+JS+CSS) however it proposes a new proprietary app manifest format for Widgets that is almost identical to

Re: [Widgets] Mozilla open apps

2010-10-20 Thread Mike Hanson
Hi there - I can speak for the technical aspects of the Apps project and relay feedback as needed. We had looked at the Widget Packaging spec earlier in the project and had steered away from it because we were focused on the in-browser/live URL use case. But as we added icons, names,

Re: [Widgets] Mozilla open apps

2010-10-20 Thread Marcos Caceres
Hi Mike, On Wed, Oct 20, 2010 at 8:40 PM, Mike Hanson mhan...@mozilla.com wrote: Hi there - I can speak for the technical aspects of the Apps project and relay feedback as needed. We had looked at the Widget Packaging spec earlier in the project and had steered away from it because we were

Re: [Widgets] Mozilla open apps

2010-10-20 Thread Scott Wilson
On 20 Oct 2010, at 19:40, Mike Hanson wrote: Hi there - I can speak for the technical aspects of the Apps project and relay feedback as needed. We had looked at the Widget Packaging spec earlier in the project and had steered away from it because we were focused on the in-browser/live

Re: ISSUE-2 (OnFoo Attributes): Event Handler Attributes (onfoo Attributes) and Add/Remove Event Listener [DOM3 Events]

2010-10-20 Thread Garrett Smith
No browsers do that. I'd say leave it as is. I don't think any browser exposes these currently via addEventListener/ removeEventListener, but they do participate in the event dispatch order. Another way to look at it is: they are added, but the function created from the attribute is not

[XHR2] HTTP Trailers

2010-10-20 Thread Mark Nottingham
I'm sure I've got more feedback for the XHR2 draft, but one big thing is support for HTTP trailers. HTTP trailers are essentially headers that occur after the body; they are only present when chunking is in use. Historically, HTTP trailers haven't been used much, but I'm seeing an increasing

Re: [Widgets] Mozilla open apps

2010-10-20 Thread Doug Schepers
Hi, Mike- The Mozilla Open Apps project looks cool, and I hope it can work out to be compatible with Widgets. Your extensions and use cases seem useful. This would be a good thing for everyone involved. Mike Hanson wrote (on 10/20/10 2:40 PM): *In-Browser/live content usage* Our goal is

Re: Use cases for Range::createContextualFragment and script nodes

2010-10-20 Thread Adam Barth
On Wed, Oct 20, 2010 at 7:14 AM, Stewart Brodie stewart.bro...@antplc.com wrote: Henri Sivonen hsivo...@iki.fi wrote: When WebKit or Firefox trunk create an HTML script element node via Range::createContextualFragment, the script has its 'already started' flag set, so the script won't run when