Gina Yeh
|
d90d5f9e61
|
Bug 811569 - Patch 2: Support array of nsString in SetJsObject, r=echou
|
2013-01-29 14:52:39 +08:00 |
Gina Yeh
|
c65148f7ec
|
Bug 811569 - Patch 1: Remove unused files in bluetooth, r=echou
|
2013-01-29 14:52:30 +08:00 |
Ed Morley
|
63b3d87e8e
|
Backout 3985cb4da6b6, 55ab9f026dc4, f7ead00b7654 and e2108ea96ae5 for a variety of build failures on a CLOSED TREE
|
2013-01-28 12:19:12 +00:00 |
Eric Chou
|
2f2e057dc2
|
Bug 834551 - Insert BT_LOG at several important check points, r=gyeh
|
2013-01-28 19:23:15 +08:00 |
Trevor Saunders
|
83bcbe0d6b
|
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
|
2013-01-12 07:40:33 -05:00 |
Justin Lebar
|
336e8ead35
|
Bug 819791 - Part 7: Use explicit TArray copy constructors in Bluetooth code. r=qdot
|
2012-12-18 20:16:06 -05:00 |
Olli Pettay
|
c806b877ae
|
Bug 811206, Fix JSHolder drop handling, part 3 (fixes), r=mccr8,khuey
--HG--
extra : rebase_source : 7b2726d2aa7f5764a3c4cb750e5a735728069687
|
2012-11-28 03:37:57 +02:00 |
Eric Chou
|
96d61874a4
|
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 |
Gabriele Svelto
|
44557fe8f0
|
Bug 798123 - Replace the array conversion functions in BluetoothUtils.cpp with those in nsTArrayHelpers.h. r=mrbkap
|
2012-10-18 15:20:54 +02:00 |
Gina Yeh
|
02b6058680
|
Bug 795659 - Final version: Follow-up to bug 795458, r=qdot
|
2012-10-04 11:13:12 +08:00 |
Nathan Froyd
|
a30e1929a4
|
Bug 720768 - add nsDOMEventTargetHelper::DispatchTrustedEvent; r=mounir, sr=smaug
|
2012-09-27 16:11:31 -04:00 |
Eric Chou
|
093b968500
|
Bug 794791 - [b2g-bluetooth] Update Device/Adapter properties table; r=qdot
|
2012-09-27 10:28:19 -07:00 |
Kyle Machulis
|
37b4f391e4
|
Bug 789428: Fix object path setting for BluetoothDevice; r=echou
--HG--
extra : rebase_source : 7712835dfa55640910721f9a04bb4ee48e8168b4
|
2012-09-25 11:48:51 -07:00 |
Gina Yeh
|
225624767b
|
Bug 791650 - Final version: 'Connected' attribute in device should a 2-byte array, r=qdot
|
2012-09-19 11:22:38 +08:00 |
Gina Yeh
|
a8b77def0b
|
Bug 791945 - Final version: Assertion failed when checking type of propertychanged message, r=echou
|
2012-09-19 11:19:45 +08:00 |
Ben Turner
|
9e6221f761
|
Bug 755943 - 'Electrolysize b2g-bluetooth'. r=qDot+cjones.
|
2012-09-13 09:37:14 -07:00 |
Kyle Machulis
|
a1d87b361c
|
Bug 756299: Patch 2 - IPC Socket Creation Functions and Type Additions; r=mrbkap
|
2012-09-05 20:06:20 -07: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 |
Gina Yeh
|
a64c762b16
|
Bug 786596 - v1: get device type information. r=qdot, sr=mrbkap
|
2012-08-30 11:15:35 +08:00 |
Gina Yeh
|
c07731cc1b
|
Bug 783934 - Final Version: Add events onconnected and ondisconnected in BluetoothDevice, r=qdot, sr=mrbkap
|
2012-08-23 14:14:20 +08:00 |
Ehsan Akhgari
|
e368dc9c85
|
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
|
77828a8e5e
|
Bug 783932 - [b2g-bluetooth] Fix wrong textwidth(tw=) value in Mode line, r=qdot
|
2012-08-21 11:21:24 +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 |
Eric Chou
|
b36e1d3b47
|
Backout 4a9ebf972d27 (Bug 730990) because it was checked-in without superreview
|
2012-05-04 07:53:51 +08:00 |
Eric Chou
|
2da532b4e8
|
Bug 730990 - Device object boilerplate for DOM Bluetooth - r=qDot
|
2012-03-23 14:58:12 -07:00 |