Граф коммитов

2914 Коммитов

Автор SHA1 Сообщение Дата
Jan de Mooij 731f441d6e Bug 1177892 part 1 - Remove BOOLEAN_TO_JSVAL and STRING_TO_JSVAL. r=evilpie
--HG--
extra : rebase_source : f7ae63c351c82516e7db48a12c4cfb2048a81805
2015-06-30 11:20:56 -07:00
Nathan Froyd 974d8120f2 Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
This conversion was done with the script:

  find . -name '*.cpp' -o -name '*.h' -o -name '*.mm' -o -name '*.idl' | \
    egrep -v 'cairo-win32-refptr.h|RefPtr.h|TestRefPtr.cpp' | \
    xargs sed -i -e 's/mozilla::TemporaryRef</already_AddRefed</g' \
                 -e 's/TemporaryRef</already_AddRefed</g'

Manual fixups were performed in the following instances:

- We handled mfbt/RefPtr.h manually so as to not convert TemporaryRef itself
  into already_AddRefed.

- The following files had explicit Move() calls added to make up for the lack
  of a copy constructor on already_AddRefed:

  dom/base/ImageEncoder.cpp
  dom/media/MediaTaskQueue.{h,cpp}
  dom/media/webaudio/PannerNode.cpp

- A redundant overload for MediaTaskQueue::Dispatch was deleted.

- A few manual fixups were required in mfbt/tests/TestRefPtr.cpp.

- Comments, using declarations, and forward declarations relating to
  TemporaryRef in dom/canvas/ and gfx/layers/ were changed to refer to
  already_AddRefed.
2015-06-17 10:00:52 -04:00
Jan de Mooij 976586cb5f Bug 1177825 - Remove JSVAL_* constants. r=evilpie 2015-06-29 18:36:44 -07:00
Dave Hylands dcb2ffc9b5 Bug 1167090 - Fix MTP date and time queried through getObjectInfo. r=alchen 2015-06-25 23:55:32 -07:00
Jessica Jong b121d4a6e9 Bug 1173671 - just warn if we fail to remove old default routes. r=echen
--HG--
extra : commitid : Iipe6WgeqJn
2015-06-18 14:53:47 +08:00
Jocelyn Liu 0d4e05f63a Bug 1167064 - Patch1: Switch to bluetooth APIv2. r=shuang 2015-06-16 09:38:50 +08:00
Shawn Huang 434fcb6904 Backed out changesets 0832ffdd8144 for Bug 1167064 2015-06-15 19:05:03 +08:00
Jocelyn Liu 3ded2db982 Bug 1167064 - Patch1: Switch to bluetooth APIv2. r=shuang 2015-06-15 17:11:35 +08:00
Wes Kocher 8127240e63 Merge b2ginbound to central, a=merge 2015-06-11 17:37:23 -07:00
Dimi Lee 4a8e2edd09 Bug 1168959 - Memory-safety bugs in NetworkUtils.cpp generally. r=fabrice
--HG--
extra : rebase_source : 8cc3567b977fe24af86c6a37b79b376b7b6ce094
2015-06-08 11:38:06 +08:00
Ryan VanderMeulen c0c862683b Backed out changeset 150544a28405 (bug 1167064) for B2G mochitest failures. 2015-06-08 15:41:26 -04:00
Bevis Tseng 7512b2ad2e Bug 1169187 - Decode invalid number from AND-Like EFs as empty string. r=echen
--HG--
extra : histedit_source : 36b2f4b2b1de0e40ba0303ea5fb245362a5aa358
2015-06-04 19:12:03 +08:00
Jocelyn Liu cbe97e5b2b Bug 1167064 - Switch to bluetooth APIv2. r=shuang 2015-06-04 02:59:00 -04:00
Andrew Osmond f26db5e8c5 Bug 1171768 - Backed out changeset 371c3a42b25c (bug 1166320) for breaking USB mass storage. 2015-06-05 16:02:05 -04:00
Bevis Tseng 80a768333b Bug 1159134 - Part 1: Fix improper CTLV encoding in STK Event Download. r=echen 2015-05-06 19:25:31 +08:00
Edgar Chen 6e38b077c4 Bug 1169160 - [MobileConnection] Support more call barring program: all service, outgoing service and incoming service. r=hsinyi,aknow
--HG--
rename : dom/mobileconnection/tests/marionette/test_call_barring_get_option.js => dom/mobileconnection/tests/marionette/test_call_barring_get_error.js
2015-05-28 15:41:55 +08:00
Jessica Jong 2f56135da3 Bug 1168021 - Part 2: expand nsINetworkInterface parameter in nsINetworkService (impl). r=echen 2015-06-04 11:04:18 +08:00
Jessica Jong 87f581e1cb Bug 1168021 - Part 1: expand nsINetworkInterface parameter in nsINetworkService (idl). r=echen 2015-06-04 11:04:15 +08:00
Andrew Osmond 46f8e171e7 Bug 1166320 - Make volume service safer to use off main thread. r=dhylands 2015-06-03 13:44:53 -04:00
Edgar Chen 42f3c9a428 Bug 1169225 - [MobileConnectionService] Support setting/getting call waiting on all serviceClass. r=aknow 2015-05-28 19:18:22 +08:00
brian37ful 4622077628 Bug 999300 - Part 2: Update the related testcases. r=edgar 2015-06-10 03:04:00 +02:00
brian37ful aeb656d020 Bug 999300 - Part 1: Removed the Ril v5 legacy support. r=edgar 2015-06-10 03:03:00 +02:00
John Dai fff504fdb6 Bug 1161438 - Part 3 - xpcshell testcase. r=echen 2015-05-31 22:40:00 +02:00
John Dai 8a240e160a Bug 1161438 - Part 1 - Exporting contact to SIM should also return updated contact. r=echen 2015-05-31 22:38:00 +02:00
Bevis Tseng 9657c6d4e7 Bug 1114938 - Part 2.3: (Gonk) Remove Implementation from IccProvider. r=echen 2015-04-30 18:25:11 +08:00
Bevis Tseng 791acb3ff2 Bug 1114938 - Part 2.1: (Gonk) Refactor Stk Proactive Commands from IccProvider to IccService. r=echen 2015-04-27 16:01:56 +08:00
Bevis Tseng 79eaad7f3e Bug 1114938 - Part 1: Refactor StkProactiveCmdFactory.jsm into a XPCOM Service. r=echen
--HG--
rename : dom/icc/gonk/StkProactiveCmdFactory.jsm => dom/icc/gonk/StkCmdFactory.js
2015-04-15 18:33:26 +08:00
Ryan VanderMeulen a232cd6cae Merge inbound to m-c. a=merge 2015-05-28 10:03:07 -04:00
Edgar Chen 8a574c6491 Bug 1166174 - Fix MobileConnection.getCellInfoList() and add test case for it. r=hsinyi 2015-05-22 18:14:35 +08:00
Kan-Ru Chen 0cc4a57df4 Bug 772750 - Get mobile connection technology from MobileConnectionService. r=garvank,echen 2015-05-27 14:41:23 +08:00
Kan-Ru Chen 4c3974dbf8 Bug 1168068 - GonkGPSGeolocationProvider should use mRilDataServiceId in SetReferenceLocation. r=garvank 2015-05-27 14:40:48 +08:00
Samael Wang bda8330654 Bug 1152730 - Part 1: Update retry logic in SmsService and remove the retry in ril_worker. r=btseng 2015-05-25 18:38:07 +08:00
Christoph Kerschbaumer 3a846e95d6 Bug 1167053 - Convert NetUtil.newChannel2 callsites to use new API - update asyncFetch2 (r=sicking,paolo) 2015-05-21 19:51:40 -07:00
Nathan Froyd db188ea282 Bug 1160485 - remove implicit conversion from RefPtr<T> to TemporaryRef<T>; r=ehsan
Having this implicit conversion means that we can silently do extra
refcounting when it's completely unnecessary.  It's also an obstacle to
making RefPtr more nsRefPtr-like, so let's get rid of it.
2015-05-01 09:14:16 -04:00
Wes Kocher ac1c135457 Merge m-c to inbound, a=merge 2015-05-20 18:30:33 -07:00
Jonathan Griffin 479984afe5 Bug 1149618 - Remove SpecialPowers from Marionette, r=dburns 2015-05-18 16:36:15 -07:00
Henry Chang ccf15ae03e Bug 1165844 - Add 'stopDhcp' to NetworkService. r=vchang
--HG--
extra : rebase_source : 7cbb9815448cf3cedb7da22317abe103e28ef4c3
2015-05-18 17:41:10 +08:00
Carsten "Tomcat" Book 12f69af823 merge mozilla-inbound to mozilla-central a=merge 2015-05-20 15:52:31 +02:00
Jessica Jong 7d03cbd030 Bug 1114901 - Part 3: move data connection related code out of RadioInterfaceLayer. r=echen 2015-05-20 10:08:39 +08:00
Jessica Jong 8363754244 Bug 1114901 - Part 2: (Gonk)DataCallInterfaceService implementation. r=echen 2015-05-20 10:08:37 +08:00
Jessica Jong 4a22d4bfc1 Bug 1114901 - Part 1: introduce nsI(Gonk)DataCallInterfaceService and nsIDataCallManager. r=hsinyi,echen 2015-05-20 10:08:35 +08:00
Edgar Chen 6fa5e76e2b Bug 1166149 - Make test_ril_code_quality.py can be ran via mach command. r=aknow 2015-05-19 12:06:16 +08:00
Jessica Jong b6ab51f3f2 Bug 1143984 - [NetworkManager] set 'active' only for default connections. r=echen 2015-05-19 11:21:50 +08:00
Carsten "Tomcat" Book 09631fba2e merge mozilla-inbound to mozilla-central a=merge 2015-05-18 13:43:01 +02:00
Bevis Tseng 364c86e99a Bug 1162464 - Part 2: Implementation Changes. r=echen 2015-05-08 11:23:09 +08:00
Alexandre Lissy 5521afccce Bug 1160123 - Add support for LTE/WCDMA only network selection. r=hsinyi
--HG--
extra : rebase_source : 356f4e5e0c987a094cf63050a163257b7adb4ad9
2015-05-11 07:49:00 +02:00
Kershaw Chang 44f8fe5448 Bug 1162422 - Fix test cases, r=dhylands 2015-05-13 00:44:00 +08:00
Jessica Jong a871aa3a80 Bug 1162865 - [DataCall] Do not reset data call's linkInfo if it's still needed. r=echen 2015-05-11 17:09:40 +08:00
Jessica Jong 67b8a220bd Bug 1126222 - Part 2: Use promise to ensure execution order in NetworkManager. r=echen 2015-05-07 00:57:00 -04:00
Jessica Jong ab706c5e01 Bug 1126222 - Part 1: Provide callback in some functions in NetworkService. r=echen 2015-05-04 23:48:00 -04:00
Jessica Jong 51df5998eb Bug 1159132 - Part 1: Use dun apn only when config ro.tethering.dun_required is set. r=echen 2015-05-04 02:32:00 -04:00
Alphan Chen 43d1609673 Bug 1158047 - [AutoMounter] Resolve the problem of stucking in UMS_CONFIGURING state. r=dhylands 2015-05-04 14:46:16 +08:00
Jonathan Griffin 8824722da9 Backout cc15c275b1e3 (Bug 1149618) on a CLOSED TREE for suspected debug emulator bustage, a=bustage 2015-05-19 19:35:38 -07:00
Wes Kocher 22483cbf35 Merge m-c to inbound, a=merge 2015-05-19 16:44:10 -07:00
Jonathan Griffin ac2f6d8d6e Bug 1149618 - Remove SpecialPowers from Marionette, r=dburns 2015-05-18 16:36:15 -07:00
Carsten "Tomcat" Book 5757afbd2a Merge mozilla-central to mozilla-inbound 2015-05-19 12:35:08 +02:00
Oleg Romashin 6d323058f6 Bug 1165918 - Qt widget port does not compile anymore. r=rojkov
--HG--
extra : rebase_source : 2b080be19afd4229c33cc7f640fd77732a7fecac
2015-05-18 18:13:56 -07:00
Chuck Lee c97ee8d000 Bug 1057091 - Add USB tethring command supporting IPv6 outgoing interface. r=hchang 2014-09-18 16:21:50 +08:00
Mike Hommey 806e0220a2 Bug 991983 - Use objdir-relative SOURCES instead of GENERATED_SOURCES. r=gps 2015-05-28 07:34:16 +09:00
Kershaw Chang 5ac15a53f1 Bug 1126694 - Impl of DeviceStorageAreaListener. r=bz, dhylands 2015-05-04 08:11:00 +02:00
Andrew McCreight 9e8f4b219e Bug 1152551, part 2 - Fix mode lines in dom/. r=jst 2015-05-03 15:32:37 -04:00
Samael Wang f697daf654 Bug 1044721 - Part 6: Add marionette and xpcshell test cases. r=btseng 2015-04-29 10:42:40 +08:00
Samael Wang 7316e2e40a Bug 1044721 - Part 3: Add setSmscAddress implementation for Gonk backend. r=btseng 2015-04-29 10:41:47 +08:00
Bevis Tseng 3810a891ed Bug 1155142 - Part 2: Refactor RIL-related Modules. r=kchen 2015-04-17 19:06:24 +08:00
Bevis Tseng 411426aa0f Bug 1155142 - Part 1: Move All IccInfo-related Implementation to IccService to deprecate rilContext. r=echen 2015-04-17 19:03:46 +08:00
Boris Zbarsky 1540774b0c Bug 1157898 part 1. Make code of the form "return rv.ErrorCode();" where rv is an ErrorResult use StealNSResult instead. r=peterv
This patch was generated with the following command:

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 's/return ([a-zA-Z0-9]+)\.ErrorCode\(\);/return \1.StealNSResult();/'
2015-04-27 09:18:51 -04:00
Edgar Chen c29e0453f9 Bug 991582 - Part 2: Handle the result of RIL request in a consistent way. r=aknow 2014-05-12 18:29:53 +08:00
Edgar Chen 11bbeeac1b Bug 991582 - Part 1: Deprecate rilRequestError. r=aknow 2015-02-25 15:00:49 +08:00
Jessica Jong 7608d71b62 Bug 1130962 - Part 1: Move http porxy pref back to NetworkManager. r=echen 2015-04-24 15:34:23 +08:00
Andrea Marchesini e666f02521 Bug 1156632 - Remove unused forward class declarations - patch 2 - dom/media, dom/indexedDB, dom/svg, r=ehsan 2015-04-22 08:29:17 +02:00
Alphan Chen 6ec3913909 Bug 1131927 - [Automounter] Add reporter to get current information. r=dhylands
--HG--
extra : histedit_source : 4ecc7a121f7f6cfbb01df999f96f5c44888a44d2
2015-04-20 10:58:13 +08:00
Henry Chang f9c56cb2da Bug 992772 - Use mms specific network interface to do DNS lookup. r=echen, r=btseng, r=mrbkap
--HG--
extra : histedit_source : 670d2124210bc3769a460022214baaee6b305639
2015-04-09 19:09:37 +08:00
Bevis Tseng a17e1df414 Bug 1062462 - Copy Icc Info from the message delivered by ril_worker instead of the one in rilContext. r=echen. 2015-04-16 20:01:55 +08:00
Dave Hylands 762a3b3c86 Bug 1140597 - Don't try and process device storage notifications if the process isn't using device storage. r=alchen 2015-03-27 14:22:20 -07:00
John Dai df4547b5b3 Bug 962995 - xpcshell tests for write ICC UCS2 characters for 0x81 and 0x82 encoding. r=echen 2015-04-15 19:07:00 -04:00
John Dai 27b51bd3cf Bug 962995 - Support write ICC UCS2 characters for 0x81 and 0x82 encoding. r=echen 2015-04-15 03:21:00 -04:00
Bevis Tseng 9429e1e24b Bug 1154186 - Deprecate nsISmsMessenger_new.idl. r=echen
--HG--
extra : histedit_source : a5046c08a45adba7bd69867f1cf3a0379394f7f6
2015-04-14 18:07:44 +08:00
Ryan VanderMeulen 612dc2a6ee Merge inbound to m-c. a=merge 2015-04-14 10:06:03 -04:00
Wes Kocher 44390984f4 Merge central to fx-team a=merge 2015-04-13 17:30:09 -07:00
Edgar Chen 88a3e6775a Bug 1149829 - Fix the issue in RIL NetworkInterface and add test case for NetworkInterfaceListService. r=hsinyi 2015-04-08 18:34:11 +08:00
Bevis Tseng 9e67451762 Bug 1138264 - Part 4: Add test coverage for "sms-failed" and "sms-delivery-error". r=echen 2015-04-02 14:49:04 +08:00
Bevis Tseng 37699fa7da Bug 1138264 - Part 1: Define new system messages of "sms-failed" and "sms-delivery-error". r=echen 2015-04-02 14:26:20 +08:00
Wes Kocher 7eb544ddbb Merge central to inbound a=merge 2015-04-13 17:27:59 -07:00
Nathan Froyd 2b1ae6e2ca Bug 1153267 - part 1 - use smart-pointer .forget() instead of NS_ADDREF+assign; r=ehsan 2015-03-31 10:03:49 -04:00
Ben Hsu fde316704a Bug 1027546 - Part 1: Restore the service class (ril_worker.js). r=aknow 2015-03-18 04:27:00 -04:00
Vaibhav Pradeep Bhosale 758e801c20 Bug 1136110 - Define OS.Constants.Sys.bits. r=yoric 2015-02-26 19:23:20 +05:30
Thomas Zimmermann 053dba23b3 Bug 1146355: Prepare build system to support Bluetooth APIs v1 and v2, r=shuang
This patch adds support for both Bluetooth interfaces to the build
system. The actual interface must be selected at compile time.
2015-04-09 15:57:40 +02:00
Thomas Zimmermann 5b0221d66d Bug 1146355: Move Bluetooth legacy interface into sub-directory bluetooth1/, r=joliu
--HG--
rename : dom/bluetooth/BluetoothAdapter.cpp => dom/bluetooth/bluetooth1/BluetoothAdapter.cpp
rename : dom/bluetooth/BluetoothAdapter.h => dom/bluetooth/bluetooth1/BluetoothAdapter.h
rename : dom/bluetooth/BluetoothCommon.h => dom/bluetooth/bluetooth1/BluetoothCommon.h
rename : dom/bluetooth/BluetoothDevice.cpp => dom/bluetooth/bluetooth1/BluetoothDevice.cpp
rename : dom/bluetooth/BluetoothDevice.h => dom/bluetooth/bluetooth1/BluetoothDevice.h
rename : dom/bluetooth/BluetoothHfpManagerBase.h => dom/bluetooth/bluetooth1/BluetoothHfpManagerBase.h
rename : dom/bluetooth/BluetoothHidManager.cpp => dom/bluetooth/bluetooth1/BluetoothHidManager.cpp
rename : dom/bluetooth/BluetoothHidManager.h => dom/bluetooth/bluetooth1/BluetoothHidManager.h
rename : dom/bluetooth/BluetoothInterface.cpp => dom/bluetooth/bluetooth1/BluetoothInterface.cpp
rename : dom/bluetooth/BluetoothInterface.h => dom/bluetooth/bluetooth1/BluetoothInterface.h
rename : dom/bluetooth/BluetoothInterfaceHelpers.cpp => dom/bluetooth/bluetooth1/BluetoothInterfaceHelpers.cpp
rename : dom/bluetooth/BluetoothInterfaceHelpers.h => dom/bluetooth/bluetooth1/BluetoothInterfaceHelpers.h
rename : dom/bluetooth/BluetoothManager.cpp => dom/bluetooth/bluetooth1/BluetoothManager.cpp
rename : dom/bluetooth/BluetoothManager.h => dom/bluetooth/bluetooth1/BluetoothManager.h
rename : dom/bluetooth/BluetoothProfileController.cpp => dom/bluetooth/bluetooth1/BluetoothProfileController.cpp
rename : dom/bluetooth/BluetoothProfileController.h => dom/bluetooth/bluetooth1/BluetoothProfileController.h
rename : dom/bluetooth/BluetoothProfileManagerBase.h => dom/bluetooth/bluetooth1/BluetoothProfileManagerBase.h
rename : dom/bluetooth/BluetoothPropertyContainer.cpp => dom/bluetooth/bluetooth1/BluetoothPropertyContainer.cpp
rename : dom/bluetooth/BluetoothPropertyContainer.h => dom/bluetooth/bluetooth1/BluetoothPropertyContainer.h
rename : dom/bluetooth/BluetoothReplyRunnable.cpp => dom/bluetooth/bluetooth1/BluetoothReplyRunnable.cpp
rename : dom/bluetooth/BluetoothReplyRunnable.h => dom/bluetooth/bluetooth1/BluetoothReplyRunnable.h
rename : dom/bluetooth/BluetoothRilListener.cpp => dom/bluetooth/bluetooth1/BluetoothRilListener.cpp
rename : dom/bluetooth/BluetoothRilListener.h => dom/bluetooth/bluetooth1/BluetoothRilListener.h
rename : dom/bluetooth/BluetoothService.cpp => dom/bluetooth/bluetooth1/BluetoothService.cpp
rename : dom/bluetooth/BluetoothService.h => dom/bluetooth/bluetooth1/BluetoothService.h
rename : dom/bluetooth/BluetoothSocketObserver.h => dom/bluetooth/bluetooth1/BluetoothSocketObserver.h
rename : dom/bluetooth/BluetoothUtils.cpp => dom/bluetooth/bluetooth1/BluetoothUtils.cpp
rename : dom/bluetooth/BluetoothUtils.h => dom/bluetooth/bluetooth1/BluetoothUtils.h
rename : dom/bluetooth/BluetoothUuid.cpp => dom/bluetooth/bluetooth1/BluetoothUuid.cpp
rename : dom/bluetooth/BluetoothUuid.h => dom/bluetooth/bluetooth1/BluetoothUuid.h
rename : dom/bluetooth/ObexBase.cpp => dom/bluetooth/bluetooth1/ObexBase.cpp
rename : dom/bluetooth/ObexBase.h => dom/bluetooth/bluetooth1/ObexBase.h
rename : dom/bluetooth/ipc/BluetoothChild.cpp => dom/bluetooth/bluetooth1/ipc/BluetoothChild.cpp
rename : dom/bluetooth/ipc/BluetoothChild.h => dom/bluetooth/bluetooth1/ipc/BluetoothChild.h
rename : dom/bluetooth/ipc/BluetoothMessageUtils.h => dom/bluetooth/bluetooth1/ipc/BluetoothMessageUtils.h
rename : dom/bluetooth/ipc/BluetoothParent.cpp => dom/bluetooth/bluetooth1/ipc/BluetoothParent.cpp
rename : dom/bluetooth/ipc/BluetoothParent.h => dom/bluetooth/bluetooth1/ipc/BluetoothParent.h
rename : dom/bluetooth/ipc/BluetoothServiceChildProcess.cpp => dom/bluetooth/bluetooth1/ipc/BluetoothServiceChildProcess.cpp
rename : dom/bluetooth/ipc/BluetoothServiceChildProcess.h => dom/bluetooth/bluetooth1/ipc/BluetoothServiceChildProcess.h
rename : dom/bluetooth/ipc/BluetoothTypes.ipdlh => dom/bluetooth/bluetooth1/ipc/BluetoothTypes.ipdlh
rename : dom/bluetooth/ipc/PBluetooth.ipdl => dom/bluetooth/bluetooth1/ipc/PBluetooth.ipdl
rename : dom/bluetooth/ipc/PBluetoothRequest.ipdl => dom/bluetooth/bluetooth1/ipc/PBluetoothRequest.ipdl
rename : dom/bluetooth/tests/marionette/head.js => dom/bluetooth/bluetooth1/tests/marionette/head.js
rename : dom/bluetooth/tests/marionette/manifest.ini => dom/bluetooth/bluetooth1/tests/marionette/manifest.ini
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_discovery.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_discovery.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_getters.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_getters.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_pair.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_pair.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothAdapter_setters.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothAdapter_setters.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothManager_adapteradded.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothManager_adapteradded.js
rename : dom/bluetooth/tests/marionette/test_dom_BluetoothManager_enabled.js => dom/bluetooth/bluetooth1/tests/marionette/test_dom_BluetoothManager_enabled.js
2015-04-09 15:57:40 +02:00
Greg Weng dae27079ee Bug 1146799 - B2G RIL: Pull out the TelephonyRequestQueue from RilWorker. r=aknow
--HG--
extra : rebase_source : 3a27e9c194017c6f92a757f6be1f08f8a7a3c6c0
2015-04-02 18:16:09 +08:00
Jessica Jong abb00a264a Bug 1148671 - ipv6 and dual stack support on Lollipop. r=hchang 2015-04-01 03:12:00 -04:00
Wes Kocher 18a6da0131 Merge m-c to inbound a=merge
--HG--
extra : rebase_source : 31afc1b4de1d4c9d48057dbbe0d96e7c385bf2dc
2015-03-27 17:31:19 -07:00
Bevis Tseng 20a12fcc38 Bug 1114935 - Part 8: Mark TODO items for deprecating RILContentHelper. r=echen
--HG--
extra : histedit_source : e0798b1d557e71945b2190ac1f6ff4c46a199313
2015-02-13 15:05:37 +08:00
Bevis Tseng a7cd6b1d89 Bug 1114935 - Part 7: Add Backward Compatibility for v2.2 binary implementation. r=echen
--HG--
extra : histedit_source : bd9d8cc9cbaeb6c7eb3aa1add377dbb5eef50ebb
2015-02-13 14:46:49 +08:00
Bevis Tseng 0ff5646c33 Bug 1114935 - Part 6.1: Migration in RIL-internal Modules. r=echen
--HG--
extra : histedit_source : 2c578ec4de601576072908153f9453fb0acd9971
2015-01-15 18:12:23 +08:00
Bevis Tseng a74633a3da Bug 1114935 - Part 2: Add Gonk Implementation of nsIIccService. r=echen 2015-01-06 13:32:08 +08:00
Samael Wang 4c21ba9df2 Bug 733331 - Part 1: Add the mapping of MCC and corresponding extra national language table tuples to enable in ril_consts.js. r=btseng 2015-03-24 18:54:09 +08:00
Ryan VanderMeulen be425949b5 Merge mozilla-inbound to m-c. a=merge
CLOSED TREE
2015-03-26 14:43:39 -04:00
Szu-Yu Chen [:aknow] 6eff649fd8 Bug 1043165 - Part 3: Add TelephonyCall.disconnectedReason (ril). r=hsinyi 2015-03-26 16:39:40 +08:00
Szu-Yu Chen [:aknow] f7361a2519 Bug 1137093 - Part 11: Fix xpcshell test. r=hsinyi
--HG--
extra : rebase_source : ac4661b3e531d6ee58119d57259fb6fb25acc65a
2015-03-24 18:04:50 +08:00
Szu-Yu Chen [:aknow] a9ebecf8dc Bug 1137093 - Part 10: Turn on radio for emergency call in TelephonyService. r=hsinyi
--HG--
extra : rebase_source : 87081f3f4ae011c0aceefa36522ab2a884c17e0a
2015-03-24 18:04:49 +08:00
Szu-Yu Chen [:aknow] 8f88ac4d1f Bug 1137093 - Part 08: Use notifyCurrentCalls (ril). r=hsinyi
--HG--
extra : rebase_source : f79624e42ff83709108b1f6e520c9bd0c7348b85
2015-03-24 18:04:49 +08:00
Szu-Yu Chen [:aknow] 91394529eb Bug 1137093 - Part 03: Move from ril_worker to TelephonyService: answer. r=hsinyi
--HG--
extra : rebase_source : 5b1e7ecb6ca93ab9b022bd5e5ee65c7416ba9ae3
2015-03-24 18:04:49 +08:00
Szu-Yu Chen [:aknow] cf05db8ff7 Bug 1137093 - Part 02: Move from ril_worker to TelephonyService: hangup and reject. r=hsinyi
--HG--
extra : rebase_source : 4ac98d0aa3825fa0a85af6ea58be5392e54f747b
2015-03-24 18:04:49 +08:00
Szu-Yu Chen [:aknow] 3f80ddd98b Bug 1137093 - Part 01: Pass number instead of callIndex in notifySupplementaryService. r=hsinyi
--HG--
extra : rebase_source : 24d0b10ed76e0284caef2abf13c8af74cc48c034
2015-03-24 18:04:49 +08:00
Ehsan Akhgari 883849ee32 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -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 MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Bill McCloskey 2cbf53b22f Bug 1145394 - Remove exec bit on js files (r=fabrice,gavin) 2015-03-20 11:57:38 -07:00
Shian-Yow Wu d5acb1e8d0 Bug 1115495 - Part 2: PAC generator for browsing and system wide proxy. r=mcmanus, r=echen 2015-03-26 15:11:08 +08:00
Boris Zbarsky dc24477d79 Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp.  The
rest of this diff was generated by running the following commands:

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
2015-03-19 10:13:33 -04:00
Gregor Wagner fa698fe8a9 Backout Bug 1114935 for causing bug 1144567. 2015-03-18 11:48:52 -07:00
Jessica Jong 223e97338d Bug 1139736 - Part 2: define network debug function dynamically. r=echen 2015-03-18 17:38:20 +08:00
Jessica Jong 6e615ff1c0 Bug 1137088: B2G RIL: move data call related handling out of ril_worker. r=echen 2015-03-18 11:28:54 +08:00
Samael Wang c197b32f36 Bug 1138841 - Part 3: Add an XPCShell and a Marionette test case for encoding and decoding examination, respectively. r=btseng
--HG--
extra : rebase_source : 2b52ec77288115d4434e30a65accccc451829c3c
extra : histedit_source : fee6e436e2a68f521a7edabea65341daece62e27
2015-03-16 15:44:34 +08:00
Samael Wang 70aab881b1 Bug 1138841 - Part 1: Fix PDU_NL_LOCKING_SHIFT_TABLES in ril_consts.js. r=btseng
--HG--
extra : rebase_source : cc228d6fdbb99c2908730b171498191db1c6057d
extra : histedit_source : 4f770f21c2cb0136a68a2fc3d0e7d5ce54f8ec17
2015-03-06 18:09:08 +08:00
Bevis Tseng a8edfef94d Bug 1114935 - Part 8: Mark TODO items for deprecating RILContentHelper. r=echen
--HG--
extra : rebase_source : c3f2acbf1efc7c9ac5e8ef599ca8b93278aea887
extra : histedit_source : 0e5e2a00764bafb7b14314d4a4ef6f6191be22d8
2015-02-13 15:05:37 +08:00
Bevis Tseng 75add2d01e Bug 1114935 - Part 7: Add Backward Compatibility for v2.2 binary implementation. r=echen
--HG--
extra : rebase_source : d88628e55aef0c92e711643a63657855a74ad87f
extra : histedit_source : 6e72eb3947c97742509c35de0a46e79df246bc94
2015-02-13 14:46:49 +08:00
Bevis Tseng 9613ce77bb Bug 1114935 - Part 6.1: Migration in RIL-internal Modules. r=echen
--HG--
extra : rebase_source : ab0d1eee0b60618e3f0cf3f6b52b41eb054ebbfb
extra : histedit_source : 5111d3af67fc87521bf303b24ca873312fc217e6
2015-01-15 18:12:23 +08:00
Bevis Tseng 9c97114480 Bug 1114935 - Part 2: Add Gonk Implementation of nsIIccService. r=echen
--HG--
extra : rebase_source : bc2489191e97cb1081c2f81325ca5ac0e9d29fa5
2015-01-06 13:32:08 +08:00
Ryan VanderMeulen 29c79b8b0b Merge fx-team to m-c. a=merge 2015-03-13 16:09:58 -04:00
Ganesh Sahukari 4b15c2aa09 Bug 1022816 - OS.File will now be able to change the readOnly, hidden, and system file attributes on Windows. r=paolo 2015-03-13 15:51:53 +00:00
Jonathan Griffin d1c61bc9b6 Bug 1116187 - Disable failing mochitest-chrome tests for B2G, r=gbrown 2015-02-06 16:30:37 -08:00
Szu-Yu Chen [:aknow] 1c22c59818 Bug 1140330 - Clear JSHint warning in RILContentHelper.js. r=hsinyi 2015-03-11 15:23:31 +08:00
Hsin-Yi Tsai bcf8bdaaf3 Bug 1069186 - determine LTE signal level based on rsrp and rssnr. r=edgar 2015-02-16 19:12:54 +08:00
Wes Kocher d8ac0068e5 Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-03-10 15:44:53 -07:00
Garvan Keeley 4cb136cb9f bug 1139012 - telemetry for MLS vs win8 geolocation response. r=cpeterson 2015-03-10 12:47:42 -04:00
Garvan Keeley 7ca28cc267 Bug 1129633 - part1. Use win8 geolocation with a fallback to MLS - r=m_kato 2015-03-10 12:47:40 -04:00
Thomas Zimmermann 80d309eb83 Bug 1137151: Marked destructors of ref-counted audio-manager classes as protected, r=dhylands 2015-03-10 13:44:02 +01:00
Thomas Zimmermann 5df47f6825 Bug 1137151: Marked destructors of ref-counted time-zone classes as protected, r=dhylands 2015-03-10 13:44:02 +01:00
Thomas Zimmermann 05955877d1 Bug 1137151: Marked destructors of ref-counted MTP classes as protected, r=dhylands 2015-03-10 13:44:02 +01:00
Thomas Zimmermann 345a4c003e Bug 1137151: Marked destructors of ref-counted auto-mounter classes as protected, r=dhylands 2015-03-10 13:44:02 +01:00
Krzysztof Mioduszewski c8ffc998c8 Bug 1139063 - [RIL] Adding "MissingResource" error msg (no logical channels available). r=echen 2015-03-06 02:08:00 +01:00
Jessica Jong f5e1953939 Bug 1139805 - B2G NetworkManager: move NetworkManager.js out of EXTRA_PP_COMPONENTS in moz.build. r=echen 2015-03-09 18:20:52 +08:00
Bevis Tseng 8f11b08bf0 Bug 1130292 - Allow to receive WAP Push in which reserved port numbers is used. r=echen 2015-03-03 16:30:57 +08:00
Jessica Jong 513755713c Bug 1109479 - move tethering related code out of NetworkManager. r=echen 2015-03-05 16:41:00 +08:00
Jan Jongboom a51560be5b Bug 1134599 - Fix rpi build target. r=jrmuizel, r=shuang 2015-02-25 03:20:00 -05:00
Wes Kocher a78a7eb043 Merge b2g-inbound to m-c a=merge 2015-03-02 12:56:08 -08:00
Fabrice Desré fa7df3a41f Bug 1091307 - Add a configure flag to prevent shipping Mozilla's RIL and Geolocation provider r=hsinyi,mshal 2015-02-26 13:51:20 -08:00
Jan de Mooij db18ff3df9 Bug 1137523 - Unprefix most js_* functions. r=bhackett CLOSED TREE 2015-02-27 16:08:15 +01:00
John Dai a5a4709149 Bug 1120805 - Remove deprecated xpcshell test functions used in RIL test code. r=echen 2015-02-12 19:18:00 +08:00
Ben Hsu 6e9087fc50 Bug 1067629 - Part 5: Deprecate GECKO_RADIOSTATE_ENABLING and GECKO_RADIOSTATE_DISABLING (ril_consts.js). r=aknow 2015-02-16 21:43:00 -05:00
Ben Hsu 420ac40a31 Bug 1067629 - Part 3: Some minor modifications(ril_worker.js). r=aknow 2015-02-13 00:17:00 -05:00
Ben Hsu 57be47e7e4 Bug 1067629 - Part 2: Remove some radio state checks(RadioInterfaceLayer.js). r=aknow 2015-02-06 03:08:00 -05:00
Garvan Keeley 8f8b1e0ac7 Bug 1134019 - Extract MLS fallback to its own class for reuse - r=jdm 2015-02-27 19:15:32 -05:00
Edgar Chen b5d3c87d62 Bug 1113054 - [B2G][RIL] Support RIL version 10. r=hsinyi 2014-12-18 18:27:55 +08:00
Wayne Chen 80dfe5a761 Bug 1130196 - Update audio output device enum for L porting. r=mwu 2015-02-16 10:12:34 +08:00
Alexandre Lissy 7d029cc527 Bug 1131590 - Support DualCarrier radio tech. r=echen 2015-02-13 02:17:00 +08:00
Szu-Yu Chen [:aknow] c675c053da Bug 1128823 - Remove hangUpAll. r=hsinyi
--HG--
extra : rebase_source : 2ef54fb992d0f6ee492b011f3bb5e5142b06006a
2015-02-13 10:57:29 +08:00
Krzysztof Mioduszewski 212f14dd5a Bug 1132007 - Initialise _iccChannelCalback in RilContentHelper.js. r=echen
CLOSED TREE
2015-02-12 03:19:00 -05:00
Greg Weng 2f54ae9e6d Bug 1130938 - B2G RIL: Remove the duplicated RilWorkerBuffer in ril_worker.js r=:echen 2015-02-11 09:28:10 +08:00
Jessica Jong fb18c7eadb Bug 973543 - Part 2: remove 'removeHostRoutes()' as it is no longer needed. r=echen 2015-02-11 16:01:10 +08:00
Jessica Jong ca6e00273f Bug 973543 - Part 1: add reference counting to added routes. r=echen 2015-02-11 16:01:08 +08:00
Garvan Keeley 4bb544a83c Bug 1131430 - Added telemetry to count CoreLocation vs. MLS results. r=jdm 2015-02-10 10:45:36 -05:00
Chris Peterson d5537ab3e0 Bug 1130828 - Fix clang -Widiomatic-parentheses and -Wsemicolon-before-method-body warnings. r=smichaud 2015-02-06 00:09:39 -08:00
Edgar Chen 8207601fbc Bug 1123624 - Part 3: Fix test_ril_system_messenger.js. r=bevis 2015-02-06 14:26:55 +08:00
Edgar Chen 3dd989f682 Bug 1123624 - Part 1-2: Throwing exception if the mandatory field isn't showed in proactive command and refactoring handler of SelectItem and SetupMenu. r=bevis 2015-02-04 16:34:59 +08:00
Edgar Chen 9c1b19b249 Bug 1123624 - Part 1-1: Having a consistent proactive command format in both system message and dom event. r=bevis 2015-01-07 13:08:57 +08:00
Garvan Keeley c83256046f Bug 1129696 - Added missing retain/release on NSTimer. r=dougt 2015-02-04 16:00:00 +01:00
Wes Kocher a7bcf4f028 Merge m-c to inbound a=merge CLOSED TREE 2015-02-05 17:27:05 -08:00
Christoph Kerschbaumer 84e003dae2 Bug 1087728: Make JS callers of ios.newChannel call ios.newChannel2 in dom/system (r=fabrice) 2015-02-05 12:53:14 -08:00
Greg Weng 597a31d6ed Bug 1123201 - B2G RIL: Pull the BufObject out from ril_worker.js. r=aknow 2015-02-04 18:09:18 +08:00
Tom Schuster 324fce84c8 Bug 1127494 - Remove proto parameter from JS_DefineObject. r=Waldo,bz 2015-02-04 22:50:17 +01:00
Bevis Tseng 3b389e6868 Bug 1126687 - Part 2: Modify Test Cases Accordingly. r=echen. 2015-01-30 13:41:34 +08:00
Bevis Tseng c462b036dc Bug 1126687 - Part 1: Ensure the order of TLVs in STK Envelope Command is the same to the order defined in TS 11.14/TS 102 223. r=echen. 2015-01-29 13:02:36 +08:00
Carsten "Tomcat" Book fd6a89d4e4 Merge mozilla-central to b2g-inbound 2015-02-03 15:31:37 +01:00
Carsten "Tomcat" Book 9fe5980ccd merge b2g-inbound to mozilla-central a=merge 2015-02-03 14:44:06 +01:00
Szu-Yu Chen [:aknow] 0c5c589134 Bug 1124550 - Part 12: Provide a default response function. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow] 0794fc2589 Bug 1124550 - Part 11: Refactoring dial. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow] d486d495a7 Bug 1124550 - Part 10: Refactoring holdCall, resumeCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow] 876571cf17 Bug 1124550 - Part 09: Refactoring conferenceCall, separateCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow] 3e01a0aa0e Bug 1124550 - Part 08: Refactoring holdConference, resumeConference. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow] d5024f6c13 Bug 1124550 - Part 07: Refactoring hangupConference. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow] e53208993d Bug 1124550 - Part 02: ril_worker: expose API cdmaFlash. r=hsinyi 2015-02-03 12:18:19 +08:00
Szu-Yu Chen [:aknow] 2e6a219f14 Bug 1124550 - Part 01: Remove unused code. r=hsinyi 2015-02-03 12:18:19 +08:00
Shawn Ku df129fdeaa Bug 1127690 - [flatfish] build break in gecko/dom/system/gonk/GonkGPSGeolocationProvider.cpp. r=KanRu.
--HG--
extra : rebase_source : a0af39a118a4d9dfbbda76f705956254cc6220fc
2015-02-02 09:56:56 +08:00
Jessica Jong b13ee50226 Bug 1120843 - Part 2: test cases for data connection http proxy. r=echen 2015-01-29 22:37:00 +01:00
Bevis Tseng de1f1c4471 Bug 1126198 - Part 2: Add test coverage to ensure that 'presentationType' is only available in STK_CMD_SELECT_ITEM. r=echen 2015-01-27 18:51:20 +08:00
Bevis Tseng aa3666273e Bug 1126198 - Part 1: Define 'presentationType' in nsIStkSelectItemCmd instead of nsIStkSetUpMenuCmd. r=echen 2015-01-27 18:47:12 +08:00
Kan-Ru Chen (陳侃如) b8fbfbe8d9 Bug 1112989 - Part 3. Remove sync PContent::GetVolumes() r=dhylands 2015-01-30 11:43:32 +08:00
Kan-Ru Chen (陳侃如) a845477766 Bug 1112989 - Part 2. Forward device-storage volumes info to ContentChild before app startup. r=dhylands 2015-01-30 11:43:31 +08:00
John Dai ea8e91baf5 Bug 1119136 - (follow-up) correcting typo s/epectedNumber/expectedNumber/. r=echen 2015-01-28 22:31:00 +08:00
Carsten "Tomcat" Book 579ac07ed5 Merge mozilla-central to mozilla-inbound 2015-01-29 16:17:28 +01:00
Jacek Caban ba9f5a2da6 Bug 1126724 - Fixed WindowsLocationProvider.cpp compilation on GCC. r=josh 2015-01-29 13:02:07 +01:00
Jessica Jong db5698004a Bug 1120843 - Part 1: clear http proxy when active network is disconnected. r=echen 2015-01-27 01:34:00 +01:00
Christoph Kerschbaumer 503f1e807e Bug 1126067 - Make JS callers of ios.newChannel call ios.newChannel2 in dom/ - tests (r=sicking) 2015-02-02 20:08:34 -08:00
John Dai f8fc080b07 Bug 1119136 - Contacts can't be imported from some special SIM cards to device. r=echen 2015-01-22 18:20:00 +08:00
Alphan Chen 8c6edc2023 Bug 1107146 - [MTP] Add an UpdateEntryAndNotify for modified event. r=dhylands 2015-01-28 14:35:28 +08:00
Ben Hsu 6006dfed22 Bug 1103731 - Part 2: Internal architecture (ril_worker.js). r=aknow 2015-01-18 21:22:00 -05:00
Garvan Keeley 9712cec06b Bug 1121497 - Need to stop location manager before start, r=dougt 2015-01-14 20:02:00 +01:00
Garvan Keeley f7de6cc231 Bug 1121265 - Fallback to MLS Provider, r=dougt
On CoreLocation error, fallback to MLS network provider, which
will report GeoIP, or error.
2015-01-27 08:26:00 +01:00
Alphan Chen a27bdab3f7 Bug 1113518 - [automounter] Add a case for fuse and add some useful logs. r=dhylands 2015-01-27 13:54:31 +08:00
Jessica Jong ab669a263d Bug 1115299 - Part 1: Use dun for tethering if a dun network is registered. r=echen 2015-01-20 02:11:00 -05:00
Ryan VanderMeulen 8e7ca863fa Merge m-c to b2g-inbound. a=merge 2015-01-23 12:32:39 -05:00
Ryan VanderMeulen f6ca65e867 Merge fx-team to m-c. a=merge 2015-01-23 12:20:52 -05:00
Jessica Jong e5157181f5 Bug 1121834 - adapt Lollipop netd commands in dun tethering. r=echen 2015-01-23 13:55:02 +08:00
Eden Chuang 3fa12467ce Bug 1055699 - integrate volume isRemovable status. r=dhylands 2015-01-22 13:48:12 +08:00
Bevis Tseng e0832605c7 Bug 1117658 - Part 2: Add Corresponding Test Case to Improve Test Coverage. r=echen 2015-01-20 18:07:01 +08:00
Bevis Tseng 4782b0a6fe Bug 1117658 - Part 1: Provide Duration TLV in TR for "USAT case 27.22.4.2.8 GET INKEY SEQ 8.1 GET INKEY". r=echen 2015-01-20 18:04:01 +08:00
Bevis Tseng 2f5aef982e Bug 1123204 - Part 2: Add Test Case to Improve Test Coverage. r=echen 2015-01-20 15:45:34 +08:00
Bevis Tseng 479ae2d6ea Bug 1123204 - Part 1: Encode Length of "Text String" C-TLV in Varied Length of Octets. r=echen 2015-01-20 14:44:58 +08:00
Bevis Tseng 354e953ee5 Bug 1122330 - Part 2: Add Corresponding Test Case to Verify Empty String for GET INPUT. r=echen
--HG--
extra : histedit_source : e66190acdb43138b6bb09338fa8e6b874d6cbec8
2015-01-19 19:56:26 +08:00
Bevis Tseng 778204b5c3 Bug 1122330 - Part 1: Identify Empty String to Encode String TLV into TR Properly. r=echen
--HG--
extra : histedit_source : 1d2eccd1949b6a13837289843cdb7db186dee90b
2015-01-19 19:54:54 +08:00
Makoto Kato b2440e18fd Bug 512407 - Support Windows Location API. r=jdm,jmathies 2015-01-23 18:43:46 +09:00
Bevis Tseng dbd319395f Bug 1117609 - Part 2: Add Test case to verify additional information inside TR. r=echen
--HG--
extra : histedit_source : cc4ab98406ed166eb1eefa96f3f0fb7998ffc15b
2015-01-05 17:17:50 +08:00
Bevis Tseng cb96a48b4f Bug 1117609 - Part 1: Add Support of "Additional Info on Result" in STK Terminal Response. r=echen, r=hsinyi
--HG--
extra : histedit_source : 30568f5c4d8db61fee29e6b6e9684bb1874a1b83
2015-01-05 16:05:17 +08:00
Jessica Jong fdc2d9ad52 Bug 1116434 - adapt Lollipop netd commands in wifi/usb tethering. r=echen 2015-01-20 15:53:58 +08:00
Alexandre Lissy e38de158c5 Bug 1123072 - Fix build of GonkGPSGeolocationProvider on Flatfish. r=kchen 2015-01-19 03:00:00 +01:00
Shawn Ku 32fc68464e Bug 878748 - [dolphin] B2G GPS: acquire correct RadioInterface instance in MultiSIM configuration. r=KanRu. 2015-01-19 10:51:57 +08:00
Edgar Chen 6504c4b984 Bug 1140259 - Part 2: [RIL] Handle options.errorMsg in processParcel() and map unknown error code to "UnspecifiedError". r=hsinyi 2014-05-12 16:17:13 +08:00
Edgar Chen 1b8133d8c6 Bug 1140259 - Part 1: RIL error for version 10. r=hsinyi 2015-03-06 16:11:12 +08:00
Edgar Chen d1912905b5 Bug 1139835 - Parse response parcel of OPEN_CHANNEL as int list. r=hsinyi 2015-03-12 14:11:18 +08:00
Andrea Marchesini e6f385fb3d Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Chris Peterson 1ab0ff809c Bug 1121864 - Fix some minor nits in NetworkGeolocationProvider.js. r=garvank 2015-01-14 20:28:27 -08:00
Henry Chang 2d722694c4 Bug 1104664 - Replace ifc_* functions with corresponding netd commands. r=echen 2015-01-09 14:45:53 +08:00
John Dai a1de32a753 Bug 1101366 - Fix contacts can't be imported when EF_PBR contains more than one record. r=echen 2015-01-13 00:56:00 -05:00
Henry Chang 5885c534fb Bug 1120302 - Post message to let setDNS would callback to NetworkManager. r=vchang 2015-01-12 18:15:50 +08:00
Ben Hsu 09b5613693 Bug 1095362 - Part 5: Internal architecture changes (ril_worker.js). r=aknow 2015-01-11 03:26:00 -05:00
Carsten "Tomcat" Book 830e9e7d40 merge b2g-inbound to mozilla-central a=merge 2015-01-12 14:59:45 +01:00
Eden Chuang 08f5bc29a0 Bug 1091544 - Set volume as STATE_MOUNT_FAIL while mounting the volume failed, r=dhylands. 2015-01-12 12:01:07 +08:00
Wes Kocher 09febf6c77 Merge m-c to inbound a=merge 2015-01-09 21:00:13 -08:00
Dave Hylands 341a4396af Bug 1119907 - Cleanup some errors when USE_DEBUG is enabled in the AutoMounter. 2015-01-09 15:29:15 -08:00
Jim Chen db34c64f29 Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp 2015-01-09 19:33:57 -05:00
Wes Kocher f88bfbf94c Merge mozilla-inbound to mozilla-central a=merge 2015-01-08 17:08:12 -08:00
Dave Hylands 08557c5100 Bug 1073003 - Fix warnings causing errors in emulator build. r=nfroyd 2015-01-08 13:52:19 -08:00
Carsten "Tomcat" Book dff961fa6a Merge mozilla-central to b2g-inbound 2015-01-08 15:44:18 +01:00
Carsten "Tomcat" Book 58c53ce72e merge b2g-inbound to mozilla-central a=merge 2015-01-08 15:07:12 +01:00
Shawn Ku a0ad582923 Bug 1119090 - B2G RIL: There is no missed call information when receive a missed call during active call. r=aknow 2015-01-08 11:47:02 +08:00
Shawn Ku 1585dd96b6 Bug 1113476: RIL patch - B2G RIL: support nsck/pck for SIM Lock types. r=edgar. 2015-01-08 11:24:31 +08:00
Carsten "Tomcat" Book f9c9194ea1 Merge mozilla-central to mozilla-inbound 2015-01-08 15:32:44 +01:00
Ehsan Akhgari 1889255041 Bug 1118803 - Mark virtual overridden functions as MOZ_OVERRIDE in misc DOM code; r=baku 2015-01-08 08:49:54 -05:00
Edgar Chen 24a7e0c6d2 Bug 1112471 - Part 3: RIL Changes for getting icc service state API. r=hsinyi 2014-12-26 10:57:44 +08:00
Albert Crespell 8dd8327ec2 Bug 722841 - WebTelephony: Implement navigator.mozTelephony.sendTones(). r=hsinyi 2015-01-07 07:37:03 +01:00
Ryan VanderMeulen 82d57b4850 Merge inbound to m-c. a=merge 2015-01-06 10:52:47 -05:00
John Dai a8e9f406ce Bug 1111990 - Support access EF_FDN only if FDN service is available. r=echen 2015-01-04 17:54:00 +08:00
Siddartha Pothapragada 3f07f3317f Bug 1081789 - Redefine IccOpenChannel, IccCloseChannel & IccExchangeAPDU interfaces, in order to be accesible without a 'window' object. r=hsinyi, echen 2015-01-03 13:15:00 +08:00
Botond Ballo e66b60d907 Bug 1073003 - Fix -Wunused-variable / -Wunused-but-set-variable warnings. r=ehsan
--HG--
extra : rebase_source : a9b9166164ee79e2e460bb20fde7f76e1672f481
2014-12-31 16:49:13 -05:00
Edgar Chen 948ddc5868 Bug 1098210 - Use WebIDL enums for mvnoType. r=hsinyi 2014-12-12 19:04:00 +08:00
Wes Kocher 9fe4f6a264 Merge m-c to b2g-inbound a=merge 2015-01-05 17:20:29 -08:00
Henry Chang 9c9a48ebe3 Bug 1116458 - Introduce a queue for command chain to avoid running simultaneously. r=dlee
--HG--
extra : histedit_source : fba3450c5f12266bc3413ce89e6d0d80f34fecb5
2015-01-05 16:21:58 +08:00
Ben Hsu 2a7565cc63 Bug 1077075 - Part 5: Internal architecture (ril_worker.js). r=aknow
--HG--
extra : histedit_source : cbf3e2c16ccb8c11bf85091e4eda57398cdaf0b0
2014-12-23 23:29:00 -05:00
Fabrice Desré 6c659fae80 Backout bug 1098210 (2bd2fad9eac0) for suspicion of smoke test breakage. r=me 2014-12-31 12:30:31 -08:00
Carsten "Tomcat" Book 267c520897 Backed out changeset 05880eb3e779 (bug 1077075) 2014-12-29 10:30:13 +01:00
Ben Hsu b6be2784ff Bug 1077075 - Part 5: Internal architecture (ril_worker.js). r=aknow 2014-12-23 23:29:00 +01:00
John Dai 5d5b329785 Bug 952025: Rename EF_TYPE_TRANSPARENT|LINEAR_FIXED|CYCLIC type of file to structure of file. r=echen 2014-12-25 18:24:00 +08:00
Bevis Tseng 47d241bcdb Bug 1101397 - Clear up unnecessary checking of "undefined" DOMString attribute. r=echen 2014-12-22 15:53:25 +08:00
CHUANG CHENYU 0aa1eafc0c Bug 1033952 - Implement "Removable" and "HotSwappable" APIs for device storage. r=dhylands, r=bzbarsky 2014-12-22 10:33:33 +08:00
Nicholas Nethercote 0aab66dd5e Bug 1117592 - Avoid use of single buffer as parameter and destination in snprintf in NetworkUtils.cpp. r=fabrice.
--HG--
extra : rebase_source : e3699ba9230b11c442c50e089c9b46ef1746f908
2015-01-05 15:51:49 -08:00
Edgar Chen 23f6b7be43 Bug 1087847 - Make sure the Icc status in MobileConnection and IccManager are synced. r=hsinyi,smaug 2014-11-13 19:12:11 +08:00
Szu-Yu Chen [:aknow] e8e802556a Bug 1102677 - Part 3: Add missing semicolon 2014-12-25 11:18:21 +08:00
Edgar Chen ceda86807c Bug 1106656 - Fix the javascript error in network manager when setting up DUN data call. r=hsinyi 2014-12-22 15:45:13 +08:00
Jessica Jong ea158319b6 Bug 1054148 - Clean up MOZ_B2G_RIL in NetworkManager. r=echen 2014-12-24 16:25:55 +08:00
Ryan VanderMeulen 9efa5f5a79 Backed out changesets 248e0f88fa0a and 41995e096743 (bug 1033952) for B2G debug asserts/crashes. 2014-12-23 16:15:38 -05:00
Bevis Tseng 2db18ddeab Bug 1113017 - Update SearchList with correct ranges in GSM configuration. r=htsai 2014-12-18 16:41:04 +08:00
Bevis Tseng 002fe0c8b2 Bug 1110050 - Support RIL_REQUEST_REPORT_SMS_MEMORY_STATUS to inform SMS Device Storage to modem. r=echen 2014-12-15 17:25:21 +08:00
Eden Chuang 4fd1042302 Bug 1033952 - Implement "Removable" and "HotSwappable" APIs for device storage. r=dhylands 2014-12-22 10:33:33 +08:00
Carsten "Tomcat" Book 3892be0a59 Backed out changeset 3263cf8aca77 (bug 1033952) 2014-12-23 12:13:20 +01:00
CHUANG CHENYU 49c2826f62 Bug 1033952 - Part 2 - Implement "Removable" and "HotSwappable" APIs for device storage. r=dhylands
--HG--
extra : amend_source : 72a032db09bbe260e07fbe497ec0558bd448f089
2014-12-22 10:33:33 +08:00
Edgar Chen 5708a14a7f Bug 1098210 - Use WebIDL enums for mvnoType. r=hsinyi 2014-12-12 19:04:00 +08:00
Ben Hsu 7aee759ba2 Bug 1070831 - Part 4: Internal architecture changes. r=aknow 2014-12-21 17:35:00 +01:00
Szu-Yu Chen [:aknow] c9f7bd7b3d Bug 1102677 - Part 1: Support change barring password. r=hsinyi 2014-12-22 16:31:05 +08:00
Hsin-Yi Tsai c264c6db73 Bug 1112550 - [RIL] handle the case of unknown last_call_fail_cause_code. r=aknow 2014-12-17 19:37:36 +08:00
Ryan VanderMeulen 55f768c199 Merge inbound to m-c. a=merge 2014-12-19 15:03:54 -05:00
Bevis Tseng 4a672075ae Bug 873351 - Part 3: Refactor SMS Notifications from RadioInterfaceLayer to SmsService. r=echen 2014-11-27 18:59:06 +08:00
Bevis Tseng 75a73fbbfd Bug 873351 - Part 2: Refactor SMS Requests from RadioInterfaceLayer to SmsService. r=echen 2014-11-26 20:02:54 +08:00
Bevis Tseng d1dc43ad38 Bug 873351 - Part 1: Re-write SmsService in JavaScript. r=echen 2014-11-24 18:43:54 +08:00
Michael Wu 96fc95d44c Bug 1112429 - Remove libnetutils from systemlibs.js, r=fabrice 2014-12-16 21:31:56 -05:00
Pierre Rudloff 6c818493a3 Bug 1021357 - NetworkGeolocationProvider.js: if <2 wifi APs, don't send wifi in JSON request. r=garvank 2014-12-17 13:44:00 -05:00
Edgar Chen 0aa7fa0c12 Bug 1052852 - Use WebIDL enums for contactType. r=hsinyi 2014-12-12 11:08:27 +08:00
Jessica Jong 6a2280b481 Bug 1058305 - (follow-up) re-update nsIRadioInterface uuid. r=hsinyi 2014-12-17 22:27:46 +08:00
Carsten "Tomcat" Book 70b3e47b2d merge b2g-inbound to mozilla-central a=merge 2014-12-17 12:57:09 +01:00
Dan Gohman 8bacfeb968 Bug 1054671 - Constify static callback arrays r=ehsan 2014-12-16 16:30:39 -08:00
Szu-Yu Chen [:aknow] 273ba66b2d Bug 1089566 - Refine the policy for selecting emergency client. r=hsinyi 2014-12-17 06:51:09 +08:00
Edgar Chen 32eb5e991d Bug 1102023 - Should not decode IccId as extended BCD number. r=hsinyi 2014-12-10 15:04:52 +08:00
Ryan VanderMeulen 87a3f4581f Merge m-c to b2g-inbound. a=merge 2014-12-15 14:04:03 -05:00
Carsten "Tomcat" Book bad074f263 Merge mozilla-central to mozilla-inbound on a CLOSED TREE 2014-12-15 15:33:21 +01:00
Botond Ballo 449bab4daf Bug 1073081 - Fix warnings about macro redefinitions by renaming macros. r=ehsan
--HG--
extra : source : 18294144de5ff84e3a88945f7222e6eb8bbfcb34
2014-12-10 18:20:10 -05:00
Botond Ballo 8f00119c18 Bug 1073081 - Fix warnings about macro redefinitions by #undef'ing macros. r=ehsan
--HG--
extra : source : 13df0150da382d9d64f7739a29673509b493ba64
2014-12-10 18:26:55 -05:00
Botond Ballo ca9b3098b7 Bug 1073081 - Fix a -Waddress warning. r=slee
--HG--
extra : source : d88ee36d711edf1df2427097a632f5256ff79234
2014-11-24 19:48:49 -05:00
Botond Ballo 40dadf0d08 Bug 1073081 - Fix -Wsign-compare and -Wsign-conversion warnings. r=ehsan
--HG--
extra : source : 88c58a8cc276a4691ed23fd8b8f2f6c0713b50fd
2014-11-24 19:54:33 -05:00
Botond Ballo 7b85bd5de5 Bug 1073081 - Fix -Wdelete-non-virtual-dtor warnings by marking some classes as MOZ_FINAL. r=ehsan
--HG--
extra : source : 7a909c534cf723b252ea5b0a225a6656399b5b2e
2014-11-24 18:38:23 -05:00
Szu-Yu Chen [:aknow] b300b7156f Bug 1102671 - Set hangUpLocal correctly. r=hsinyi 2014-12-14 19:48:13 +08:00
Edgar Chen de246a0a9a Bug 1052825 - Part 3: RIL and test changes for lockType WebIDL enum. r=hsinyi 2014-11-12 12:39:04 +08:00
Jamin Liu 1e0e97bfcf Bug 1065751 - Support AGPS with roaming cell by retrieving mcc & mnc from nsIMobileNetworkInfo. r=kchen 2014-12-18 17:51:00 +01:00
Dave Huseby 83a6796724 Bug 1107681 - fix up the dom uses of WrapptedJSToDictionary to use the cx-less interface. r=bholley 2014-12-29 11:56:00 +01:00
Edgar Chen 5398f0e36e Bug 1084023 - Update sim info when radio tech is changed. r=hsinyi 2013-05-28 14:10:52 +08:00
Szu-Yu Chen [:aknow] fa2e5ade20 Bug 1093014 - Part 3: Implement in call MMI. r=hsinyi 2014-12-11 16:27:45 +08:00
Szu-Yu Chen [:aknow] 4330523a3b Bug 1093014 - Part 1: Refactoring. r=hsinyi 2014-12-11 16:27:44 +08:00
Carsten "Tomcat" Book f1726ca015 Backed out changeset d7462aafbd1a (bug 1093014) for b2g X1 perma failures 2014-12-10 13:34:32 +01:00
Carsten "Tomcat" Book a3d80458e4 Backed out changeset c06f2c1e0d40 (bug 1093014) 2014-12-10 13:34:11 +01:00
Szu-Yu Chen [:aknow] bfd00e8713 Bug 1093014 - Part 3: Implement in call MMI. r=hsinyi 2014-12-10 15:40:44 +08:00
Szu-Yu Chen [:aknow] 591e1f5beb Bug 1093014 - Part 1: Refactoring. r=hsinyi 2014-12-10 15:40:42 +08:00
Szu-Yu Chen [:aknow] 4421eb704f Bug 1104481 - Provide correct parameters. r=hsinyi 2014-12-09 16:03:19 +08:00
Thomas Zimmermann d2c8bbf752 Bug 1094177: Call |Keystore::Shutdown| to cleanup key store, r=chucklee 2014-12-03 07:26:29 -08:00
Vincent Chang aa3f936578 Bug 1095177 - [Internet Sharing] Hotspot network cannot be seen by other devices. r=jjong 2014-11-28 16:08:41 +08:00
Jessica Jong 2dbb5ceafe Bug 1105117 - B2G RIL: reduce the times updateRILNetworkInterface() is called. r=echen 2014-11-25 19:49:00 +01:00
Bevis Tseng bd2404ce8d Bug 1072808 - Part 5: Add IccMessenger as a Wrapper for STK-related System Messages. r=htsai,echen 2014-10-27 15:58:56 +08:00
Bevis Tseng 637a86d859 Bug 1072808 - Part 4: Add MobileConnectionMessenger as a Wrapper for USSD/CdmaInfo System Messages. r=echen 2014-10-24 18:40:39 +08:00
Bevis Tseng 38be70e3a3 Bug 1072808 - Part 3: Add CellBroadcastMessenger as a Wrapper for CellBroadcast System Messages. r=echen 2014-10-24 13:18:26 +08:00
Bevis Tseng 24d942773e Bug 1072808 - Part 2: Add SmsMessenger as a Wrapper for Sms-Related System Messages. r=echen 2014-10-24 11:33:01 +08:00
Bevis Tseng 17c1f46219 Bug 1072808 - Part 1: Add TelephonyMessenger as a Wrapper for TelephonyService-Related System Messages. r=echen 2014-10-20 16:50:57 +08:00
Carsten "Tomcat" Book 115a98a7b7 Backed out changeset 3f32bfdb0dba (bug 1072808) for missing depency 2014-11-25 10:46:06 +01:00
Carsten "Tomcat" Book d785a18693 Backed out changeset 768b2ca4e101 (bug 1072808) 2014-11-25 10:45:42 +01:00
Carsten "Tomcat" Book 6db6b1cf42 Backed out changeset fab00bedff2d (bug 1072808) 2014-11-25 10:45:40 +01:00
Carsten "Tomcat" Book 8bfd8216d0 Backed out changeset 959ee37e80d5 (bug 1072808) 2014-11-25 10:45:38 +01:00
Carsten "Tomcat" Book 257c90efd1 Backed out changeset 4e67992092d9 (bug 1072808) 2014-11-25 10:45:35 +01:00
Bevis Tseng f3051e3f04 Bug 1091454 - Part 2: Modify Test Case to comply the new format of confirmMessage/callMessage. r=echen 2014-11-06 15:33:39 +08:00
Bevis Tseng 84b8635283 Bug 1091454 - Part 1.2: Reuse MozStkTextMessage as the container of Text/Icon to be displayed for SET_UP_CALL/LAUNCH_BROWSER. r=hsinyi r=echen 2014-11-06 14:30:01 +08:00
Bevis Tseng f83b042945 Bug 1091454 - Part 1.1: Refactor searchForTag/loadIconIfNecessary for more flexibility to retrieve multiple tags and icons. r=echen 2014-11-13 13:50:56 +08:00
Bevis Tseng 2f157701e0 Bug 1072808 - Part 5: Add IccMessenger as a Wrapper for STK-related System Messages. r=htsai,echen 2014-10-27 15:58:56 +08:00
Bevis Tseng 339adee5c4 Bug 1072808 - Part 4: Add MobileConnectionMessenger as a Wrapper for USSD/CdmaInfo System Messages. r=echen 2014-10-24 18:40:39 +08:00
Bevis Tseng 60332b9aa8 Bug 1072808 - Part 3: Add CellBroadcastMessenger as a Wrapper for CellBroadcast System Messages. r=echen 2014-10-24 13:18:26 +08:00
Bevis Tseng 5ea1383373 Bug 1072808 - Part 2: Add SmsMessenger as a Wrapper for Sms-Related System Messages. r=echen 2014-10-24 11:33:01 +08:00
Bevis Tseng 06e741f084 Bug 1072808 - Part 1: Add TelephonyMessenger as a Wrapper for TelephonyService-Related System Messages. r=echen 2014-10-20 16:50:57 +08:00
Jessica Jong d3d5e36934 Bug 1058305 - Part 4: use defined network types in nsIRadioInterface (tests). r=echen 2014-11-25 09:44:37 +08:00
Jessica Jong 1216f8260f Bug 1058305 - Part 3: use defined network types in nsIRadioInterface (other components). r=echen 2014-11-25 09:44:35 +08:00
Jessica Jong ed5335372f Bug 1058305 - Part 2: use defined network types in nsIRadioInterface (impl). r=echen 2014-11-25 09:44:33 +08:00
Jessica Jong 6bc37e16d1 Bug 1058305 - Part 1: use defined network types in nsIRadioInterface (idl). r=hsinyi 2014-11-25 09:44:31 +08:00
Carsten "Tomcat" Book 45b2b36c4c merge b2g-inbound to mozilla-central a=merge 2014-11-24 14:13:25 +01:00
Jessica Jong ee6495def1 Bug 1094572 - B2G RIL: handle data call fail cause accordingly. r=echen 2014-11-24 10:15:25 +08:00
Harshil Goel ec74dc79d7 Bug 1072922 - Add libc constants for flock structure type. r=Yoric 2014-11-21 07:50:41 +05:30
Daniel Bonnevier bc903e63d8 Bug 1090919 - Fix audio problem when mediaserver is restarted. r=mwu
When mediaserver is restarted AudioPolicyService needs to be
recreated when mediasrever is fully started.
2014-11-14 06:12:00 +01:00
Jessica Jong 5b5039fce3 Bug 1052846 - Part 3: Use enums for MobileNetworkType in nsIMobileConnectionService.idl (gonk). r=echen 2014-11-18 10:07:02 +08:00
Szu-Yu Chen [:aknow] 1eb9b56341 Bug 1088690 - Fix _processCalls. r=hsinyi 2014-11-17 17:20:55 +08:00
Dave Hylands c0310ea8fb Bug 1085743 - MTP doesn't work on Nexus 4/5. r=alchen 2014-11-13 17:42:38 -08:00
Randy Lin 46d4b8eac4 Bug 1082677 - [Music] When unplugging headphones, the music will be muted from the speaker. r=mwu 2014-11-13 11:52:17 +08:00
Chris Peterson 4123fe1631 Bug 1095867 - Fix nsDeviceSensors.cpp typo and remove obsolete comment. r=dougt 2014-11-07 20:48:38 -08:00
Dave Hylands 261c10fe6d Bug 1095801 - Make adb work properly on user builds (Nexus 4/5). r=fabrice 2014-11-10 23:30:07 -08:00
Shawn Ku be6cb1d25a Bug 1094984 - B2G RIL: Handle empty record for EFPNN more properly. r=Edgar 2014-11-10 09:35:06 +08:00
Jessica Jong 9e18243a41 Bug 1052848 - Part 3: Use enums for MobileRoamingMode in nsIMobileConnectionProvider.idl (gonk). r=echen 2014-11-10 17:56:15 +08:00
Dave Hylands 470fd2a837 Bug 1086712 - Don't drop adb connection unnecessarily at startup. r=jld 2014-11-07 18:49:21 -08:00
Dave Hylands a804278789 Bug 1091174 - Clean up some AutoMounter calls to register/unregister volume observers. r=mikeh
--HG--
extra : rebase_source : 455209e19353fae49031326197b1312af1309e6c
2014-11-03 16:26:59 -08:00
Eden Chuang f87577f9fe Bug 1074590 - Adding volume accessbility checking before set it as mounted. r=dhylands 2014-10-31 10:30:48 +08:00
Szu-Yu Chen [:aknow] 1f61d1fcae Bug 1091551 - Part 1: Notify callDisconnected after audioStateChanged. r=hsinyi 2014-11-04 15:44:14 +08:00
Hsin-Yi Tsai cc2abe1b84 Bug 1091528 - [B2G][RIL] when receiving 'rilRequestType: 12', Error: Don't know about this message type: undefined. r=aknow 2014-10-30 19:04:34 +08:00
Hsin-Yi Tsai a4a60a2f8b Bug 986308 - [B2G][STK] support call number modified by STK call control. r=aknow 2014-10-27 15:41:27 +08:00
Edgar Chen 7d651c7b78 Bug 1083745 - Part 3: Remove the redundant information carried in request result of icc.{set|get|unlock}CardLock API. r=hsinyi 2014-10-29 11:42:13 +08:00
Edgar Chen 4dca680354 Bug 1083745 - Part 2: __exposedProps__ has been deprecated, use Cu.cloneInto() instead. r=hsinyi 2014-10-29 11:30:39 +08:00
Edgar Chen 3306658855 Bug 1083745 - Part 1: Having different IPC message for getting and setting/unlocking request. r=hsinyi 2014-10-28 19:48:12 +08:00
Shawn Ku f9d9d61b6e Bug 1091429 - B2G RIL: Correct UCS2 handling for EFPNN. r=Edgar. 2014-10-31 10:18:28 +08:00
Alexandre Lissy 6488c90bfb Bug 1089619 - Stop abusing the Settings API from Gonk GPS. r=kanru
GPS handling for Gonk abuses the Settings API in two ways. First, on
mozsettings-changed event, it will trigger two new requests to read
values (debug enabled and GPS locations ignore). This is useless since
the event already contains the key that has changed and the new value,
so there is no need to do a createLock().get() call. Then, in startup
code, the Init() method is supposed to check itself whether it is
already running. This is done through the mStarted boolean. The same
Init() method is responsible for adding the mozsettings-changed
observer, which is removed by the Shutdown() method. Investigation on
device by using the Geolocation API has proven that we were leaking some
observers. This is because checking mStarted boolean is performed after
we request settings values and we install the mozsettings-changed
observer. So any time the Init() gets called, we install it but we just
remove it once in Shutdown().
2014-10-30 07:42:00 -04:00
Szu-Yu Chen [:aknow] f744293b53 Bug 1090776 - Prevent DataCloneError. r=hsinyi 2014-10-29 03:09:00 -04:00
Bevis Tseng 431212b266 Bug 1088573 - Part 1: Ensure that the |length| argument to GsmPduHelper.readSeptetsToString() is an integer. r=echen 2014-10-29 16:45:43 +08:00
Jessica Jong b67b853197 Bug 1052836 - Part 3: Use enums for preferred network type in nsIMobileConnectionService.idl (gonk). r=echen 2014-10-30 02:57:00 -04:00
Edgar Chen e84a16dea7 Bug 1085307 - [Icc] Deprecate IccCardLockError.lockType. r=smaug,hsinyi 2014-10-24 16:04:04 +08:00
Henry Chang 6e0aa000be Bug 1087152 - Ignore the failure cause by ifc_remove_route "0.0.0.0" or "::". r=vchang 2014-10-22 19:55:17 +08:00
Bevis Tseng eb87e77ae6 Bug 1072069 - Part 2: Test cases to verify CPHS_INFO and CPHS_MBN and the recovery of CPHS_MBN when failure from readMBDN. r=echen 2014-10-14 19:57:17 +08:00
Bevis Tseng 71f635b668 Bug 1072069 - Part 1: Read CPHS Mailbox Numbers (0x6F17) when MBDN is invalid. r=echen 2014-10-14 16:26:04 +08:00
Tamara Hills 532918f989 Bug 1075699 - Calling voicemail by long-pressing the 1 button displays an error and then calls. r=hsinyi 2014-10-22 09:01:00 -04:00
Bevis Tseng f32c90e62e Bug 1087131 - Part 1: Filter DCS of STK Text String with MASK(0x0C) instead of (0x0F) according to 3GPP TS 23.040. r=echen 2014-10-22 18:26:50 +08:00
Jessica Jong 9e5dc5932b Bug 1052843 - Part 3: Use enums for MobileRadioState in nsIMobileConnectionService.idl (gonk). r=echen 2014-10-24 17:12:35 +08:00
Edgar Chen 56399efd78 Bug 1087839 - Fix JavaScript Warning: "ReferenceError: reference to undefined property rilContext.iccInfo.iccid". r=hsinyi 2014-10-23 14:33:13 +08:00
Szu-Yu Chen [:aknow] 7cb622ea9a Bug 978639 - Part 7: follow-up of a typo for currentConferenceState. r=hsinyi 2014-10-23 18:45:53 +08:00