mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
1353638291
--- dom/base/nsDOMClassInfo.cpp | 9 +++ dom/base/nsDOMClassInfoClasses.h | 1 + dom/bluetooth/BluetoothPairingEvent.cpp | 78 +++++++++++++++++++++++++ dom/bluetooth/BluetoothPairingEvent.h | 70 ++++++++++++++++++++++ dom/bluetooth/Makefile.in | 2 + dom/bluetooth/nsIDOMBluetoothPairingEvent.idl | 15 +++++ 6 files changed, 175 insertions(+), 0 deletions(-) create mode 100644 dom/bluetooth/BluetoothPairingEvent.cpp create mode 100644 dom/bluetooth/BluetoothPairingEvent.h create mode 100644 dom/bluetooth/nsIDOMBluetoothPairingEvent.idl