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

1164 Коммитов

Автор SHA1 Сообщение Дата
Szu-Yu Chen [:aknow] 6749b17ad4 Bug 880643 - Part 2: Address the suggestion from jshint. r=hsinyi
---
 dom/system/gonk/RILContentHelper.js    |    6 +++---
 dom/system/gonk/RadioInterfaceLayer.js |    2 +-
 dom/system/gonk/ril_worker.js          |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
2013-07-31 16:03:57 +08:00
Szu-Yu Chen [:aknow] 8a26e12cc1 Bug 880643 - Part 1: Add a test for coding style check on RIL code by JSHint. r=hsinyi
---
 dom/system/gonk/tests/marionette/manifest.ini      |    1 +
 .../gonk/tests/marionette/ril_jshint/README.md     |    9 +
 .../gonk/tests/marionette/ril_jshint/jshint.js     |11096 ++++++++++++++++++++
 .../gonk/tests/marionette/ril_jshint/jshintrc      |  118 +
 .../gonk/tests/marionette/test_ril_code_quality.py |  353 +
 5 files changed, 11577 insertions(+)
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/README.md
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshint.js
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshintrc
 create mode 100644 dom/system/gonk/tests/marionette/test_ril_code_quality.py
2013-07-31 16:03:10 +08:00
Jose Antonio Olivera Ortega c001d7ff7e Bug 897869 - [b2g-ril] Need to keep CLIR settings across reboots. r=vicamo 2013-07-31 09:56:43 +02:00
Yoshi Huang 77f90a4418 Bug 895960 - Part 3: revise parseMccMncFromImsi. r=hsinyi 2013-07-30 17:34:00 +08:00
Yoshi Huang 8cd7bf6abd Bug 895960 - Part 2: Test cases for reading PBR. r=hsinyi 2013-07-30 17:33:00 +08:00
Yoshi Huang 972966a6d8 Bug 895960 - Part 1: Patch. r=hsinyi 2013-07-23 14:34:30 +08:00
Michael Wu cd2a9247d7 Bug 899769 - Fix build of AudioManager.cpp when bluetooth is disabled, r=rlin 2013-07-30 22:44:48 -04:00
Ryan VanderMeulen fd758076bd Merge m-c to inbound. 2013-07-30 18:08:18 -04:00
Ryan VanderMeulen 769a4293c7 Merge m-c to birch. 2013-07-30 13:11:10 -04:00
Ryan VanderMeulen 09b200b169 Merge m-c to inbound on a CLOSED TREE. 2013-07-30 09:23:28 -04:00
Ryan VanderMeulen c3ded710d4 Backed out changesets bc5f5ce22ae3 and 3d682482e90c (bug 880643) for Marionette failures. 2013-07-30 08:52:19 -04:00
Edgar Chen 7c40ec1655 Bug 899484 - Part 1: Use sendChromeMessage to send message instead of using sendDOMMessage. r=hsinyi 2013-07-30 17:11:03 +08:00
Randy Lin 6712768b30 Bug 842934 - [Bluetooth]A2DP sound disappear after SCO disconnected (call ended) and switching patch to A2DP. r=mchen 2013-07-30 14:58:58 +08:00
Szu-Yu Chen [:aknow] cf63111369 Bug 880643 - Part 2: Address the suggestion from jshint. r=hsinyi
---
 dom/system/gonk/RILContentHelper.js    |    6 +++---
 dom/system/gonk/RadioInterfaceLayer.js |    2 +-
 dom/system/gonk/ril_worker.js          |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
2013-07-30 17:21:34 +08:00
Szu-Yu Chen [:aknow] dd86e47e53 Bug 880643 - Part 1: Add a test for coding style check on RIL code by JSHint. r=hsinyi
---
 dom/system/gonk/tests/marionette/manifest.ini      |    1 +
 .../gonk/tests/marionette/ril_jshint/README.md     |    9 +
 .../gonk/tests/marionette/ril_jshint/jshint.js     |11096 ++++++++++++++++++++
 .../gonk/tests/marionette/ril_jshint/jshintrc      |  117 +
 .../gonk/tests/marionette/test_ril_code_quality.py |  353 +
 5 files changed, 11576 insertions(+)
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/README.md
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshint.js
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshintrc
 create mode 100644 dom/system/gonk/tests/marionette/test_ril_code_quality.py
2013-07-30 17:18:44 +08:00
Bobby Holley 98a0425f0f Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
This was done with perl/grep.
2013-07-29 16:45:27 -07:00
Dave Hylands 771993df05 Bug 898634 - Add some logging for volumes created via volume.cfg. r=jwwang 2013-07-29 16:41:07 -07:00
Fernando Jiménez 75bd97c435 Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 1: RIL. sr=vicamo 2013-07-30 00:50:22 +02:00
Ryan VanderMeulen 7bd9efe0db Merge m-c to birch. 2013-07-29 16:07:59 -04:00
Jose Antonio Olivera Ortega ba72368f1d Bug 833754 - Part 2: Changes in tests for call barring through MMI codes. r=ferjm 2013-07-29 20:17:33 +02:00
Jose Antonio Olivera Ortega 2dfcd8c42d Bug 833754 - Part 1: RIL changes for call barring through MMI codes. r=ferjm 2013-07-29 20:17:29 +02:00
Hsin-Yi Tsai 64399c7810 Bug 899028 - [B2G] [CDMA] reject an incoming call. r=vicamo 2013-07-29 18:47:24 +08:00
Ed Morley 40350f10a6 Merge mozilla-central and inbound 2013-07-29 15:42:41 +01:00
Jon Coppeard 20fb51afdd Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01:00
Michael Wu c82417d73f Bug 898812 - Add support for JB MR2's dhcp_do_request, r=vchang 2013-07-28 00:39:03 -04:00
Ehsan Akhgari ef4b479714 Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
Edgar Chen 83aba14176 Bug 869768 - Part 3: RIL implementation for roaming preference. r=hsinyi 2013-06-10 15:47:03 +08:00
Carsten "Tomcat" Book ce93df92db Backed out changeset ae8d72538dee (bug 897484) for b2g bustage 2013-07-26 12:34:25 +02:00
Jon Coppeard 9709d43d76 Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01:00
Jon Coppeard ebf3afbab4 Bug 896949 - JS_SetProperty APIs should take an immutable parameter r=waldo r=bz 2013-07-26 10:00:38 +01:00
Ryan VanderMeulen 8670499913 Merge m-c to inbound. 2013-07-25 21:59:02 -04:00
Alexandre Lissy 845759d3a1 Bug 894281 - Process emergency call once network is really available. r=vicamo 2013-07-24 15:06:45 +02:00
Edgar Chen e2bbe7d8ee Bug 882984 - Part 4: Fix xpcshell tests. r=hsinyi
--HG--
extra : rebase_source : 40890b4ac9b3cc242b7ab98ff338c67859cb9447
2013-07-04 12:31:14 +08:00
Edgar Chen de638cd52f Bug 882984 - Part 3: GPS changes for MobileCellInfo. r=kchen
--HG--
extra : rebase_source : ceaedcb70d3a8a4f936faec8a62c57d31b30853b
2013-07-18 17:30:54 +08:00
Edgar Chen 46b1acc597 Bug 882984 - Part 2: RIL implementation for exposing CDMA registration information. r=hsinyi
--HG--
extra : rebase_source : 63fd4e832c00117853b7cb4781d7923763b4f3eb
2013-07-04 11:48:48 +08:00
Ryan VanderMeulen 9a1a3a0658 Merge m-c to inbound on a CLOSED TREE. 2013-07-23 16:14:26 -04:00
Viral Wang 0c2d31d582 Bug 890144 - Add function InitVolumeConfig to add volume by configuration file in AutoMounter. r=dhylands 2013-07-23 08:30:35 -04:00
Jessica Jong 026bc7fee0 Bug 761732 - B2G RIL: rename {handle|send}DOMMessage in ril_worker.js. r=vyang 2013-07-23 16:29:55 +08:00
Shawn Ku d54991e50e Bug 891242 - [MMI] Short Code MMI (length<3) does not work as expected - Gecko part, r=HsinYi 2013-07-23 15:02:37 +08:00
Vincent Chang c8d791c2a6 Bug 896413 - dnsmasq is not deleted when wifi hotspot is turned off. r=mrbkap 2013-07-23 13:19:26 +08:00
Vincent Chang ef7fa64ec3 Bug 896352 - JavaScript Warning: "reference to undefined property params.interfaceList". r=mrbkap 2013-07-22 19:49:24 +08:00
Ed Morley 8b5c01b866 Merge mozilla-central and birch 2013-07-22 16:52:40 +01:00
Ed Morley a8fb8b7383 Merge latest green birch changeset and mozilla-central 2013-07-22 16:18:53 +01:00
Jose Antonio Olivera Ortega 8dfdf5a8b5 Bug 892498 - [User Story] [Suplementary Services] Permanent MMI codes: support calling line identification restriction (+CLIR). r=ferjm 2013-07-22 12:01:03 +02:00
Gene Lian 933946dcc9 Bug 891756 - [sms][mms] Gecko needs to return proper error code to notify Gaia the address is invalid (part 1, "InvalidAddressError"). r=vicamo a=leo+ 2013-07-11 11:23:49 +08:00
Edgar Chen d7bbdeb780 Bug 866619 - Part 1: Wrong state mapping for NETWORK_CREG_STATE_SEARCHING. r=allstars.chh 2013-07-19 12:00:41 +08:00
Ken Chang 2e8d793bc0 Bug 886765 - Make sure that no other application will send traffic when we send/receive a MMS and data traffic is off. r=vicamo 2013-07-12 13:01:37 +08:00
Thomas Zimmermann fa8cf3a28f Bug 894884: Use ro.moz.ril.query_icc_count property, r=vyang
Our original property name ro.moz.ril.have_query_icc_lock_retry_count
is longer than the maximum of 32 characters and gets filtered out by
Android at runtime. This patch introduces a shorter property name
instead.
2013-07-19 08:59:19 +02:00
Thomas Zimmermann 48cbffef50 Bug 886239: Remove retryCount from nsIDOMMobileConnection, r=vyang
The attribute retryCount is deprecated and removed by this
patch. When it lands, all users of retryCount have been
converted to getCardLockRetryCount.
2013-07-19 08:48:04 +02:00
Ryan VanderMeulen 762081ce07 Merge m-c to birch. 2013-07-18 20:36:44 -04:00