Closed
Bug 784075
Opened 13 years ago
Closed 13 years ago
Contacts API: DB upgrade error
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: gwagner, Assigned: gwagner)
References
Details
Attachments
(1 file)
2.43 KB,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
There might be some error in the recently added upgrade schema code:
E/GeckoConsole( 313): [JavaScript Error: "[Exception... "'TypeError: cursor.value.properties.impp is null' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "native frame :: :: :: line 0" data: no]"]
E/GeckoConsole( 313): Content JS ERROR at app://contacts.gaiamobile.org/js/contacts.js:914 in onerror: Error saving contact
Assignee | ||
Updated•13 years ago
|
blocking-basecamp: --- → ?
Comment 1•13 years ago
|
||
Gregor, will this only affect current testers?
Assignee | ||
Comment 2•13 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #1)
> Gregor, will this only affect current testers?
Yes, but it is still scary to have some DB upgrade code in there that might be wrong.
Comment 3•13 years ago
|
||
(In reply to Gregor Wagner [:gwagner] from comment #2)
> (In reply to Andrew Overholt [:overholt] from comment #1)
> > Gregor, will this only affect current testers?
>
> Yes, but it is still scary to have some DB upgrade code in there that might
> be wrong.
I agree, but is it scary enough that we'd hold the release until we fixed it?
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #3)
> (In reply to Gregor Wagner [:gwagner] from comment #2)
> > (In reply to Andrew Overholt [:overholt] from comment #1)
> > > Gregor, will this only affect current testers?
> >
> > Yes, but it is still scary to have some DB upgrade code in there that might
> > be wrong.
>
> I agree, but is it scary enough that we'd hold the release until we fixed it?
I would say yes.
If we are in production and just copy and paste existing code we can loose all contacts of a phone.
Updated•13 years ago
|
blocking-basecamp: ? → +
Assignee | ||
Comment 5•13 years ago
|
||
Assignee | ||
Updated•13 years ago
|
Attachment #657273 -
Flags: review?(bent.mozilla)
Updated•13 years ago
|
Attachment #657273 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•