[Webkit-unassigned] [Bug 85513] IndexedDB: Throw proper exceptions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 15:25:11 PDT 2012


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





--- Comment #1 from Alec Flett <alecflett at chromium.org>  2012-05-25 15:24:16 PST ---
Most of these are straight forward, but I spent some time trying to figure out how easy it would be to support the "Javascript TypeError" requirements in the indexeddb spec - it's kind of a nightmare in WebKit, since it's a JSEngine-specific call. The only way to support these are via additional features in WebIDL. 

there are only 3 in the spec, I suspect we should pushback and/or spin off into a separate bug. The three places are:

1) in open(), the version has to be > 0
2) in advance() the count must be > 0
3) in openCursor() the direction must be one of a small set of valid strings (and for legacy support, also possibly a number between 0 and 3 inclusive

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