Commit Graph

870 Commits

Author SHA1 Message Date
Yoshi Huang
e514da1eed Bug 821584 - Part 2: xpcshell tests for parsePbrTlv. r=hsinyi 2013-01-16 17:34:37 +08:00
Yoshi Huang
1251f7427a Bug 821584 - Part 1: readPBR and Refactor ICCContact. r=hsinyi 2012-12-27 19:06:29 +08:00
Trevor Saunders
b98e34aed0 bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8 2013-01-12 07:40:33 -05:00
Edgar Chen
d37decf695 Bug 831183 - Part 2: xpcshell tests for SET_UP_CALL. r=allstars.chh 2013-01-16 12:27:38 +08:00
Edgar Chen
809b69fd78 Bug 831183 - Part 1: Fix callMessage. r=allstars.chh 2013-01-16 11:30:02 +08:00
Ryan VanderMeulen
5b33550c5e Backed out 2 changesets (bug 826605, bug 811469) for xpcshell failures. 2013-01-14 21:25:12 -05:00
Christian Sonne
6e6695bc23 Bug 826605 - Remove GPSDGeolocationProvider.js r=dougt 2013-01-14 16:51:08 -08:00
Yoshi Huang
835938782f Bug 828330 - B2G RIL: Expose iccid in nsIRadioInterfaceLayer.idl 2013-01-14 08:43:40 +08:00
Hsin-Yi Tsai
23594f9df5 Bug 828160 - B2G RIL: not send duplicate incoming-call messages in some cases of 'waiting call coming' r=allstars.chh 2013-01-11 10:41:53 +08:00
Trevor Saunders
a6e1ca0693 no bug - mark several classes final to avoid warnings about deleting objects of polymorphic type 2013-01-11 04:43:29 -05:00
rlin@mozilla.com
cf387657f5 Bug 827840 - [camera] shutter sound is almost inaudible, r=sicking, a=bb+
--HG--
extra : rebase_source : d58d00d2bc9d4865c63f8877fecd7c2da5b75e87
2013-01-09 11:09:37 +08:00
Doug Turner
282d319441 Bug 829410 - Use threadsafe isupports in nsVolumeService. r=mikeh a=omg-everything-is-busted 2013-01-10 20:29:51 -08:00
Vincent Chang
38a01c5f30 Bug 828909 - Sanitize Wi-Fi hotspot username and password r=mrbkap 2013-01-10 16:10:48 +00:00
Vicamo Yang
36d565b6b1 Bug 819937: fix multiple sms-delivery messages sent. r=yhuang 2013-01-11 00:49:12 +08:00
Ed Morley
dd871a388a Backout rest of 8d16c92e1bf4 (bug 827801) to fix the build on a CLOSED TREE 2013-01-10 14:32:01 +00:00
David Rajchenbach-Teller
f54e240046 Backout 118283:8d16c92e1bf4 (bug 827801) because two patches have landed adding the same test 2013-01-10 14:59:58 +01:00
Dave Hylands
a7e4a46c0b Bug 785124 - Pt 5 - Add extra asserts. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
504e434db0 Bug 785124 - Pt 4 - Whitespace only change. Change "type &var" to "type& var" and ptrs. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
0b3918ce04 Bug 785124 - Pt 1 - Add VolumeMountLock which allows SDCard to be locked. r=dougt
From 8e39b8e5f3ab7e6344b0a8a5eeabdcf672de8fb4 Mon Sep 17 00:00:00 2001
---
 dom/ipc/ContentChild.cpp                  |   18 +++-
 dom/ipc/ContentChild.h                    |    5 +-
 dom/ipc/ContentParent.cpp                 |   22 +++-
 dom/ipc/ContentParent.h                   |    2 +
 dom/ipc/PContent.ipdl                     |    6 +-
 dom/system/gonk/AutoMounter.cpp           |   19 +++-
 dom/system/gonk/Makefile.in               |    4 +-
 dom/system/gonk/Volume.cpp                |   62 ++++++++++-
 dom/system/gonk/Volume.h                  |   11 +-
 dom/system/gonk/VolumeServiceIOThread.cpp |   11 +-
 dom/system/gonk/VolumeServiceIOThread.h   |    7 +-
 dom/system/gonk/nsIVolume.idl             |   21 +++-
 dom/system/gonk/nsIVolumeMountLock.idl    |   12 +++
 dom/system/gonk/nsIVolumeService.idl      |    9 +-
 dom/system/gonk/nsVolume.cpp              |   96 ++++++++++++++++-
 dom/system/gonk/nsVolume.h                |   43 ++++++--
 dom/system/gonk/nsVolumeMountLock.cpp     |  157 +++++++++++++++++++++++++++
 dom/system/gonk/nsVolumeMountLock.h       |   55 ++++++++++
 dom/system/gonk/nsVolumeService.cpp       |  168 +++++++++++++++++++++++------
 dom/system/gonk/nsVolumeService.h         |   20 +++-
 layout/build/nsLayoutModule.cpp           |    5 +-
 layout/build/nsLayoutStatics.cpp          |    9 ++
 22 files changed, 684 insertions(+), 78 deletions(-)
 create mode 100644 dom/system/gonk/nsIVolumeMountLock.idl
 create mode 100644 dom/system/gonk/nsVolumeMountLock.cpp
 create mode 100644 dom/system/gonk/nsVolumeMountLock.h
2012-12-14 16:01:34 -08:00
David Rajchenbach-Teller
3297c464dc Bug 827801 - Test that OS.Constants is not available to content. r=khuey 2013-01-09 17:34:14 -05:00
Vincent Chang
3670b95880 Bug 825049 - Wi-Fi hotspot fails if password contains space. r=mrbkap 2013-01-09 14:20:10 +00:00
Shian-Yow Wu
0d7132b10a Bug 828089 - [B2G][Settings][Cellular & Data][Network Operator] Unable to disconnect from existing network operator and connect to a new one. r=vicamo 2013-01-09 22:57:55 +08:00
Edgar Chen
87128a43b5 Bug 827860 - Part 2: xpcshell tests for STK_CMD_GET_INPUT, r=vicamo 2013-01-09 01:38:17 +08:00
Edgar Chen
b8185b764d Bug 827860 - Part 1: STK get stuck when text string is null, r=vicamo,yhuang 2013-01-09 17:50:53 +08:00
Patrick Wang
27d1a777cf Bug 822384 - Initialize PNN entries to empty strings. r=vicamo 2013-01-09 14:47:54 +08:00
Shian-Yow Wu
40588fda0c Bug 827663 - [Settings][Data Roaming] Can't close data roaming after turned on it. r=vicamo 2013-01-09 00:21:14 +08:00
Edgar Chen
1d6e00aeea Bug 827733 - JavaScript Error: "oldIcc is null". r=allstars.chh 2013-01-08 20:40:00 +08:00
Hsin-Yi Tsai
6839c3af5a Bug 825841 - B2G RIL: not sendSyncMessage(RIL:GetRilContext) in RILContentHelper's constructor. r=vicamo 2013-01-08 15:57:34 +08:00
Phil Ringnalda
a3a5c77746 Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests 2013-01-07 22:59:32 -08:00
Steve Fink
9ea2fb22e5 Bug 827225 - Rename JS_GetTypedArrayType to JS_GetArrayBufferViewType, add TYPE_DATAVIEW. r=bz, sr=dmandelin
--HG--
extra : rebase_source : c5947273c5d517338ea1f468358511aa979b4959
2013-01-07 15:12:00 -08:00
Dave Hylands
e4d6b5c4d2 Bug 785124 - Pt 5 - Add extra asserts. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
303c96628c Bug 785124 - Pt 4 - Whitespace only change. Change "type &var" to "type& var" and ptrs. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
78d09607c8 Bug 785124 - Pt 1 - Add VolumeMountLock which allows SDCard to be locked. r=dougt
From 8e39b8e5f3ab7e6344b0a8a5eeabdcf672de8fb4 Mon Sep 17 00:00:00 2001
---
 dom/ipc/ContentChild.cpp                  |   18 +++-
 dom/ipc/ContentChild.h                    |    5 +-
 dom/ipc/ContentParent.cpp                 |   22 +++-
 dom/ipc/ContentParent.h                   |    2 +
 dom/ipc/PContent.ipdl                     |    6 +-
 dom/system/gonk/AutoMounter.cpp           |   19 +++-
 dom/system/gonk/Makefile.in               |    4 +-
 dom/system/gonk/Volume.cpp                |   62 ++++++++++-
 dom/system/gonk/Volume.h                  |   11 +-
 dom/system/gonk/VolumeServiceIOThread.cpp |   11 +-
 dom/system/gonk/VolumeServiceIOThread.h   |    7 +-
 dom/system/gonk/nsIVolume.idl             |   21 +++-
 dom/system/gonk/nsIVolumeMountLock.idl    |   12 +++
 dom/system/gonk/nsIVolumeService.idl      |    9 +-
 dom/system/gonk/nsVolume.cpp              |   96 ++++++++++++++++-
 dom/system/gonk/nsVolume.h                |   43 ++++++--
 dom/system/gonk/nsVolumeMountLock.cpp     |  157 +++++++++++++++++++++++++++
 dom/system/gonk/nsVolumeMountLock.h       |   55 ++++++++++
 dom/system/gonk/nsVolumeService.cpp       |  168 +++++++++++++++++++++++------
 dom/system/gonk/nsVolumeService.h         |   20 +++-
 layout/build/nsLayoutModule.cpp           |    5 +-
 layout/build/nsLayoutStatics.cpp          |    9 ++
 22 files changed, 684 insertions(+), 78 deletions(-)
 create mode 100644 dom/system/gonk/nsIVolumeMountLock.idl
 create mode 100644 dom/system/gonk/nsVolumeMountLock.cpp
 create mode 100644 dom/system/gonk/nsVolumeMountLock.h
2012-12-14 16:01:34 -08:00
Ed Morley
1f6dd08a24 Merge mozilla-central to mozilla-inbound 2013-01-07 16:05:46 +00:00
Josh Matthews
aa97e4fa2b Backed out changeset 9dc561810a74 (bug 826102) 2013-01-07 16:34:51 +01:00
Josh Matthews
4963049983 Bug 826102 - Make IPC geolocation listener never use cached values and never skip a value. r=dougt 2013-01-07 06:57:00 +01:00
Josh Matthews
0c8dd7268f Bug 826102 - Make IPC geolocation listener never use cached values and never skip a value. r=dougt 2013-01-07 06:57:00 +01:00
Hubert Figuière
0b5617fbb7 Bug 826297 - Catch exceptions. r=sicking
--HG--
extra : rebase_source : c160410cbdd472de446bf1b486604b39656ccb91
2013-01-04 11:27:29 -05:00
Dave Hylands
3ea5f09112 Bug 822754 - Fix B2G AutoMounter to deal with out-of-order events. r=philikon 2013-01-04 16:19:00 -08:00
Patrick Wang
2724b5581e Bug 821999 - Check roaming when spn becomes available. r=allstars.chh 2013-01-04 16:44:20 +08:00
Yoshi Huang
a45a44e2d8 Bug 823865 - Part 2: xpcshell tests for writeAlphaIdDiallingNumber. r=hsinyi 2012-12-24 12:03:55 +08:00
Yoshi Huang
5424f2f65d Bug 823865 - Part 1: GsmPDUHelper.writeAlphaIdDiallingNumber. r=hsinyi 2012-12-21 16:24:25 +08:00
Yoshi Huang
ba6e2f73e0 Bug 826604 - B2G RIL: getOPL causes parcel error when reading unused octets. r=hsiniyi 2013-01-04 13:34:01 +08:00
Vicamo Yang
edbada573f Bug 820780 - Part 3/5: B2G RIL backend, r=hsinyi,bent 2013-01-04 14:26:24 +08:00
Edgar Chen
8f0973509f Bug 816843 - Use RIL_DEVICE_IDENTITY to get ESN/MEID. r=vyang 2012-11-27 19:37:47 +08:00
Yoshi Huang
3c157ad439 Bug 826161 - B2G RIL: In ICC IO, only Linear Fixed EF should have recordSize. r=hsinyi. 2013-01-03 14:02:25 +08:00
Yoshi Huang
00a7da8c47 Bug 816893 - Part 3: ICCUtils Helper. r=hsinyi 2012-12-06 19:48:28 +08:00
Yoshi Huang
b60c2b3fcc Bug 816893 - Part 2: ICC IO error handling. r=hsinyi 2012-11-28 11:25:53 +08:00
Yoshi Huang
3d1e8ffbf7 Bug 816893 - Part 1: ICCIOHelper ICCRecordHelper ICCFileHelper. r=hsinyi 2012-12-11 17:07:21 +08:00
Josh Matthews
72b2dfd106 Bug 823789 - Pass enableHighAccuracy geolocation changes to the chrome process. r=dougt 2012-12-31 11:36:46 -05:00
Philipp von Weitershausen
607943a62b Bug 820617 - Add a hook to make NetworkManager not manage offline status and use it in Marionette for B2G CI. r=jgriffin 2012-12-29 10:11:04 -08:00
Hsin-Yi Tsai
d2b8d76f98 Bug 824902 - B2G RIL: missing call.isActive in handleEnumerateCalls. r=allstars.chh 2012-12-27 15:23:46 +08:00
Chuck Lee
0dfb723b62 Bug 820762 - 0003.Test if voicemailInfo is exposed. r=hsinyi 2012-12-26 18:49:10 +08:00
Chuck Lee
d0b94c7804 Bug 820762 - 0002.Access voicmail info with correct permission. r=hsinyi 2012-12-26 18:49:08 +08:00
Chuck Lee
917e6df172 Bug 820762 - 0001.Change IDL. r=hsinyi 2012-12-25 14:56:30 +08:00
Julien Wajsberg
bafd79b5f0 Bug 824465 - fix delivery state wrongly reset to 'sending' when delivered. r=vicamo 2012-12-26 20:38:11 +08:00
Oleg Romashin
45bec8f03e Bug 823825 - Qt Firefox does not build on meego due to changed API. r=romaxa DONTBUILD 2012-12-25 13:27:00 -08:00
Patrick Wang
2f06242dcd Bug 824605 - Fix readLen in getSPDI. r=allstars.chh 2012-12-25 19:27:48 +08:00
Kan-Ru Chen (陳侃如)
9136791964 Bug 824558 - Do not destroy mInitThread. r=dougt 2012-12-25 17:13:20 +08:00
Edgar Chen
f4e2740a6a Bug 824194 - Refactor TLV size handler in sendStkTerminalResponse. r=allstars.chh 2012-12-22 11:14:40 +08:00
Kan-Ru Chen (陳侃如)
535ee29ce7 Bug 821517 - Remove MOZ_ASSERT(mInitThread) r=dougt 2012-12-24 10:53:37 +08:00
Nagarjuna Varma
7ff36c65bc Bug 785060 - Check for allocation failure in JS_NewUCStringCopyZ calls; r=Ms2ger 2012-12-22 18:35:07 -05:00
Hsin-Yi Tsai
4b20f6dacf Bug 821181 - Setting call waiting status only when user manually sets the value. r=allstars.chh 2012-12-13 15:03:35 +08:00
Dale Harvey
e830af3add Bug 816101 - Send a system message when a call is complete. r=hsinyi 2012-12-18 14:54:18 +01:00
Randy Lin
5f36549ce7 Bug 819965 - Unable to silence or control FM radio volume. r=sicking 2012-12-17 20:46:56 +08:00
Vicamo Yang
99e7001c2d Bug 816082 - Part 4/4: correct xpcshell test cases. r=hsinyi 2012-12-17 18:48:02 +08:00
Vicamo Yang
9c16468b80 Bug 816082 - Part 3/4: replace non-7bit-alphabet chars with '*' when strict7BitEncoding is enabled. r=hsinyi 2012-12-17 18:47:58 +08:00
Vicamo Yang
46993ce84c Bug 816082 - Part 2/4: refactor fragmentText, pass fragemented text to ril_worker instead. r=hsinyi 2012-12-17 18:47:46 +08:00
Vicamo Yang
f9150d8922 Bug 816082 - Part 1/4: more entries in GSM_SMS_STRICT_7BIT_CHARMAP, r=hsinyi 2012-12-17 18:47:42 +08:00
David Rajchenbach-Teller
6a14396e1c Bug 820681 - OS.Constants.Path.{profileDir, localProfileDir} - Initialize strings to void. r=khuey 2012-12-16 19:36:27 -05:00
Rob Wood
27ab5f7b53 Bug 811583 - Develop WebAPI tests for proximity sensor API, update manifest. r=davehunt 2012-12-07 11:29:19 -08:00
Edgar Chen
5b3c82de7e Bug 804667 - Part 4: xpcshell tests for TIMER_MANAGEMENT. r=allstars.chh 2012-12-03 17:50:14 +08:00
Edgar Chen
836e613fd5 Bug 804667 - Part 3: Support TIMER MANAGEMENT in RIL. r=allstars.chh 2012-11-28 16:16:20 +08:00
Marco Chen
1834026fda Bug 819858 - Add AudioChannelAgent to AudioManager for telephony joining AudioChannelService. r=baku, a=blocking-basecamp 2012-12-13 09:45:10 +08:00
Fernando Jiménez
a5e610a00f Bug 820292 - [MMI/USSD] System message on incoming USSD; r=philikon 2012-12-16 13:25:02 +01:00
Jeff Walden
e0523203c9 Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger 2012-12-14 18:58:45 -05:00
Patrick Wang
ebefd283fc Bug 819862 - Adding SIM path for EF_SPDI and corresponding test. r=vicamo 2012-12-10 14:46:22 +08:00
Alexandre Lissy
1663faf1a2 Bug 819790 - Fix reading SPDI fail. r=vicamo 2012-12-13 16:42:23 +08:00
Shian-Yow Wu
b1fafbe98a Bug 818830 - B2G 3G: If we change APN name when data call is active, new data call cannot be established. r=vicamo 2012-12-14 11:13:31 +08:00
Edgar Chen
b3cb2fbd8d Bug 819834 - Part 1: The options should be null. r=allstars.chh 2012-12-10 11:43:03 +08:00
Gregor Wagner
4578a6366d Bug 819560 - RIL: remember the last mcc code. r=sicking 2012-12-12 16:57:11 -08:00
Mats Palmgren
558a55f649 Bug 820230 - Add missing #include to fix compile error. r=me 2012-12-12 00:15:07 +01:00
David Rajchenbach-Teller
e8cee2b905 Bug 810543 - OS.Constants now adapts if profileDir is not available;r=khuey 2012-12-11 15:12:59 -08:00
Vicamo Yang
3c75940485 Bug 820220 - Part 2/2: xpcshell test case, r=yoshi 2012-12-11 22:48:35 +08:00
Vicamo Yang
762c808453 Bug 820220 - Part 1/2: fix extra octets sent in multipart UCS2 encoded messages, r=yoshi 2012-12-11 22:48:22 +08:00
Patrick Wang
1c0586eac7 Bug 798000 - Part 2 - Test cases r=vicamo 2012-12-11 17:15:03 +08:00
Patrick Wang
a3cc5f89c2 Bug 798000 - Part 1 - Read EF_OPL, EF_PNN files and update network name. r=vicamo 2012-12-11 17:11:34 +08:00
Randy Lin
a452340473 Bug 815452 - Don't unmute FM audio if the user increases the volume when FM audio is muted for channel policy reasons. r=sicking 2012-12-11 18:26:01 +08:00
Vicamo Yang
207e5bf542 Bug 774621 - Part 3/5: RIL implementation, r=anygregor 2012-12-11 17:09:46 +08:00
Siddartha Pothapragada
c2084d3399 Bug 816835 - Part 1: [B2G RIL] Decode Comprehension-TLV failed when its length is 0. r=allstars.chh
From 32c14fc83354f25c9e05abc7adb39cdc4453307a Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/ril_worker.js |    7 +++++++
 1 file changed, 7 insertions(+)
2012-12-04 17:02:31 -08:00
Rob Wood
5ebf3e25e0 Bug 814761 - Part 2/2: add test cases, r=rwood,yoshi 2012-12-10 14:19:42 +08:00
Vicamo Yang
076c848861 Bug 814761 - Part 1/2: fix ril worker exception due to buffer overwritten, r=yoshi 2012-12-10 14:19:38 +08:00
Edgar Chen
15a7a23a55 Bug 804671 - Part 3: xpcshell tests for PROVIDE_LOCAL_INFORMATION. r=allstars.chh 2012-11-27 09:36:06 +08:00
Edgar Chen
de8d039b33 Bug 804671 - Part 2: Support PROVIDE_LOCAL_INFO in RIL. r=allstars.chh 2012-11-21 11:23:39 +08:00
rlin@mozilla.com
628f1cfb77 Bug 815445 - Hook up telephony audio to audio channels backend r=baku 2012-12-06 18:11:06 +08:00
Ehsan Akhgari
b708151504 Merge mozilla-central into mozilla-inbound 2012-12-06 23:13:32 -05:00
Ehsan Akhgari
9ee27cbe92 Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt 2012-12-06 21:13:15 -05:00
Hsin-Yi Tsai
5b4f9109b2 Bug 816913 - B2G RIL: update phoneState when there's an incoming call. r=allstarschh 2012-12-03 11:25:28 +08:00
Dave Hylands
871faee8e1 Bug 818131 - Volume Manager should create fake volumes. r=dougt
This allows Updater and Device storage to query free space on a partition
even if a real volume doesn't exist.

--HG--
extra : rebase_source : 4115a816e266f695303072070b7d5de64e0195c5
2012-12-06 09:31:57 -08:00
Yoshi Huang
9231831111 Bug 814618 - Part 2: xpcshell tests for Display Text. r=vicamo 2012-11-27 15:01:09 +08:00
Yoshi Huang
100a07b8bd Bug 814618 - Part 1: Read GSM 7 bit packed string. r=vicamo 2012-11-27 15:28:24 +08:00
Vincent Chang
b7a0cf53a6 Bug 817901 - Wi-Fi hotspot (Open) cannot be turned on with empty password. r=gal 2012-12-05 17:57:59 +08:00
Dale Harvey
c031378177 Bug 816416 - Send system message on sms being sent. r=vicamo 2012-12-05 23:33:30 +08:00
Patrick Wang
3d1066f34d Bug 817529 - Set isDisplaySpnRequire = true when current PLMN is equal to HPLMN or one of PLMNs that are listed in EF_SPDI. r=vicamo 2012-12-04 14:08:34 +08:00
Randy Lin
821762d017 Bug 814326 - Volume steps on the UI is 10 steps which cannot be mapped correctly to the underlying streams. r=sicking, r=fabrice 2012-12-04 18:21:43 +08:00
Gene Lian
6380d62489 Bug 817945 - B2G MMS: Configure MMS proxy settings through SettingsService (follow-up). r=vicamo 2012-12-04 13:36:02 +08:00
Vicamo Yang
1d685cf021 Bug 778093 - Part 9/9: xpcshell test cases, r=hsinyi 2012-12-04 10:41:46 +08:00
Vicamo Yang
b539580731 Bug 778093 - Part 8/9: support EFcbmi and EFcbmir, r=hsinyi 2012-12-04 10:41:42 +08:00
Vicamo Yang
2a708d014b Bug 778093 - Part 7/9: config via Settings API, r=hsinyi 2012-12-04 10:41:39 +08:00
Vicamo Yang
58eae3e1fd Bug 778093 - Part 6/9: support GSM CBS message paging, r=hsinyi 2012-12-04 10:41:35 +08:00
Vicamo Yang
91a870ff16 Bug 778093 - Part 5/9: support base GSM CBS message, r=hsinyi 2012-12-04 10:41:28 +08:00
Vicamo Yang
38cb676f42 Bug 778093 - Part 4/9: support basic ETWS Primary Notification message, r=hsinyi 2012-12-04 10:41:15 +08:00
Vicamo Yang
be687e70b2 Bug 778093 - Part 3/9: complete onreceived event handling, r=mounir,hsinyi,bent 2012-12-04 10:40:47 +08:00
Stefan Arentz
d0d6917f92 Bug 807659 - Also configure HTTPS proxy from APN settings. r=philikon 2012-12-03 12:18:50 -08:00
Jose Antonio Olivera Ortega
d505bf2576 Bug 815156 - B2G RIL: Expose serviceClass to DOM via nsIDOMMozMobileCFInfo. r=ferjm sr=sicking 2012-12-03 10:30:59 +01:00
Jan Beich
f84aae5315 Bug 817267 - dirfd() is a macro on some BSDs, fix build there. r=yoric 2012-12-01 21:25:24 -05:00
Amod Narvekar
ffe33cdd51 Bug 781346 - Expose local profie directory to OS.Constants.Path. r=yoric 2012-12-01 21:20:44 -05:00
Vincent Chang
873fc39a60 Bug 815461 - wifi hotspot is not found after reboot. r=gal 2012-11-30 19:37:34 +08:00
Randy Lin
c116df088f Bug 812434 - Support FM volume control for implement AudioChannel API. r=mwu 2012-11-29 10:14:11 +08:00
Steven Lee
3a819d953f Bug 809106 - [music] Unplugging headphones while playing music should pause it. Part2-AudioChannelManager implemenentation. r=jlebar, r=sicking 2012-11-29 17:52:03 -05:00
Steven Lee
fa1ba06be1 Bug 809106 - [music] Unplugging headphones while playing music should pause it. Part1-interface. r=sicking 2012-11-29 17:52:02 -05:00
Patrick Wang
f985f962be Bug 793111 - Part 3 - Test case r=vicamo 2012-11-27 18:26:26 +08:00
Patrick Wang
5a0347b1a6 Bug 793111 - Part 2 - getting PLMN list and deciding required carrier name component r=vicamo 2012-11-02 19:34:41 +08:00
Philipp von Weitershausen
5655143d8b Bug 812368 follow-up: fix system message broadcast. r=fabrice 2012-11-28 11:23:56 -08:00
Edgar Chen
a1740fa798 Bug 804680 - Part 2: xpcshell tests for MORE_TIME. r=allstars.chh 2012-11-19 17:10:24 +08:00
Edgar Chen
1aed1efef7 Bug 804680 - Part 1: Support MORE_TIME in RIL. r=allstars.chh 2012-11-19 16:44:33 +08:00
Philipp von Weitershausen
0f32289ff1 Bug 812368 - B2G RIL: dispatch 'telephony-new-call' system message directly after receiving UNSOLICITED_CALL_RING from rild. r=hsinyi 2012-11-27 20:28:43 -05:00
vliu
d78c06640f Bug 813823 - AudioManager reports unknown status when inserting headphone or headset. r=mwu 2012-11-27 11:13:19 +08:00
Ed Morley
019f1af228 Backout 66f3565f4817, 131bc42cd637 & 8cdd43b76d19 (bug 793111) for B2G marionette failures 2012-11-27 15:50:43 +00:00
Vicamo Yang
563b811262 Bug 793111 - Part 3 - Test case r=vicamo 2012-11-27 21:29:13 +08:00
Vicamo Yang
277f95ec81 Bug 793111 - Part 2 - getting PLMN list and deciding required carrier name component r=vicamo 2012-11-27 21:29:10 +08:00
Kyle Huey
6e2ebb2e8d Bug 813762: Teach OS.File about compartment sharing. r=mrbkap 2012-11-26 08:55:12 -08:00
Oleg Romashin
bfc607adec Bug 815047 - Qt Geolocation does not compile on mer sdk QtMobility namespace missing. r=romaxa DONTBUILD NPODB 2012-11-25 22:48:35 -08:00
Chuck Lee
182201206c Bug 796277 - 0001.Save voicemail info in RIL. r=hsinyi 2012-11-23 12:09:01 +08:00
Jeff Gilbert
a6216d9879 Bug 813278 - Overload JSAutoCompartment for TimeZoneSettingObserver - r=luke 2012-11-20 01:39:26 -08:00
Justin Lebar
98407c7f6c Bug 812880 - Remove some static RefPtrs which were causing deadlocks at shutdown. r=cjones 2012-11-19 20:09:11 -05:00
Randy Lin
b9546f166f Bug 811204 - [Dialer] Voice call can't switch between speaker and bt sco audio path. r=mwu, a=blocking-basecamp 2012-11-15 11:00:34 +08:00
Yoshi Huang
e16cc23eef Bug 791934 - Part 3: xpcshell tests for STK_SET_PROFILE. r=vicamo 2012-11-09 11:11:32 -08:00
Yoshi Huang
52f8eb0d07 Bug 791934 - Part 2: nit in test_ril_worker_icc.js. r=vicamo 2012-11-09 11:02:13 -08:00
Yoshi Huang
c1701d2711 Bug 791934 - Part 1: Profile download. r=vicamo 2012-09-18 18:27:42 +08:00
David Rajchenbach-Teller
6cb3629cc0 Bug 807875 - Implement creationDate correctly for Mac OS X. r=froydnj 2012-11-15 11:22:27 -08:00
Edgar Chen
8057aa4e74 Bug 811605 - B2G RIL: enable ril debugging output in run-time. r=vicamo 2012-11-14 18:25:35 +08:00
Matt Joras
6d89044915 Bug 798033 - Removes 'using namespace' from dom headers - r=khuey 2012-11-10 10:45:52 -05:00
Gregor Wagner
2de619b091 Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. Followup. r=mrbkap 2012-11-14 13:46:48 -08:00
Gregor Wagner
2beb19246d Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. r=bholley 2012-11-14 13:46:38 -08:00
Gregor Wagner
e37ae07500 Backout Bug 811414 for breaking B2G 2012-11-14 13:09:21 -08:00
Gregor Wagner
c42015b882 Bug 811414 - nsISettingsServiceCallback shouldn't use [implicit_jscontext]. r=bholley 2012-11-14 13:00:51 -08:00
Bobby Holley
a75f5ca4d9 Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
If callers want to throw, it's now their responsibility.
2012-11-14 09:56:26 -08:00
Chuck Lee
20326f426f Bug 806307 - Queue target messages before listener ready and resend after ready. r=vicamo 2012-11-12 19:19:48 +08:00
Chia-hung Tai
7556e76ede Bug 788441: Add alphanumeric parsing. r=vyang 2012-11-13 11:57:25 +08:00
Ryan VanderMeulen
1501d1c8ce Backed out changeset 5054c2552a30 (bug 798033) for b2g bustage. 2012-11-10 11:52:15 -05:00
Matt Joras
cca020df08 Bug 798033 - Removes 'using namespace' from dom headers - r=khuey 2012-11-10 10:45:52 -05:00
Steven Lee
b0aa31a99b Bug 805478 - NetdClient and VolumeManager inherit MessageLoopForIO::LineWatcher. r=dhylands 2012-11-08 14:35:02 -05:00
Fernando Jiménez
5e2baa2295 Bug 793192 - MMI Codes: support call forwarding. Part 3 - Tests; r=marshall_law 2012-11-07 14:13:53 -08:00
Fernando Jiménez
43df15dbbc Bug 793192 - MMI Codes: support call forwarding. Part 2 - RIL. Query CF; r=marshall_law 2012-11-07 14:13:48 -08:00
Fernando Jiménez
7e0cb65ede Bug 793192 - MMI Codes: support call forwarding. Part 1 - RIL; r=marshall_law sr=sicking 2012-11-07 14:13:43 -08:00
Yoshi Huang
fbae1155d6 Bug 807265 - B2G STK: implement RIL_REQUEST_REPORT_STK_SERVICE_IS_RUNNING. r=vicamo 2012-11-05 10:25:54 -08:00
Shian-Yow Wu
b52583e740 Bug 809006 - B2G Network Manager: Unable to set default route and DNS when required system properties not available. r=vicamo 2012-11-07 15:12:52 +08:00
Marco Chen
02daf36312 Bug 791642 - nsIAudioManager: support voice volume. r=philikon
1. Provide api for adjusting volume based on each stream.
  2. Modify settings.js for listening the changing for stream volume.
2012-11-02 17:36:46 +08:00
Gregor Wagner
ffe0c96d91 Bug 775997 - Message app crashes when run OOP. Part 1/2. r=bent 2012-11-06 13:29:30 -08:00
Andrew Halberstadt
451f6ddf77 Bug 808783 - Disable failing Mn tests, r=jgriffin 2012-11-06 09:17:39 -08:00
Shian-Yow Wu
3b98bad7b4 Bug 804500 - B2G 3G: Connecting 2nd data call causes temporary state change of the 1st data call. r=philikon 2012-11-05 09:29:05 +08:00
Gregor Wagner
cfc579517e Bug 807631 - Receiving multi-part SMS doesn't work. r=philikon. 2012-11-02 14:31:22 -07:00
Al Tsai
61ff3d5271 Bug 805539 - Prevent effect from default values and network geolocation provider. r=dougt 2012-11-01 19:23:14 -04:00
Shian-Yow Wu
ea890e70aa Bug 804531 - B2G 3G: When primary APN available, default route should not be set to secondary APN. r=philikon 2012-11-01 17:09:45 +08:00
Hsin-Yi Tsai
a6f58ddeff Bug 804073 - B2G RIL: use system message to notify telephony new calls. r=philikon 2012-10-23 15:06:14 +08:00
Hsin-Yi Tsai
d98ac33d71 Bug 806785 - B2G RIL: _enumerationTelephonyCallbacks undefined. r=allstars.chh 2012-10-30 17:24:31 +08:00
Kyle Huey
45adfbf2c8 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Jose Antonio Olivera Ortega
cb14ba0d8d Bug 793208 - Part 4: tests. r=marshall_law 2012-10-31 14:58:47 +01:00
Jose Antonio Olivera Ortega
744537a111 Bug 793208 - Part 3: RIL impl. r=marshall_law 2012-10-31 14:58:39 +01:00
Vicamo Yang
468d4e3259 Bug 797277 - Part 5/5: test cases, r=marshall_law 2012-10-31 17:25:26 +08:00
Vicamo Yang
d0dab7a43f Bug 797277 - Part 3/5: RIL implementation, r=philikon 2012-10-31 17:10:48 +08:00
Vicamo Yang
e6e6deb486 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
David Rajchenbach-Teller
6a13f29586 Bug 770538 - dirfd, MacOS X version. r=froydnj 2012-10-30 11:34:49 -04:00
Kyle Huey
7457de64ad Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
83cd16dcd5 Backout fdb7c9649a07 (bug 805967), 72003517a631 (bug 806538), 354250ed1e72 (bug 770538), ea6edd3749ce (bug 770538) for bustage on a CLOSED TREE 2012-10-30 17:56:20 +00:00
Ed Morley
a7bb0ec116 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Patrick Wang
702121d008 Bug 801540 - Use setupDataCallByType to build data connection. r=dougt 2012-10-23 15:18:11 +08:00
Steven Lee
d8a0e2b6d6 Bug 792290 - Rename TimeSetting.cpp/TimeSetting.h to TimeZoneSettingObserver.cpp/TimeZoneSettingObserver.h. r=jlebar
--HG--
rename : dom/system/gonk/TimeSetting.cpp => dom/system/gonk/TimeZoneSettingObserver.cpp
rename : dom/system/gonk/TimeSetting.h => dom/system/gonk/TimeZoneSettingObserver.h
2012-10-30 11:34:50 -04:00
Steven Lee
20f7fcd3d1 Bug 792290 - Change TimeSetting to TimeZoneSettingObserver. r=jlebar 2012-10-30 11:34:49 -04:00
David Rajchenbach-Teller
6229605002 Bug 770538 - dirfd, MacOS X version. r=froydnj 2012-10-30 11:34:49 -04:00
Kyle Huey
dd0cfd935a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Ed Morley
523547711d Backout 95752d95cf73, 190933b35023, 6834d09f8f09, 53e3e62c2b3d & f39ba5076599 (bug 797277) for xpcshell failures 2012-10-30 12:15:07 +00:00
Vicamo Yang
76bbf1948f Bug 797277 - Part 5/5: test cases, r=marshall_law 2012-10-30 18:55:48 +08:00
Vicamo Yang
47d4b820eb Bug 797277 - Part 3/5: RIL implementation, r=philikon 2012-10-30 18:55:41 +08:00
Vicamo Yang
7f0de9f695 Bug 742790 - Part 3/5: B2G RIL implementation, r=philikon,marshall_law 2012-10-30 18:53:27 +08:00
Hsin-Yi Tsai
1d6e91afb0 Bug 803789 - RIL: refactor (un)registerMessageTargets() in RadioInterfaceLayer. r=philikon 2012-10-29 11:55:55 +08:00
Jonathan Griffin
68bacba976 Bug 805539 - Disable manifest.ini with no active tests, a=test-only, DONTBUILD(NPOTB) 2012-10-25 13:57:58 -07:00
Jonathan Griffin
27eda931a6 Bug 805539 - Disable failing test test_geolocation.js, a=test-only, DONTBUILD(NPOTB) 2012-10-25 11:34:28 -07:00
Mook
664647cf94 bug 782549 - check if the window has device sensor listeners, instead of global listener count (r=dougt) 2012-10-20 21:40:56 -07:00
Steven Lee
b64e336e89 Bug 797798: System App can't Receive Sensor Event During Early Suspend State. r=jlebar 2012-10-24 10:30:10 +08:00
Fernando Jiménez
b6634dd70f Bug 804595 - [B2G RIL] Regression in USSD support; r=philikon 2012-10-23 21:05:07 +02:00
Gene Lian
349390c93a Bug 801096 - [settings] Set-Automatically for time should take effect *immediately* instead of waiting on next NITZ coming (part 2). r=philikon 2012-10-23 15:15:53 +08:00
Alexandre Lissy
19819d8da3 Bug 788191 - Exporting ICC SPN and MSISDN, r=vicamo, sr=sicking
SPN is Service Provider Name, MSISDN is Mobile Station ISDN Number (i.e.
user's phone number), and both can be useful to have, e.g., to be able
to display them in Gaia settings (as Android does).
2012-10-23 14:54:51 +08:00
Patrick Wang
c6a5e9a282 Bug 803448 - Return state of default interface for apntype that uses default apn. r=swu 2012-10-19 14:17:03 +08:00
Fernando Jiménez
408ed0c0cf Bug 793187 - MMI Codes: Support PIN/PIN2/PUK handling via MMI codes. Part 2 - Tests; r=marshall_law 2012-10-19 11:35:16 +02:00
Fernando Jiménez
2d5d050dee Bug 793187 - MMI Codes: Support PIN/PIN2/PUK handling via MMI codes. Part 1 - RIL; r=marshall_law 2012-10-19 11:33:34 +02:00
Hsin-Yi Tsai
06749ee6db Bug 783392 - RadioInterfaceLayer broadcasts radio-state information to all content processes. r=marshall_law 2012-10-09 18:07:11 +08:00
Yoshi Huang
a9817c6b9d Bug 797972 - False roaming situation. r=vicamo 2012-10-04 19:30:06 -03:00
Guillermo López
40ab2b91fe Bug 794011 - Add 'sessionEnded' to nsIDOMUSSDReceivedEvent. r=mounir 2012-10-17 12:17:19 +01:00