Closed
Bug 710380
Opened 12 years ago
Closed 12 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•12 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•12 years ago
|
||
Comment on attachment 581413 [details] [diff] [review] patch This doesn't apply cleanly anymore
Attachment #581413 -
Flags: review?(jonas)
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #581413 -
Attachment is obsolete: true
Assignee | ||
Comment 4•12 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=7efe88c95944
Assignee | ||
Updated•12 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•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a8be91348c31
Status: NEW → RESOLVED
Closed: 12 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
•