Ms2ger
|
e5c6be8742
|
Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
|
2013-03-30 10:45:37 +01:00 |
Gina Yeh
|
9b0a35d895
|
Bug 853200 - Remove unused event handlers from idl, r=echou, sr=mrbkap
|
2013-03-28 18:05:58 +08:00 |
Eric Chou
|
af77ac0c72
|
Bug 802590 - patch 1: DOM API change, sr=mrbkap, r=qdot
|
2012-10-19 14:16:13 +08:00 |
Eric Chou
|
f830df680e
|
Bug 794514 - patch 1: Update DOM API, r=qdot, sr=mrbkap
|
2012-09-29 18:26:46 +08:00 |
Kyle Machulis
|
57fc1df8d0
|
Bug 791147: Patch 1 - Make bluetooth pairing replies use DOMRequests; r=bent
|
2012-09-19 16:37:42 -07:00 |
Gina Yeh
|
ceb6558fc1
|
Bug 790133 - Final version: Fire devicecreated event with a BluetoothDevice, r=qdot, sr=mrbkap
|
2012-09-17 14:39:47 +08:00 |
Eric Chou
|
83c230f9c3
|
Backout 5796eacef43c (bug 790133) for B2G compilation failures again
|
2012-09-17 14:15:12 +08:00 |
Gina Yeh
|
15af0d63e0
|
Bug 790133 - Final version: Fire devicecreated event with a BluetoothDevice, r=qdot, sr=mrbkap
|
2012-09-17 13:50:40 +08:00 |
Ed Morley
|
5158da58ec
|
Backout 35c8685ee065 (bug 790133) for B2G compilation failures
|
2012-09-14 10:13:15 +01:00 |
Gina Yeh
|
67c123e2be
|
Bug 790133 - Final version: Fire devicecreated event with a BluetoothDevice, r=qdot, sr=mrbkap
|
2012-09-14 16:54:25 +08:00 |
Kyle Huey
|
3b42fbfcd1
|
Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz
|
2012-08-30 20:45:16 -07:00 |
Eric Chou
|
03b52423d5
|
Bug 730992 - Patch 3: Hooking things up to BluetoothAdapter, r=qdot, sr=mrbkap
---
dom/bluetooth/BluetoothAdapter.cpp | 204 +++++++++++++++++++++++++++++-
dom/bluetooth/BluetoothAdapter.h | 8 ++
dom/bluetooth/nsIDOMBluetoothAdapter.idl | 16 +++-
3 files changed, 224 insertions(+), 4 deletions(-)
|
2012-08-17 18:35:59 +08:00 |
Gina Yeh
|
141b9509a5
|
Bug 777671 - Final version: add function getPairedDevices() in nsIDOMBluetoothAdapter, r=qdot, sr=mrbkap
---
dom/bluetooth/BluetoothAdapter.cpp | 97 +++++++++++++++++++++++++-
dom/bluetooth/BluetoothAdapter.h | 2 +-
dom/bluetooth/BluetoothPropertyContainer.cpp | 32 +--------
dom/bluetooth/BluetoothPropertyContainer.h | 26 +------
dom/bluetooth/BluetoothService.h | 11 ++-
dom/bluetooth/BluetoothUtils.cpp | 48 ++++++++++++-
dom/bluetooth/BluetoothUtils.h | 9 ++-
dom/bluetooth/linux/BluetoothDBusService.cpp | 93 +++++++++++++++++++++++-
dom/bluetooth/linux/BluetoothDBusService.h | 4 +-
dom/bluetooth/nsIDOMBluetoothAdapter.idl | 3 +-
10 files changed, 261 insertions(+), 64 deletions(-)
|
2012-08-17 10:53:45 +08:00 |
Kyle Machulis
|
999cc34e55
|
Bug 761511: Patch 3 - Update Manager/Adapter/Device objects to be BluetoothPropertyObjects, and add class specific setters; r=mrbkap
|
2012-07-31 21:53:04 -07:00 |
Kyle Machulis
|
f8c0d08e82
|
Bug 740744: Asynchronous dbus events for bluetooth, Start/StopDiscovery and device event firing; r=bent sr=mrbkap
|
2012-07-17 20:41:54 -07:00 |
Kyle Machulis
|
d2a38bcf4f
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 21:02:23 -07:00 |
Kyle Machulis
|
4c5554ccb2
|
Backing out Bug 742044 - Bustage on B2G
|
2012-05-23 18:27:53 -07:00 |
Kyle Machulis
|
421f8ec45d
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 18:21:05 -07:00 |
Kyle Machulis
|
c360d390b8
|
Backing out Bug 742044 - contained extra patches for another bug
|
2012-05-23 18:18:24 -07:00 |
Kyle Machulis
|
435352baa4
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 18:06:36 -07:00 |
Eric Chou
|
abf70bea30
|
Bug 731361 - Change bluetooth firmware loading to use a DOMRequest based API. r=bent
|
2012-03-27 19:17:35 -04:00 |
Eric Chou
|
04b3e3c04c
|
Bug 713116 - B2G Bluetooth: Turn bluetooth adapter on/off - r=qDot
|
2012-02-23 16:55:48 +01:00 |
Kyle Machulis
|
d0600c2d50
|
Bug 711601 - B2G Bluetooth Boiler Plate r=bent
|
2012-02-20 16:15:19 +01:00 |
Kyle Machulis
|
aab6a28280
|
Back out bug 711601 (changeset 4c8aa2b0ca1c) due to qemu breakage
|
2012-02-17 15:54:27 -08:00 |
Kyle Machulis
|
2030a8c40f
|
Bug 711601 - Bluetooth Implementation on B2G - patch 1: Boilerplate code for creating navigator.mozBluetooth object. r=bent
|
2012-02-14 17:51:52 -08:00 |