Kyle Machulis
|
9ac24e5e11
|
Bug 756299: Patch 2 - IPC Socket Creation Functions and Type Additions; r=mrbkap
|
2012-09-05 20:06:20 -07:00 |
|
Kyle Huey
|
0baaffe99f
|
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
|
61e408ddb7
|
Bug 786596 - v1: get device type information. r=qdot, sr=mrbkap
|
2012-08-30 11:15:35 +08:00 |
|
Gina Yeh
|
db0d9763f3
|
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
|
8c296bbcd4
|
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
|
1f79e5fddf
|
Bug 783932 - [b2g-bluetooth] Fix wrong textwidth(tw=) value in Mode line, r=qdot
|
2012-08-21 11:21:24 +08:00 |
|
Kyle Machulis
|
c834a4fc67
|
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
|
5abbd0bc68
|
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
|
258a838cb7
|
Backout 4a9ebf972d27 (Bug 730990) because it was checked-in without superreview
|
2012-05-04 07:53:51 +08:00 |
|
Mounir Lamouri
|
2831ba033b
|
Bug 739840 - Make nsDOMEventTarget subclasses inherit from nsDOMEventTargetHelper first. r=khuey
|
2012-03-28 10:29:14 -07:00 |
|
Eric Chou
|
aa6940f2c6
|
Bug 730990 - Device object boilerplate for DOM Bluetooth - r=qDot
|
2012-03-23 14:58:12 -07:00 |
|