Closed
Bug 1121840
Opened 11 years ago
Closed 11 years ago
Use Cu.cloneInto for the result of NFCTag.transceive
Categories
(Firefox OS Graveyard :: NFC, defect)
Tracking
(firefox36 wontfix, firefox37 wontfix, firefox38 fixed, b2g-v2.2 fixed, b2g-master fixed)
RESOLVED
FIXED
2.2 S4 (23jan)
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
(Whiteboard: [p=1])
Attachments
(1 file)
|
2.71 KB,
patch
|
dimi
:
review+
bajaj
:
approval-mozilla-b2g37+
|
Details | Diff | Splinter Review |
Just like Bug 1120862, transceive also has the same problem
isoDep.transceive().then(result => {..})
Error : permission defined to access property 'then'.
So we should use Cu.cloneInto to converting the Uint8Array.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8549410 -
Flags: review?(dlee)
Updated•11 years ago
|
Attachment #8549410 -
Flags: review?(dlee) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Whiteboard: [p=1]
Target Milestone: --- → 2.2 S4 (23jan)
| Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8549410 [details] [diff] [review]
Patch.
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 #):
Bug 1109456
User impact if declined:
Calling MozNFCTag.transceive could trigger Error.
Testing completed:
Manually.
Risk to taking this patch (and alternatives if risky):
No.
String or UUID changes made by this patch:
No.
Attachment #8549410 -
Flags: approval-mozilla-b2g37?
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Attachment #8549410 -
Flags: approval-mozilla-b2g37? → approval-mozilla-b2g37+
Comment 5•11 years ago
|
||
status-b2g-v2.2:
--- → fixed
status-b2g-master:
--- → fixed
status-firefox36:
--- → wontfix
status-firefox37:
--- → wontfix
status-firefox38:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•