[Bug 9989] New: Is the number of replacement characters supposed to be well-defined? If not this should be explicitly noted. If it is then more detail is required.

2010-06-23 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9989 Summary: Is the number of replacement characters supposed to be well-defined? If not this should be explicitly noted. If it is then more detail is required. Product: WebAppsWG

Re: Updates to File API

2010-06-23 Thread David Levin
On Tue, Jun 22, 2010 at 8:56 PM, Adrian Bateman adria...@microsoft.comwrote: On Tuesday, June 22, 2010 8:40 PM, David Levin wrote: I agree with you Adrian that it makes sense to let the user agent figure out the optimal way of implementing origin and other checks. A logical step from

Re: Updates to File API

2010-06-23 Thread Jian Li
I think encoding the security origin in the URL allows the UAs to do the security origin check in place, without routing through other authority to get the origin information that might cause the check taking long time to finish. If we worry about showing the double schemes in the URL, we can

[Bug 10000] New: Allow expressions in addition to keyPaths when creating indexes

2010-06-23 Thread bugzilla
http://www.w3.org/Bugs/Public/show_bug.cgi?id=1 Summary: Allow expressions in addition to keyPaths when creating indexes Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW

Re: [IndexedDB] Computed indexes

2010-06-23 Thread Jonas Sicking
On Sat, Jun 19, 2010 at 1:05 AM, Jonas Sicking jo...@sicking.cc wrote:  Maybe we could make the global scope be empty when compiling (so variables can't be bound) and executing the function? Yes, we absolutely should. Forgot to mention this. What is the difference between an expressionIndex

[IndexedDB] Atomic schema changes

2010-06-23 Thread Jonas Sicking
Hi All, In bug 9975 comment 1 [1] Nikunj pointed out that it is unclear how to make atomic changes to the schema of a database. For example adding an objectStore and a couple of indexes. While it actually currently is possible, it is quite quirky and so I think we need to find a better solution.