Closed
Bug 884486
Opened 12 years ago
Closed 12 years ago
[CBS] Channel message id 50 not being displayed in Lockscreen
Categories
(Firefox OS Graveyard :: Gaia, defect, P1)
Tracking
(blocking-b2g:leo+, b2g18 fixed, b2g18-v1.0.1 affected, b2g-v1.1hd fixed)
RESOLVED
FIXED
blocking-b2g | leo+ |
People
(Reporter: mschwart, Assigned: mschwart)
References
Details
Attachments
(1 file, 1 obsolete file)
https://bugzilla.mozilla.org/show_bug.cgi?id=828307 changed MCC in nsIDOMMozMobileNetworkInfo to string. The change https://bugzilla.mozilla.org/show_bug.cgi?id=877751 uses the exact comparitor of that String MCC to the Number value defined in http://mxr.mozilla.org/gaia/source/apps/system/test/unit/mobile_operator_test.js#9. The simple fix is to change the BRAZIL_MCC constant to a string.
Updated•12 years ago
|
status-b2g18:
--- → affected
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #764432 -
Flags: review?(yurenju.mozilla)
Attachment #764432 -
Flags: review?(dale)
Attachment #764432 -
Flags: review?(anthony)
Comment 2•12 years ago
|
||
Comment on attachment 764432 [details]
pull request
looks good for me if mobileConnection.voice.network.mcc is always a string.
Attachment #764432 -
Flags: review?(yurenju.mozilla) → review+
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Yuren Ju [:yurenju] from comment #2)
> looks good for me if mobileConnection.voice.network.mcc is always a string.
Yes, see the cited https://bugzilla.mozilla.org/show_bug.cgi?id=828307 for the why or check out the field definition http://mxr.mozilla.org/mozilla-b2g18/source/dom/network/interfaces/nsIDOMMobileConnection.idl#449
Comment 4•12 years ago
|
||
Comment on attachment 764432 [details]
pull request
I'm good with the change but it breaks both the tests and the linter. See my comments in the PR.
Attachment #764432 -
Flags: review?(anthony)
Comment 5•12 years ago
|
||
Comment on attachment 764432 [details]
pull request
Lint and unit test failures need addressed
Attachment #764432 -
Flags: review?(dale) → review-
Assignee | ||
Comment 6•12 years ago
|
||
Addressed lint and test concerns
Attachment #764432 -
Attachment is obsolete: true
Attachment #765084 -
Flags: review?(dale)
Attachment #765084 -
Flags: review?(anthony)
Updated•12 years ago
|
Attachment #765084 -
Flags: review?(dale) → review+
Comment 7•12 years ago
|
||
Comment on attachment 765084 [details]
Pull request
Great, thanks.
Attachment #765084 -
Flags: review?(anthony) → review+
Comment 8•12 years ago
|
||
Sweet, merged in: https://github.com/mozilla-b2g/gaia/commit/56c50dd7b322a95a29882526eb00c9e261e43032
thanks
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
blocking-b2g: leo? → leo+
Assignee | ||
Comment 10•12 years ago
|
||
This bug affects all our release branches so needs to be uplifted to leo and tef.
blocking-b2g: leo+ → tef?
Assignee | ||
Updated•12 years ago
|
status-b2g18-v1.0.1:
--- → affected
Updated•12 years ago
|
blocking-b2g: tef? → leo+
Comment 11•12 years ago
|
||
Uplifted 56c50dd7b322a95a29882526eb00c9e261e43032 to:
v1-train: fbe8ffdbb4b37e845658d89877c701cb9903d162
Comment 12•12 years ago
|
||
v1.1.0hd: fbe8ffdbb4b37e845658d89877c701cb9903d162
status-b2g-v1.1hd:
--- → fixed
Comment 13•12 years ago
|
||
According to comment 10 we need this patch in v1.0.1 to keep everything consistent.
can it be uplifted to v1.0.1?
You need to log in
before you can comment on or make changes to this bug.
Description
•