Birunthan Mohanathas
|
016d46e5f3
|
Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c") . r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
504b581650
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04:00 |
|
Ben Tian
|
b42332e388
|
Bug 995061 - Patch 1/2: [bluedroid] define and apply macro to append named value in profile managers, r=echou
|
2014-04-11 11:52:44 +08:00 |
|
Shawn Huang
|
2406f1830e
|
Bug 951634: Add TimerCallback in Profile Controller, r=gyeh
|
2014-01-29 19:13:10 +08:00 |
|
Ben Tian
|
dd16b6a00e
|
Bug 972732 - Patch 1/2: Remove bluez/linux and bluedroid/gonk folders, r=echou
--HG--
rename : dom/bluetooth/bluedroid/gonk/BluetoothServiceBluedroid.cpp => dom/bluetooth/bluedroid/BluetoothServiceBluedroid.cpp
rename : dom/bluetooth/bluedroid/gonk/BluetoothServiceBluedroid.h => dom/bluetooth/bluedroid/BluetoothServiceBluedroid.h
rename : dom/bluetooth/bluez/linux/BluetoothDBusService.cpp => dom/bluetooth/bluez/BluetoothDBusService.cpp
rename : dom/bluetooth/bluez/linux/BluetoothDBusService.h => dom/bluetooth/bluez/BluetoothDBusService.h
|
2014-02-25 10:38:51 +08:00 |
|
Eric Chou
|
b095e499cf
|
Bug 962310 - Support in-process bt file transfer, f=bent, r=gyeh
Currently if an app which lives in chrome process calls SendFile()
to send a file via Bluetooth, it would crash.
|
2014-02-11 10:07:23 +08:00 |
|
Kyle Huey
|
b468137875
|
Bug 965498 - Don't lose an already_AddRefed<T> and leak blobs in bluetooth. r=qdot
|
2014-01-29 17:03:51 -05:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Ben Tian
|
b30d9c1665
|
Bug 947870 - Assertion in BluetoothOppManager::CreateFile (bluedroid), r=echou
|
2013-12-23 16:47:12 +08:00 |
|
Jamin Liu
|
bdb4e62641
|
Bug 932490 - Fix the buffer overflows of OBEX packet. r=echou
|
2013-12-11 09:53:24 -05:00 |
|
Eric Chou
|
083ca04c04
|
Bug 947870 - Avoid assertion on receiving files via Bluetooth, r=gyeh
|
2013-12-11 13:17:34 +08:00 |
|
Ben Tian
|
15a244dc81
|
Bug 946555 - Remove unused functions in BluetoothService classes and some warnings, r=echou
|
2013-12-06 12:20:07 +08:00 |
|
Eric Chou
|
03f4d1a518
|
Bug 947060 - Don't go through bonding procedure while transferring files via OPP, r=gyeh
|
2013-12-09 17:43:15 +08:00 |
|
Eric Chou
|
e4bc76a74b
|
Bug 932496 - Add length check to prevent from memory pollusion, r=gyeh
|
2013-12-06 16:23:35 +08:00 |
|
Ben Tian
|
2983de1747
|
Bug 945193 - Print function name in bluetooth logs, r=echou
|
2013-12-02 18:50:23 +08:00 |
|
Ben Tian
|
ef469db7a2
|
Bug 944592 - Re-implement BluetoothOppManager::Disconnect(), r=echou
|
2013-11-29 14:13:40 +08:00 |
|
Ben Tian
|
a21c6b6e29
|
Bug 915533 - Patch 2/2: [bludroid OPP] BluetoothSocket, r=echou
|
2013-12-02 10:39:58 +08:00 |
|
Ben Tian
|
47bb7aa534
|
Bug 915533 - Patch 1/2: [bludroid OPP] Move files, r=echou
|
2013-11-29 14:18:04 +08:00 |
|
Carsten "Tomcat" Book
|
4f1cc24db3
|
Backed out changeset 2faed81ad05f (bug 915533) for Build Bustage
|
2013-12-02 08:53:30 +01:00 |
|
Carsten "Tomcat" Book
|
47a9fe8e52
|
Backed out changeset 22ad4bbd595d (bug 915533) for Build Bustage
|
2013-12-02 08:53:16 +01:00 |
|
Ben Tian
|
2e7c598429
|
Bug 915533 - Patch 2/2: [bludroid OPP] BluetoothSocket, r=echou
|
2013-12-02 10:39:58 +08:00 |
|
Ben Tian
|
eeaacaa8cf
|
Bug 915533 - Patch 1/2: [bludroid OPP] Move files, r=echou
|
2013-11-29 14:18:04 +08:00 |
|