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

2914 Коммитов

Автор SHA1 Сообщение Дата
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
Ryan VanderMeulen 45b8ddd73b Merge b2g-inbound to m-c. a=merge 2014-10-22 16:03:57 -04:00
Bevis Tseng 488cd4afe9 Bug 1085765 - Part 1: Bail out earlier from GsmPDUHelper.readUserData() when there is no further data to read. r=htsai 2014-10-21 17:16:10 +08:00
Alphan Chen 434dd2043d Bug 1084180 - Refine RemoveEntry - Don't remove only the entry but also its children if they exist. r=dhylands 2014-10-22 02:43:00 -04:00
Szu-Yu Chen [:aknow] c2bf58fb75 Bug 978639 - Part 5: Add hangUpConference method (ril). r=hsinyi 2014-10-20 03:13:00 -04:00
Jessica Jong 9df1bb5f4a Bug 1062912 - Part 3: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (tests). r=hsinyi 2014-10-22 18:12:09 +08:00
Jessica Jong 9fe37b6854 Bug 1062912 - Part 2: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (impl). r=hsinyi 2014-10-22 18:12:07 +08:00
Jessica Jong c9d1290263 Bug 1062912 - Part 1: move getNeighboringCellIds and getCellInfoList to nsIMobileConnectionService (idl). r=hsinyi 2014-10-22 18:12:05 +08:00
Dave Hylands 136e0d5eab Bug 1072567 - Fix bustage in unified build. r=dhylands 2014-10-21 18:59:04 -07:00
Dave Hylands 4af2b23a95 Bug 1072576 - Register storages with MTP Server before starting it. r=echou 2014-10-21 17:28:12 -07:00
Szu-Yu Chen [:aknow] 03cc975d9a Bug 1059649 - Part 2: Remove pending conference check. r=hsinyi 2014-10-21 02:30:00 -04:00
Szu-Yu Chen [:aknow] e85cc1bee9 Bug 1059649 - Part 1: Redesign the logic of conference detection. r=hsinyi 2014-10-21 02:30:00 -04:00
Carsten "Tomcat" Book 35367e534a Backed out changeset d4a7883e0e92 (bug 978639) 2014-10-21 11:51:04 +02:00
Szu-Yu Chen [:aknow] 52c16420c5 Bug 978639 - Part 5: Add hangUpConference method (ril). r=hsinyi 2014-10-20 03:13:00 +02:00
Jessica Jong d85df99540 Bug 1052842 - Part 3: Use enums for NetworkSelectionMode in nsIMobileConnectionService.idl (gonk). r=echen 2014-10-21 14:31:46 +08:00
Szu-Yu Chen [:aknow] 8bf4231a44 Bug 1077190 - Part 1: Correct the logic of audio state setting. r=hsinyi 2014-10-16 23:40:00 +02:00
Carsten "Tomcat" Book d7561c3942 Merge m-c to b2g-inbound 2014-10-16 16:16:53 +02:00
Szu-Yu Chen [:aknow] 66fc9932c1 Bug 1058397 - Part 4: Wrap system message. r=hsinyi 2014-10-15 02:51:00 -04:00
Szu-Yu Chen [:aknow] 514a1421f8 Bug 1058397 - Part 3: USSDSession implement. r=hsinyi 2014-10-15 02:51:00 -04:00
Ryan VanderMeulen aa28d3eb31 Merge inbound to m-c. a=merge
CLOSED TREE
2014-10-15 14:31:16 -04:00
Alphan Chen 0b7ce27a01 Bug 1074593 - Add AddEntryAndNotify and RemoveEntryAndNotify for file/folder change when MTP in use. r=dhylands 2014-10-14 19:34:00 +02:00
Edgar Chen 42a597087e Bug 1081810 - Part 1: Implement IccCardLockError in C++. r=smaug 2014-10-13 12:35:53 +08:00
Makoto Kato 47005801e8 Bug 1031647 - Change string API usage. r=ehsan 2014-10-15 20:00:52 +09:00
Jessica Jong 0af878977e Bug 1074037 - (follow-up) fix undefined variable name. r=edgar 2014-10-13 23:12:47 +08:00
Bevis Tseng 4924761b67 Bug 1072367 - Part 3: broadcast system message "cdma-info-rec-received" in MobileConnectionService. r=echen 2014-10-03 14:23:41 +08:00
Bevis Tseng 34d2697297 Bug 1072367 - Part 2: Decode EXTENDED_DISPLAY & SIGNAL properly. r=echen 2014-10-02 18:26:37 +08:00
Bevis Tseng 557261292c Bug 1072367 - Part 1: Broadcast 'cdma-info-rec-received' system message per record. r=echen 2014-10-02 14:04:27 +08:00
Randy Lin e55e4364d5 Bug 1074177 - DTMF tone are not coming on Bluetooth headset. r=mwu. 2014-10-16 12:40:09 +08:00
Makoto Kato 4e3eec2bd8 Backed out changeset 118d4c56c3c4 (bug 1031647) 2014-10-15 10:51:15 +09:00
Makoto Kato 00ddba830e Bug 1031647 - Change string API usage. r=ehsan 2014-10-15 10:15:39 +09:00
Jessica Jong ee04d4c6ee Bug 1074037 - B2G RIL: refine DataCall's canHandleApn() decision logic. r=edgar 2014-10-09 02:24:00 +08:00
Ryan VanderMeulen 556bae10fc Backed out changesets 3ad7043d2116, 774f695d8c0a, c7d7762d5e27, and 87cd44cd57b7 (bug 1058397) for non-unified bustage. 2014-10-09 12:13:35 -04:00
Szu-Yu Chen [:aknow] 2709d86f49 Bug 1058397 - Part 4: Wrap system message. r=hsinyi 2014-10-08 20:02:00 +02:00
Szu-Yu Chen [:aknow] 1525f1cf74 Bug 1058397 - Part 3: USSDSession implement. r=hsinyi 2014-10-08 20:01:00 +02:00
Bevis Tseng 6c885f4bcd Bug 1074092 - Move CBS Settings implementation from RadioInterfaceLayer to CellBroadcastService. r=htsai 2014-10-06 19:02:16 +08:00
Alphan Chen f61e4ee020 Bug 1076715 - Add B2G supported playback formats for device info. r=dhylands 2014-10-08 03:16:00 +02:00
Vicamo Yang aad2f2d605 Bug 937485 - [WebIcc] use Webidl enum for cardState. r=edgar,smaug 2014-09-03 19:31:00 +08:00
Carsten "Tomcat" Book f50a9f937d Merge m-c to b2g-inbound a=merge
--HG--
extra : amend_source : 97412f1e791df737909df250fa3cf08eb9763504
2014-10-08 16:06:57 +02:00
Carsten "Tomcat" Book 27b794dad1 merge b2g-inbound to mozilla-central a=merge 2014-10-08 15:50:32 +02:00
eden-chuang 7bb39e6be8 Bug 1074604 - handle file "modified" event in MozMtpDatabase and MozMtpServer. r=dhylands 2014-10-08 00:12:00 +02:00
Randy Lin a380f2e081 Bug 1073494 - Audio is not routing to headset while playback is on BT. r=mwu 2014-10-08 10:49:59 +08:00
Hsin-Yi Tsai 4d8a3908de Bug 1057455 - [Dialer] [MMI] session expired screen for code *3282#, yet SMS still is delivered. r=aknow 2014-09-02 15:46:55 +08:00
Ehsan Akhgari 8c183735cc Bug 1085199 - Part 2: Do not wrap the DOMRequest in a promise in dom/system/gonk tests; r=hsinyi
DOMRequest now has a .then() method compatible with Promise.
2014-10-22 09:20:34 -04:00
Peter Van der Beken dcda2ba9bb Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
2014-10-07 11:44:49 +02:00
Szu-Yu Chen [:aknow] 7af9c43a6c Bug 1069862 - Use serviceClass 0 to query callbarring option. r=hsinyi 2014-10-06 03:07:00 -04:00
Edgar Chen 751d1a07fa Bug 994461 - Part 2: GPS changes for IccInfo WebIDL. r=kchen 2014-09-05 14:54:29 +08:00
Edgar Chen 02486c284f Bug 994461 - Part 1: Move IccInfo to WebIDL. r=smaug,vicamo
--HG--
rename : dom/icc/interfaces/nsIDOMIccInfo.idl => dom/icc/interfaces/nsIIccInfo.idl
2014-09-19 15:53:05 +08:00
Wayne Chen 5022b313c9 Bug 1072021: Fix bluetooth address is empty to set Audio HAL when A2DP is disconnected. r=echou 2014-10-02 17:22:44 +08:00
Ed Morley a5ebac277a Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-10-03 14:29:24 +01:00
Alexandre Lissy d1b3b7308d Bug 1075405 - Use numItems to iterate mobile connection providers. r=echen
Using .length attribute does not work anymore, probably after bug
1063304 landed. The GonkVoicemail code makes a similar use of the
MobileConnectionService and uses numItems to iterate over the providers.

--HG--
extra : rebase_source : 28b44f69883e20ae270e7c09e2db90d97b0c7f3d
2014-10-01 07:07:00 -04:00
Alexandre Lissy 4409d5d82c Bug 1010284 - Add radio tech mapping for MLS. r=garvank, sr=hannosch
Having this mapping is needed in order to properly identify the radio
technology family being used by the connected network.

--HG--
extra : rebase_source : b1e77cc78a4d882af5bdc65a377dcc26340c7fac
2014-09-30 07:11:00 -04:00
Bobby Holley 6e48726329 Bug 1065185 - Create a content Array rather than a chrome array when reading Icc contacts. r=hsinyi
Right now, this array gets implicit __exposedProps__ for all of its indexed
members (and .length). Instead, we should be creating the Array directly in
the target Window.
2014-10-03 10:05:51 +02:00
Henry Chang 031c1dd749 Bug 1038531 - Unify NetworkWorker. r=fabrice r=mrbkap 2014-08-18 11:02:56 +08:00
Henry Chang db9ea26c2d Bug 1058282 - Explicitly request to use ipv4 only to get round 8.8.8.8 probing. r=btseng 2014-09-26 17:56:08 +08:00
Bevis Tseng 58379b8174 Bug 864484 - Part 7: Narrow down the DOMString values to predefined constants in .idl. r=vyang, r=smaug
--HG--
extra : rebase_source : 0038e0d9ba6a45f19ea7552202d9db9d165c6c88
extra : amend_source : 7ac906a928fe14fbcac03cd470da78f433a9f192
2014-09-23 18:27:03 +08:00
Bevis Tseng 8a91370464 Bug 864484 - Part 6: Move broadcastCbsSystemMessage() From RadioInterfaceLayer to CellBroadcastService. r=vyang
--HG--
extra : rebase_source : 9d77590199e2b94a9dad50a97e7a3f3e488694f3
2014-09-15 17:44:46 +08:00
Bevis Tseng a1bc9a83e6 Bug 864484 - Part 2: Replace CellBroadcastProvider with CellBroadcastService. r=vyang
--HG--
extra : rebase_source : 3b5f5e3aab5a797aad88a1566a3e4eb17e0fa6bd
2014-08-13 18:28:34 +08:00
Dave Hylands 8903641d95 Bug 1073088 - Don't close the mtp file descriptor twice. r=mwu 2014-09-26 16:21:58 -07:00
Edgar Chen 3c662ade94 Bug 1061380 - Part 2: Refactor ICC I/O error. r=vicamo 2014-09-10 18:25:13 +08:00
Edgar Chen d23d494c55 Bug 1061380 - Part 1: Only access EF_SDN when SDN service is available. r=vicamo 2014-09-10 16:29:46 +08:00
Jessica Jong 28db3eb262 Bug 1059110 - Notify the result of setupDataCallByType() asynchronously. f=btseng, r=edgar 2014-09-26 04:03:00 -04:00
Vicamo Yang 0e6fe8c43a Bug 833229 - 3.e/4: implement GonkVoicemailService. r=echen 2014-09-26 13:00:25 +08:00
Vicamo Yang f5e4a98352 Bug 833229 - 3.c/4: implement MozVoicemailStatus in C++. r=smaug 2014-09-26 13:00:24 +08:00
Vicamo Yang 19a3ae7a10 Bug 833229 - 3.a/4: interfance changes. r=echen, r=smaug 2014-09-26 13:00:24 +08:00
Vicamo Yang bebe56b456 Bug 833229 - 1/4: rename VoicemailProvider to VoicemailService. r=echen
--HG--
rename : dom/voicemail/nsIVoicemailProvider.idl => dom/voicemail/nsIVoicemailService.idl
2014-09-26 13:00:23 +08:00
Vicamo Yang 5d62e4e622 Bug 1072126: merge duplicated lines for STK icon loading. r=hsinyi 2014-09-26 13:00:15 +08:00
Ehsan Akhgari 2124657509 Bug 1072701 - Build some Firefox OS specific DOM code in unified mode; r=baku
--HG--
extra : rebase_source : 4a8812c18341c9851fb3265e1f8e6c77a95911c5
2014-09-25 10:10:42 -04:00
Mike Habicher c0376bc34a Bug 1053966 - move mozsettings-changed Observer info from aSubject to aData, r=bz,qDot 2014-09-16 13:15:16 -04:00
Henry Chang 594e256f36 Bug 1065916 - Make usb/wifi tethering request exclusively executed. r=chucklee 2014-09-18 17:08:05 +02:00
Alphan Chen 42bec8ff4d Bug 1060196 - Mark the volume as if we've started unmounting. r=dhylands 2014-09-22 11:42:33 +08:00
Szu-Yu Chen [:aknow] a1c83a9cee Bug 889737 - Part 10: Fix xpcshell tests. r=vicamo 2014-09-22 01:36:00 -04:00
Szu-Yu Chen [:aknow] 508d4bd28f Bug 889737 - Part 09: Dial MMI (ril). r=vicamo 2014-09-22 01:36:00 -04:00
Vicamo Yang ede03dd674 Bug 1063304 - 3.c/3: accommodate other components. r=echen 2014-09-21 15:24:43 +08:00
Vicamo Yang 08f8a1ef73 Bug 1063304 - 1/3: rename MobileConnectionGonkService.js to MobileConnectionService.js. r=echen
--HG--
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.js => dom/mobileconnection/gonk/MobileConnectionService.js
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.manifest => dom/mobileconnection/gonk/MobileConnectionService.manifest
rename : dom/mobileconnection/interfaces/nsIMobileConnectionGonkService.idl => dom/mobileconnection/gonk/nsIGonkMobileConnectionService.idl
2014-09-21 15:24:42 +08:00
Carsten "Tomcat" Book 8bb3316e00 Backed out changeset 5d8e56deff5a (bug 1063304) for suspicion of causing cppunit test failures
--HG--
rename : dom/mobileconnection/gonk/MobileConnectionService.js => dom/mobileconnection/gonk/MobileConnectionGonkService.js
rename : dom/mobileconnection/gonk/MobileConnectionService.manifest => dom/mobileconnection/gonk/MobileConnectionGonkService.manifest
rename : dom/mobileconnection/gonk/nsIGonkMobileConnectionService.idl => dom/mobileconnection/interfaces/nsIMobileConnectionGonkService.idl
2014-09-17 13:13:51 +02:00
Carsten "Tomcat" Book 03e3efbd63 Backed out changeset 9ff2889f236a (bug 1063304) 2014-09-17 13:13:08 +02:00
Ryan VanderMeulen d3fce43e7e Backed out changeset ed586ca080c0 (bug 1053966) for the same Mnw permafails it was backed out for previously. 2014-09-16 16:54:25 -04:00
Dave Hylands bc5e85d921 Bug 1063877 - Change nsVolumeService to use sync IPC for initial request. r=khuey 2014-09-15 11:51:25 -07:00
Mike Habicher e9ff4e12a0 Bug 1053966 - move mozsettings-changed Observer info from aSubject to aData, r=bz,qDot 2014-09-16 13:15:16 -04:00
Vicamo Yang 44379ca746 Bug 1063304 - 3.c/3: accommodate other components. r=echen 2014-09-16 21:20:18 +08:00
Vicamo Yang cec2df0efb Bug 1063304 - 1/3: rename MobileConnectionGonkService.js to MobileConnectionService.js. r=echen
--HG--
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.js => dom/mobileconnection/gonk/MobileConnectionService.js
rename : dom/mobileconnection/gonk/MobileConnectionGonkService.manifest => dom/mobileconnection/gonk/MobileConnectionService.manifest
rename : dom/mobileconnection/interfaces/nsIMobileConnectionGonkService.idl => dom/mobileconnection/gonk/nsIGonkMobileConnectionService.idl
2014-09-16 21:20:17 +08:00
Henry Chang 4f88a6ac26 Bug 1062550 - b2g crashes during USB tethering. r=vchang 2014-09-05 19:01:07 +08:00
Wes Kocher 6e187f49f8 Merge m-c to inbound a=merge 2014-09-15 16:41:45 -07:00
Shu-yu Guo 59ccd2fecb Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Edgar Chen 5b3af25ab6 Bug 1062720 - Response 0x01 or 0x00 for the "Yes"/"No" request of GET_INKEY. r=hsinyi 2014-09-09 12:29:05 +08:00
Garvan Keeley fcea22c7d2 Bug 1064266 - Use mcc and mnc from network, not from radio (ie SIM). r=kanru 2014-09-09 12:35:00 -04:00
Ryan VanderMeulen cef6a37510 Backed out changeset 661f503ea524 (bug 1053966) for Mnw perma-fail. 2014-09-10 12:36:12 -04:00
Shawn Ku 522bc839cc Bug 1064647 - B2G RIL: Treat 0x90, 0x91, 0x9E and 0x9F as a success results for sw1 regarding ICC_IO. r=Edgar 2014-09-09 22:25:14 +08:00
Edgar Chen 9780f77d43 Bug 1065205 - Read IccId after we process appType and fallback to SIM configuration if appType is still unknown. r=vyang 2014-09-10 11:28:21 +08:00
Mike Habicher 8bf31e2480 Bug 1053966 - pass settings change notices to Observers as aSubject instead of aData, r=bz,qdot 2014-08-25 18:06:31 -04:00
Alphan Chen 8ecb6cc282 Bug 1061117 - [MTP] Correct the offset and component in "MozMtpDatabase::CreateEntryForFile", r=dhylands 2014-09-09 10:35:06 +08:00
Dave Hylands 7db3f36a0a Bug 1054191 - AutoMounter should accomodate rndis. r=echou 2014-09-05 21:37:27 -07:00
Carsten "Tomcat" Book b48e3ab314 Merge m-c to b2g-inbound 2014-09-05 12:20:46 +02:00
Carsten "Tomcat" Book 5eb817d9d8 Backed out changeset e6f223a82d91 (bug 937485) for causing b2g device regressions 2014-09-05 12:12:10 +02:00
Hsin-Yi Tsai dc14e62feb Bug 1061535 - [B2G][RIL] relax restrictions on EF_IMG error handling - part 2 - test. r=edgar 2014-09-04 12:13:20 +08:00
Hsin-Yi Tsai 0e263f1a7e Bug 1061535 - [B2G][RIL] relax restrictions on EF_IMG error handling - part 1 - fix. r=edgar 2014-09-03 15:53:09 +08:00
Vicamo Yang 0284125420 Bug 937485: [WebIcc] use Webidl enum for cardState. r=echen, r=smaug 2014-09-04 10:31:41 +08:00
Garvan Keeley 29a3acd410 Bug 1056857 - Code cleanup related to debugging flags. r=kanru
- change #define to const char* for consistency
- change int to bool for bool flags
- make debug log messages more concise, multi-line messages (that could be one-line) make watching the debug log difficult
2014-09-02 21:09:00 -04:00
Garvan Keeley 9a1557adb3 Bug 1056857 - Add debug flag for ignoring GPS locations. r=kanru
Also added observer of Gaia settings changes, so the debug settings
can be toggled on the fly.
2014-09-03 06:58:00 -04:00
Alexandre Lissy a9086351f1 Bug 955946 - Distinguish SIM/USIM getResponse p1/p2/p3 parameters. r=echen
Performing proper ICC_IO operations depends on the type of the SIM card.
For example, the Desire Z will work with FCP Template, so we need to
follow TS 102.221 table 11.2 to perform the proper request and get a FCP
Template. This is done when we write the ICC_IO command: we need to set
the p2/p3 fields depending on the SIM card type (SIM or USIM) so that
the proper behavior is triggered.
2014-09-03 02:31:00 -04:00
Ryan VanderMeulen 25d6c236ac Backed out changeset 59611423c368 (bug 1038531) for marionette-webapi failures. 2014-09-03 11:30:32 -04:00
Henry Chang da624ae685 Bug 1038531 - Unify NetworkWorker. r=mrbkap r=fabrice 2014-08-18 11:02:56 +08:00
Edgar Chen f23a579406 Bug 843452 - Part 5: Changes for xpcshell test. r=hsinyi 2014-06-04 19:28:03 +08:00
Edgar Chen 94212cd1a3 Bug 843452 - Part 4-7: [NetworkGeolocationProvider] Get dataInfo via MobileConnectionService. r=kchen 2014-08-11 16:15:59 +08:00
Edgar Chen a49246d6b9 Bug 843452 - Part 4-6: [NetworkManager] Get dataInfo via MobileConnectionService. r=vicamo 2014-08-11 16:05:43 +08:00
Edgar Chen d38866a132 Bug 843452 - Part 4-5: MobileConnectionGonkService for gonk backend. r=hsinyi,khuey 2014-02-10 19:55:22 +08:00
Edgar Chen 3a13cca9e3 Bug 843452 - Part 4-2: [GPS] Get voiceInfo via MobileConnectionService. r=kchen 2014-07-01 18:46:05 +08:00
Edgar Chen 892cdd18e9 Bug 843452 - Part 4-1: Interface changes for gonk backend. r=hsinyi 2014-07-02 18:08:59 +08:00
Phil Ringnalda f07c05d62e Merge m-c to b-i 2014-08-31 18:44:20 -07:00
Birunthan Mohanathas e0902bd50d Bug 1058101 - Move dom/src/geolocation/ into dom/. r=mccr8
--HG--
rename : dom/src/geolocation/moz.build => dom/geolocation/moz.build
rename : dom/src/geolocation/nsGeoPosition.cpp => dom/geolocation/nsGeoPosition.cpp
rename : dom/src/geolocation/nsGeoPosition.h => dom/geolocation/nsGeoPosition.h
rename : dom/src/geolocation/nsGeoPositionIPCSerialiser.h => dom/geolocation/nsGeoPositionIPCSerialiser.h
rename : dom/src/geolocation/nsGeolocation.cpp => dom/geolocation/nsGeolocation.cpp
rename : dom/src/geolocation/nsGeolocation.h => dom/geolocation/nsGeolocation.h
2014-08-30 21:43:45 -07:00
Kyle Machulis 8096f7737a Bug 1015518 - Update users of settings observer 'message' field to use boolean; r=gene a=2.1 2014-08-27 21:01:31 -07:00
Kyle Machulis c6b52f9039 Bug 900551 - Make marionette webapi tests use transaction events for settings; r=edgar r=hchang r=dlee 2014-08-27 21:01:30 -07:00
Ryan VanderMeulen f9e1c75706 Merge b2g-inbound to m-c. a=merge 2014-08-29 15:26:40 -04:00
Ryan VanderMeulen bc0492cc53 Merge fx-team to m-c. a=merge 2014-08-29 15:10:18 -04:00
Szu-Yu Chen [:aknow] f41f3ebd5b Bug 1060222 - Fix an error in ril_worker.js. r=htsai 2014-08-28 23:10:00 -04:00
Randy Lin 4b227d8d5a Bug 1055920 - [B2G][AudioChannel] Avoid to create unnecessary AudioChannel instance on child process. r=baku 2014-08-29 14:10:16 +08:00
Bevis Tseng 93a4f12ea3 Bug 1057973 - Part 2: QueryInterface(Ci.nsIRilNetworkInterface) before accessing serviceId property. r=vyang 2014-08-28 10:54:39 +08:00
Lynn Tran 7f93484c48 Bug 999748 - Add the user trash directory to OS.Constants.Path. r=yoric 2014-08-26 08:51:24 -04:00
Ryan VanderMeulen a408d636f2 Backed out 11 changesets (bug 1059079, bug 1015518, bug 900551, bug 846200) for Gaia UI test failures on a CLOSED TREE.
Backed out changeset d85b4e48b3b4 (bug 1015518)
Backed out changeset 663b73ba69ec (bug 1015518)
Backed out changeset 5cf1cb5fa022 (bug 900551)
Backed out changeset b953dd5bfdaa (bug 900551)
Backed out changeset a2b6d7c84100 (bug 900551)
Backed out changeset ceb79fe83d15 (bug 900551)
Backed out changeset f6acf344fbf0 (bug 900551)
Backed out changeset fa269ea53937 (bug 846200)
Backed out changeset b89c84a850f9 (bug 846200)
Backed out changeset b7a7dfbe4e3f (bug 846200)
Backed out changeset c6f54d821c11 (bug 1059079)
2014-08-28 12:49:49 -04:00
Ryan VanderMeulen 86c3d649db Backed out changeset 52b00288469c (bug 1015518) for Gaia UI test perma-fails.
CLOSED TREE

--HG--
extra : amend_source : f14efe30e300b626cffa22066c28a0fbda42a80b
2014-08-28 12:44:39 -04:00
Carsten "Tomcat" Book 49bc66d73d Merge mozilla-central to b2g-inbound 2014-08-28 16:15:55 +02:00
Kyle Machulis a79529bbe4 Bug 1015518 - Update users of settings observer 'message' field to use boolean; r=gene 2014-08-27 21:01:31 -07:00
Kyle Machulis 6fa5fd3e2f Bug 900551 - Make marionette webapi tests use transaction events for settings; r=edgar r=hchang r=dlee 2014-08-27 21:01:30 -07:00
Edgar Chen 028bd76767 Bug 1058585 - setDataRegistration instantly replies success if it doesn't need to send a request to rild. r=hsinyi 2014-08-26 17:56:27 +08:00
Edgar Chen f74bbb4660 Bug 1052865 - Mapping the request to different ID based on RIL version. r=hsinyi 2014-08-24 23:52:00 +08:00
Jim Chen 3dcbdea53a Bug 1056941 - Fix dangerous destructors in Fennec code; r=blassey 2014-08-26 15:07:59 -04:00
Edgar Chen 1d42f1e517 Bug 1013847 - Part 2-2: Add xpcshell test for icc with app index is -1. r=hsinyi 2014-08-20 14:47:04 +08:00
Edgar Chen c996c46937 Bug 1013847 - Part 2-1: Put cardState related tests into a separated test file. r=hsinyi 2014-08-20 14:46:44 +08:00
Edgar Chen f12f9be69a Bug 1013847 - Part 1-4: Create IccInfo object even if appType is unknown. r=hsinyi 2014-08-18 15:15:16 +08:00
Edgar Chen afc3b0bd17 Bug 1013847 - Part 1-3: Read ICCID and set cardState to unknown if appIndex is -1. r=hsinyi 2014-08-20 16:10:07 +08:00
Edgar Chen 08d2a8102a Bug 1013847 - Part 1-2: Don't need to cache iccStatus in RilObject. r=hsinyi 2014-08-20 16:10:38 +08:00
Edgar Chen 25bd9260dd Bug 1013847 - Part 1-1: getEFPath() don't need to check appType for common files. r=hsinyi 2014-08-20 15:56:50 +08:00
Wes Kocher d544bf248c Backed out 17 changesets (bug 843452)
Backed out changeset e72a0297d488 (bug 843452)
Backed out changeset 73f62ce4190f (bug 843452)
Backed out changeset 6d4a49ebd9fc (bug 843452)
Backed out changeset ac93e396669f (bug 843452)
Backed out changeset cf4fc721821e (bug 843452)
Backed out changeset 9a94ea71d232 (bug 843452)
Backed out changeset b95ff097374d (bug 843452)
Backed out changeset 8d6428a93500 (bug 843452)
Backed out changeset e31b86ef0e80 (bug 843452)
Backed out changeset bd4efde535cd (bug 843452)
Backed out changeset 02bbcd8ac571 (bug 843452)
Backed out changeset f7f41bf82b22 (bug 843452)
Backed out changeset 20f42764cd38 (bug 843452)
Backed out changeset 82f8670f5c17 (bug 843452)
Backed out changeset 52f25f1278e3 (bug 843452)
Backed out changeset 181337820a7c (bug 843452)
Backed out changeset 9bd12641af03 (bug 843452)

--HG--
rename : dom/mobileconnection/interfaces/nsIMobileConnectionService.idl => dom/mobileconnection/interfaces/nsIMobileConnectionProvider.idl
2014-08-28 16:51:41 -07:00
Wes Kocher 06c0627ed1 Merge m-c to inbound a=merge 2014-08-27 16:59:25 -07:00
Garvan Keeley 576b631b94 Bug 1033274 - Added logic when MLS responds to GPS provider. r=kanru
NetworkGeolocationProvider is listened to by the Gonk GPS provider, and
these updates are to be used in certain cases (such as the GPS is
inactive) or ignored in other cases so as not overwrite an accuracte GPS
location with and inaccurate MLS location.

Fixed the GPS position's timestamp; the code was using the satellite provided
timestamp. This timestamp bubbles up to the DOM eventually, which has no
knowledge of GPS timestamp delays, thus it needs the current system time.
2014-08-22 07:37:00 -04:00
Edgar Chen fb0039e88d Bug 843452 - Part 5: Changes for xpcshell test. r=hsinyi 2014-06-04 19:28:03 +08:00
Edgar Chen 1e5c4e9351 Bug 843452 - Part 4-6: [NetworkManager] Get dataInfo via MobileConnectionService. r=vicamo 2014-08-11 16:05:43 +08:00
Bevis Tseng a5b2354028 Bug 1056625 - Reply nsIMobileMessageCallback.NOT_FOUND_ERROR instead of response.errorMsg from ril_worker when failed to getSmscAddress(). r=vyang 2014-08-22 15:28:02 +08:00
Hsin-Yi Tsai 2985684b9f Bug 824145 - Part 4: Support for STK icon display (xpcshell). r=edgar 2014-08-20 16:52:42 +08:00
Jessica Jong 9a73749592 Bug 824145 - Part 2: Support for STK icon display (impl). r=edgar 2014-08-25 10:32:35 +08:00
Szu-Yu Chen [:aknow] 37341ce505 Bug 1056522 - Set mmiServiceCode in one place. r=hsinyi
--HG--
extra : rebase_source : cbe87a46277e1f2f25ab72ff0f5ce4f6bbc0c527
2014-08-22 03:25:00 -04:00
Bevis Tseng 33c28371c2 Bug 1055994 - Broadcast System Message When Receiving Cell Broadcast Message. r=vyang
--HG--
extra : rebase_source : 9b69b4e23240e791d40a32e9211a93d7c5a0d7c7
2014-08-20 19:17:34 +08:00
Shawn Ku 627f40cc8f Bug 1056449 - B2G RIL: Correct trigger point for overrideICCNetworkName for OPL/PNN reading. r=Edgar
--HG--
extra : rebase_source : dbdd66984af06744b68f75ce0d27891e7ef11c5d
2014-08-22 10:05:34 +08:00
Bevis Tseng 854e474bae Bug 1032097 - Part 5: Remove MOZ_B2G_RIL closure for selectGateway()/resolveHostname(). r=echen
--HG--
extra : rebase_source : 9af50b9c38ef76e66a197e26e832094091d8dead
2014-08-15 16:27:12 +08:00
Bevis Tseng 804bc7bd5f Bug 1032097 - Part 4: Expose new APIs addHostRoute/removeHostRoute from NetworkManager. r=echen
--HG--
extra : rebase_source : 68a7c9b8086d64e053750f7d48a23d2a0aa53377
2014-08-15 16:23:44 +08:00
Bevis Tseng 2cb2fdf92b Bug 1032097 - Part 3: Refactor setHostRoutes()/removeHostRoutes(). r=echen
--HG--
extra : rebase_source : 99f0e0d45158828e0783f83fde6ae1cd45aed6a9
2014-08-15 16:17:20 +08:00
Bevis Tseng 7f5637cd5b Bug 1032097 - Part 2: Rewrite resolveHostname() with Promise and one host to be resolved instead of a list of hosts. r=echen
--HG--
extra : rebase_source : 3db4d54cc8af0e81b3dc6c52f5707628202926d4
2014-08-15 15:55:54 +08:00
Bevis Tseng d895982a18 Bug 1032097 - Part 1: Deprecate setExtraHostRoute/removeExtraHostRoute. r=echen
--HG--
extra : rebase_source : 5270413a18e4bd97d77464e36bcc28fd924d3f93
2014-08-15 15:53:07 +08:00
Dave Hylands 335c278dcf Bug 1049240 - Integrate MTP with the AutoMounter. r=echou 2014-08-19 13:41:35 -07:00
Nigel Babu f8e931cd71 Backed out changeset 19e59c14b0aa (bug 1049240) for xpshell bustage 2014-08-20 12:19:36 +05:30
Kyle Machulis e4ee574673 Backed out 82bed38ff50a (bug 900551, bug 1015518, bug 846200) due to marionette webapi test bustage on ICS Emulator 2014-08-19 22:33:36 -07:00
Kyle Machulis 9bdf69a3d2 Backed out c4c490f3b301, previous backout of bug 900551, bug 1011518, bug 846200, now fixed by bug 1055898 (51afb4de4a25) 2014-08-19 21:05:50 -07:00
Hsin-Yi Tsai e4f94a765d Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 4 - xpcshell stk. r=edgar 2014-08-12 18:05:38 +08:00
Hsin-Yi Tsai 0e7ec54d7e Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 3 - xpcshell IconLoader. r=edgar 2014-08-15 17:11:47 +08:00
Hsin-Yi Tsai cecb164ba8 Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 2 - xpcshell SimRecordHelper. r=edgar 2014-08-13 19:09:21 +08:00
Hsin-Yi Tsai 207853e234 Bug 935843 - B2G RIL: Parse EF_IMG from SIM - part 1 - impl. r=edgar, r=vicamo 2014-08-13 19:06:32 +08:00
Wes Kocher 837c4a980c Backed out 8 changesets (bug 1015518, bug 900551, bug 1011518, bug 846200) for build bustage
Backed out changeset 59eb7edaa6ed (bug 1015518)
Backed out changeset 04a531d5647e (bug 1011518)
Backed out changeset 9ac939654549 (bug 1011518)
Backed out changeset 2f707489d892 (bug 900551)
Backed out changeset f2a0a448e563 (bug 900551)
Backed out changeset f130f54ea09a (bug 900551)
Backed out changeset 9d38e8901847 (bug 846200)
Backed out changeset 744da032a2de (bug 846200)
2014-08-19 14:49:02 -07:00
Kyle Machulis 2375b53e61 Bug 1015518 - Update users of settings observer message field to use boolean; r=gene 2014-08-19 13:43:58 -07:00
Dave Hylands 0ff3e02337 Bug 1049240 - Integrate MTP with the AutoMounter. r=echou
--HG--
extra : rebase_source : a4d8cd8413ef1ea7dddb57fed87c723a923ea0bf
2014-08-19 13:41:35 -07:00
Szu-Yu Chen [:aknow] ebe790145b Bug 1053110 - Part 4: Move clir logic to TelephonyService. r=hsinyi 2014-08-19 00:24:00 -04:00
Szu-Yu Chen [:aknow] 946be02d09 Bug 1053110 - Part 2: Refactor MMI regex. r=hsinyi 2014-08-19 00:23:00 -04:00
Kan-Ru Chen (陳侃如) c9a73bec1b Bug 1050899 - Check mAGpsRilInterface before use. r=dougt 2014-08-15 04:24:00 -04:00
Edgar Chen 61e1008a0b Bug 843452 - Part 4-5: MobileConnectionGonkService for gonk backend. r=hsinyi,khuey 2014-02-10 19:55:22 +08:00
Edgar Chen 8f3f720f0b Bug 843452 - Part 4-2: [GPS] Get voiceInfo via MobileConnectionService. r=kchen 2014-07-01 18:46:05 +08:00
Edgar Chen 12db72582f Bug 843452 - Part 4-1: Interface changes for gonk backend. r=hsinyi 2014-07-02 18:08:59 +08:00
Dave Hylands 1fbacab494 Bug 1059086 - Stop and start MTP server properly when USB cable is unplugged and replugged. r=Alphan 2014-08-28 13:13:10 -07:00
Dave Hylands 3e96440289 Bug 1049243 - Integrate MTP and Device Storage. r=echou 2014-08-28 13:13:06 -07:00
Bobby Holley e70ddb7476 Bug 1052052 - Hoist Auto*JSContext into nsContentUtils and kill nsCxPusher.{cpp,h}. r=gabor 2014-08-14 18:47:15 -07:00
Szu-Yu Chen [:aknow] fd3f549c01 Bug 1053094 - Part 2: Fix. r=hsinyi 2014-08-14 03:55:00 -04:00
Shawn Ku adf1456eba Bug 1046649 - Part 2: Test patch - B2G RIL: Need to handle wild char for EF_OPL. r=Edgar 2014-08-13 16:54:55 +08:00
Shawn Ku 2e223b483c Bug 1046649 - Part 1: RIL patch - B2G RIL: Need to handle wild char for EF_OPL. v3. r=Edgar 2014-08-13 17:00:52 +08:00
Seth Fowler 0fd6e994ae Bug 913586 (Part 4) - Update Maybe users in dom. r=bz
--HG--
extra : rebase_source : 7b6159b00b3bf4f919b30f1bccc8939cc04fe526
2014-08-13 15:39:41 -07:00
Szu-Yu Chen [:aknow] 954f5f2638 Bug 1050696 - Refactor TelephonyService.dial. r=hsinyi 2014-08-11 02:48:00 -04:00
Szu-Yu Chen [:aknow] 0398625a7a Bug 1051663 - Correct |this| in REQUEST_DIAL_EMERGENCY_CALL. r=hsinyi 2014-08-11 02:37:00 -04:00
Jessica Jong 339bc7a307 Bug 1043114 - Part 4: Unify add/removeHostRoute and add/removeHostRouteWithResolve (NetworkUtils). r=edgar 2014-08-08 02:32:00 -04:00
Jessica Jong c4f7d3bacb Bug 1043114 - Part 3.2: Remove unused NetworkParams and refine comments. r=edgar, r=smaug 2014-08-08 02:30:00 -04:00
Jessica Jong eca0bb2087 Bug 1043114 - Part 3.1: Unify add/removeHostRoute and add/removeHostRouteWithResolve (NetworkService). r=edgar 2014-08-06 01:51:00 -04:00
Jessica Jong 0455b094b6 Bug 1043114 - Part 2: Unify add/removeHostRoute and add/removeHostRouteWithResolve (NetworkManager). r=edgar 2014-08-06 01:46:00 -04:00
Jessica Jong 350c768d4b Bug 1043114 - Part 1: Unify add/removeHostRoute and add/removeHostRouteWithResolve (idl). f=vchang, r=edgar 2014-08-06 01:45:00 -04:00
Kyle Huey 04c06effe3 Bug 1050509: Shut down the KeyStore socket during system shutdown to avoid leaks. r=tdz 2014-08-08 11:11:36 -07:00
Gabriele Svelto 7503409646 Bug 1050067 - Correctly provide the service code when requesting an IMEI number. r=hsinyi 2014-08-07 23:01:42 +02:00
Jessica Jong 0bbcedc9f8 Bug 1048723 - B2G RIL: send data registration request one by one. r=hsinyi 2014-08-07 18:38:21 +08:00
Kan-Ru Chen (陳侃如) a8fe610318 Bug 1032063 - Call update_network_state and update_network_availability when network state changes for A-GPS. r=dougt
--HG--
extra : rebase_source : 9a674017a74099f3919b27252c454e7ca777ef84
2014-08-06 14:41:56 +08:00
Yoshi Huang 66afb11fa3 Bug 933141 - Move NFC files out of system/gonk. r=gps, dimi
--HG--
rename : dom/system/gonk/NfcContentHelper.js => dom/nfc/NfcContentHelper.js
rename : dom/system/gonk/Nfc.js => dom/nfc/gonk/Nfc.js
rename : dom/system/gonk/Nfc.manifest => dom/nfc/gonk/Nfc.manifest
rename : dom/system/gonk/NfcGonkMessage.h => dom/nfc/gonk/NfcGonkMessage.h
rename : dom/system/gonk/NfcMessageHandler.cpp => dom/nfc/gonk/NfcMessageHandler.cpp
rename : dom/system/gonk/NfcMessageHandler.h => dom/nfc/gonk/NfcMessageHandler.h
rename : dom/system/gonk/NfcOptions.h => dom/nfc/gonk/NfcOptions.h
rename : dom/system/gonk/NfcService.cpp => dom/nfc/gonk/NfcService.cpp
rename : dom/system/gonk/NfcService.h => dom/nfc/gonk/NfcService.h
rename : dom/system/gonk/nfc_consts.js => dom/nfc/gonk/nfc_consts.js
rename : dom/system/gonk/nsINfcService.idl => dom/nfc/gonk/nsINfcService.idl
rename : dom/system/gonk/nsINfcContentHelper.idl => dom/nfc/nsINfcContentHelper.idl
2014-08-01 17:23:14 +08:00
Vicamo Yang bdbe52a2e4 Bug 916607 - 2/4: implementation. r=bzbarsky, r=gene 2014-08-04 17:01:36 +08:00
Vicamo Yang c494c71cd3 Bug 1044737 - 2/3: remove unused bits related to 'getNetworkInterfaceStats'. r=bholley, r=vchang 2014-08-01 15:08:42 +08:00
Vicamo Yang a06a387b4c Bug 1044737 - 1/3: don't use Date in nsINetworkStatsCallback::networkStatsAvailable. r=vchang 2014-08-01 15:08:41 +08:00
Yoshi Huang b5aed2d79f Bug 1043186 - Part 2: onpeerlost should be fired to correct target. r=dimi 2014-07-24 18:11:42 +08:00
Yoshi Huang 8b0b298d5b Bug 1043186 - Part 1: Add a nsINfcPeerEventListener. r=dimi 2014-07-24 12:16:02 +08:00
Ghislain 'Aus' Lacroix 3c342b867c bug 1046876 - Define 'Cu'. r=gwagner 2014-07-31 13:29:14 -07:00
Nathan Froyd 12c76f15f7 Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
Alphan Chen fcc934febc Bug 1039939 - [MTP] Enable functionality on Windows 7. r=dhylands 2014-07-30 13:49:02 +08:00
Yoshi Huang d489a4a5ba Bug 933588 - Part 2: NfcMessageHandler. r=dimi 2014-07-07 18:18:20 +08:00
Yoshi Huang c3e7baef48 Bug 933588 - Part 1: NFC service. r=khuey 2014-02-19 15:14:22 +08:00
Bevis Tseng a1c8becae7 Bug 813893 - Part 2: Add Test Case to Verify CB Message in UMTS Format. r=htsai 2014-07-03 19:56:40 +08:00
Vicamo Yang f305e0fa50 Bug 813893 - Part 1: Add Support to Read CBS Message in UMTS format. r=htsai 2014-06-17 16:21:04 +08:00
Jessica Jong aa77e8d1f3 Bug 990458 - Part 5: implement updateNetworkInterface() and remove network-interface-state-changed event. r=edgar,vchang 2014-07-29 16:44:30 +08:00
Jessica Jong 3b06d6e966 Bug 990458 - Part 2: ril changes to support updateNetworkInterface(). r=edgar 2014-07-29 16:44:26 +08:00
Jessica Jong 1d26374b77 Bug 990458 - Part 1: add updateNetworkInterface() API in idl. r=edgar 2014-07-29 16:44:24 +08:00
Carsten "Tomcat" Book aeabc85ae7 Merge mozilla-central to b2g-inbound 2014-07-28 16:06:50 +02:00
Wayne Chen 06209d0f33 Bug 1037359 - when user turned off bt, delay routing to avoid leakage of audio from speaker. r=mwu 2014-07-25 15:19:26 +08:00