Re: Adding Web Intents to the Webapps WG deliverables

2011-10-07 Thread Arthur Barstow
[ + DAPI Chairs and Team Contact ] Hi Ian, All - for now, I think it is OK to use public-webapps for *technical* discussions regarding James' proposal. Let's plan to continue the charter-related part of this discussion during WebApp's TPAC meeting. I added it to the Monday October 31

Re: Adding Web Intents to the Webapps WG deliverables

2011-10-07 Thread Rich Tibbett
Arthur Barstow wrote: [ + DAPI Chairs and Team Contact ] Hi Ian, All - for now, I think it is OK to use public-webapps for *technical* discussions regarding James' proposal. Let's plan to continue the charter-related part of this discussion during WebApp's TPAC meeting. I added it to the

Spec changes for LCs and later maturity levels [Was: Re: RfC: LCWD of Web Socket API; comment deadline October 21]

2011-10-07 Thread Arthur Barstow
On 10/5/11 3:15 AM, ext Julian Reschke wrote: On 2011-09-29 18:28, Arthur Barstow wrote: On September 29, aLCWD of Web Sockets API was published: http://www.w3.org/TR/2011/WD-websockets-20110929/ Please send all comments to public-webapps@w3.org by October 21. I just noted that as of

Dictionaries in WebIDL

2011-10-07 Thread Ross Burton
Hi, I'm trying to express in WebIDL an interface with a string attribute uri, and a string-string dictionary options that has no restrictions on the keys. In JS this would be something like this as a literal: { uri: , options: {} } Now I came up with the following WebIDL: /* arbitrary

Re: Spec changes for LCs and later maturity levels [Was: Re: RfC: LCWD of Web Socket API; comment deadline October 21]

2011-10-07 Thread Julian Reschke
On 2011-10-07 13:55, Arthur Barstow wrote: Hi Julian, All - I changed the subject to reflect the general process-related issue here. I will respond separately to the WebSocket specifics ... WebApps has always used the Edit First, Review Second process, as documented in our [WorkMode] document.

Re: RfC: LCWD of Web Socket API; comment deadline October 21

2011-10-07 Thread Arthur Barstow
Hi Hixie, In [1], Julian asks about Web Socket API rev 1.247 [2], the change that adds the Parsing WebSocket URLs section (CVS comment Revert the part of r5409 that removed the URL parsing algorithms, since it's no longer defined in the protocol spec. (whatwg r6632)). Would you please

Re: RfC: LCWD of Web Socket API; comment deadline October 21

2011-10-07 Thread Ian Hickson
On Fri, 7 Oct 2011, Arthur Barstow wrote: Would you please elaborate on this change? Elaborate in what way? -- Ian Hickson U+1047E)\._.,--,'``.fL http://ln.hixie.ch/ U+263A/, _.. \ _\ ;`._ ,. Things that are impossible just

[Bug 14404] New: Version of an IDBDatabase from an aborted version change transaction needs to be specified

2011-10-07 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14404 Summary: Version of an IDBDatabase from an aborted version change transaction needs to be specified Product: WebAppsWG Version: unspecified Platform: All OS/Version: All

[Bug 14405] New: Steps for firing success/error events on a request are very transaction-centric

2011-10-07 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14405 Summary: Steps for firing success/error events on a request are very transaction-centric Product: WebAppsWG Version: unspecified Platform: All OS/Version: All

RE: [IndexedDB] Passing an empty array to IDBDatabase.transaction

2011-10-07 Thread Israel Hilerio
On Thursday, October 06, 2011 5:44 PM, Jonas Sicking wrote: Hi All, In both the Firefox and the Chrome implementation you can pass an empty array to IDBDatabase.transaction in order to create a transaction which has a scope that covers all objectStores in the database. I.e. you can do

[File API] Calling requestFileSystem with bad filesystem type

2011-10-07 Thread Mark Pilgrim
What should this do? requestFileSystem(2, 100, successCallback); // assume successCallback is defined properly -Mark

[Bug 14406] New: ывавып ав ыав р р

2011-10-07 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14406 Summary: ывавып ав ыав р р Product: WebAppsWG Version: unspecified Platform: Other URL: http://www.whatwg.org/specs/web-apps/current-work/#top OS/Version: other

[Bug 14406] ывавып ав ыав р р

2011-10-07 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14406 Art Barstow art.bars...@nokia.com changed: What|Removed |Added Status|NEW |RESOLVED

CfC: adding Mutation Observers to DOM4; deadline Oct 14 [Was: Re: Mutation Observers: a replacement for DOM Mutation Events]

2011-10-07 Thread Arthur Barstow
On 10/6/11 9:11 AM, ext Arthur Barstow wrote: On 9/30/11 3:40 PM, ext Ms2ger wrote: On 09/29/2011 04:32 PM, Doug Schepers wrote: Hi, Adam- I'm glad to see some progress on a replacement for Mutation Events. Would you be interested in being the editor for this spec? It's already in our

Re: [IndexedDB] Passing an empty array to IDBDatabase.transaction

2011-10-07 Thread Jonas Sicking
On Fri, Oct 7, 2011 at 11:51 AM, Israel Hilerio isra...@microsoft.com wrote: On Thursday, October 06, 2011 5:44 PM, Jonas Sicking wrote: Hi All, In both the Firefox and the Chrome implementation you can pass an empty array to IDBDatabase.transaction in order to create a transaction which has

Question about implementing DataTransfer.addElement

2011-10-07 Thread Daniel Cheng
What's the difference between addElement and setDragImage()? The spec says: The difference between setDragImage() and addElement() is that the latter automatically generates the image based on the current rendering of the elements added (potentially keeping it updated as the drag continues,

[IndexedDB] transaction order

2011-10-07 Thread Jonas Sicking
Hi All, There is one edge case regarding transaction scheduling that we'd like to get clarified. As the spec is written, it's clear what the following code should do: trans1 = db.transaction([foo], IDBTransaction.READ_WRITE); trans1.objectStore(foo).put(value 1, mykey); trans2 =

Re: Question about implementing DataTransfer.addElement

2011-10-07 Thread Tab Atkins Jr.
On Fri, Oct 7, 2011 at 2:45 PM, Daniel Cheng dch...@chromium.org wrote: For technical reasons, animating the drag image is non-trivial and not likely to be implemented in the near future, if it is ever implemented. I would think that it's basically identical, technically, to implementing the

[Bug 13717] Clarify that a MessagePort clone, when created, hasn't been transfered, even if it was created as a result of another being transfered. (If any object is listed in transfer more than on

2011-10-07 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13717 Ian 'Hixie' Hickson i...@hixie.ch changed: What|Removed |Added Status|ASSIGNED|RESOLVED

Re: Question about implementing DataTransfer.addElement

2011-10-07 Thread James Robinson
On Fri, Oct 7, 2011 at 2:56 PM, Tab Atkins Jr. jackalm...@gmail.com wrote: On Fri, Oct 7, 2011 at 2:45 PM, Daniel Cheng dch...@chromium.org wrote: For technical reasons, animating the drag image is non-trivial and not likely to be implemented in the near future, if it is ever implemented.

RE: [indexeddb] Change IDBRequest.errorCode property to match new Exception type model

2011-10-07 Thread Israel Hilerio
On Monday, October 03, 2011 7:31 PM, Jonas Sicking wrote: On Mon, Oct 3, 2011 at 5:36 PM, Israel Hilerio isra...@microsoft.com wrote: Jonas, We're removing error code values as part of the new exception type model. This will impact the IDBRequest.errorCode property.  I believe we want

Re: Question about implementing DataTransfer.addElement

2011-10-07 Thread Daniel Cheng
The way drag images work today is we take a snapshot and then hand it off to the system. To support addElement(), we'd need: 1. Some way to detect when that element has changed in visual appearance so we can update the drag image. 2. Some way to actually update the drag image in the middle of a

Re: Question about implementing DataTransfer.addElement

2011-10-07 Thread Tab Atkins Jr.
On Fri, Oct 7, 2011 at 3:18 PM, Daniel Cheng dch...@chromium.org wrote: The way drag images work today is we take a snapshot and then hand it off to the system. To support addElement(), we'd need: 1. Some way to detect when that element has changed in visual appearance so we can update the

RE: [indexeddb] Exception type for NON_TRANSIENT_ERR code

2011-10-07 Thread Israel Hilerio
On Monday, October 03, 2011 7:18 PM, Jonas Sicking wrote: On Mon, Oct 3, 2011 at 4:21 PM, Israel Hilerio isra...@microsoft.com wrote: On Thursday, September 29, 2011 12:04 AM, Jonas Sicking wrote: For several of these I think we can reuse existing DOMExceptions. Here's how I'd map the

RE: [IndexedDB] transaction order

2011-10-07 Thread Israel Hilerio
On Friday, October 07, 2011 2:52 PM, Jonas Sicking wrote: Hi All, There is one edge case regarding transaction scheduling that we'd like to get clarified. As the spec is written, it's clear what the following code should do: trans1 = db.transaction([foo], IDBTransaction.READ_WRITE);

[Bug 14408] New: [IndexedDB] Cursors .key/.primaryKey/.value shouldn't throw as soon as .continue is called

2011-10-07 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14408 Summary: [IndexedDB] Cursors .key/.primaryKey/.value shouldn't throw as soon as .continue is called Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All