Bug 128208 - IDB: indexeddb/mozilla/add-twice-failure.html fails
Summary: IDB: indexeddb/mozilla/add-twice-failure.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks: 124521
  Show dependency treegraph
 
Reported: 2014-02-04 13:37 PST by Brady Eidson
Modified: 2014-02-04 16:22 PST (History)
4 users (show)

See Also:


Attachments
Patch v1 (18.95 KB, patch)
2014-02-04 15:13 PST, Brady Eidson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2014-02-04 13:37:19 PST
IDB: indexeddb/mozilla/add-twice-failure.html fails

This is because:
-Adding a record with an already stored key succeeds, when it should fail.
-That failure error should propagate back to the request with the appropriate error code.
Comment 1 Radar WebKit Bug Importer 2014-02-04 13:37:38 PST
<rdar://problem/15982569>
Comment 2 Brady Eidson 2014-02-04 15:13:39 PST
Created attachment 223165 [details]
Patch v1
Comment 3 Brady Eidson 2014-02-04 16:22:26 PST
http://trac.webkit.org/changeset/163417