[Webkit-unassigned] [Bug 60022] IndexedDB open (database) should fail if name is null
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 3 17:23:58 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60022
--- Comment #4 from David Grogan <dgrogan at chromium.org> 2011-05-03 17:23:58 PST ---
(From update of attachment 92073)
View in context: https://bugs.webkit.org/attachment.cgi?id=92073&action=review
unofficial r+
> Source/WebCore/storage/IDBFactory.cpp:71
> + if (name.isNull()) {
Mark, do you want to file a w3 bug saying that the spec should be updated to reflect throwing NON_TRANSIENT_ERR in this case?
> Source/WebCore/storage/IDBFactory.idl:31
> + [CallWith=ScriptExecutionContext] IDBRequest open(in [ConvertNullToNullString] DOMString name)
Tony, do you know if [ConvertNullToNullString] has downsides that might have caused it to be omitted initially?
--
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