Closed
Bug 769805
Opened 11 years ago
Closed 11 years ago
Contacts API broken due to IndexedDB API Change
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: qdot, Assigned: willyaranda)
Details
Attachments
(1 file)
5.95 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
As of http://hg.mozilla.org/mozilla-central/rev/8f307e676f32, nsIDBObjectStore.getAll() is now nsIDBObjectStore.mozGetAll(). This causes API breakage in Contacts.
Assignee | ||
Comment 1•11 years ago
|
||
Boots latest gaia and latest mozilla-central (from hg) correctly
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → willyaranda
Assignee | ||
Updated•11 years ago
|
Attachment #638119 -
Flags: review?(khuey)
Comment on attachment 638119 [details] [diff] [review] Patch Review of attachment 638119 [details] [diff] [review]: ----------------------------------------------------------------- Like the other things that broke, this code really needs tests that run on Tinderbox.
Attachment #638119 -
Flags: review?(khuey) → review+
Flags: in-testsuite?
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3fa201aec652
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•