Closed
Bug 1046289
Opened 11 years ago
Closed 11 years ago
[NFC] Wrong method called to make a connect after BT pairing
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(blocking-b2g:2.0+, b2g-v2.0 fixed, b2g-v2.1 fixed)
People
(Reporter: kamituel, Assigned: kamituel)
References
Details
Attachments
(1 file)
In nfc_handover_manager.js, after pairing with BT device, the this.doConnect() is being called, while it should be this._doConnect().
This is a bug I (unfortunately) introduced when I was working on bug 948823.
Assignee | ||
Comment 1•11 years ago
|
||
Fix and unit test to ensure this code path is covered.
Attachment #8464951 -
Flags: review?(gweng)
Comment 2•11 years ago
|
||
Comment on attachment 8464951 [details] [review]
Pull request
Simple change and it looks good. However, I notice that there is no CI result. You may wait or re-trigger it and then land the code.
Attachment #8464951 -
Flags: review?(gweng) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Blocks: NFC-Gaia
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
status-b2g-v2.1:
--- → fixed
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 2.1 S1 (1aug)
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8464951 [details] [review]
Pull request
NOTE: Please see https://wiki.mozilla.org/Release_Management/B2G_Landing to better understand the B2G approval process and landings.
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #):
948823
[User impact] if declined:
NFC BT pairing issues
[Testing completed]:
yes
[Risk to taking this patch] (and alternatives if risky):
see user impact
[String changes made]:
no
Attachment #8464951 -
Flags: approval-gaia-v2.0?
Comment 7•11 years ago
|
||
[Blocking Requested - why for this release]:
Carry over of the blocking nomination from the dupe.
blocking-b2g: --- → 2.0?
Updated•11 years ago
|
blocking-b2g: 2.0? → 2.0+
Comment 8•11 years ago
|
||
Comment on attachment 8464951 [details] [review]
Pull request
Given this is already blocking and will autoland, clearing the approval request here.
Attachment #8464951 -
Flags: approval-gaia-v2.0?
Comment 9•11 years ago
|
||
status-b2g-v2.0:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•