Commit Graph

559 Commits

Author SHA1 Message Date
Shian-Yow Wu
dafad69130 Bug 762426 - B2G network manager: support multiple simultaneously connected network interfaces. r=philikon 2012-08-30 13:57:33 -03:00
Yoshi Huang
c32f685556 Bug 786816 - (b2g-stk) B2G RIL: Don't send Terminal Response in advance. r=philikon 2012-08-29 16:56:00 -03:00
Yoshi Huang
ba544f7c66 Bug 786809 - (b2g-stk) B2G RIL: typo in Stk. r=philikon. 2012-08-29 15:00:59 -03:00
Vincent Chang
9907b4e85b Bug 735547 - Support Wifi/USB Tethering, Part 3: NetworkManager. r=philikon 2012-08-30 03:27:08 +08:00
Vincent Chang
a897bbaeb8 Bug 735547 - Support Wifi/USB Tethering, Part 1: netd IPC. r=bent 2012-08-30 04:35:53 +08:00
Yoshi Huang
36c5f43d7e Bug 786701 : B2G RIL : refactor reading MSISDN. r=vicamo 2012-08-28 13:08:05 -03:00
Hubert Figuière
e13e75dd37 Bug 777145 - B2G Network Manager: support navigator.onLine / online / offline events. r=philikon 2012-07-27 15:21:23 -07:00
Yoshi Huang
fc9413a022 Bug 778679 - (b2g-stk) B2G RIL: Handle RIL_UNSOL_STK_EVENT_NOTIFY. r=philikon 2012-07-27 18:36:34 +08:00
Michael Vines
1f2b2fd4ef Bug 786468 - Support alternate nsIRadioInterfaceLayer implementations. r=philikon,mrbkap 2012-08-31 10:59:27 -07:00
Yoshi Huang
be12963ee9 Bug 786694 - Part 2: Error callback. r=philikon 2012-08-28 17:22:12 -03:00
Yoshi Huang
0d5ed3806b Bug 786694 - Part 1: Import 2G SIM Contacts. r=philikon 2012-08-28 15:53:57 -03:00
Hsin-Yi Tsai
f451fe0258 Bug 787423 - B2G RIL: gSystemMessenger is not defined. r=philikon 2012-08-31 22:45:32 +08:00
Cervantes Yu
61595ae851 Bug 711315 - Reset ril states on rild restart in ril worker. r=philikon 2012-08-22 19:16:49 +08:00
Hsin-Yi Tsai
10e756fd10 Bug 782488 - Use system messages to notify incoming telephony events. r=philikon 2012-08-31 11:06:42 +08:00
Yoshi Huang
2e356cd0f7 Bug 787175 - B2G RIL: Use system messages to notify proactive commands. r=philikon 2012-08-30 23:00:13 -03:00
Yoshi Huang
eda0230151 Bug 744714 - Part 3: RIL implementation. r=philikon 2012-04-10 20:04:27 +08:00
Jose Antonio Olivera Ortega
19da3610f0 Bug 785095 - B2G RIL - Error fetching records for ICC cards with RIL_APPTYPE_SIM = 1. r=philikon 2012-08-28 20:05:34 +02:00
Philipp von Weitershausen
248cabbd76 Bug 786020 - B2G RIL: get rid of NETWORK_STATE_SUSPENDED. r=marshall_law 2012-08-28 11:37:43 -03:00
Philipp von Weitershausen
b80c091040 Bug 785947 - B2G RIL: I accidentally a typo in the message manager refactoring. r=qDot 2012-08-27 15:27:37 -03:00
Philipp von Weitershausen
f47e2a9937 Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
2012-08-27 11:13:02 -03:00
Shian-Yow Wu
a25a281392 Bug 785620 - B2G RIL: datacall.dns is null. r=philikon 2012-08-25 22:29:07 -04:00
David Rajchenbach-Teller
e03c0a038d Bug 761138 - Create/remove directories (constants). r=froydnj 2012-08-24 16:18:15 -04:00
Nathan Froyd
4c779437cc Bug 783357 - part 1: add XPIDL_FLAGS to make idl dependencies more explicit; r=khuey 2012-08-24 16:01:30 -04:00
Luke Wagner
ce71e55555 Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
2012-08-21 18:42:53 -07:00
David Rajchenbach-Teller
537d283f95 Bug 775588 - Do not define a special directory if it doesn't exist. r=khuey
--HG--
extra : rebase_source : 19432a51e503201248a1e402fcdceefe2dfcf7d4
2012-08-22 16:58:09 -04:00
David Rajchenbach-Teller
56cc07bc9e Bug 775588 - Expose path to tmpdir, profiledir in OS.Constants and make sure that weird loaders that violate loading order do not segfault. r=khuey
--HG--
extra : rebase_source : 26df2463b84dd60ca50cc9c280f226ee692d2f4e
2012-08-22 16:58:08 -04: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
Hsin-Yi Tsai
730cd761d3 Bug 777202 - RadioInterfaceLayer broadcasts request responses to all content processes. r=philikon 2012-08-17 11:46:34 +08:00
Hsin-Yi Tsai
f77317f667 Bug 782778 - [WebAPI] WebTelephony: Receive 'connected' call event twice for the same call. r=philikon 2012-08-15 16:10:09 +08:00
Yoshi Huang
226247f651 Bug 783150 - B2G RIL: Fetch ICC Record only when SIM_READY. r=vicamo 2012-08-10 14:55:08 +08:00
Vicamo Yang
55faef4dd3 Bug 780558 - B2G RIL: expose cell LAC/CID - Part 2: RIL implementation, r=philikon 2012-08-16 09:36:56 +08:00
Steven Lee
23dca1a089 Bug 779149 - [Dialer] Audio does not go through headset. r=mwu 2012-08-15 21:00:50 -04:00
Jose Antonio Olivera Ortega
20fd320408 Bug 774114 - B2G RIL: Refactor the way of handling RIL_REQUEST_{ENTER_*, CHANGE_*} responses. r=philikon 2012-08-15 09:49:12 -07:00
Phil Ringnalda
e683918b13 Backout cfba38edc205, cec9aff342dc, a154933f2bef (bug 780558) for mochitest-3 bustage 2012-08-14 22:19:28 -07:00
Vicamo Yang
6321d28af0 Bug 780558 - B2G RIL: expose cell LAC/CID - Part 2: RIL implementation, r=philikon 2012-08-15 12:35:46 +08:00
Shian-Yow Wu
82c519a7c0 Bug 767375 - B2G network manager: expose IP Information of network interfaces (implementation). r=philikon 2012-08-13 21:54:42 -04:00
Shian-Yow Wu
3345c89acf Bug 767375 - B2G network manager: expose IP Information of network interfaces (IDL). r=philikon 2012-08-13 21:54:42 -04:00
Dave Hylands
8536b115b8 Bug 781978 - Automounter should initialize ums.mode to zero. r=gwagner
From 5eb48be9af695ac2135b8508edb8a4b1e83acb56 Mon Sep 17 00:00:00 2001
 r=gwagner
---
 dom/system/gonk/AutoMounter.cpp        |   19 ++++++++++++++++---
 dom/system/gonk/AutoMounterSetting.cpp |    7 +++++--
 dom/system/gonk/Volume.cpp             |   12 +++++++++---
 dom/system/gonk/nsVolumeService.cpp    |   11 +++++++++--
 4 files changed, 39 insertions(+), 10 deletions(-)
2012-08-08 15:44:59 -07:00
Hsin-Yi Tsai
f9c1deb51e Bug 777899 - speakerphone toggles off on answer call. r=philikon 2012-08-09 11:40:35 +08:00
Hsin-Yi Tsai
9accce1733 Bug 781756 - B2G RIL: no GECKO_MOBILE_CONNECTION_STATE_UNKNOWN. r=philikon 2012-08-10 16:16:31 +08:00
vliu
fa92bb6b0d Bug 777123 - B2G RIL: move quirk detection to config/build time. r=philikon 2012-08-12 18:35:39 -07:00
Yoshi Huang
d9d76e64a1 Bug 780825 - Part 2: xpcshell tests. r=vicamo 2012-08-09 14:04:40 +08:00
Yoshi Huang
c6026ab580 Bug 780825 - Part 1: Read 0x81 and 0x82 UCS2 String on UICC. r=vicamo 2012-08-08 12:20:54 +08:00
Yoshi Huang
876c8b8a30 Bug 779885 - Part 2: xpcshell tests. r=vicamo 2012-08-07 15:04:10 +08:00
Yoshi Huang
56673d0eca Bug 779885 - Part 1: Revised readAlphaIdentifier. r=vicamo 2012-08-06 12:24:07 +08:00
Dave Hylands
d78074857a Bug 777259 - Launch VolumeService earlier to prevent races on retrieving Volume information 2012-08-09 20:40:05 -07:00
Dave Hylands
b394c88f97 Bug 780693 - IPC VolumeManager on Gonk. r=bent 2012-08-03 16:48:58 -07:00
Ryan VanderMeulen
361311d7f6 Backout 1844cc5b131a (bug 775588) for suspected Linux Cipc orange on a CLOSED TREE. 2012-08-08 19:14:08 -04:00
David Rajchenbach-Teller
ea8b9eba28 Bug 775588 - Expose tmpdir, profiledir paths in OS.Constants and make sure that weird loaders that violate loading order do not segfault. r=khuey 2012-08-08 15:11:40 -04:00
Philipp von Weitershausen
da6f5f6d44 Bug 777057 - MobileConnection: expose whether or not the radio is searching. r=marshall_law sr=sicking 2012-08-07 12:11:48 -07:00
Dave Hylands
ec90cabd18 Bug 780670 - Added some error reporting to nsVolumeService r=dougt 2012-08-06 14:32:29 -07:00
Philipp von Weitershausen
05189ba15b Bug 779621 - B2G RIL: Give message.type a better name to avoid conflicts. r=marshall_law 2012-08-06 14:28:03 -07:00
Yoshi Huang
10a0e64feb Bug 780063 - B2G RIL : ICC lock cannot work on Otoro. r=vicamo 2012-08-03 10:28:15 +08:00
David Rajchenbach-Teller
9dc5b3731c Bug 780498 - Add OS.Constants.libc.COPYFILE_MOVE. r=yoric 2012-08-05 20:12:58 -04:00
Mike Hommey
c1b35e7b2a Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Dave Hylands
2edc2cb2b1 Bug 780042 - nsVolumeService should use nsCOMPtr instead of nsRefPtr for nsIObserverService, r=dougt 2012-08-02 17:28:59 -07:00
Jose Antonio Olivera Ortega
c3743e08dd Bug 740640 - B2G 3G: Support HTTP proxy. r=philikon 2012-08-01 07:55:43 -07:00
Jose Antonio Olivera Ortega
d2633e6695 Bug 776294 - B2G 3G: Configure APN settings through SettingsService. r=philikon 2012-08-01 07:54:04 -07:00
Yoshi Huang
2f43fde306 Bug 771440 - Part 2: ICC IO. r=vicamo 2012-07-27 14:54:03 +08:00
Yoshi Huang
7645bf9d7c Bug 771440 - Part 1: GET_IMSI. r=vicamo 2012-07-24 16:13:23 +08:00
Aryeh Gregor
2e7996f8d1 Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan 2012-07-27 16:59:29 +03:00
Aryeh Gregor
57c0ad57fb Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Hsin-Yi Tsai
62f91c6e6c Bug 775375 - B2G 3G: Handle B2G restarts (let's be honest, crashes) gracefully. r=philikon 2012-07-26 12:13:49 +08:00
Shian-Yow Wu
9dd8b92315 Bug 777284 - B2G 3G: Sometimes toggling off data call failed. r=philikon 2012-07-27 10:51:54 +08:00
Ryan VanderMeulen
c8a8317e5a Backout 75e0a5a581bb (bug 775588) due to bustage. 2012-07-26 21:34:36 -04:00
David Rajchenbach-Teller
81d5d86224 Bug 775588 - Expose tmpdir and profiledir. r=khuey 2012-07-26 21:17:23 -04:00
Kan-Ru Chen
800ece8d65 Bug 777597 - Add more check to GonkGPSGeolocationProvider. r=dougt 2012-07-27 06:50:27 +08:00
Yoshi Huang
70ba2fc3c5 Bug 777668 - B2G RIL: EF_PATH_DF_PHONEBOOK not defined. r=vicamo 2012-07-26 18:18:24 +08:00
Dave Hylands
1d6ff2af6a Bug 777431 - Disable settingschange logging for the volume. r=cjones
From e2b4eedc27fee58d678766a85baade53629ae780 Mon Sep 17 00:00:00 2001
 manager
---
 dom/system/gonk/AutoMounterSetting.cpp |    2 --
 1 file changed, 2 deletions(-)
2012-07-25 11:32:27 -07:00
Yoshi Huang
bd8532d76e Bug 776480 - B2G RIL: missing handler for ipc message 'RIL:GetRadioState. r=philikon 2012-07-24 15:15:25 +08:00
Philipp von Weitershausen
116ec83c1e Bug 766862 - B2G RIL: GET_SIM_STATUS Failed on Otoro 2012-07-24 14:47:50 +08:00
Hsin-Yi Tsai
858cb70a91 Bug 765231 - Telephony: Implement dialEmergency() to limit call to emergency numbers. r=philikon 2012-07-20 20:08:24 +08:00
Joshua Cranmer
e1cdfe2f05 Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
--HG--
extra : rebase_source : a0b4bc50fece36d9a90fed61431635948bfa33b5
2012-07-06 15:14:07 -05:00
Tim Taubert
f390acaf01 merge m-c to fx-team 2012-07-22 10:38:00 +02:00
Tim Taubert
34296cb130 Bug 766194 - OSFileConstants for Windows stat;r=taras 2012-07-21 19:47:59 +02:00
David Rajchenbach-Teller
cb25c97871 Bug 766194 - OSFileConstants for Unix stat;r=taras 2012-07-21 19:46:03 +02:00
Marshall Culpepper
fc0032e7fb Bug 773068 - Part 3: RIL implementation of SIM EF_MBDN. r=vicamo 2012-07-20 20:19:38 -04:00
Dave Hylands
ae6c8942c1 [PATCH] Bug 776146 - Turn off VolumeService Test by default
From 23941571a3c2cd5290e6deacdce40bbad927053c Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/VolumeServiceTest.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
2012-07-20 18:44:32 -04:00
Olli Pettay
c992398490 Bug 765163 - Implement code generator for simple DOM events, r=jst,khuey 2012-07-20 19:42:08 +03:00
Ed Morley
4e8827ab36 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-20 14:32:04 +01:00
Gervase Markham
69110ab2b1 Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0. 2012-07-20 10:10:44 +01:00
Philipp von Weitershausen
8a438dbb0a Bug 775359 - B2G 3G: Keep track of data call state. r=marshall_law 2012-07-19 16:56:57 -07:00
Marshall Culpepper
2dbd17493f Bug 736710 - Part 2: RIL implementation of SMS Message Waiting Indicator. r=vicamo 2012-07-19 11:27:08 +08:00
Marshall Culpepper
d0968d69ef Bug 736710 - Part 1: Voicemail API IDLs. sr=sicking 2012-07-19 11:26:49 +08:00
Hsin-Yi Tsai
3bf1d15dc5 Bug 768608 - test failure: dom/telephony/test/marionette/*.js | ScriptTimeoutException: timed out. r=philikon 2012-07-18 13:52:59 +08:00
Ehsan Akhgari
96d03cb0d8 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more dom parts); r=bzbarsky 2012-07-11 00:14:37 -04: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
Kan-Ru Chen
acd7e3ab27 Bug 715788 - Add A-GPS support for gonk. r=dougt 2012-07-16 20:38:46 -04:00
Kan-Ru Chen
24d054b9ba Bug 715788 - Refactor static functions to static member functions. r=dougt 2012-07-16 20:38:46 -04:00
vliu
9e41d03265 Bug 773167 - Otoro: 3G Data Call fail on ICS. r=philikon 2012-07-16 14:52:40 -07:00
Dave Hylands
4a5d5f6ab6 Bug 766324 - Add a volume IDL to make volumes scriptable r=qdot 2012-07-16 12:38:18 -04:00
Dave Hylands
9202edd8d9 Bug 766296 - Make AutoMounter notice SD Card insertion and removal r=qdot 2012-07-16 12:38:18 -04:00
Dave Hylands
16ed5ee6d0 Bug 764228: Add Volume event notifications r=qDot 2012-07-16 12:38:18 -04:00
Oleg Romashin
67550e9505 Bug 770754 - Allow build Qt mobility without maemo define. r=dougt 2012-07-09 20:53:17 -04:00
Nathan Froyd
5b30baa4c3 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Landry Breuil
fd5fc01ba6 Bug 764436 - remove DT_WHT constant, it's unused and not standardized. r=yoric 2012-07-08 21:32:04 +02:00
David Rajchenbach-Teller
4c58089086 Bug 771087 - Fix warnings. r=yoric 2012-07-05 21:08:02 -04:00
Ehsan Akhgari
64a248714a Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more xpcom and gonk parts); r=jrmuizel 2012-06-19 23:41:56 -04:00
David Rajchenbach-Teller
e92b9b77c4 Bug 764436 - Directory-related constants;r=taras 2012-07-05 10:20:38 +02:00
David Rajchenbach-Teller
b3fa3efa9e Bug 750178 - Companion test suite. r=khuey 2012-07-04 08:30:58 -04:00
David Rajchenbach-Teller
133a568dc8 Bug 750178 - Expose OS.Constants as an xpcom component. r=khuey 2012-07-04 08:30:58 -04:00
David Rajchenbach-Teller
71d6109c3a Bug 769658 - Companion test suite. r=khuey 2012-07-03 18:40:53 -04:00
David Rajchenbach-Teller
a1e021d2a3 Bug 769658 - Split OS.Constants.Sys and OS.Constants.Path. r=khuey 2012-07-03 18:40:53 -04:00
David Rajchenbach-Teller
0e3011a823 Bug 763848 - Companion test suite. r=khuey 2012-06-28 21:56:53 -04:00
David Rajchenbach-Teller
3bef5b4043 Bug 763848 - Expose the path to libxul at OS.Constants.Sys. r=khuey 2012-06-28 21:56:30 -04:00
David Rajchenbach-Teller
433579930c Bug 768381 - OS.Constants.Sys.Version should be OS.Constants.Sys.Name. r=yoric 2012-06-27 20:15:33 -04:00
David Rajchenbach-Teller
6fc136bb62 Bug 768381 - Size of type mode_t depends on the platform. r=yoric 2012-06-27 20:15:33 -04:00
Yoshi Huang
da8355ae95 Bug 768428 - B2G RIL: REQUEST_GET_IMSI doesn't have response on Akami. r=philikon 2012-06-26 17:34:15 +02:00
Kan-Ru Chen
5faa23cf85 Bug 766866 - Save data call information in data call object. r=philikon
--HG--
extra : rebase_source : b4500466d39f94b8c5168afbf81a07246d4e1d07
2012-06-26 14:49:52 +08:00
Kan-Ru Chen
c090454a94 Bug 766891 - Remove nsIRadioInterfaceLayer.DATACALL_STATE_* r=philikon
--HG--
extra : rebase_source : ffecde9ccdeed162f6fa7faf48215a251e996e0f
2012-06-26 14:43:22 +08:00
David Rajchenbach Teller
6af315b491 Bug 767021 - Add missing constants. r=yoric 2012-06-22 20:24:27 -04:00
Kan-Ru Chen
4c59816c48 Backout edbb25e71396 (bug 766891) for b2g bustage 2012-06-22 15:11:11 +08:00
Kan-Ru Chen
a324885f84 Bug 766870 - Simplify nsIRILDataCallback.dataCallStateChanged interface. r=philikon 2012-06-22 13:53:12 +08:00
Kan-Ru Chen
41b229245b Bug 766891 - Sync nsIRadioInterfaceLayer.DATACALL_STATE_* with ril_consts.js. r=philikon 2012-06-21 16:29:34 +08:00
Hsinyi Tsai
0b4d16a434 Bug 766273 - B2G telephony on Otoro: Can't hang up dialing call. r=philikon 2012-06-20 18:52:51 +08:00
Hsin-Yi Tsai
3c5a6200be Backout a054d74dea39(Bug 766273) due to missing r= in comments 2012-06-22 10:22:39 +08:00
Hsinyi Tsai
e6c4d3d56b Bug 766273 - B2G telephony on Otoro: Can't hang up dialing call 2012-06-20 18:52:51 +08:00
Jose Antonio Olivera Ortega
8baeb268b3 Bug 753170 - B2G 3G: Expose state information through WebMobileConnection. r=philikon 2012-06-21 17:22:47 -07:00
David Rajchenbach-Teller
7e7a8fb1f1 Bug 709771 - Exporting OS name to JS; r=khuey 2012-06-21 12:58:25 -07:00
vliu
e1725eddb0 Bug 764378 - RIL: sometimes RIL model was not detected. r=philikon 2012-06-21 11:58:19 -07:00
Marshall Culpepper
5ca3356f21 Bug 766002: Added more graceful state handling when the network operator is unregistered (NULL). r=philikon 2012-06-21 11:57:56 -07:00
Philipp von Weitershausen
f6d9972a3e Bug 763160 - [Otoro]: 3G Data Call connect fail. r=vicamo 2012-06-21 15:31:21 +08:00
Vicamo Yang
651ef39bbc Bug 740238: use null SMSC by default, r=philikon 2012-06-21 10:48:47 +08:00
Kan-Ru Chen
aac6a1f897 Bug 762425 - Always reconfigure network if found connected interface. r=philikon 2012-06-20 16:21:24 +08:00
Hsinyi Tsai
e7f1e67061 Bug 761533 - WebTelephony: busy event is never fired. r=philikon 2012-06-18 17:51:11 +08:00
Marshall Culpepper
c17419d620 Bug 759637: Initial implementation of MobileConnection network selection APIs. r=philikon sr=sicking 2012-06-19 15:52:06 -07:00
Yoshi Huang
6f3e0ca39e Bug 762760 - Part 2: RIL implementation. r=philikon 2012-06-13 10:46:41 +08:00
Yoshi Huang
bb1eb60f51 Back out 421ed10b0e81(Bug 762760 - Part 2) for wrong Bug number in comment 2012-06-19 16:57:12 +08:00
Yoshi Huang
49ff131916 Bug 767620 - Part 2: RIL implementation. r=philikon 2012-06-13 10:46:41 +08:00
Yoshi Huang
4bf631fbd2 Bug 762760 - Part 1: IDL. r=philikon 2012-06-11 14:50:13 +08:00
Ehsan Akhgari
30e49b6b7c Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky 2012-06-14 22:31:55 -04:00
Landry Breuil
84afe7d36b Bug 767876 - copyfile is an OSX-only api. r=yoric 2012-06-17 17:49:30 +02:00
David Rajchenbach-Teller
e88a2fc0db Bug 747876 - Additional constants for Unix copy;r=khuey 2012-06-15 17:22:31 +02:00
David Rajchenbach-Teller
b0114e6588 Bug 747876 - Additional constants for Windows;r=khuey 2012-06-15 17:22:21 +02:00
Marshall Culpepper
b663591e5d Bug 761482 - Rename MobileOperatorInfo to MobileNetworkInfo for consistency and update MobileConnectionInfo.network to use the new MobileNetworkInfo type. r=philikon sr=sicking 2012-06-12 17:05:50 -04:00
Olli Pettay
94414ed431 Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst 2012-06-10 21:14:30 +03:00
Fernando Jiménez
5ecdfabb61 Bug 734145 - B2G RIL: Support USSD codes. Part 2: RIL. r=philikon 2012-06-09 17:07:18 -04:00
Doug Turner
a67548c064 Bug 759989 - Add test to ensure device sensors are shutdown when listeners are removed. r=smaug 2012-06-07 10:58:33 -07:00
Michael Wu
e0da220472 Bug 758498 - Add extra debugging for DHCP failures, r=philikon 2012-05-24 23:38:57 -04:00
Dave Hylands
305db376b7 Bug 760347 - nsDeviceSensor.cpp ASSERTs in debug builds for light sensors. r=dougt 2012-06-05 14:41:22 -07:00
Doug Turner
7e382355db Backout of 2f4307a63c18 - Bug 759989. 2012-06-04 12:22:23 -07:00
Doug Turner
43f94a70d5 Bug 759989 - Add test to ensure device sensors are shutdown when listeners are removed. r=smaug 2012-06-04 10:23:18 -07:00
Vicamo Yang
38ea403816 Bug 744360 - Part 2: add WapPushManager, r=philikon 2012-06-04 13:04:28 +08:00
Kan-Ru Chen
93ffb86ae0 Bug 752649 - Fill empty GPS callbacks. r=dougt 2012-06-04 11:17:43 +08:00
Kyle Machulis
e43e1e8665 Bug 744349 - Create message distribution mechanism for DBus Bluetooth Signals; r=cjones 2012-06-02 11:23:16 -07:00
Tom Schuster
6fdcc6686a Bug 752226 - Remove JSVAL_IS_OBJECT from the jsapi. r=dmandelin
--HG--
extra : rebase_source : 0943efd64ddf199a4cef12072239302408e5aae5
2012-06-02 20:15:38 +02:00
Marshall Culpepper
1cb858d01e Bug 744344 - B2G RIL: Add DOM API for getting the list of available networks. r=philikon sr=sicking
Also added a new MobileOperatorInfo type that exposes operator name, MNC, MCC, and operator/network status, and accompanying emulator Marionette tests.
2012-06-01 14:10:39 -07:00
Jose Antonio Olivera Ortega
553ac7c088 Bug 757852 - B2G Emergency Calls: Make them work on ICS. r=philikon 2012-06-01 14:10:00 -07:00
Yoshi Huang
606953e33c Bug 738558: B2G RIL: get cell location and cell id in processRegistrationState in ril_worker.js. r=philikon 2012-05-31 13:31:56 +08:00
Fernando Rodríguez Sela
ab924316bb Bug 744453 - B2G RIL: Network Friendly / APN connection retry policy. r=philikon 2012-06-01 14:09:59 -07:00
Marco Bonardo
dba992d00b Backout 795990989746, ab1f122c4b1a, 429f20288742, 472671930994, 90465173c7e3, 743ebe50e914, b7c14c8eec98, 1deabba3bef5 (bug 749856), a704675ff365, 3dbfcccc583c (bug 744360) for xpcshell failure 2012-06-01 11:57:37 +02:00
Vicamo Yang
e988796ba3 Bug 744360 - Part 2: add WapPushManager, r=philikon 2012-06-01 16:38:31 +08:00
Philipp von Weitershausen
5cdf5a7848 Bug 758466 - B2G RIL: ensure radio state and 'ril.radio.disabled' setting value are known before modifying the radio state. r=qDot 2012-05-25 10:37:37 -07:00
Dave Hylands
5dd15716d8 Bug 737153 - Enable mounting storage through USB from a host machine - Hook up VolumeManager and AutoMounter, sr=cjones r=qDot 2012-05-24 21:04:32 -07:00
Dave Hylands
7cbc07a2bb Bug 737153 - Enable mounting storage through USB from a host machine - Add the AutoMounter, sr=cjones r=qDot 2012-05-24 21:03:34 -07:00
Dave Hylands
74faafb767 Bug 737153 - Enable mounting storage through USB from a host machine - Add the VolumeManager, sr=cjones r=qDot 2012-05-24 21:03:07 -07:00
Vicamo Yang
8792134f26 Bug 753034: add readSwappedNibbleBcdString for complex GSM address. r=philikon 2012-05-24 15:38:33 -07:00
Yoshi Huang
2ead05328c Bug 754018 - B2G RIL: Read SIM contacts. r=philikon 2012-05-07 11:53:42 -07:00
Jose Antonio Olivera Ortega
29c0801c89 Bug 744709 - B2G RIL: control radio power via Settings API. r=philikon 2012-05-23 22:12:07 -07:00
Guillermo López
56921c5bf1 Bug 743370 - B2G RIL: Removing SIM card results in endless "connecting..." message. r=philikon 2012-05-23 10:21:06 +02:00
Yoshi Huang
2b2547ff75 Bug 757512 - B2G RIL: SIM Card Lock DOM Requests don't properly clean up. r=philikon 2012-05-23 11:36:15 +08:00
Kyle Machulis
5ea07200ba Bug 756389 - B2G Bluetooth: unexpected crash in DBusThread::StopEventLoop; r=cjones 2012-05-23 18:21:42 -07:00
Kyle Machulis
1f76f17d72 Backing out Bug 742044 - contained extra patches for another bug 2012-05-23 18:18:24 -07:00
Kyle Machulis
a3821f7a1b Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent 2012-05-23 18:06:36 -07:00
Yoshi Huang
8fdf9ac6a9 Bug 731786 - B2G RIL: Support SIM cards that require PIN codes. r=philikon sr=sicking 2012-04-12 12:01:49 +08:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Ms2ger
5a68e74435 Bug 754968 - Part c: Make BindingUtils.h not require private xpconnect headers; r=bholley 2012-05-18 10:29:40 +02:00
Fernando Jiménez
45c3573b95 Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 8 - RadioLayerInterface; r=philikon 2012-05-17 12:42:39 -07:00
Doug Turner
6314665ed6 Bug 751663 - followup to fix extra unneeded assigniment. r=smaug 2012-05-17 08:20:06 -07:00
Doug Turner
8313ba6d13 Bug 751663 - Implement new device proximity like event that fires only when the screen is close to the user's face. r=smaug 2012-05-16 13:27:54 -07:00
Jacek Caban
9a884625c2 Bug 754795 - OSFileConstants.cpp fails to compile on mingw-w64 r=dteller 2012-05-15 12:17:05 +02:00
Yoshi Huang
79d28c091c Bug 754777 - B2G RIL: Add a Helper to read String delimiters. r=philikon 2012-05-14 14:45:13 +08:00
Hsin-Yi Tsai
94aab0cece Bug 749794 - B2G telephony: need to reset audio state when phone call ends. r=philikon 2012-05-14 21:13:06 -07:00
Hsin-Yi Tsai
cb50af8651 Bug 746496 - B2G telephony: update the audio system for incoming calls and holding calls. r=philikon 2012-05-14 21:13:06 -07:00
Price Tseng
dba2ec4c4a Bug 712944 - B2G telephony: ensure error scenarios are covered. r=philikon 2012-05-14 21:13:06 -07:00
Vicamo Yang
418a560592 Bug 753012 - B2G SMS: wrong calculated encoding value for dcs = 0xF?. r=philikon 2012-05-14 21:13:06 -07:00
David Rajchenbach-Teller
d1a60b3772 Bug 754209 - ifdefing away some constants when building with VC9. r=neil 2012-05-11 12:05:36 +02:00
David Rajchenbach-Teller
16253d7e0f Bug 747872 - Exporting Win constants to JS. r=khuey 2012-05-09 12:05:22 +02:00
Fabien Cazenave
9db18efdec Bug 753612 - Properly close wifi connection so 3G-data can get its own route. r=mrbkap,philipp 2012-05-11 13:05:51 -07:00
Ryan VanderMeulen
358d353bb9 Backout dfeab3d52e14 (bug 747872) due to Windows red. r=SmokeyTheBear 2012-05-09 19:27:10 -04:00
David Rajchenbach-Teller
f6467c051e Bug 747872 - Export Win constants to JS. r=khuey 2012-05-09 12:05:22 +02:00
David Rajchenbach-Teller
e6457109ef Bug 739740 - Export libc constants to JS. r=khuey 2012-05-09 12:00:48 +02:00
Chris Jones
f42499d38d Bug 745145, part 0b: Ensure that the gonk system workers are never started in content processes. (The real patch.) r=philikon 2012-05-05 20:22:53 -07:00
Kyle Machulis
62f7fdaa73 Bug 753085: Desktop m-c does not compile with enable-b2g-ril on and enable-b2g-bt off; r=mwu 2012-05-08 13:47:19 -07:00
Ryan VanderMeulen
3dff13f360 Re-land the patch for bug 732639 after a b2g clobber. 2012-05-07 17:50:25 -04:00
Ryan VanderMeulen
c704b93e25 Backout 7a8607523522 (bug 732639) due to bustage. r=Boot2Fail 2012-05-07 17:21:01 -04:00
Kyle Machulis
4dee4af461 Bug 732639: Create event loop thread for bluetooth dbus on gonk/linux; r=cjones 2012-05-07 14:04:59 -07:00
Ms2ger
9a5ae693e0 Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley 2012-05-05 11:00:05 +02:00
Doug Turner
9eaa2d7486 Bug 738465 - implement device light sensor. r=smaug 2012-05-02 09:43:45 -07:00
Doug Turner
f158836867 Bug 738131 - implement device proximity. r=smaug
* * *
Bug 738131 - implement device proximity. gonk implementation. r=mwu
2012-05-02 09:43:45 -07:00
Doug Turner
a1daa94a8b Bug 740473 - Preference to disable device sensors. r=smaug 2012-05-02 09:43:45 -07:00
Ryan VanderMeulen
4392d08bb5 Back out b5fd22efe23d (bug 739740) due to bustage. r=TryFTW 2012-05-03 18:51:14 -04:00
David Rajchenbach-Teller
e67cd24a59 Bug 739740 - Export libc constants to JS. r=khuey,glandium 2012-04-30 12:14:38 +02:00
Philipp von Weitershausen
f3d6e83abe Bug 750592 - B2G RIL: only enable RILQUIRKS_CALLSTATE_EXTRA_UINT32 on SGS2 gingerbread. r=qDot 2012-05-02 16:32:46 -07:00
Jose Antonio Olivera Ortega
e56f9d260f Bug 714973 - Add emergency calls to RIL's state machine. r=philikon 2012-05-02 16:32:46 -07:00
Yoshi Huang
6156b26ac4 Bug 750161 - B2G RIL: typo in cardstatechange event. r=philikon 2012-04-30 13:11:59 +08:00
Michael Wu
9566de2846 Bug 749080 - Make AudioManager.cpp build again, r=cjones 2012-04-30 14:10:48 -04:00
Vicamo Yang
bce94d5a03 Bug 748667 - B2G SMS: can't receive normal SMS, message.header is undefined. r=philikon
--HG--
extra : rebase_source : 0fccacf5bb7747a96d420e65389f4b3f6fb81ad8
2012-04-25 19:34:18 -07:00
Jose Antonio Olivera Ortega
fca221b635 Bug 741862 - B2G 3G: Settings API hookup. r=philikon a=b2g-only 2012-04-24 17:46:42 -03:00
Hsin-Yi Tsai
b6798783e8 Bug 743008 - WebTelephony: support multiprocess. r=philikon a=b2g-only 2012-04-24 12:44:42 -03:00