Commit Graph

1425 Commits

Author SHA1 Message Date
Jessica Jong
9908262450 Bug 984327 - Part 1: Include dun apn type in isNetworkTypeSecondaryMobile(...) and elsewhere. r=vicamo 2014-03-19 08:39:00 -04:00
Shawn Ku
ff19c3d5bc Bug 977433 - Part 1: RIL patch - B2G RIL: Handling LTE signal strength. r=HsinYi 2014-03-18 10:28:17 +08:00
Yoshi Huang
c5518fbbbc Bug 933678 - B2G NFC: Add exposedProps for those objects passed to Gaia. r=dimi 2014-02-20 18:13:40 +08:00
Bevis Tseng
12713933de Bug 945089 - Part 2: Revice deprecated test cases. r=vyang 2014-03-05 16:47:37 +08:00
Bevis Tseng
1931395fb0 Bug 945089 - Part 1.2: Move SMS concatenation logic from ril_worker.js to RadioInterfaceLayer.js. r=vyang 2014-03-13 01:27:00 +09:00
Edgar Chen
385cf81f7c Bug 946589 - Remove 'ril.radio.preferredNetworkType' setting handler. r=hsinyi 2014-02-12 20:58:11 +08:00
Edgar Chen
61660bad9e Bug 980826 - Part 2: Add xpcshell tests for updateContactFieldType2() for the case that the recordId in IAP is 0xff. r=allstars.chh 2014-03-11 14:03:25 +08:00
Edgar Chen
c1cec905e6 Bug 980826 - Part 1: updateContactFieldType2() doesn't trigger either onsuccess or onerror callback in some case. r=allstars.chh 2014-03-11 11:20:26 +08:00
Bevis Tseng
90fbd7053c Bug 976897 - Define new notification between NetworkManager and outer modules to prevent the race condition of setting routes and using network interface. r=vyang. 2014-03-10 12:36:42 +09:00
Thomas Zimmermann
7b128acb71 Bug 982126: Set session ID in NFC messages, r=allstars.chh 2014-03-11 15:23:30 +01:00
Ryan VanderMeulen
0aeb8adf7a Merge b2g-inbound to m-c. 2014-03-08 01:23:46 -08:00
Vicamo Yang
898a413ce3 Bug 957917 - 1/2: B2G RIL - read PDP type from APN settings. r=hsinyi 2014-03-11 22:17:57 +08:00
Ryan VanderMeulen
48db9fe113 Backed out changesets a7ea2d51414d and 901717199390 (bug 957917) for causing bug 980375. 2014-03-06 16:30:35 -05:00
Shawn Ku
364226feb9 Bug 976491 - Add test case. r=Yoshi 2014-03-06 09:53:40 +08:00
Shawn Ku
cc43b23419 Bug 976491 - B2G RIL: Don't throw exception when running readICCID for some CMCC cards. r=Yoshi 2014-03-06 09:52:44 +08:00
Hsin-Yi Tsai
f081607e4f Bug 980236 - [B2G] [RIL] test_ril_worker_icc.js fails with DEBUG = true. r=allstars.chh 2014-03-06 18:05:38 +08:00
Bevis Tseng
5f5d799d9e Bug 977920 - Retrieve iccId without checking prototype of IccInfo. r=vyang 2014-03-05 11:10:46 +08:00
Bevis Tseng
fe9cf2b373 Bug 974820 - Part 2: Add error handling of sending/receiving SMS/MMS when device storage is full. r=vyang 2014-02-20 12:21:11 +08:00
Vicamo Yang
af1f85bc10 Bug 957917 - 1/2: B2G RIL - read PDP type from APN settings. r=hsinyi 2014-03-05 10:37:42 +08:00
Alan Huang
875d4f6ce4 Bug 971612 - Implement "mount" and "unmount" API for device storage. r=dhylands 2014-03-04 19:24:19 +08:00
Yoshi Huang
ac0f11d85b Bug 977440 - B2G RIL: add xpcshell tests for the processICCIOError. r=vicamo
From e13745bd7ccd720f66d75c75259af7fd7f4e6014 Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/tests/test_ril_worker_icc.js |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
2014-02-27 15:35:45 +08:00
Chuck Lee
8df84ff558 Bug 975813 - Support IPv6 in Network Manager. r=vicamo,fabrice 2014-02-28 20:24:35 +08:00
Jessica Jong
ec1385c5ac Bug 960865 - Part 5: add dun connection timer and reference count. r=vchang 2014-02-28 18:05:10 +08:00
Jessica Jong
44d60b81be Bug 960865 - Part 4: dun support implementation in NetworkManager. r=vchang 2014-02-28 18:05:06 +08:00
Jessica Jong
b6005b9988 Bug 960865 - Part 3: modify nat command to support setting rules for secondary routing table. r=vchang 2014-02-28 18:05:02 +08:00
Jessica Jong
223ebc982e Bug 960865 - Part 2: handle dun apn type in RadioInterfaceLayer. r=hsinyi 2014-02-28 18:04:59 +08:00
Jessica Jong
9d13d18d6f Bug 960865 - Part 1: add dun apn type constant in idls. r=vchang 2014-02-28 18:04:55 +08:00
Kai-Zhen Li
a96d2f772e Bug 976944 - Update softap parameters for kk. r=vchang 2014-02-26 14:41:42 +08:00
Edgar Chen
1d7e74ea02 Bug 961571 - Part 4: Add test case for data connection. r=hsinyi 2014-02-26 07:11:00 +08:00
Edgar Chen
07acb8d907 Bug 961571 - Part 3: Handle ims apn type in NetworkManager. r=hsinyi 2014-02-26 00:08:00 +08:00
Edgar Chen
7de427cf04 Bug 961571 - Part 2: Handle ims apn type in RILNetworkInterface. r=hsinyi 2014-02-26 00:08:00 +08:00
Edgar Chen
2d7ac3e353 Bug 961571 - Part 1: IDL changes for adding ims apn type. r=hsinyi 2014-02-26 00:07:00 +08:00
Hsin-Yi Tsai
104cbd6450 Bug 881174 - part2 - cdma 3way call RIL impl. r=vicamo 2014-02-21 17:46:58 +08:00
Edgar Chen
47c18323cc Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi 2014-02-26 18:08:46 +08:00
Dimi Lee
5d1be71d8f Bug 977469 - When USB/Wifi Tethering are both enabled, disable one of them will also disable IP forwarding. r=vchang 2014-02-27 14:20:50 +08:00
Dimi Lee
c2a2ce34b6 Bug 977479 - updateUpStream function in NetworkService.js doesn't work. r=vchang 2014-02-27 15:40:00 +08:00
Fabien Cazenave (kaze@mozilla.com)
eaf72554b9 Bug 968550 - onerror is undefined in processICCIOError. r=yoshi 2014-02-27 15:25:17 +08:00
John Shih
ae9ef7ea80 Bug 961598 - support DNS reslover. r=vchang 2014-02-20 19:04:51 +08:00
Bevis Tseng
0e88c8ff63 Bug 975356 - Append iccId into the message sent by SystemMessenger. r=vyang 2014-02-24 18:34:06 +08:00
Andrea Marchesini
dff9be0a40 Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen 2014-03-11 10:46:04 +00:00
Ed Morley
a43bffd607 Backed out changeset d86a702e24c0 (bug 923247) for build failures; CLOSED TREE 2014-03-10 17:04:25 +00:00
Andrea Marchesini
18de276757 Bug 923247 - patch 1 - window in the AudioChannelAgent, r=mchen 2014-03-10 16:36:07 +00:00
Jessica Jong
947d72d67a Bug 973842 - Part 3: Support adding secondary routes (NetworkUtils). r=vchang 2014-02-24 09:19:20 -05:00
Jessica Jong
ecc4e88fb1 Bug 973842 - Part 2: Support adding secondary routes (NetworkService). r=vchang 2014-02-24 09:19:20 -05:00
Jessica Jong
b76073aeed Bug 973842 - Part 1: Support adding secondary routes (idl/cid). r=vchang 2014-02-24 09:19:20 -05:00
Hsin-Yi Tsai
261920bcca Bug 974580 - _timer shouldn't be null. r=allstars.chh 2014-02-21 14:15:35 +08:00
Edgar Chen
55b2a7edbc Bug 973771 - Part 1: RIL implementation for LTE preferred network types. r=hsinyi 2014-02-18 14:21:09 +08:00
Edgar Chen
289f5c5964 Bug 900429 - Part 2: Xpcshell tests for CDMA personalization state and lock type. r=allstars.chh 2014-02-21 10:48:26 +08:00
Edgar Chen
90dfbd45db Bug 900429 - Part 1: Add personalization state and lock type for CDMA. r=allstars.chh 2014-02-20 14:00:56 +08:00
Ehsan Akhgari
83afc1afae Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-21 09:11:33 -05:00