Closed
Bug 618134
Opened 15 years ago
Closed 15 years ago
IndexedDB: Rename cursor types to comply with spec changes
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | betaN+ |
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
Details
Attachments
(1 file)
49.60 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
Spec changed, openCursor is now openKeyCursor, openObjectCursor is now OpenCursor.
Comment 1•15 years ago
|
||
This is part of the last set of bugs we've deemed necessary in order to ship
2.0, blocking beta9.
blocking2.0: ? → beta9+
Assignee | ||
Comment 2•15 years ago
|
||
Attachment #497046 -
Flags: review?(jonas)
Comment on attachment 497046 [details] [diff] [review]
Patch, v1
For future reference, you don't need to actually change the iid on interfaces when just renaming functions.
Attachment #497046 -
Flags: review?(jonas) → review+
Comment 4•15 years ago
|
||
(In reply to comment #3)
> For future reference, you don't need to actually change the iid on interfaces
> when just renaming functions.
Why not? Isn't the iid for binary compat, which renaming functions would break?
Renaming functions doesn't break binary compat
Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
As per today's meeting, beta 9 will be a time-based release. Marking these all betaN+. Please move it back to beta9+ if you believe it MUST be in the next beta (ie: trunk is in an unshippable state without this)
blocking2.0: beta9+ → betaN+
Component: DOM → DOM: IndexedDB
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•