Commit Graph

1792 Commits

Author SHA1 Message Date
Doug Turner
c52e81d928 Bug 977120 - Enable NetworkGeolocationProvider to collect cellular tower data on Firefox OS. r=jdm 2014-03-10 16:10:15 +00:00
Doug Turner
eef5fec5c2 Bug 978593 - refactor and cleanup NetworkLocationProvider. Prep work to enable celluar support. r=jdm 2014-03-01 23:46:02 -08:00
Ryan VanderMeulen
cb6ce085e9 Backed out changesets a7ea2d51414d and 901717199390 (bug 957917) for causing bug 980375. 2014-03-06 16:30:35 -05:00
Shawn Ku
41e8d97fb5 Bug 976491 - Add test case. r=Yoshi 2014-03-06 09:53:40 +08:00
Shawn Ku
aaca8502f1 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
4ae9218d69 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
4fce6eae13 Bug 977920 - Retrieve iccId without checking prototype of IccInfo. r=vyang 2014-03-05 11:10:46 +08:00
Bevis Tseng
6d6469b8d9 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
659d302777 Bug 957917 - 1/2: B2G RIL - read PDP type from APN settings. r=hsinyi 2014-03-05 10:37:42 +08:00
Alan Huang
4ec2e0e0ce Bug 971612 - Implement "mount" and "unmount" API for device storage. r=dhylands 2014-03-04 19:24:19 +08:00
Ed Morley
46cd2a9fc8 Merge latest green b2g-inbound changeset and mozilla-central 2014-03-03 14:45:43 +00:00
Yoshi Huang
f3858a9af8 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
d478154f68 Bug 975813 - Support IPv6 in Network Manager. r=vicamo,fabrice 2014-02-28 20:24:35 +08:00
Jessica Jong
fcba161d85 Bug 960865 - Part 5: add dun connection timer and reference count. r=vchang 2014-02-28 18:05:10 +08:00
Jessica Jong
3261494dd1 Bug 960865 - Part 4: dun support implementation in NetworkManager. r=vchang 2014-02-28 18:05:06 +08:00
Jessica Jong
3210c0afdb 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
028d0f9c38 Bug 960865 - Part 2: handle dun apn type in RadioInterfaceLayer. r=hsinyi 2014-02-28 18:04:59 +08:00
Jessica Jong
3f20a1f464 Bug 960865 - Part 1: add dun apn type constant in idls. r=vchang 2014-02-28 18:04:55 +08:00
Ryan VanderMeulen
6435a8a9dd Merge inbound to m-c. 2014-02-27 16:55:18 -05:00
Kai-Zhen Li
3ad2c0f73e Bug 976944 - Update softap parameters for kk. r=vchang 2014-02-26 14:41:42 +08:00
Doug Turner
334e9e6295 Bug 977454 - export network location provider on b2g. r=khuey 2014-02-25 16:06:01 -08:00
Brian Smith
7f156c7ed1 Backout cset 4c4041cfc095 (bug 977454), a a=bustage 2014-02-28 22:14:05 -08:00
Doug Turner
26813fb129 Bug 977454 - export network location provider on b2g. r=khuey 2014-02-25 16:06:01 -08:00
Edgar Chen
cc3d174ec7 Bug 961571 - Part 4: Add test case for data connection. r=hsinyi 2014-02-26 07:11:00 +08:00
Edgar Chen
97c09b032a Bug 961571 - Part 3: Handle ims apn type in NetworkManager. r=hsinyi 2014-02-26 00:08:00 +08:00
Edgar Chen
53506b43d4 Bug 961571 - Part 2: Handle ims apn type in RILNetworkInterface. r=hsinyi 2014-02-26 00:08:00 +08:00
Edgar Chen
6a1e6b6c13 Bug 961571 - Part 1: IDL changes for adding ims apn type. r=hsinyi 2014-02-26 00:07:00 +08:00
Hsin-Yi Tsai
9f41a650ba Bug 881174 - part2 - cdma 3way call RIL impl. r=vicamo 2014-02-21 17:46:58 +08:00
Edgar Chen
91a6335722 Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi 2014-02-26 18:08:46 +08:00
Dimi Lee
bc338e9dda 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
747063a8c2 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)
2b5b58e7f9 Bug 968550 - onerror is undefined in processICCIOError. r=yoshi 2014-02-27 15:25:17 +08:00
John Shih
c5fbfa3bba Bug 961598 - support DNS reslover. r=vchang 2014-02-20 19:04:51 +08:00
Ryan VanderMeulen
8333762d4c Merge fx-team to m-c. 2014-02-25 15:20:54 -05:00
Bevis Tseng
72a4306955 Bug 975356 - Append iccId into the message sent by SystemMessenger. r=vyang 2014-02-24 18:34:06 +08:00
Ryan VanderMeulen
ebc2221702 Merge m-c to fx-team. 2014-02-24 16:22:48 -05:00
Peiyong Lin
78963dfcf5 Bug 967507 - [OS.File] Add |path| for error-reporting. r=Yoric 2014-02-24 10:16:01 -05:00
Jessica Jong
9416db5d13 Bug 973842 - Part 3: Support adding secondary routes (NetworkUtils). r=vchang 2014-02-24 09:19:20 -05:00
Jessica Jong
8047d3ec4c Bug 973842 - Part 2: Support adding secondary routes (NetworkService). r=vchang 2014-02-24 09:19:20 -05:00
Jessica Jong
24dbb87d65 Bug 973842 - Part 1: Support adding secondary routes (idl/cid). r=vchang 2014-02-24 09:19:20 -05:00
Hsin-Yi Tsai
f8397c296c Bug 974580 - _timer shouldn't be null. r=allstars.chh 2014-02-21 14:15:35 +08:00
Edgar Chen
cdc7ff4889 Bug 973771 - Part 1: RIL implementation for LTE preferred network types. r=hsinyi 2014-02-18 14:21:09 +08:00
Edgar Chen
5123df3792 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
f4cd87b61f 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
7e41f47adf Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree 2014-02-21 09:11:33 -05:00
Oleg Romashin
5b8bccef6f Bug 974335 - Refactor Qt Widget Backend implementation. Qt Only changes NPDB. r=romaxa
--HG--
rename : dom/system/unix/Makefile.in => dom/system/qt/Makefile.in
rename : dom/system/unix/QTMLocationProvider.cpp => dom/system/qt/QTMLocationProvider.cpp
rename : dom/system/unix/QTMLocationProvider.h => dom/system/qt/QTMLocationProvider.h
rename : dom/system/unix/nsHapticFeedback.cpp => dom/system/qt/QtHapticFeedback.cpp
rename : dom/system/unix/nsHapticFeedback.h => dom/system/qt/QtHapticFeedback.h
rename : dom/system/unix/moz.build => dom/system/qt/moz.build
2014-02-20 18:09:02 -08:00
Oleg Romashin
03b2b6e348 Bug 974335 - Refactor Qt Widget Backend implementation. Build changes . r=glandium 2014-02-20 18:08:58 -08:00
Carsten "Tomcat" Book
dc063413f6 Merge mozilla-central to mozilla-inbound 2014-02-27 15:39:48 +01:00
Vicamo Yang
07cdd0806b Bug 974260: fix potential xpcshell errors in test_ril_worker_icc.js when RILQUIRKS_V5_LEGACY is set to true. r=yoshi 2014-02-19 20:02:16 +08:00
Michael Wu
8b0370ba42 Bug 848004 - Set the time to a minimum plausible time when necessary, r=gene 2014-02-18 15:41:36 +01:00