Closed
Bug 710380
Opened 13 years ago
Closed 13 years ago
IndexedDB could use the tool from bug 709569 for dictionaries
Categories
(Core :: Storage: IndexedDB, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: smaug, Assigned: smaug)
References
Details
Attachments
(1 file, 1 obsolete file)
10.47 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
This passes IndexedDB tests.
I believe !JSVAL_IS_NULL(aOptions) checks are wrong in the ifs, but I decided to
not change them, so the behavior should stay the same.
I did this change to figure out whether the tool in bug 709569 works
with this case.
Attachment #581413 -
Flags: review?(jonas)
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 581413 [details] [diff] [review]
patch
This doesn't apply cleanly anymore
Attachment #581413 -
Flags: review?(jonas)
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #581413 -
Attachment is obsolete: true
Assignee | ||
Comment 4•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #584332 -
Flags: review?(khuey)
Comment on attachment 584332 [details] [diff] [review]
up-to-date
Review of attachment 584332 [details] [diff] [review]:
-----------------------------------------------------------------
Beautiful.
Attachment #584332 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Component: DOM → DOM: IndexedDB
You need to log in
before you can comment on or make changes to this bug.
Description
•