Closed
Bug 1128621
Opened 8 years ago
Closed 8 years ago
Make Cursor generic
Categories
(Firefox for iOS :: Data Storage, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wesj, Assigned: rnewman)
References
Details
Our current cursors aren't generic and require a bunch of casting. I did that on purpose originally because I wanted to store arrays of Cursor objects, and that wasn't possible with generics. I don't need to do that anytime soon right now though, so I think we can go back to Generic cursors now (and making a bunch of code safer by removing a bunch of casting)
Assignee | ||
Comment 1•8 years ago
|
||
I tackled this this morning as part of DB evolution.
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
OS: Mac OS X → iOS
Hardware: x86 → All
Summary: Make Cursor's Generic → Make Cursor generic
Assignee | ||
Comment 2•8 years ago
|
||
https://github.com/mozilla/firefox-ios/commit/6db9f8b2a2b9f5cd7b74a941f836c14318d378f6
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•