[Webkit-unassigned] [Bug 58465] IndexedDB createObjectStore should throw if name is null

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 20:11:48 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=58465





--- Comment #6 from Mark Pilgrim <pilgrim at chromium.org>  2011-04-27 20:11:48 PST ---
(In reply to comment #5)
> > LayoutTests/storage/indexeddb/mozilla/create-objectstore-null-name.html:51
> > +    evalAndExpectException("db.createObjectStore(null);", "IDBDatabaseException.CONSTRAINT_ERR");
> 
> It looks like the specific exception isn't dictated.  I'm assuming firefox throws CONSTRAINT_ERR?

I thought so, but upon double-checking, it throws NON_TRANSIENT_ERR instead. Updating patch...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list