Yoshi Huang
06aa4d5ac5
Bug 1000191 - [NFC] |NfcPeer.sendNDEF| fails on emulator. r=dimi
...
From 33a39097f4d5042ed678564f506a5505573a0a93 Mon Sep 17 00:00:00 2001
---
dom/system/gonk/Nfc.js | 52 +++++++++----------------------------------
dom/system/gonk/nfc_consts.js | 2 --
2 files changed, 10 insertions(+), 44 deletions(-)
2014-04-24 17:05:26 +08:00
Yoshi Huang
0b80f0e8c5
Bug 995101 - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC. r=dimi
2014-04-11 17:49:21 +08:00
"allstars.chh"
ce415f05d8
Bug 970251 - Part 2: Impl. r=dimi
...
From e1c730487df90a5edfe416be9b9219da02652be3 Mon Sep 17 00:00:00 2001
---
dom/nfc/nsNfc.js | 17 +++++++++--
dom/system/gonk/Nfc.js | 35 ++++++++++++++++++++--
dom/system/gonk/NfcContentHelper.js | 48 ++++++++++++++++++++++++++++++-
dom/system/gonk/nsINfcContentHelper.idl | 17 ++++++++++-
4 files changed, 111 insertions(+), 6 deletions(-)
2014-04-15 14:47:42 +08:00
Yoshi Huang
cf1b34a27c
Bug 993891 - B2G NFC: NFC_IPC_MSG_NAMES in Nfc.js is handled twice. r=dimi
2014-04-10 11:43:45 +08:00
Yoshi Huang
2b4332248d
Bug 993893 - B2G NFC: NfcManager APIs will also check nfc-write permission. r=dimi
2014-04-09 17:58:28 +08:00
Thomas Zimmermann
68190901f8
Bug 982126: Set session ID in NFC messages, r=allstars.chh
2014-03-11 15:23:30 +01:00
Yoshi Huang
19806f75f9
Bug 970241 - B2G NFC: Don't enable/disable NFC when nfc.enabled settings changed. r=dimi
2014-02-11 20:34:19 +08:00
Dimi Lee
f5fe52ed3e
Bug 959109 - B2G NFC: Disable NFC when screen is off. r=allstars.chh
2014-01-28 12:14:19 +08:00
Siddartha Pothapragada
dc061fa45e
Bug 959437 - Part 2: Add NotifySendFileStatus to Chrome process. r=allstars.chh
2014-01-15 15:42:49 -08:00
Siddartha Pothapragada
4b4040f3cf
Bug 948870 - Remove App target info from the registered list when the application is killed. r=allstars.chh
2014-01-14 17:43:21 -08:00
Siddartha Pothapragada
68226de907
Bug 933093 - Part 2: Add 'sendFile' implementation to Chrome process. r=yoshi
...
The chrome process is the arbitrator / mediator between the content process that issued the nfc 'sendFile' operation and the system-process (content) that is responsible for performing handover to an alternate carrier(AC).
The chrome process notifies the system process through a 'nfc-manager-send-file' system-message to initiate the handover process.
The system-process subsequently handovers the data to alternate carrier's (AC's : BT / WiFi) 'sendFile' interface.
2013-12-14 00:57:11 -08:00
Dimi Lee
f445874901
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Ryan VanderMeulen
12e918f111
Backed out changeset ac002daf081b (bug 947100) for B2G mochitest-3 orange.
2013-12-11 14:05:37 -05:00
Dimi Lee
0316a3ed9f
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Siddartha Pothapragada
b11a743d9e
Bug 933136 - Part 2: Add support to notify 'onpeerready' and 'onpeerlost' events from Chrome process. r=yoshi
...
Add two new P2P IPC messages 'CheckP2PRegistration' and 'NotifyUserAcceptedP2P'
to establish User Communication on P2P UI from content process to chrome process. These IPC messages are needed to support basic PeerToPeer use cases.
--HG--
extra : rebase_source : 0c0815e9ee873fe017bb6bbc91f3505891533769
2013-12-03 13:22:21 -08:00
Siddartha Pothapragada
f544144e4d
Bug 674741 - Part 4: NFC Chrome Worker. r=yoshi
...
--HG--
extra : rebase_source : 4aee7bf49a45f778d70ce7354c94fd454384cb93
2013-11-05 14:18:56 -08:00