Closed
Bug 912948
Opened 11 years ago
Closed 11 years ago
Add support for [EnforceRange] in dictionaries
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: janv, Assigned: bzbarsky)
References
Details
Attachments
(2 files)
2.05 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
8.07 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
It's not a high priority, we use a workaround in temp storage implementation:
dictionary IDBOpenDBOptions
{
// [EnforceRange] unsigned long long version;
long long version;
StorageType storage;
};
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #800566 -
Flags: review?(khuey)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #800567 -
Flags: review?(khuey)
Assignee | ||
Updated•11 years ago
|
Whiteboard: [need review]
Attachment #800566 -
Flags: review?(khuey) → review+
Attachment #800567 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/6355b308f147
https://hg.mozilla.org/integration/mozilla-inbound/rev/bdee33450e30
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla26
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/6355b308f147
https://hg.mozilla.org/mozilla-central/rev/bdee33450e30
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•11 years ago
|
||
wow, that was fast, thanks!
Assignee | ||
Comment 6•11 years ago
|
||
You're welcome. It helped that most of the infrastructure was already there.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•