Eric Chou
|
a7690a8e84
|
Bug 777665 - patch 1: Hook up settings to Bluetooth. r=qdot, sr=mrbkap
|
2012-08-30 14:08:50 +08:00 |
|
David Zbarsky
|
e3dd9b2471
|
Bug 785583 - BluetoothReplyRunnable instantiates nsAutoPtr template in the header r=qdot
|
2012-08-25 12:33:51 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Eric Chou
|
14bcc1f020
|
Bug 783932 - [b2g-bluetooth] Fix wrong textwidth(tw=) value in Mode line, r=qdot
|
2012-08-21 11:21:24 +08:00 |
|
Kyle Machulis
|
5d4d64ab32
|
Bug 768306 - Patch 2: Change BluetoothAdapter initialization to get properties via off main thread blocking calls when creating Adapter object; r=mrbkap
|
2012-08-08 10:47:09 -07:00 |
|
Kyle Machulis
|
77643d12cf
|
Bug 779384: Hook bluetooth up to permissions manager; r=mrbkap
|
2012-08-07 21:10:36 -07:00 |
|
Kyle Machulis
|
6ad35e71c5
|
Backing out 936cfbd263b2, wrong commit message
|
2012-08-07 21:10:25 -07:00 |
|
Kyle Machulis
|
f843cb834f
|
Bug 778384: Hook bluetooth up to permissions manager; r=mrbkap
|
2012-08-07 21:07:57 -07:00 |
|
Kyle Machulis
|
d1592b7a77
|
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 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Kyle Machulis
|
d6a549555c
|
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 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Honza Bambas
|
41779e1714
|
Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium
|
2012-06-12 19:06:20 +02:00 |
|
Kyle Machulis
|
8b8e15f423
|
Bug 744349 - Create message distribution mechanism for DBus Bluetooth Signals; r=cjones
|
2012-06-02 11:23:16 -07:00 |
|
Kyle Machulis
|
dc57c39391
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 21:02:23 -07:00 |
|
Kyle Machulis
|
63d6921b7a
|
Backing out Bug 742044 - Bustage on B2G
|
2012-05-23 18:27:53 -07:00 |
|
Kyle Machulis
|
2c0c44fa04
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 18:21:05 -07:00 |
|
Kyle Machulis
|
eb68ccd524
|
Backing out Bug 742044 - contained extra patches for another bug
|
2012-05-23 18:18:24 -07:00 |
|
Kyle Machulis
|
93aca69abd
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 18:06:36 -07:00 |
|