Closed
Bug 1037354
Opened 10 years ago
Closed 10 years ago
Remove the obsolete references to the TelephonyCall.number and TelephonyCall.secondNumber fields
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect)
Tracking
(b2g-v2.2 fixed)
RESOLVED
FIXED
2.1 S6 (10oct)
Tracking | Status | |
---|---|---|
b2g-v2.2 | --- | fixed |
People
(Reporter: gsvelto, Assigned: drs)
References
Details
(Whiteboard: [planned-sprint c=1])
Attachments
(1 file, 4 obsolete files)
+++ This bug was initially created as a clone of Bug #1005766 +++
Bug 981519 replaced TelephonyCall.number and TelephonyCall.secondNumber with TelephonyCall.id and TelephonyCall.secondId. In bug 1005766 we landed some compatibility glue in Gaia to ensure the callscreen would work with both. Now that the Gecko change has stuck it's time to remove the use of the obsolete fields from Gaia.
Reporter | ||
Updated•10 years ago
|
Summary: Remove the references to the TelephonyCall.number → Remove the obsolete references to the TelephonyCall.number and TelephonyCall.secondNumber fields
Updated•10 years ago
|
Blocks: dialer-most-wanted
Assignee | ||
Updated•10 years ago
|
Whiteboard: [planned-sprint]
Target Milestone: --- → 2.1 S6 (10oct)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → drs+bugzilla
Whiteboard: [planned-sprint] → [planned-sprint c=1]
Assignee | ||
Comment 1•10 years ago
|
||
PR: https://github.com/mozilla-b2g/gaia/pull/24541
Etienne, feel free to redirect the dialer component to Gabriele. I thought it would make more sense for you to just review the whole thing since this is such a small and clear change.
Attachment #8497298 -
Flags: review?(etienne)
Comment 2•10 years ago
|
||
Comment on attachment 8497298 [details] [diff] [review]
Remove the obsolete references to the TelephonyCall.number and TelephonyCall.secondNumber fields.
Review of attachment 8497298 [details] [diff] [review]:
-----------------------------------------------------------------
r=me with the remaining |secondNumber| references in |dialer.js| (and |dialer_test.js|) fixed (cdma stuff, might have been broken for a while...)
Attachment #8497298 -
Flags: review?(etienne) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Yikes, good catch. I didn't think that was referring to a TelephonyCall object. Carrying r+.
Attachment #8497298 -
Attachment is obsolete: true
Attachment #8497647 -
Flags: review+
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
(In reply to Etienne Segonzac (:etienne) from comment #2)
> Comment on attachment 8497298 [details] [diff] [review]
> Remove the obsolete references to the TelephonyCall.number and
> TelephonyCall.secondNumber fields.
>
> Review of attachment 8497298 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> r=me with the remaining |secondNumber| references in |dialer.js| (and
> |dialer_test.js|) fixed (cdma stuff, might have been broken for a while...)
Thanks for being thorough on this. Unfortunately, I should have tested this, as it was wrong, and it is actually a different object. Here's a followup to back out that portion of the changes.
PR: https://github.com/mozilla-b2g/gaia/pull/24579
Attachment #8497681 -
Flags: review?(thills)
Assignee | ||
Updated•10 years ago
|
Attachment #8497681 -
Flags: review?(thills)
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8497681 -
Attachment is obsolete: true
Attachment #8497696 -
Flags: review?(gsvelto)
Assignee | ||
Comment 7•10 years ago
|
||
Backed out of master: https://github.com/mozilla-b2g/gaia/commit/023674ab6fe8daa74fb623cda5274e396146ec47
Assignee | ||
Comment 8•10 years ago
|
||
PR: https://github.com/mozilla-b2g/gaia/pull/24589
Sorry about the trainwreck here. This is a rollup of the original fix and the followup. I did manual testing this time.
Attachment #8497647 -
Attachment is obsolete: true
Attachment #8497696 -
Attachment is obsolete: true
Attachment #8497696 -
Flags: review?(gsvelto)
Attachment #8497914 -
Flags: review?(etienne)
Comment 9•10 years ago
|
||
Comment on attachment 8497914 [details] [diff] [review]
Remove the obsolete references to the TelephonyCall.number and TelephonyCall.secondNumber fields.
Review of attachment 8497914 [details] [diff] [review]:
-----------------------------------------------------------------
triple-checked
Attachment #8497914 -
Flags: review?(etienne) → review+
Assignee | ||
Comment 10•10 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•