.. |
gonk
|
Bug 861085 - Enable/Disable Bluetooth based on mozSettings value at startup, r=gyeh, r=qdot
|
2013-04-16 11:02:23 +08:00 |
ipc
|
Bug 861085 - Enable/Disable Bluetooth based on mozSettings value at startup, r=gyeh, r=qdot
|
2013-04-16 11:02:23 +08:00 |
linux
|
Bug 857896 - Convert device property "Connected" into a boolean if bluez returns a two-byte array, r=echou,qdot
|
2013-04-16 11:10:29 +02:00 |
BluetoothAdapter.cpp
|
Bug 862462 - Make sure BluetoothAdapter unroots before destruction; r=mrbkap
|
2013-04-16 14:54:00 -07:00 |
BluetoothAdapter.h
|
Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug
|
2013-04-16 17:16:08 -04:00 |
BluetoothCommon.h
|
Bug 823803 - Add L2CAP/EL2CAP Socket support, r=qdot, r=gyeh
|
2013-04-12 18:45:37 +08:00 |
BluetoothDevice.cpp
|
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/telephony dom/bluetooth directories. r=jwalden
|
2013-04-02 16:06:14 -07:00 |
BluetoothDevice.h
|
Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug
|
2013-04-16 17:16:08 -04:00 |
BluetoothHfpManager.cpp
|
Bug 851046: Patch 9 - Small misc fixes; r=mrbkap
|
2013-04-04 17:56:16 -07:00 |
BluetoothHfpManager.h
|
Bug 851046: Patch 9 - Small misc fixes; r=mrbkap
|
2013-04-04 17:56:16 -07:00 |
BluetoothManager.cpp
|
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/telephony dom/bluetooth directories. r=jwalden
|
2013-04-02 16:06:14 -07:00 |
BluetoothManager.h
|
Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug
|
2013-04-16 17:16:08 -04:00 |
BluetoothOppManager.cpp
|
Bug 823803 - Manage two server sockets (RFCOMM/EL2CAP) in BluetoothOppManager, r=mrbkap, r=gyeh
|
2013-04-12 18:45:39 +08:00 |
BluetoothOppManager.h
|
Bug 823803 - Manage two server sockets (RFCOMM/EL2CAP) in BluetoothOppManager, r=mrbkap, r=gyeh
|
2013-04-12 18:45:39 +08:00 |
BluetoothPropertyContainer.cpp
|
Bug 834590 - Cache adapter path in BluetoothService, r=echou
|
2013-03-15 15:15:47 +08:00 |
BluetoothPropertyContainer.h
|
|
|
BluetoothReplyRunnable.cpp
|
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/telephony dom/bluetooth directories. r=jwalden
|
2013-04-02 16:06:14 -07:00 |
BluetoothReplyRunnable.h
|
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/telephony dom/bluetooth directories. r=jwalden
|
2013-04-02 16:06:14 -07:00 |
BluetoothScoManager.cpp
|
Bug 859727 - Should set force to FORCE_NONE after Sco is disconnected, r=echou
|
2013-04-12 16:27:21 +08:00 |
BluetoothScoManager.h
|
Bug 851046: Patch 9 - Small misc fixes; r=mrbkap
|
2013-04-04 17:56:16 -07:00 |
BluetoothService.cpp
|
Bug 861085 - Enable/Disable Bluetooth based on mozSettings value at startup, r=gyeh, r=qdot
|
2013-04-16 11:02:23 +08:00 |
BluetoothService.h
|
Bug 861085 - Enable/Disable Bluetooth based on mozSettings value at startup, r=gyeh, r=qdot
|
2013-04-16 11:02:23 +08:00 |
BluetoothSocket.cpp
|
Bug 851046: Patch 8 - Add BluetoothSocket* as an argument of callback functions in BluetoothSocketObserver; r=mrbkap
|
2013-04-04 17:55:55 -07:00 |
BluetoothSocket.h
|
Bug 851046: Patch 2 - New Class: BluetoothSocket; r=mrbkap
|
2013-04-04 17:52:12 -07:00 |
BluetoothSocketObserver.h
|
Bug 851046: Patch 8 - Add BluetoothSocket* as an argument of callback functions in BluetoothSocketObserver; r=mrbkap
|
2013-04-04 17:55:55 -07:00 |
BluetoothTelephonyListener.cpp
|
Bug 834160 - Part 5/7: fix Telephony. r=smaug, f=htsai
|
2013-03-06 17:53:23 +08:00 |
BluetoothTelephonyListener.h
|
Bug 834160 - Part 5/7: fix Telephony. r=smaug, f=htsai
|
2013-03-06 17:53:23 +08:00 |
BluetoothUnixSocketConnector.cpp
|
Bug 861980 - Change sockopt length to be a socklen_t; r=echou
|
2013-04-16 14:54:00 -07:00 |
BluetoothUnixSocketConnector.h
|
Bug 843868: Change sockaddr* to be a union of all possible sockaddr types; r=tzimmermann
|
2013-03-19 10:23:47 -07:00 |
BluetoothUtils.cpp
|
Bug 842186 - Replace use of jsval with JS::Value in h and cpp files in the dom/telephony dom/bluetooth directories. r=jwalden
|
2013-04-02 16:06:14 -07:00 |
BluetoothUtils.h
|
Bug 811569 - Patch 2: Support array of nsString in SetJsObject, r=echou
|
2013-01-29 14:52:39 +08:00 |
BluetoothUuid.cpp
|
Bug 811946 - remove annoying compiler warnings and define a more structured interface for Bluetooth uuid, r=qdot
|
2012-11-27 14:12:19 +08:00 |
BluetoothUuid.h
|
Bug 823803 - Add L2CAP/EL2CAP Socket support, r=qdot, r=gyeh
|
2013-04-12 18:45:37 +08:00 |
Makefile.in
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
moz.build
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
nsIDOMBluetoothAdapter.idl
|
Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
|
2013-03-30 10:45:37 +01:00 |
nsIDOMBluetoothDevice.idl
|
Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
|
2013-03-30 10:45:37 +01:00 |
nsIDOMBluetoothDeviceEvent.idl
|
Bug 823107 - Make nsIDOMEvent::SetTrusted return void; r=smaug
|
2012-12-22 09:18:08 +01:00 |
nsIDOMBluetoothManager.idl
|
Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
|
2013-03-30 10:45:37 +01:00 |
nsIDOMNavigatorBluetooth.idl
|
Bug 783932 - [b2g-bluetooth] Fix wrong textwidth(tw=) value in Mode line, r=qdot
|
2012-08-21 11:21:24 +08:00 |
ObexBase.cpp
|
Bug 823427 - Remove unnecessary buffer in ObexBase.cpp, r=gyeh, r=dholbert
|
2012-12-21 19:03:42 +08:00 |
ObexBase.h
|
Bug 823427 - Remove unnecessary buffer in ObexBase.cpp, r=gyeh, r=dholbert
|
2012-12-21 19:03:42 +08:00 |