Bug 46362 - IndexedDB shouldn't crash on invalid index names
Summary: IndexedDB shouldn't crash on invalid index names
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Jeremy Orlow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-23 09:34 PDT by Jeremy Orlow
Modified: 2010-09-23 10:33 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.66 KB, patch)
2010-09-23 09:38 PDT, Jeremy Orlow
no flags Details | Formatted Diff | Diff
Patch (5.25 KB, patch)
2010-09-23 09:59 PDT, Jeremy Orlow
steveblock: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Orlow 2010-09-23 09:34:10 PDT
IndexedDB shouldn't crash on invalid index names
Comment 1 Jeremy Orlow 2010-09-23 09:38:43 PDT
Created attachment 68529 [details]
Patch
Comment 2 Andrei Popescu 2010-09-23 09:54:59 PDT
>  ASSERT(m_transactions.contains(transaction->id()));


You need to rebase.
Comment 3 Jeremy Orlow 2010-09-23 09:59:51 PDT
Created attachment 68536 [details]
Patch
Comment 4 Steve Block 2010-09-23 10:01:16 PDT
Comment on attachment 68536 [details]
Patch

r=me
Comment 5 Jeremy Orlow 2010-09-23 10:33:13 PDT
Committed r68161: <http://trac.webkit.org/changeset/68161>