Commit Graph

2038 Commits

Author SHA1 Message Date
Jessica Jong
2a8450772b Bug 1030810 - fix logic in updateRILNetworkInterface(). r=edgar 2014-07-10 18:14:03 +08:00
Vicamo Yang
32a827b499 Backed out changeset f54af6237ce9 (bug 1000040) for causing bug 1035172 2014-07-10 13:29:47 +08:00
Vicamo Yang
9ab07f78c0 Backed out changeset 78ba6f47a5a7 (bug 1000040) for causing bug 1035172 2014-07-10 13:28:51 +08:00
Ryan VanderMeulen
470a46bf63 Merge fx-team to m-c. a=merge 2014-07-09 16:12:36 -04:00
Lynn Tran
029d85bf33 Bug 1003336 - OS.Constants.Sys.Name should not be "Android" for Firefox OS. r=yoric 2014-07-04 18:20:49 -04:00
Garvan Keeley
297eb6f869 Bug 1018383 - Added request-level caching in NetworkGeolocationProvider.js. r=jdm
This is a cleanup of the patch used in the Tarako bug. I made it clearer that this is request-level caching, NOT position caching.
 This is specifically for preventing unnecessary requests to the server. It is unrelated to the W3C PositionOptions and their effect on position caching.
 Hopefully this detail is clearer in this patch.

Updated mochitests that were relying on old logic to succeed

The failing mochitests were relying on the provider to have a specific behaviour -behaviours that are incidental to the test case. I updated these to reflect the behaviour of the current system.
2014-07-07 07:16:00 +02:00
Bevis Tseng
13653a0f26 Bug 1028032 - Part 1: Remove Padding Charactor <CR> Correctly from Decoded CBS Message. r=htsai 2014-06-23 17:24:29 +08:00
Carsten "Tomcat" Book
1d849df8b7 Merge mozilla-central to b2g-inbound 2014-07-07 15:40:15 +02:00
Carsten "Tomcat" Book
14b7e0163c merge b2g-inbound to mozilla-central a=merge 2014-07-07 15:05:36 +02:00
Yoshi Huang
222c23bd78 Bug 1034474 - B2G NFC: onpeerlost is never called. r=dimi
From 6342cf34f7493711317b613a8e30ef6badabcfd1 Mon Sep 17 00:00:00 2001
---
 dom/nfc/tests/marionette/test_nfc_peer.js | 10 +++++++++-
 dom/system/gonk/Nfc.js                    |  4 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)
2014-07-07 11:56:29 +08:00
Jan de Mooij
44da586636 Bug 1034191 - Make nsDependentJSString users work with Latin1 strings and nursery-allocated strings. r=bz 2014-07-05 17:30:54 +02:00
John Shih
071ca45123 Bug 1000040 - Part 2: Implement EthernetManager.js. r=vchange,vyang 2014-05-29 16:35:06 +08:00
John Shih
7eba307bb9 Bug 1000040 - Part 1: Supports Ethernet in gecko. r=vchang, r=bholley 2014-05-19 15:52:02 +08:00
Anup-Allamsetty
749694f55a Bug 1030299 - Cleanup a build warning in Volume.cpp. r=dhylands 2014-06-27 18:50:00 -04:00
Hsin-Yi Tsai
09f2a945ba Bug 1023141 - query ril.ecclist per dial request - part 3 - fix xpcshell. r=aknow 2014-06-30 14:48:41 +08:00
Hsin-Yi Tsai
96a6b44285 Bug 1023141 - query ril.ecclist per dial request - part 1 - fix. r=aknow 2014-06-24 18:32:41 +08:00
Michael Wu
adf66df4da Bug 1033209 - Lazily initialize gps callbacks, r=kanru 2014-07-02 22:59:46 +08:00
Szu-Yu Chen [:aknow]
0ec9c34bf0 Bug 1031239 - Part 2: Select clientId for emergency call. r=hsinyi 2014-07-02 03:47:00 -04:00
Shawn Ku
2400e694be Bug 1007487 - Part 2: test patch - B2G RIL: incorrect isDisplayNetworkNameRequired for not matching both HPLMN and EF_SPDI. v2. r=HsinYi. 2014-07-01 11:52:17 +08:00
Shawn Ku
f76cdb19ae Bug 1007487 - Part 1: RIL patch - B2G RIL: incorrect isDisplayNetworkNameRequired for not matching both HPLMN and EF_SPDI. v2. r=HsinYi. 2014-07-01 11:51:20 +08:00
Jessica Jong
f1b7947015 Bug 1013153 - Part 1: support mvno type 'spn' in matchMvno() function. r=hsinyi 2014-07-01 02:09:00 +02:00
Carsten "Tomcat" Book
66c06c6103 Backed out changeset c6fee4d37e2a (bug 1023141) 2014-07-01 15:35:54 +02:00
Carsten "Tomcat" Book
0057ed1f85 Backed out changeset 3e0f23a63700 (bug 1023141) 2014-07-01 15:35:31 +02:00
Wes Kocher
32c35cc519 Merge m-c to inbound a=merge 2014-06-30 18:47:26 -07:00
Kyle Huey
4266528680 Bug 1031051: Part 18 - Kill the old XPIDL-based event generator. r=smaug 2014-06-30 16:02:04 -07:00
Kyle Huey
f9a248ddf8 Bug 1031051: Part 11 - Migrate DeviceOrientationEvent to the WebIDL code generator. r=smaug 2014-06-30 16:02:03 -07:00
Garvan Keeley
0473745b43 Bug 1010278 - Check if the type is gsm-ish or wcdma-ish and assign to either one of those categories. r=dougt 2014-06-19 14:45:00 -04:00
Hsin-Yi Tsai
99f9e321f9 Bug 1023141 - query ril.ecclist per dial request - part 3 - fix xpcshell. r=aknow 2014-06-30 14:48:41 +08:00
Fabrice Desré
777feff01b Bug 1024157 - Lazy load more js modules - Part 3: RIL r=gene 2014-05-07 15:53:17 -07:00
Fabrice Desré
e6a17c357a Bug 1024157 - Lazy load more js modules - part 1: NFC r=psiddh 2014-05-07 15:53:16 -07:00
Hsin-Yi Tsai
2ed0526578 Bug 1023141 - query ril.ecclist per dial request - part 1 - fix. r=aknow 2014-06-24 18:32:41 +08:00
Jessica Jong
430d86ec56 Bug 1027430 - Part 1: append spn info to .lastKnownHomeNetwork. r=hsinyi 2014-06-27 12:01:06 +08:00
Jessica Jong
161f389763 Bug 1010356 - Part 2: implementation of neighboring cell info. r=hsinyi 2014-06-25 01:27:00 +02:00
Jessica Jong
1f12f76cda Bug 1010356 - Part 3: test cases for neighboring cell info. r=hsinyi 2014-06-24 23:17:00 +02:00
Jessica Jong
a66746c9ed Bug 1010356 - Part 1: interface changes to support neighboring cell info. r=hsinyi 2014-06-24 23:13:00 +02:00
Wes Kocher
4c297ef8c0 Merge m-c to inbound a=merge 2014-06-23 18:59:54 -07:00
Benoit Jacob
ec742680c8 Bug 1028588 - Fix dangerous public destructors in the rest of dom/ - r=ehsan 2014-06-23 15:56:07 -04:00
Shawn Ku
c10b819ab6 Bug 944635 - B2G RIL: Exception in updateDisplayCondition() ... "TypeError: RIL.operator is null". r=HsinYi 2014-06-23 11:47:33 +08:00
Bevis Tseng
3a0fef3001 Bug 921326 - Part 3: Support to Receive Cellbroadcast Messages from different serviceId. r=htsai 2014-06-12 12:04:48 +08:00
Bevis Tseng
1bb639f3f7 Bug 921326 - Part 2: Support to Toggle CellBroadcast Service per SIM. r=htsai 2014-06-10 13:46:57 +08:00
Bevis Tseng
7c58c5cd6a Bug 921326 - Part 1: Support to Set Search List for Each SIM. r=htsai 2014-06-13 16:35:24 +08:00
Vicamo Yang
f8a82ffac1 Bug 973024 - 3/3: split test_ril_worker_mmi.js into several parts. r=yoshi 2014-06-23 20:56:07 +08:00
Vicamo Yang
cba502b061 Bug 973024 - 2/3: split test_ril_worker_icc.js into several parts. r=yoshi 2014-06-23 20:56:05 +08:00
Vicamo Yang
b0309cc3ae Bug 973024 - 1.b/3: share newInterceptWorker. r=yoshi 2014-06-23 20:56:03 +08:00
Vicamo Yang
caed8b2542 Bug 973024 - 1.a/3: share newUint8Worker. r=yoshi 2014-06-23 20:56:02 +08:00
Edgar Chen
2104e9ca52 Bug 1026727 - Part 2: Fixing the "Unknown" state is displayed instead of "Connected" during manual network selection. r=hsinyi 2014-06-18 17:17:52 +08:00
Hsin-Yi Tsai
cb27624fa2 Bug 981519 - number and name presentation - part 4 - ril impl. r=vicamo 2014-04-16 19:43:08 +08:00
Jessica Jong
a68e97ba67 Bug 1017950 - wrap telephony related code with MOZ_B2G_RIL flag. r=hsinyi 2014-06-17 01:14:00 +02:00
Dave Hylands
46c3624796 Bug 1026320 - Deal with race condition due to slow response from VolumeManager. r=qDot 2014-06-17 13:37:24 -07:00
Hsin-Yi Tsai
50b2eca4c8 Backed out changeset 03919674446d (bug 981519) for causing regression bug 1026081 2014-06-17 15:37:31 +08:00