gecko/dom
Thomas Zimmermann c74b7233b7 Bug 1126720: Implement Bluetooth backend selection; use Bluedroid by default (under bluetooth2/), r=btian
This patch adds proper selection of the Bluetooth backend. The backend
is configurable via environment property 'ro.moz.bluetooth.backend'. The
default value is still Bluedroid.

On systems that are not Android 4.2 or later, the code does not return
a backend. These systems should use BlueZ instead.

This patch is based on bug 1065336, patch [01] and bug 1124565,
patch [01]. It also contains an extra fix in 'moz.build' to set
the pre-processor constant 'MOZ_B2G_BT_DAEMON'.
2015-02-12 10:12:07 +01:00
..
activities
alarm
animation Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
apps Merge inbound to m-c. a=merge 2015-02-10 16:03:15 -05:00
archivereader Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
asmjscache
audiochannel
base Bug 1131199, part 2 - Make PLDHashtInitEntry infallible. r=froydnj 2015-02-11 09:46:40 -08:00
battery
bindings Bug 1127501. Treat external interfaces as only being exposed in Window in Web IDL bindings. r=peterv 2015-02-09 11:42:27 -05:00
bluetooth Bug 1129846 - Handle all used type in PDU explicitly. r=tzimmermann 2015-02-05 15:35:57 +08:00
bluetooth2 Bug 1126720: Implement Bluetooth backend selection; use Bluedroid by default (under bluetooth2/), r=btian 2015-02-12 10:12:07 +01:00
broadcastchannel Bug 1130678 - Fix messaging ordering issue in broadcastchannel tests, r=mchang 2015-02-09 08:33:01 +00:00
browser-element Merge inbound to m-c. a=merge 2015-02-10 16:03:15 -05:00
camera Bug 1131782 - add vendor-specific feature-detection to GonkCameraParameters, r=aosmond 2015-02-12 00:04:58 -05:00
canvas Backout 80a88a3badba for causing bug 1130086. 2015-02-06 11:37:04 -08:00
cellbroadcast
contacts Bug 1087728: Make JS callers of ios.newChannel call ios.newChannel2 in dom/contacts (r=fabrice) 2015-02-05 12:53:45 -08:00
crypto
datastore
devicestorage
downloads
encoding Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz 2015-02-04 18:46:26 +07:00
engineeringmode
events Merge mozilla-central to fx-team 2015-02-11 15:01:53 +01:00
fetch Bug 1125766 - Throw proper error types for TextEncoder(), TextDecoder() and TextDecoder.decode(). r=bz 2015-02-04 18:46:26 +07:00
filehandle Bug 1126593 - Add a global fallible instance, so that using fallible works directly, everywhere. r=njn 2015-02-02 09:56:13 +09:00
filesystem
fmradio
gamepad
geolocation Bug 1114667 - crash in js::VectorToIdArray(JSContext*, JS::AutoIdVector&, JSIdArray**). r=bholley 2015-02-10 18:07:00 +01:00
html Bug 1129732: Part1. Dynamically adjust calculations using timestampoffset. r=mattwoodrow 2015-02-09 23:28:59 +11:00
icc Bug 1123624 - Part 2-3: Add tests for stk system message. r=bevis 2015-02-02 17:20:57 +08:00
identity Bug 1126911 - Fix rest of test suite. r=gabor 2015-02-05 11:07:40 -08:00
imptests
indexedDB Bug 1130541, r=janv. 2015-02-06 15:25:33 -08:00
inputmethod Bug 1131026 Rename nsITextInputProcessor.init() and .initForTests() to .beginInputTransaction() and .beginInputTransactionForTests() r=smaug, sr=smaug 2015-02-10 17:09:29 +09:00
interfaces Backed out changeset 2f31942e18b5 (bug 1127189) 2015-02-09 13:22:25 +01:00
ipc Backed out 6 changesets (bug 1075670) for bustage on a CLOSED TREE 2015-02-11 16:03:06 +01:00
json Bug 1025184 - Make ConstTwoByteChars a Range. r=jandem 2015-02-10 12:52:18 +09:00
jsurl
locales Backed out 4 changesets (bug 671389) for frequent B2G debug test_tcpsocket_client_and_server_basics.html crashes. 2015-02-05 16:48:18 -05:00
manifest
mathml
media Backed out changeset 51adb10f64e9 (bug 1125340) for m2/m3 test failures on a CLOSED TREE 2015-02-11 11:36:26 +01:00
messages Bug 1126119 - Create SystemMessageCache and cache hasPendingMessage in content process. r=fabrice 2015-02-11 11:18:32 +01:00
mobileconnection Bug 1124550 - Part 01: Remove unused code. r=hsinyi 2015-02-03 12:18:19 +08:00
mobileid
mobilemessage
network Bug 1070944 - Part 4: Update and add test cases. r=albert 2015-02-09 10:30:57 +08:00
nfc Bug 1127726 - Cannot receive NDEF from another NFC Peer. r=vchang 2015-01-30 16:10:12 +08:00
notification
offline
payment
permission Bug 1084505 - Fix explicit permission lookup for trusted hosted apps r=fabrice 2015-01-31 11:10:50 -08:00
phonenumberutils
plugins Backed out 6 changesets (bug 1075670) for bustage on a CLOSED TREE 2015-02-11 16:03:06 +01:00
power
presentation
promise
push
quota Bug 1124189 - IndexedDB Unkown Error @ ActorsParent.cpp:414 when calling indexedDB.open; r=bent 2015-02-03 07:29:51 +01:00
requestsync Bug 1131963 - RequestSyncService must use also the task name to identify the correct task, r=fabrice 2015-02-11 15:38:22 +01:00
res
resourcestats
security Back out 3 changesets (bug 1117650) for allowing an ASan mochitest-2 leak exactly like they allowed it on try 2015-02-08 23:07:51 -08:00
settings Bug 1087728: Make JS callers of ios.newChannel call ios.newChannel2 in dom/settings (r=fabrice) 2015-02-05 12:53:32 -08:00
smil Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
speakermanager Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
storage Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
svg Bug 1108887 - Backout part 3 and part 4 of bug 949435 (SVG iframe). r=birtles sr=bzbarsky 2015-02-10 09:14:19 +00:00
system Bug 973543 - Part 2: remove 'removeHostRoutes()' as it is no longer needed. r=echen 2015-02-11 16:01:10 +08:00
telephony Bug 1129402 - Fix IMEI request. r=hsinyi 2015-02-06 14:56:43 +08:00
tests Back out 3 changesets (bug 1117650) for allowing an ASan mochitest-2 leak exactly like they allowed it on try 2015-02-08 23:07:51 -08:00
tethering
time
tv
voicemail
vr
wappush
webidl Merge inbound to m-c. a=merge 2015-02-10 16:03:15 -05:00
wifi Bug 1124507 - Keep WifP2p internal state and send to DOM facing object on init. r=vchang 2015-01-27 19:15:07 +08:00
workers Bug 1131700 - ServiceWorkerManager::CreateServiceWorker should use RuntimeService::GetOrCreateService. r=nsm 2015-02-10 09:58:00 +01:00
xbl Bug 1128110 - Share common operators on pointer-like GC classes; r=sfink 2015-02-04 15:27:00 -08:00
xml Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
xslt Bug 1127201 (attempt 2, part 1) - Replace most NS_ABORT_IF_FALSE calls with MOZ_ASSERT. r=Waldo. 2015-02-09 14:34:50 -08:00
xul Back out changesets 2fcef6b54be7, 2be07829fefc, 66dfe37b8532, df3fcd2be8fd, 0a436bce77a6 (bug 1050035) for causing intermittent crashes and assertion failures. 2015-02-10 14:39:49 -08:00
jar.mn
moz.build