[webkit-reviews] review granted: [Bug 74705] IndexedDB: IDBKeyRange constructor should throw when lower > upper : [Attachment 119594] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 09:53:23 PST 2011


Tony Chang <tony at chromium.org> has granted Hans Wennborg <hans at chromium.org>'s
request for review:
Bug 74705: IndexedDB: IDBKeyRange constructor should throw when lower > upper
https://bugs.webkit.org/show_bug.cgi?id=74705

Attachment 119594: Patch
https://bugs.webkit.org/attachment.cgi?id=119594&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=119594&action=review


> LayoutTests/storage/indexeddb/keyrange.html:197
> +    try {
> +	   debug("Equal keys, either of the bounds is open, bound(4, 4, true,
true)");

Maybe add a (4, 4, false, false) test for completeness?


More information about the webkit-reviews mailing list