Commit Graph

2524 Commits

Author SHA1 Message Date
Ben Hsu
095b2d7ee0 Bug 1067629 - Part 2: Remove some radio state checks(RadioInterfaceLayer.js). r=aknow 2015-02-06 03:08:00 -05:00
Garvan Keeley
64981ebad1 Bug 1134019 - Extract MLS fallback to its own class for reuse - r=jdm 2015-02-27 19:15:32 -05:00
Edgar Chen
4291c6895f Bug 1113054 - [B2G][RIL] Support RIL version 10. r=hsinyi 2014-12-18 18:27:55 +08:00
Wayne Chen
9d1ed0d33a Bug 1130196 - Update audio output device enum for L porting. r=mwu 2015-02-16 10:12:34 +08:00
Alexandre Lissy
c51fd177b5 Bug 1131590 - Support DualCarrier radio tech. r=echen 2015-02-13 02:17:00 +08:00
Szu-Yu Chen [:aknow]
72e9777d52 Bug 1128823 - Remove hangUpAll. r=hsinyi
--HG--
extra : rebase_source : 2ef54fb992d0f6ee492b011f3bb5e5142b06006a
2015-02-13 10:57:29 +08:00
Krzysztof Mioduszewski
b7803f5d70 Bug 1132007 - Initialise _iccChannelCalback in RilContentHelper.js. r=echen
CLOSED TREE
2015-02-12 03:19:00 -05:00
Greg Weng
92c9ab770d Bug 1130938 - B2G RIL: Remove the duplicated RilWorkerBuffer in ril_worker.js r=:echen 2015-02-11 09:28:10 +08:00
Jessica Jong
9e7b25cfc2 Bug 973543 - Part 2: remove 'removeHostRoutes()' as it is no longer needed. r=echen 2015-02-11 16:01:10 +08:00
Jessica Jong
fb072c3250 Bug 973543 - Part 1: add reference counting to added routes. r=echen 2015-02-11 16:01:08 +08:00
Garvan Keeley
b0f75d8f6a Bug 1131430 - Added telemetry to count CoreLocation vs. MLS results. r=jdm 2015-02-10 10:45:36 -05:00
Chris Peterson
77c54d35be Bug 1130828 - Fix clang -Widiomatic-parentheses and -Wsemicolon-before-method-body warnings. r=smichaud 2015-02-06 00:09:39 -08:00
Edgar Chen
d461c0dfe0 Bug 1123624 - Part 3: Fix test_ril_system_messenger.js. r=bevis 2015-02-06 14:26:55 +08:00
Edgar Chen
5d85decc47 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
f1af29de40 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
6369a36f22 Bug 1129696 - Added missing retain/release on NSTimer. r=dougt 2015-02-04 16:00:00 +01:00
Wes Kocher
f7ecc86285 Merge m-c to inbound a=merge CLOSED TREE 2015-02-05 17:27:05 -08:00
Christoph Kerschbaumer
c920f24733 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
d7a0d4e41c Bug 1123201 - B2G RIL: Pull the BufObject out from ril_worker.js. r=aknow 2015-02-04 18:09:18 +08:00
Tom Schuster
ed7ec3ab97 Bug 1127494 - Remove proto parameter from JS_DefineObject. r=Waldo,bz 2015-02-04 22:50:17 +01:00
Bevis Tseng
f44ba0fd58 Bug 1126687 - Part 2: Modify Test Cases Accordingly. r=echen. 2015-01-30 13:41:34 +08:00
Bevis Tseng
a3768c5f18 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
72894937b3 Merge mozilla-central to b2g-inbound 2015-02-03 15:31:37 +01:00
Carsten "Tomcat" Book
d4d539357a merge b2g-inbound to mozilla-central a=merge 2015-02-03 14:44:06 +01:00
Szu-Yu Chen [:aknow]
aa8807ca6f Bug 1124550 - Part 12: Provide a default response function. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
e4ab569105 Bug 1124550 - Part 11: Refactoring dial. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
c8ff7bc202 Bug 1124550 - Part 10: Refactoring holdCall, resumeCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
dcc7bbb26f Bug 1124550 - Part 09: Refactoring conferenceCall, separateCall. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
3424595c90 Bug 1124550 - Part 08: Refactoring holdConference, resumeConference. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
8567e8cec4 Bug 1124550 - Part 07: Refactoring hangupConference. r=hsinyi 2015-02-03 12:18:20 +08:00
Szu-Yu Chen [:aknow]
85eb52484d Bug 1124550 - Part 02: ril_worker: expose API cdmaFlash. r=hsinyi 2015-02-03 12:18:19 +08:00
Szu-Yu Chen [:aknow]
a839a6ff11 Bug 1124550 - Part 01: Remove unused code. r=hsinyi 2015-02-03 12:18:19 +08:00
Shawn Ku
08eaada781 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
16f6a99a71 Bug 1120843 - Part 2: test cases for data connection http proxy. r=echen 2015-01-29 22:37:00 +01:00
Bevis Tseng
59a97e3e53 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
d8daffa538 Bug 1126198 - Part 1: Define 'presentationType' in nsIStkSelectItemCmd instead of nsIStkSetUpMenuCmd. r=echen 2015-01-27 18:47:12 +08:00
Kan-Ru Chen (陳侃如)
5a9795be8d Bug 1112989 - Part 3. Remove sync PContent::GetVolumes() r=dhylands 2015-01-30 11:43:32 +08:00
Kan-Ru Chen (陳侃如)
80e183bc3f 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
ac3a34c158 Bug 1119136 - (follow-up) correcting typo s/epectedNumber/expectedNumber/. r=echen 2015-01-28 22:31:00 +08:00
Carsten "Tomcat" Book
0ab3496e2a Merge mozilla-central to mozilla-inbound 2015-01-29 16:17:28 +01:00
Jacek Caban
0af6a359ed Bug 1126724 - Fixed WindowsLocationProvider.cpp compilation on GCC. r=josh 2015-01-29 13:02:07 +01:00
Jessica Jong
1602107dd2 Bug 1120843 - Part 1: clear http proxy when active network is disconnected. r=echen 2015-01-27 01:34:00 +01:00
Christoph Kerschbaumer
94befca01c 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
066e5d445c 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
9568ca6ccd Bug 1107146 - [MTP] Add an UpdateEntryAndNotify for modified event. r=dhylands 2015-01-28 14:35:28 +08:00
Ben Hsu
b33d0bd531 Bug 1103731 - Part 2: Internal architecture (ril_worker.js). r=aknow 2015-01-18 21:22:00 -05:00
Garvan Keeley
5e995220a3 Bug 1121497 - Need to stop location manager before start, r=dougt 2015-01-14 20:02:00 +01:00
Garvan Keeley
dfd1449642 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
38f0b63018 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
2e858f6bed 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
573e71f923 Merge m-c to b2g-inbound. a=merge 2015-01-23 12:32:39 -05:00
Ryan VanderMeulen
39400dced0 Merge fx-team to m-c. a=merge 2015-01-23 12:20:52 -05:00
Jessica Jong
22bd53330b Bug 1121834 - adapt Lollipop netd commands in dun tethering. r=echen 2015-01-23 13:55:02 +08:00
Eden Chuang
a53531f9f7 Bug 1055699 - integrate volume isRemovable status. r=dhylands 2015-01-22 13:48:12 +08:00
Bevis Tseng
9219bf8822 Bug 1117658 - Part 2: Add Corresponding Test Case to Improve Test Coverage. r=echen 2015-01-20 18:07:01 +08:00
Bevis Tseng
b3ddffa765 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
009193c5e3 Bug 1123204 - Part 2: Add Test Case to Improve Test Coverage. r=echen 2015-01-20 15:45:34 +08:00
Bevis Tseng
883e7d5225 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
7e20f1e3d8 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
61bb32d6db 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
57e5a10eae Bug 512407 - Support Windows Location API. r=jdm,jmathies 2015-01-23 18:43:46 +09:00
Bevis Tseng
f81b84fff7 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
c6766e8477 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
1afabfa0c2 Bug 1116434 - adapt Lollipop netd commands in wifi/usb tethering. r=echen 2015-01-20 15:53:58 +08:00
Alexandre Lissy
ed052fd3c7 Bug 1123072 - Fix build of GonkGPSGeolocationProvider on Flatfish. r=kchen 2015-01-19 03:00:00 +01:00
Shawn Ku
ff08349402 Bug 878748 - [dolphin] B2G GPS: acquire correct RadioInterface instance in MultiSIM configuration. r=KanRu. 2015-01-19 10:51:57 +08:00
Edgar Chen
45d531170c 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
76ef0ac4ce Bug 1140259 - Part 1: RIL error for version 10. r=hsinyi 2015-03-06 16:11:12 +08:00
Edgar Chen
8c6926f0ef Bug 1139835 - Parse response parcel of OPEN_CHANNEL as int list. r=hsinyi 2015-03-12 14:11:18 +08:00
Andrea Marchesini
b212600c95 Bug 1148527 - Indentation fix after bug 1145631, r=ehsan 2015-03-27 18:52:19 +00:00
Chris Peterson
bfad42e3b7 Bug 1121864 - Fix some minor nits in NetworkGeolocationProvider.js. r=garvank 2015-01-14 20:28:27 -08:00
Henry Chang
8e4dd5da02 Bug 1104664 - Replace ifc_* functions with corresponding netd commands. r=echen 2015-01-09 14:45:53 +08:00
John Dai
7b25078737 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
341c103063 Bug 1120302 - Post message to let setDNS would callback to NetworkManager. r=vchang 2015-01-12 18:15:50 +08:00
Ben Hsu
b6f1deffa5 Bug 1095362 - Part 5: Internal architecture changes (ril_worker.js). r=aknow 2015-01-11 03:26:00 -05:00
Carsten "Tomcat" Book
df1fe14c36 merge b2g-inbound to mozilla-central a=merge 2015-01-12 14:59:45 +01:00
Eden Chuang
2d9177ec18 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
7ed4db3736 Merge m-c to inbound a=merge 2015-01-09 21:00:13 -08:00
Dave Hylands
aa390f14c9 Bug 1119907 - Cleanup some errors when USE_DEBUG is enabled in the AutoMounter. 2015-01-09 15:29:15 -08:00
Jim Chen
c02561a822 Bug 1116589 - Use templated JNI classes in generated bindings; r=snorp 2015-01-09 19:33:57 -05:00
Wes Kocher
440877789b Merge mozilla-inbound to mozilla-central a=merge 2015-01-08 17:08:12 -08:00
Dave Hylands
62f1864ebc Bug 1073003 - Fix warnings causing errors in emulator build. r=nfroyd 2015-01-08 13:52:19 -08:00
Carsten "Tomcat" Book
b788f3bf6a Merge mozilla-central to b2g-inbound 2015-01-08 15:44:18 +01:00
Carsten "Tomcat" Book
7f0eceed6f merge b2g-inbound to mozilla-central a=merge 2015-01-08 15:07:12 +01:00
Shawn Ku
c300448d66 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
695e6adb63 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
27f65aba6f Merge mozilla-central to mozilla-inbound 2015-01-08 15:32:44 +01:00
Ehsan Akhgari
abb608a46d 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
1ae9db165c Bug 1112471 - Part 3: RIL Changes for getting icc service state API. r=hsinyi 2014-12-26 10:57:44 +08:00
Albert Crespell
3c12ba48cb Bug 722841 - WebTelephony: Implement navigator.mozTelephony.sendTones(). r=hsinyi 2015-01-07 07:37:03 +01:00
Ryan VanderMeulen
9d3617e4b7 Merge inbound to m-c. a=merge 2015-01-06 10:52:47 -05:00
John Dai
601d25a89f Bug 1111990 - Support access EF_FDN only if FDN service is available. r=echen 2015-01-04 17:54:00 +08:00
Siddartha Pothapragada
f0957cf95f 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
bb16c1b6f4 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
7f40f99ca8 Bug 1098210 - Use WebIDL enums for mvnoType. r=hsinyi 2014-12-12 19:04:00 +08:00
Wes Kocher
66e2f1b1e7 Merge m-c to b2g-inbound a=merge 2015-01-05 17:20:29 -08:00
Henry Chang
d2c8a0a2c8 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
32897ed9f0 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é
5b6a38dfbc Backout bug 1098210 (2bd2fad9eac0) for suspicion of smoke test breakage. r=me 2014-12-31 12:30:31 -08:00
Carsten "Tomcat" Book
ac1f16356d Backed out changeset 05880eb3e779 (bug 1077075) 2014-12-29 10:30:13 +01:00