Commit Graph

1029 Commits

Author SHA1 Message Date
Gregory Szorc
e2966f651c Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey 2013-02-25 12:47:20 -08:00
Siddartha Pothapragada
9ef36c07dc Bug 840780 3/3 - B2G RIL: Add support to manage and access logical channels to UICC. r=vicamo 2013-02-25 17:27:26 +08:00
Chuck Lee
c0f7340248 Bug 830264 - 0006. Send CDMA SMS. r=vicamo 2013-02-22 18:01:28 +08:00
Chuck Lee
150e1406d1 Bug 830264 - 0005. Receive CDMA SMS. r=vicamo 2013-02-25 18:43:42 +08:00
Chuck Lee
2c91350949 Bug 830264 - 0004. Refactory GSM SMS flow. r=vicamo 2013-02-25 18:43:41 +08:00
Chuck Lee
fc0d348fb9 Bug 830264 - 0003. Add CDMA PDU helper. r=vicamo 2013-02-25 18:43:39 +08:00
Chuck Lee
f24808aa19 Bug 830264 - 0002. Add buffer with bitwise read/write capability. r=vicamo 2013-02-25 18:43:37 +08:00
Chuck Lee
59ffa210a3 Bug 830264 - 0001. Add constants for CDMA SMS. r=vicamo 2013-02-25 18:43:36 +08:00
Jose Antonio Olivera Ortega
640e5e032d Bug 837755 - [b2g-ril] SIM is being reported as 'absent' when airplane mode is on. r=qDot 2013-02-27 16:57:51 +01:00
Gene Lian
fbdf0875d6 Bug 839436 - B2G MMS: make DB be able to save MMS messages. r=vicamo 2013-02-08 18:45:04 +08:00
Patrick Wang
411cc0f650 Bug 833270 - Part 2 - Test case. r=allstars.chh 2013-02-24 13:22:51 +08:00
Patrick Wang
cb79d83951 Bug 833270 - Part 1 - Adding RUIM support. r=allstars.chh 2013-02-24 13:22:24 +08:00
Bobby Holley
997dcc7d65 Bug 834732 - Get rid of footgun bool param for nsCxPusher and use an explicit enum. r=mrbkap
The goal here is to get rid of this crap entirely, and make nsCxPusher always
push. But that's a scary change, so we do it in chunks. This patch, in particular,
should have zero behavioral change. This means preserving some very wrong behavior.
For instance, currently SafeAutoJSContext never pushes a damn thing, because the
safe JSContext doesn't have an associated nsIScriptContext. We preserve this
behavior, and in fact convert various similarly-buggy consumers to
SafeAutoJSContext, so that we can hoist the behavioral change into a subsequent
patch.
2013-02-26 11:04:09 -08:00
David Rajchenbach-Teller
c45bf4ae63 Bug 840887 - New OS.Constants constants. r=khuey 2013-02-26 12:06:53 -05:00
Chuck Lee
001b809b6e Bug 835719 - 0002. Encode command string into UTF-8 byte array. r=terrence 2013-02-21 17:48:15 +08:00
Jonathan Kew
5219b8ae03 backout cset 4ede352670cd (bug 759585) on a CLOSED TREE on suspicion of making windows reftests so slow that they timeout and burn 2013-02-22 09:36:41 +00:00
Kyle Machulis
cbfdf2b7c6 Bug 840294: Check RIL validity before writing to socket; r=tzimmerman
--HG--
extra : rebase_source : 3fd48cad8cd3b06994972f420752c5676b2e68dc
2013-02-21 15:21:34 -08:00
Bill McCloskey
c330d96d13 Bug 759585 - Change the granularity of collection from compartment to zone (r=jonco,bhackett,njn,dvander,mccr8,bz,luke,bholley) 2013-02-21 18:23:47 -08:00
Siddartha Pothapragada
f602b8f9ed Bug 831630 - Part 2: [B2G STK]: Support duration for DISPLAY TEXT, SETUP CALL. r=allstars.chh
From 2c2cf6206e3f42a81e0293f3c40aae2d22e056a3 Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/ril_worker.js |   11 +++++++++++
 1 file changed, 11 insertions(+)
2013-02-06 10:56:52 -08:00
Shian-Yow Wu
5abcade140 Bug 834180 - B2G Network Manager: Potential losing default route. r=vicamo 2013-02-21 10:09:16 +08:00
Yoshi Huang
b00b031673 Bug 842462 - Part 3: xpcshell for Facility Lock of FDN. r=hsinyi 2013-02-20 10:21:10 +08:00
Yoshi Huang
89a3648313 Bug 842462 - Part 2: Facility Lock for FDN implementations. r=hsinyi 2013-02-19 15:35:12 +08:00
Vicamo Yang
9dc0e4f071 Bug 836215 - Part 2/2: validate number in nsIDOMTelephony.dial(). r=gwagner 2013-02-20 17:02:50 +08:00
Edgar Chen
5a8a01e5c5 Bug 835729 - Part 3: xpcshell tests. r=allstars.chh 2013-02-01 18:23:16 +08:00
Edgar Chen
12e1fb193f Bug 835729 - Part 2: Refactor updateNetworkName and _processOperator. r=allstars.chh 2013-02-01 17:04:12 +08:00
Edgar Chen
70c43ddf33 Bug 835729 - Part 1: Fix updating operator's info. r=allstars.chh 2013-01-29 15:25:30 +08:00
Vicamo Yang
fbecbc5b2f Bug 838190: ensure every received SMS message is acked. r=gwagner 2013-02-18 15:11:13 +08:00
Shih-Chiang Chien
5348bd18a4 Bug 841243 - Followup fix for the captive portal changes, r=fabrice a=shira+ 2013-02-15 14:26:58 -08:00
Dave Hylands
46b9a39c96 Bug 839422 - Don't enable adb when toggling USB Tethering. r=qdot 2013-02-14 12:21:08 -08:00
Ryan VanderMeulen
1568f7d987 Backed out 12 changesets (bug 834732) for b2g bustage and OSX mochitest-1 crashes on a CLOSED TREE. 2013-02-12 20:54:48 -05:00
Bobby Holley
b55e2ecc2b Bug 834732 - Get rid of footgun bool param for nsCxPusher and use an explicit enum. r=mrbkap
The goal here is to get rid of this crap entirely, and make nsCxPusher always
push. But that's a scary change, so we do it in chunks. This patch, in particular,
should have zero behavioral change. This means preserving some very wrong behavior.
For instance, currently SafeAutoJSContext never pushes a damn thing, because the
safe JSContext doesn't have an associated nsIScriptContext. We preserve this
behavior, and in fact convert various similarly-buggy consumers to
SafeAutoJSContext, so that we can hoist the behavioral change into a subsequent
patch.
2013-02-13 00:22:26 +01:00
Andrea Marchesini
1f4c7da5bb Bug 838172 - Convert AudioChannelManager to WebIDL. r=peterv 2013-02-08 11:34:47 -05:00
Shian-Yow Wu
10fceea531 Bug 833526 - Not be able to receive "network-active-change" notification from NetworkManager. r=vicamo 2013-02-07 16:21:28 +08:00
Edgar Chen
04072901da Bug 838096 - Part 5: Modify test_update_network_name. r=allstars.chh 2013-02-06 17:42:10 +08:00
Edgar Chen
347fdb73af Bug 838096 - Part 4: xpcshell tests for readPNN. r=allstars.chh 2013-02-05 18:01:27 +08:00
Edgar Chen
07887ae888 Bug 838096 - Part 3: Ignore the record of EF_PNN if the contents are unused bytes. r=allstars.chh 2013-01-23 23:46:09 +08:00
Edgar Chen
fb71be3103 Bug 838096 - Part 2: Refactor readPNN. r=allstars.chh 2013-02-06 11:42:49 +08:00
Edgar Chen
a2e98294f6 Bug 838096 - Part 1: Rename getPNN as readPNN. r=allstars.chh 2013-02-06 11:26:19 +08:00
Edgar Chen
8beb9a0ec2 Bug 809725 - Part 4: xpcshell tests for readEmail. r=allstars.chh 2013-01-28 17:40:59 +08:00
Edgar Chen
98df8870c1 Bug 809725 - Part 2: Read contact email. r=allstars.chh 2012-12-22 14:24:46 +08:00
Edgar Chen
b5d242ee4c Bug 809725 - Part 1: Add readEmail and readIAP in ICCRecordHelper. r=allstars.chh 2013-01-31 15:34:55 +08:00
Shih-Chiang Chien
8180cb8450 Bug 780793 - Part 2: Initiate captive portal detection while wifi connected. r=vchang 2012-11-15 11:26:43 +08:00
Shian-Yow Wu
15fe6a346b Bug 838127 - B2G RIL: incorrect spelling of interface name in RILNetworkInterface. r=vicamo 2013-02-06 13:12:25 +08:00
Gene Lian
3899d458e7 Bug 831683 - B2G SMS & B2G MMS: make SMS database more generic for MMS (part 1, s/SmsDatabaseService/MobileMessageDatabaseService). r=vicamo 2013-02-05 19:10:39 +08:00
Vicamo Yang
e42350fe92 Bug 814579: connect client socket by id. r=qDot 2013-02-04 21:26:43 +08:00
Marco Chen
8dc914cdaa Bug 834200 - [Audio] Hook AudioManager::SetPhoneState for getting ring & in_call then register into AudioChannelService. r=baku, a=tef+ 2013-02-04 11:23:06 +08:00
Yoshi Huang
4ca83da560 Bug 833711 - Part 3: Move lastKnownMcc into voice connection. r=vicamo 2013-01-24 11:11:16 +08:00
Yoshi Huang
03d984f7a6 Bug 833711 - Part 2: Revise handleoperatorchange in RadioInterfaceLayer and updateInfo in RILContentHelper. r=vicamo 2013-01-28 11:41:34 +08:00
Yoshi Huang
5fdc54287a Bug 830164 - Part 6: update xpcshell tests for SST. r=vicamo 2013-01-28 10:57:30 +08:00
Yoshi Huang
f25b2f9972 Bug 830164 - Part 5: remove SST from iccInfo. r=vicamo 2013-01-25 11:09:22 +08:00
Yoshi Huang
e1a9b8fffa Bug 830164 - Part 4: Update GPS. r=dougt 2013-01-10 14:57:49 +01:00
Yoshi Huang
c8dce600d8 Bug 830164 - Part 3: update read IMSI. r=vicamo 2013-01-11 10:20:12 +01:00
Yoshi Huang
69f4dc14a8 Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo 2013-01-10 17:18:54 +01:00
Yoshi Huang
d3e8ca82f0 Bug 830164 - Part 1: IDL Changed. r=vicamo 2013-01-10 14:20:37 +01:00
Daniel Holbert
82d7882407 back out 9a7369b9bc9d (bug 814579) for B2G Arm opt Mn & X orange 2013-02-02 00:01:25 -08:00
Vicamo Yang
d4ab66dfd8 Bug 814579: connect client socket by id. r=qDot 2013-02-02 13:06:27 +08:00
Jose Antonio Olivera Ortega
640a26fd5b Bug 822522 - [b2g-ril] Add an explicit GECKO_CARDSTATE_UNKNOWN state. r=qDot 2013-02-01 14:17:48 +01:00
Vicamo Yang
cbe6922238 Bug 826931 - Part 3/3: use mozilla::ipc::UnixSocket. r=qDot 2013-02-01 20:28:22 +08:00
Yoshi Huang
6bd26e7455 Bug 836731 : Fix processICCIOError. r=vicamo 2013-01-31 23:10:34 +08:00
Hsin-Yi Tsai
4f36928907 Bug 830522 - unregister enumerationTelephonyCallback. r=vicamo 2013-01-31 10:37:13 +08:00
Hsin-Yi Tsai
97782b36c6 Bug 836168 - B2G RIL: update audioPhoneState when rejecting an incoming call. r=allstars.chh 2013-01-30 11:16:31 +08:00
Chuck Lee
2b34101ca4 Bug 831627 - 0004. Test case for Event Download Command : Language Selection. r=yoshi 2013-01-28 14:06:06 +08:00
Chuck Lee
c247be6759 Bug 831627 - 0003. Mark event as supported. r=yoshi 2013-01-28 10:44:13 +08:00
Chuck Lee
d5e659c5e0 Bug 831627 - 0002. Handle event. r=yoshi 2013-01-28 10:44:12 +08:00
Andrea Marchesini
98e801240e Bug 835612 - Fix nsVolumeService to use strings better, r=jlebar 2013-01-29 14:27:46 +01:00
Dave Hylands
4c53a55f59 Bug 835408 - nsVolume NameStr and MountPointStr noe return nsCString rather than ptr to freed memory. r=jlebar 2013-01-28 14:34:30 -08:00
Ed Morley
39e8987929 Backout aad75c7c49c5:2addf5bd1730 (bug 830164) for B2G marionette failures on a CLOSED TREE 2013-01-28 10:44:15 +00:00
Yoshi Huang
4a2b10464a Bug 830164 - Part 6: update xpcshell tests for SST. r=vicamo 2013-01-28 10:57:30 +08:00
Yoshi Huang
44e44699a8 Bug 830164 - Part 5: remove SST from iccInfo. r=vicamo 2013-01-25 11:09:22 +08:00
Yoshi Huang
f5aef5e788 Bug 830164 - Part 4: Update GPS. r=dougt 2013-01-10 14:57:49 +01:00
Yoshi Huang
27565faba0 Bug 830164 - Part 3: update read IMSI. r=vicamo 2013-01-11 10:20:12 +01:00
Yoshi Huang
828a61a2d4 Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo 2013-01-10 17:18:54 +01:00
Yoshi Huang
ffdeb09733 Bug 830164 - Part 1: IDL Changed. r=vicamo 2013-01-10 14:20:37 +01:00
Jose Antonio Olivera Ortega
a737e8202d Bug 827280 - Part 4: RIL. r=philikon a=tef+ 2013-01-25 19:45:23 +01:00
Chuck Lee
5549f2c38c Bug 831628 - 0005. Test case for Event Download Command : Idle Screen Available. r=yoshi 2013-01-24 15:34:32 +08:00
Chuck Lee
2435c21cde Bug 831628 - 0004. Change worker name. r=yoshi 2013-01-24 15:34:30 +08:00
Chuck Lee
28ae04de9e Bug 831628 - 0003. Mark event as supported. r=yoshi 2013-01-24 12:15:11 +08:00
Chuck Lee
b3cfe9113b Bug 831628 - 0002. Handle event. r=yoshi 2013-01-24 12:15:09 +08:00
Gene Lian
252ceff4bb Bug 833060 - Need a way to know whether NITZ is available or not. r=philikon a=tef+ 2013-01-25 18:06:24 +08:00
Patrick Wang
f1c2b5c488 Bug 833277 - Tell if we are on CDMA network r=vicamo 2013-01-22 19:01:04 +08:00
Vicamo Yang
ab3eda9de6 Bug 833908: explicitly export spn related attributes in nsIICCRecords. r=allstars.chh 2013-01-25 10:01:26 +08:00
Gene Lian
374464c2bb Bug 830425 - Phone takes too long to wake up for incoming phone calls (acquire and release wake locks in RadioInterfaceLayer.js). r=philikon a=tef+ 2013-01-24 16:35:50 +08:00
Ken Chang
343b26a44c Bug 833271 - B2G CDMA: Support data call. r=vicamo 2013-01-24 10:07:17 +08:00
Siddartha Pothapragada
fde629bf3a Bug 827831 - Part 2: [B2G STK]: Support variable timeout for GET INKEY. r=allstars.chh
From d4f98c2a3b0debfd13747602104a7530b0f999e9 Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/ril_worker.js |    7 +++++++
 1 file changed, 7 insertions(+)
2013-01-09 05:49:47 -08:00
Ken Chang
a11603147d Bug 834118 - B2G CDMA: Add CDMA network type in the function of setting preferred network type. r=hsinyi 2013-01-24 16:46:52 +08:00
Vicamo Yang
8dc8d547c3 Bug 826977 - Part 4/4: fix voicemail test cases. r=hsinyi 2013-01-24 14:42:13 +08:00
Vicamo Yang
fb808ab76b Bug 826977 - Part 3/4: fix all related components as well. r=hsinyi 2013-01-24 14:42:10 +08:00
Vicamo Yang
71fcc9bac6 Bug 826977 - Part 2/4: SystemWorkerManager & RadionInterfaceLayer changes. r=qDot 2013-01-24 14:42:07 +08:00
Vicamo Yang
d48c5f2464 Bug 826977 - Part 1/4: RadioInterfaceLayer is no longer managed by SystemWorkerManager. New interface. r=qDot 2013-01-24 14:42:03 +08:00
Ryan VanderMeulen
9a14e8014f Backed out changesets ed1ef43ce9af, 3d2b3f7eac93, and 8fc6d7d32482 (bug 827831) for Marionette failures. 2013-01-24 07:48:07 -05:00
Philipp von Weitershausen
3e14dfd655 Bug 823010 - B2G SMS: We should not ack reception when there's a storage error. r=vicamo, ferjm a=blocking-b2g 2013-01-23 17:40:45 +08:00
Edgar Chen
85a03f57ae Bug 809726 - Part 3: Exporting contacts to SIM. r=allstars.chh 2012-12-28 11:11:36 +08:00
Edgar Chen
93399d76dd Bug 809726 - Part 2: Support update command. r=allstars.chh 2013-01-21 18:04:27 +08:00
Edgar Chen
91c483f5aa Bug 809726 - Part 1: Add new interface in nsIRadioInterfaceLayer. r=allstars.chh 2013-01-16 19:02:30 +08:00
Chuck Lee
93f62ff10b Bug 831702 - 0007.Test case for STK Terminal Response. r=yoshi 2013-01-23 11:42:44 +08:00
Chuck Lee
1491218442 Bug 831702 - 0006.Test case for STK Event Download - Location Status. r=yoshi 2013-01-23 11:42:42 +08:00
Chuck Lee
3044ade99e Bug 831702 - 0005.Add worker which supports outgoingIndex in xpcshell ril_worker_icc test. r=yoshi. 2013-01-23 11:42:41 +08:00
Chuck Lee
084ffe8437 Bug 831702 - 0004.Fix data not set while its value is zero. r=yoshi. 2013-01-23 11:42:39 +08:00
Chuck Lee
36c956399b Bug 831702 - 0003.Fix data member name typo. r=yoshi. 2013-01-23 11:42:37 +08:00
Chuck Lee
868b816bea Bug 831702 - 0002.Calculate data size by data size calculation function. r=yoshi. 2013-01-23 11:42:35 +08:00
Chuck Lee
bd8e1038d1 Bug 831702 - 0001.Add data size calculation function. r=yoshi. 2013-01-23 11:42:33 +08:00
Siddartha Pothapragada
0ba7fcfa3d Bug 827831 - Part 2: [B2G STK]: Support variable timeout for GET INKEY. r=allstars.chh
From d4f98c2a3b0debfd13747602104a7530b0f999e9 Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/ril_worker.js |    7 +++++++
 1 file changed, 7 insertions(+)
2013-01-09 05:49:47 -08:00
Phil Ringnalda
67676812b0 Back out 30b9fbf49c01:c7fc23428c3b (bug 823010) for being rotted by 8 hours
--HG--
extra : rebase_source : 0dde2f719d4963113b578d07a17a8001fb4e0f63
2013-01-22 21:02:58 -08:00
Shian-Yow Wu
905b20956f Bug 817985 - mobile data connection is not disconnected when we are connected to Wifi network. r=vicamo 2013-01-23 12:05:34 +08:00
Patrick Wang
6d3cb69b1c Bug 832925 - Use DeactivateDataCallByType to close SUPL connection. r=dougt 2013-01-21 19:30:54 +08:00
Philipp von Weitershausen
dd5f823e9b Bug 823010 - B2G SMS: We should not ack reception when there's a storage error. r=vicamo, ferjm a=blocking-b2g 2013-01-18 16:30:24 -08:00
Sankha Narayan Guria
4de2a7544a Bug 823872 - Add test for OS.Constants.{libc, Win}. r=Yoric 2013-01-19 18:49:42 -05:00
Phil Ringnalda
f0968e8343 Back out 8447875c6479 (bug 823010) for marionette failures in test_incoming.js
CLOSED TREE
2013-01-18 19:12:03 -08:00
Philipp von Weitershausen
143d8a7b2f Bug 823010 - B2G SMS: We should not ack reception when there's a storage error. r=vicamo, ferjm a=blocking-b2g 2013-01-18 16:34:57 -08:00
Yoshi Huang
27fa480b76 Bug 821584 - Part 2: xpcshell tests for parsePbrTlv. r=hsinyi 2013-01-16 17:34:37 +08:00
Yoshi Huang
5d7dc5a067 Bug 821584 - Part 1: readPBR and Refactor ICCContact. r=hsinyi 2012-12-27 19:06:29 +08:00
Trevor Saunders
9f0ad48b28 bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8 2013-01-12 07:40:33 -05:00
Edgar Chen
e40f31946a Bug 831183 - Part 2: xpcshell tests for SET_UP_CALL. r=allstars.chh 2013-01-16 12:27:38 +08:00
Edgar Chen
fcb62cc2e2 Bug 831183 - Part 1: Fix callMessage. r=allstars.chh 2013-01-16 11:30:02 +08:00
Ryan VanderMeulen
7ad61ef7e5 Backed out 2 changesets (bug 826605, bug 811469) for xpcshell failures. 2013-01-14 21:25:12 -05:00
Christian Sonne
c98d95c14e Bug 826605 - Remove GPSDGeolocationProvider.js r=dougt 2013-01-14 16:51:08 -08:00
Yoshi Huang
57ea02dc6b Bug 828330 - B2G RIL: Expose iccid in nsIRadioInterfaceLayer.idl 2013-01-14 08:43:40 +08:00
Hsin-Yi Tsai
8c617675ad 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
10701d89a1 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
5f84adfc8a 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
6973a20c33 Bug 829410 - Use threadsafe isupports in nsVolumeService. r=mikeh a=omg-everything-is-busted 2013-01-10 20:29:51 -08:00
Vincent Chang
cc5ae26a9f Bug 828909 - Sanitize Wi-Fi hotspot username and password r=mrbkap 2013-01-10 16:10:48 +00:00
Vicamo Yang
a43f95b8ea Bug 819937: fix multiple sms-delivery messages sent. r=yhuang 2013-01-11 00:49:12 +08:00
Ed Morley
07d0c25a0a 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
999320ca50 Backout 118283:8d16c92e1bf4 (bug 827801) because two patches have landed adding the same test 2013-01-10 14:59:58 +01:00
Dave Hylands
c73c4fb662 Bug 785124 - Pt 5 - Add extra asserts. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
3d4c942e73 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
e9207164c6 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
0148442a8e Bug 827801 - Test that OS.Constants is not available to content. r=khuey 2013-01-09 17:34:14 -05:00
Vincent Chang
03fd962b67 Bug 825049 - Wi-Fi hotspot fails if password contains space. r=mrbkap 2013-01-09 14:20:10 +00:00
Shian-Yow Wu
c9c7c649cc 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
c7aae63b30 Bug 827860 - Part 2: xpcshell tests for STK_CMD_GET_INPUT, r=vicamo 2013-01-09 01:38:17 +08:00
Edgar Chen
7b7ebbe48c 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
ff30560716 Bug 822384 - Initialize PNN entries to empty strings. r=vicamo 2013-01-09 14:47:54 +08:00
Shian-Yow Wu
0c0548ed3c 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
5c5c7372e8 Bug 827733 - JavaScript Error: "oldIcc is null". r=allstars.chh 2013-01-08 20:40:00 +08:00
Hsin-Yi Tsai
fac47c13f0 Bug 825841 - B2G RIL: not sendSyncMessage(RIL:GetRilContext) in RILContentHelper's constructor. r=vicamo 2013-01-08 15:57:34 +08:00
Phil Ringnalda
ed9b0b2817 Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests 2013-01-07 22:59:32 -08:00
Steve Fink
08f99e5f1c 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
a09ec02d75 Bug 785124 - Pt 5 - Add extra asserts. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
2c40d02886 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
782c100040 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
64d6476dd3 Merge mozilla-central to mozilla-inbound 2013-01-07 16:05:46 +00:00
Josh Matthews
62cda9990f Backed out changeset 9dc561810a74 (bug 826102) 2013-01-07 16:34:51 +01:00
Josh Matthews
bd3fd31dd1 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
d9af90cebc 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
5fd1a2f12b Bug 826297 - Catch exceptions. r=sicking
--HG--
extra : rebase_source : c160410cbdd472de446bf1b486604b39656ccb91
2013-01-04 11:27:29 -05:00
Dave Hylands
6f2696298b Bug 822754 - Fix B2G AutoMounter to deal with out-of-order events. r=philikon 2013-01-04 16:19:00 -08:00
Patrick Wang
7d938feea8 Bug 821999 - Check roaming when spn becomes available. r=allstars.chh 2013-01-04 16:44:20 +08:00
Yoshi Huang
5db36007db Bug 823865 - Part 2: xpcshell tests for writeAlphaIdDiallingNumber. r=hsinyi 2012-12-24 12:03:55 +08:00
Yoshi Huang
3faedf6ffd Bug 823865 - Part 1: GsmPDUHelper.writeAlphaIdDiallingNumber. r=hsinyi 2012-12-21 16:24:25 +08:00
Yoshi Huang
85bec7c3cf Bug 826604 - B2G RIL: getOPL causes parcel error when reading unused octets. r=hsiniyi 2013-01-04 13:34:01 +08:00
Vicamo Yang
f341de3b44 Bug 820780 - Part 3/5: B2G RIL backend, r=hsinyi,bent 2013-01-04 14:26:24 +08:00
Edgar Chen
d85753b9ca Bug 816843 - Use RIL_DEVICE_IDENTITY to get ESN/MEID. r=vyang 2012-11-27 19:37:47 +08:00
Yoshi Huang
5a3090f5e2 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
14f35a6599 Bug 816893 - Part 3: ICCUtils Helper. r=hsinyi 2012-12-06 19:48:28 +08:00
Yoshi Huang
8957abffb6 Bug 816893 - Part 2: ICC IO error handling. r=hsinyi 2012-11-28 11:25:53 +08:00
Yoshi Huang
542253cecd Bug 816893 - Part 1: ICCIOHelper ICCRecordHelper ICCFileHelper. r=hsinyi 2012-12-11 17:07:21 +08:00
Josh Matthews
07604d3adf Bug 823789 - Pass enableHighAccuracy geolocation changes to the chrome process. r=dougt 2012-12-31 11:36:46 -05:00
Philipp von Weitershausen
41571aeead 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
7eb14be0de Bug 824902 - B2G RIL: missing call.isActive in handleEnumerateCalls. r=allstars.chh 2012-12-27 15:23:46 +08:00
Chuck Lee
170658d87f Bug 820762 - 0003.Test if voicemailInfo is exposed. r=hsinyi 2012-12-26 18:49:10 +08:00
Chuck Lee
f948debdbe Bug 820762 - 0002.Access voicmail info with correct permission. r=hsinyi 2012-12-26 18:49:08 +08:00
Chuck Lee
6b34770bf6 Bug 820762 - 0001.Change IDL. r=hsinyi 2012-12-25 14:56:30 +08:00
Julien Wajsberg
2f11ff357e Bug 824465 - fix delivery state wrongly reset to 'sending' when delivered. r=vicamo 2012-12-26 20:38:11 +08:00
Oleg Romashin
2aeed803c9 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
2513b4d3b0 Bug 824605 - Fix readLen in getSPDI. r=allstars.chh 2012-12-25 19:27:48 +08:00
Kan-Ru Chen (陳侃如)
32e3b47734 Bug 824558 - Do not destroy mInitThread. r=dougt 2012-12-25 17:13:20 +08:00
Edgar Chen
c4a6982e27 Bug 824194 - Refactor TLV size handler in sendStkTerminalResponse. r=allstars.chh 2012-12-22 11:14:40 +08:00
Kan-Ru Chen (陳侃如)
3b9e4bb8a2 Bug 821517 - Remove MOZ_ASSERT(mInitThread) r=dougt 2012-12-24 10:53:37 +08:00
Nagarjuna Varma
8557b6a522 Bug 785060 - Check for allocation failure in JS_NewUCStringCopyZ calls; r=Ms2ger 2012-12-22 18:35:07 -05:00
Hsin-Yi Tsai
60f18d4ac5 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
3a7959bd4a Bug 816101 - Send a system message when a call is complete. r=hsinyi 2012-12-18 14:54:18 +01:00
Randy Lin
60ef034868 Bug 819965 - Unable to silence or control FM radio volume. r=sicking 2012-12-17 20:46:56 +08:00
Vicamo Yang
0e7d953641 Bug 816082 - Part 4/4: correct xpcshell test cases. r=hsinyi 2012-12-17 18:48:02 +08:00
Vicamo Yang
36a864dfd8 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
2a4f1210bf 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
632f0fd8ae 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
2835a17f3c Bug 820681 - OS.Constants.Path.{profileDir, localProfileDir} - Initialize strings to void. r=khuey 2012-12-16 19:36:27 -05:00
Rob Wood
907f362aa3 Bug 811583 - Develop WebAPI tests for proximity sensor API, update manifest. r=davehunt 2012-12-07 11:29:19 -08:00
Edgar Chen
7f3cab4b6b Bug 804667 - Part 4: xpcshell tests for TIMER_MANAGEMENT. r=allstars.chh 2012-12-03 17:50:14 +08:00
Edgar Chen
3b0ecacceb Bug 804667 - Part 3: Support TIMER MANAGEMENT in RIL. r=allstars.chh 2012-11-28 16:16:20 +08:00
Marco Chen
6b784f8ae1 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
d39f8184ff Bug 820292 - [MMI/USSD] System message on incoming USSD; r=philikon 2012-12-16 13:25:02 +01:00
Jeff Walden
7146c23e80 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
f1d08e9b77 Bug 819862 - Adding SIM path for EF_SPDI and corresponding test. r=vicamo 2012-12-10 14:46:22 +08:00
Alexandre Lissy
40b5f46ad5 Bug 819790 - Fix reading SPDI fail. r=vicamo 2012-12-13 16:42:23 +08:00
Shian-Yow Wu
daa2f03b09 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
acfcfd0411 Bug 819834 - Part 1: The options should be null. r=allstars.chh 2012-12-10 11:43:03 +08:00
Gregor Wagner
22f9503137 Bug 819560 - RIL: remember the last mcc code. r=sicking 2012-12-12 16:57:11 -08:00
Mats Palmgren
d1a268e909 Bug 820230 - Add missing #include to fix compile error. r=me 2012-12-12 00:15:07 +01:00
David Rajchenbach-Teller
8748632a7d Bug 810543 - OS.Constants now adapts if profileDir is not available;r=khuey 2012-12-11 15:12:59 -08:00
Vicamo Yang
b46261ee0b Bug 820220 - Part 2/2: xpcshell test case, r=yoshi 2012-12-11 22:48:35 +08:00
Vicamo Yang
27674b758f 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
aa47ba2dc0 Bug 798000 - Part 2 - Test cases r=vicamo 2012-12-11 17:15:03 +08:00
Patrick Wang
67bae8a0e2 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
d39fa81ef3 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
1c687ca685 Bug 774621 - Part 3/5: RIL implementation, r=anygregor 2012-12-11 17:09:46 +08:00
Siddartha Pothapragada
794813a8de 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
9d4c4c1cd5 Bug 814761 - Part 2/2: add test cases, r=rwood,yoshi 2012-12-10 14:19:42 +08:00
Vicamo Yang
15b20bacb2 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
b8ecdf2fef Bug 804671 - Part 3: xpcshell tests for PROVIDE_LOCAL_INFORMATION. r=allstars.chh 2012-11-27 09:36:06 +08:00
Edgar Chen
e39e6eadfc Bug 804671 - Part 2: Support PROVIDE_LOCAL_INFO in RIL. r=allstars.chh 2012-11-21 11:23:39 +08:00
rlin@mozilla.com
07ef80f1ed Bug 815445 - Hook up telephony audio to audio channels backend r=baku 2012-12-06 18:11:06 +08:00
Ehsan Akhgari
7de39aad6d Merge mozilla-central into mozilla-inbound 2012-12-06 23:13:32 -05:00
Ehsan Akhgari
0d299a8bd4 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
d234fc3a4a Bug 816913 - B2G RIL: update phoneState when there's an incoming call. r=allstarschh 2012-12-03 11:25:28 +08:00
Dave Hylands
f7b6f15089 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
cfb13e0066 Bug 814618 - Part 2: xpcshell tests for Display Text. r=vicamo 2012-11-27 15:01:09 +08:00
Yoshi Huang
0be6e2a58d Bug 814618 - Part 1: Read GSM 7 bit packed string. r=vicamo 2012-11-27 15:28:24 +08:00
Vincent Chang
f242ff1363 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
846ae6e19d Bug 816416 - Send system message on sms being sent. r=vicamo 2012-12-05 23:33:30 +08:00
Patrick Wang
1cc3d158e5 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
423e7af568 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
6a556e741a Bug 817945 - B2G MMS: Configure MMS proxy settings through SettingsService (follow-up). r=vicamo 2012-12-04 13:36:02 +08:00
Vicamo Yang
b378605e3f Bug 778093 - Part 9/9: xpcshell test cases, r=hsinyi 2012-12-04 10:41:46 +08:00
Vicamo Yang
463bafee54 Bug 778093 - Part 8/9: support EFcbmi and EFcbmir, r=hsinyi 2012-12-04 10:41:42 +08:00
Vicamo Yang
71c2763ce9 Bug 778093 - Part 7/9: config via Settings API, r=hsinyi 2012-12-04 10:41:39 +08:00
Vicamo Yang
46006eef6e Bug 778093 - Part 6/9: support GSM CBS message paging, r=hsinyi 2012-12-04 10:41:35 +08:00
Vicamo Yang
edebfa589d Bug 778093 - Part 5/9: support base GSM CBS message, r=hsinyi 2012-12-04 10:41:28 +08:00
Vicamo Yang
94efa23152 Bug 778093 - Part 4/9: support basic ETWS Primary Notification message, r=hsinyi 2012-12-04 10:41:15 +08:00
Vicamo Yang
fbfbc03f2c Bug 778093 - Part 3/9: complete onreceived event handling, r=mounir,hsinyi,bent 2012-12-04 10:40:47 +08:00
Stefan Arentz
6e62b55d6e Bug 807659 - Also configure HTTPS proxy from APN settings. r=philikon 2012-12-03 12:18:50 -08:00
Jose Antonio Olivera Ortega
c34b135845 Bug 815156 - B2G RIL: Expose serviceClass to DOM via nsIDOMMozMobileCFInfo. r=ferjm sr=sicking 2012-12-03 10:30:59 +01:00
Jan Beich
6cdae25103 Bug 817267 - dirfd() is a macro on some BSDs, fix build there. r=yoric 2012-12-01 21:25:24 -05:00
Amod Narvekar
399290969e Bug 781346 - Expose local profie directory to OS.Constants.Path. r=yoric 2012-12-01 21:20:44 -05:00
Vincent Chang
f18d63a602 Bug 815461 - wifi hotspot is not found after reboot. r=gal 2012-11-30 19:37:34 +08:00
Randy Lin
c25fe2c738 Bug 812434 - Support FM volume control for implement AudioChannel API. r=mwu 2012-11-29 10:14:11 +08:00
Steven Lee
07644dcdb9 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
541660a4b9 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
3a93b97499 Bug 793111 - Part 3 - Test case r=vicamo 2012-11-27 18:26:26 +08:00
Patrick Wang
62d49b0870 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
5f87968c7c Bug 812368 follow-up: fix system message broadcast. r=fabrice 2012-11-28 11:23:56 -08:00
Edgar Chen
b9f81258dc Bug 804680 - Part 2: xpcshell tests for MORE_TIME. r=allstars.chh 2012-11-19 17:10:24 +08:00
Edgar Chen
56cc89c14d Bug 804680 - Part 1: Support MORE_TIME in RIL. r=allstars.chh 2012-11-19 16:44:33 +08:00
Philipp von Weitershausen
4d791ca86f 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
579ada9321 Bug 813823 - AudioManager reports unknown status when inserting headphone or headset. r=mwu 2012-11-27 11:13:19 +08:00
Ed Morley
cd45324919 Backout 66f3565f4817, 131bc42cd637 & 8cdd43b76d19 (bug 793111) for B2G marionette failures 2012-11-27 15:50:43 +00:00
Vicamo Yang
8d1d3ffe78 Bug 793111 - Part 3 - Test case r=vicamo 2012-11-27 21:29:13 +08:00
Vicamo Yang
bd4f4cd1f5 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
b6500da2e9 Bug 813762: Teach OS.File about compartment sharing. r=mrbkap 2012-11-26 08:55:12 -08:00
Oleg Romashin
18420a52d9 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
ad0b143ac4 Bug 796277 - 0001.Save voicemail info in RIL. r=hsinyi 2012-11-23 12:09:01 +08:00
Jeff Gilbert
8c13f0684f Bug 813278 - Overload JSAutoCompartment for TimeZoneSettingObserver - r=luke 2012-11-20 01:39:26 -08:00
Justin Lebar
613241293f Bug 812880 - Remove some static RefPtrs which were causing deadlocks at shutdown. r=cjones 2012-11-19 20:09:11 -05:00
Randy Lin
cfdcca3663 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
9f67b339b3 Bug 791934 - Part 3: xpcshell tests for STK_SET_PROFILE. r=vicamo 2012-11-09 11:11:32 -08:00
Yoshi Huang
ca79628e66 Bug 791934 - Part 2: nit in test_ril_worker_icc.js. r=vicamo 2012-11-09 11:02:13 -08:00
Yoshi Huang
4d327ab84a Bug 791934 - Part 1: Profile download. r=vicamo 2012-09-18 18:27:42 +08:00
David Rajchenbach-Teller
5e20b43d79 Bug 807875 - Implement creationDate correctly for Mac OS X. r=froydnj 2012-11-15 11:22:27 -08:00