Yoshi Huang
b86a3510c9
Bug 1000499 - JavaScript Error: "this.removeMessageListener is not a function". r=dimi
2014-04-24 11:14:58 +08:00
"allstars.chh"
81aaa2bb6b
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
48264d7a72
Bug 993891 - B2G NFC: NFC_IPC_MSG_NAMES in Nfc.js is handled twice. r=dimi
2014-04-10 11:43:45 +08:00
Siddartha Pothapragada
f71172786b
Bug 993896 - Fire success / error to dom requests based on status received from gonk. r=allstars.chh
2014-04-08 23:17:53 -07:00
Yoshi Huang
1e5774cd89
Bug 987595 - B2G NFC: onpeerready isn't called. r=dimi
2014-03-25 19:14:41 +08:00
Yoshi Huang
c5518fbbbc
Bug 933678 - B2G NFC: Add exposedProps for those objects passed to Gaia. r=dimi
2014-02-20 18:13:40 +08:00
Garner Lee
cec673c139
Bug 964186 - Rename MozNdefRecord to MozNDEFRecord. r=smaug, sr=sicking
...
--HG--
rename : dom/nfc/MozNdefRecord.cpp => dom/nfc/MozNDEFRecord.cpp
rename : dom/nfc/MozNdefRecord.h => dom/nfc/MozNDEFRecord.h
rename : dom/webidl/MozNdefRecord.webidl => dom/webidl/MozNDEFRecord.webidl
2014-01-28 16:20:17 -08:00
Siddartha Pothapragada
fe5700b624
Bug 959437 - Part 2: Add NotifySendFileStatus to Chrome process. r=allstars.chh
2014-01-15 15:42:49 -08:00
Siddartha Pothapragada
0a8edebc6d
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
4f76f0a722
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Ryan VanderMeulen
0124ebf8a6
Backed out changeset ac002daf081b (bug 947100) for B2G mochitest-3 orange.
2013-12-11 14:05:37 -05:00
Dimi Lee
2d9da31424
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Siddartha Pothapragada
f1b8e1f1d2
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
c43016bea3
Bug 674741 - Part 4: NFC Chrome Worker. r=yoshi
...
--HG--
extra : rebase_source : 4aee7bf49a45f778d70ce7354c94fd454384cb93
2013-11-05 14:18:56 -08:00