Commit Graph

17671 Commits

Author SHA1 Message Date
Albert Crespell
0d40b444e1 Bug 887699 - Part 3/4 Fix access of websocket channel and TCPSocket to NetworkStats API. r=jduell,gene 2013-10-11 08:54:34 +02:00
Albert Crespell
6157915cf9 Bug 887699 - Part 2/4 Multi SIM implementation. r=gene,jshih 2013-10-08 08:09:58 +02:00
Albert Crespell
1a770989a9 Bug 887699 - Part 1/4 IDL definition. r=jonas,hsinyi 2013-10-15 12:01:16 +02:00
Chuck Lee
c81c6692fc Bug 928223 - 0001. Add function to perform setup for listen socket. r=qDot echou vicamo yoshi 2013-10-25 10:00:22 +08:00
Cervantes Yu
a52fbf4399 Bug 878366: don't send send out messages of PContendPermissionRequest if the managing TabParent is being destroyed. r=bent 2013-10-17 06:25:50 +08:00
Ed Morley
54bdd310c4 Merge mozilla-central and b2g-inbound 2013-10-25 12:12:23 +01:00
Carsten "Tomcat" Book
63e13d3fb3 Merge B2g-inbound to Mozilla-Central 2013-10-25 11:48:38 +02:00
Yura Zenevich
6ef1a2b457 Bug 924896 - [AccessFu] Exposing the type attribute for entries such as search, url, tel, etc. r=eeejay
---
 accessible/src/jsat/OutputGenerator.jsm            | 22 +++++++++++++++++-
 .../tests/mochitest/jsat/test_utterance_order.html | 27 ++++++++++++++++++++++
 .../en-US/chrome/accessibility/AccessFu.properties |  6 +++++
 3 files changed, 54 insertions(+), 1 deletion(-)
2013-10-24 23:21:29 -04:00
Steven Michaud
f8b48d3ced Bug 929686 - Stopgap patch to allow building of CoreLocation stuff with 10.9 SDK. r=spohl 2013-10-24 21:10:10 -05:00
Mike Hommey
1d566f7586 Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
Georgia Wang
7b00539f20 Bug 813042 - Part2: xpcshell test for RILQUIRKS_SEND_STK_PROFILE_DOWNLOAD. r=yoshi 2013-10-23 11:25:12 +08:00
Georgia Wang
3a2ee6f741 Bug 813042 - Part1: Add Ril quirk for REQUEST_STK_SEND_PROFILE. r=yoshi 2013-10-23 11:15:36 +08:00
Georgia Wang
783279d835 Bug 929396 - Message printout error in ComprehensionTlvHelper's decoding function. r=yoshi 2013-10-23 11:53:59 +08:00
Terrence Cole
40bc663533 Bug 929800 - Handlify the structured clone interface; r=sfink,smaug
--HG--
extra : rebase_source : 4f21dd799ad27dc665997d4912996a500ae8a2f2
2013-10-22 17:18:32 -07:00
"allstars.chh"
803819934f Bug 928782 - B2G RIL: 'Import SIM Contact failed' after when Contact is WebIDLized. r=vicamo 2013-10-22 14:57:44 +08:00
Ed Morley
d06f8c1962 Backed out changeset eae783e43ea1 (bug 920551) 2013-10-25 10:52:42 +01:00
Ed Morley
968c50b437 Backed out changeset b9c1e3b97da2 (bug 920551) 2013-10-25 10:52:39 +01:00
Ed Morley
0e68ce0017 Backed out changeset 4e76f41737aa (bug 920551) 2013-10-25 10:52:33 +01:00
Ed Morley
1d3afdf2fd Backed out changeset be4d3ffb4ad0 (bug 920551) 2013-10-25 10:52:30 +01:00
Ed Morley
f37539dd56 Backed out changeset f15f8b139950 (bug 920551) 2013-10-25 10:52:26 +01:00
Ed Morley
3ee489be93 Backed out changeset 44058b66333f (bug 920551) 2013-10-25 10:52:23 +01:00
Ed Morley
e5afc7eee4 Backed out changeset a8ee7948d5cf (bug 920551) 2013-10-25 10:52:20 +01:00
Ed Morley
80e58f1590 Backed out changeset 9302086dcead (bug 920551) 2013-10-25 10:52:17 +01:00
Ed Morley
09e86235f0 Backed out changeset 7e0b33c685c8 (bug 920551) 2013-10-25 10:52:14 +01:00
Ed Morley
720b37bcae Backed out changeset 704e9cae5ed6 (bug 913372) 2013-10-25 10:52:11 +01:00
Ed Morley
c7a643a11f Backed out changeset cfd0b69ef12b (bug 913372) 2013-10-25 10:52:08 +01:00
Ed Morley
354d65a25e Backed out changeset 10ad5c75e102 (bug 913372) 2013-10-25 10:52:05 +01:00
Thomas Zimmermann
7c3cbb1345 Bug 923647: Replace GetDefaultAdapterAdapter by non-blocking implementation, r=echou
GetDefaultAdapter blocks while querying the default Bluetooth
adapter. This patch replaces the function with a non-blocking
call to DBus. The reply is handled in a callback function.

As a side effect, this change also removes an invalid warning in
cases where no default adapter is available, and enabling Bluetooth
seems a bit faster.

--HG--
extra : rebase_source : ad3cbb2ccc8ac98b3c8e6d56e47822da0afb07f1
2013-10-25 09:50:07 +02:00
Gina Yeh
28e8d1ace0 Bug 913372 - Patch 3: Make a queue for active connection requests, r=echou 2013-10-25 14:22:23 +08:00
Gina Yeh
01cef1e215 Bug 913372 - Patch 2: Set mController to null before invoking callback function, r=echou
For each profile manager, we'd like to make sure that the data member of
mController is nulled out before invoking the callback function. Because, in the
callback function, we continue to handle the next connect/disconnect request,
and we'd like to null out mController of previous request before handling the
new one.
2013-10-25 14:21:56 +08:00
Gina Yeh
5e9901a8a6 Bug 913372 - Patch 1: Refine the architecture of BluetoothProfileController, r=echou 2013-10-25 14:20:09 +08:00
Edgar Chen
59d9aa8ab2 Bug 925676 - Part 2: RIL implementation. r=vyang,gene 2013-10-22 18:43:03 +08:00
Edgar Chen
efbd67d792 Bug 925676- Part 1: IDL changes. r=vyang,gene 2013-10-22 17:30:35 +08:00
Vicamo Yang
7c936f30b6 Bug 920551 - 2.j/2: fix GonkGPSGeolocationProvider. r=kanru 2013-10-25 11:07:52 +08:00
Vicamo Yang
5ba8a364b0 Bug 920551 - 2.i/2: fix Bluetooth. r=echou 2013-10-25 11:07:48 +08:00
Vicamo Yang
85ce55ab0a Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey 2013-10-25 11:07:44 +08:00
Vicamo Yang
eb2117f561 Bug 920551 - 2.g/2: fix WAP Push. r=hsinyi,khuey 2013-10-25 11:07:40 +08:00
Vicamo Yang
aa314afac6 Bug 920551 - 2.f/2: fix Voicemail. r=hsinyi,khuey 2013-10-25 11:07:37 +08:00
Vicamo Yang
16b712e932 Bug 920551 - 2.e/2: fix MobileConnection. r=hsinyi,khuey 2013-10-25 11:07:33 +08:00
Vicamo Yang
20124653ee Bug 920551 - 2.d/2: fix ICC. r=hsinyi,khuey 2013-10-25 11:07:26 +08:00
Vicamo Yang
bc4c1e30a7 Bug 920551 - 2.b/2: fix Telephony. r=hsinyi,khuey 2013-10-25 11:07:20 +08:00
Vicamo Yang
bf1f00237e Bug 920551 - 2.a/2: fix MobileMessage. r=gene,khuey 2013-10-25 11:07:16 +08:00
Alive Kuo
224aa35c6c Bug 927310 - dispatch activitydone event from mozbrowser iframe 2013-10-21 19:16:00 +01:00
Vicamo Yang
fe6bb6c92a Bug 926302 - 3/3: test cases. r=hsinyi 2013-10-24 16:15:15 +08:00
Vicamo Yang
d5accb0c72 Bug 926302 - 2.b/3: implementation. r=gene,hsinyi,khuey 2013-10-24 16:15:06 +08:00
Vicamo Yang
a2dff26413 Bug 926302 - 2.a/3: refactor preference/settings names. r=gene 2013-10-24 16:14:59 +08:00
Vicamo Yang
ff080eb1b2 Bug 926302 - 1/3: B2G DSDS - numRadioInterfaces and default service ids. Interface changes. r=hsinyi 2013-10-24 16:14:50 +08:00
Carsten "Tomcat" Book
5b11b4cbda Merge mozilla-inbound to Mozilla-Central 2013-10-24 07:05:29 +02:00
Fabrice Desré
0f64c6b40c Bug 927959 - Cannot preinstall a hosted app with appcache in a SIM customization variant r=ferjm 2013-10-23 16:50:57 -07:00
Terrence Cole
113cfa8375 Bug 930097 - Fix an exact rooting false positive in worker event dispatch; r=bent
--HG--
extra : rebase_source : 8fcffa0b3aa4e381b8fdce6abfd9f05e88829768
2013-10-23 15:32:50 -07:00