Re: [IndexedDB] Origins and document.domain

2012-06-20 Thread Anne van Kesteren
On Wed, Jun 20, 2012 at 6:06 AM, Kyle Huey wrote: > By my reading, the spec does not clearly specify what the 'origin' should > be.  IDBFactory.open/deleteDatabase say "Let origin be the origin of the > IDBEnvironment used to access this IDBFactory."  The IDL states "Window > implements IDBEnviron

Re: [IndexedDB] Origins and document.domain

2012-06-19 Thread Adam Barth
IndexedDB should ignore document.domain. Adam On Tue, Jun 19, 2012 at 9:06 PM, Kyle Huey wrote: > By my reading, the spec does not clearly specify what the 'origin' should > be.  IDBFactory.open/deleteDatabase say "Let origin be the origin of the > IDBEnvironment used to access this IDBFactory.