[Webkit-unassigned] [Bug 58466] IndexedDB createIndex should fail if name arg is empty string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 14:08:28 PDT 2011


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





--- Comment #2 from Mark Pilgrim <pilgrim at chromium.org>  2011-04-25 14:08:28 PST ---
Created an attachment (id=90942)
 --> (https://bugs.webkit.org/attachment.cgi?id=90942&action=review)
patch + layouttest

Spec says several things can be an empty string, but an index name is not one of them. This is a review-ready patch that throws when trying to call createIndex with a name parameter that is an empty string. Plus a layouttest.

-- 
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