Fabrice Desré
91f3b8e93b
Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo
2014-01-13 10:16:05 -08:00
Ed Morley
7ceb214653
Backed out changeset 5c6a41cf65df (bug 958773) for marionette-webapi test failures
2014-01-14 09:36:43 +00:00
Fabrice Desré
d5ca098e3a
Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo
2014-01-13 10:16:05 -08:00
Vicamo Yang
94680ab77f
Bug 934125 - 3.b/3: fix alignment. r=gene
2014-01-13 10:44:56 +08:00
Vicamo Yang
2d044167e2
Bug 934125 - 3.a/3: correct ril_worker 'RIL[FOO] = function FOO()' as well. r=gene
...
sed -i dom/system/gonk/ril_worker.js -e '/^RIL\[\w\+\] =/ {N; s/RIL\[\(\w\+\)\] =\s*function \w\+(/RIL[\1] = function(/}'
2014-01-13 10:44:52 +08:00
Vicamo Yang
de1ca8c802
Bug 934125 - 2.b/3: fix alignment. r=gene
...
for f in `git show --name-only | grep ^dom/`; do
[ -n "`grep -e '\w\+: function([^)]*\$' $f`" ] && echo $f;
done | xargs sh -c 'rvim "$@" </dev/tty' asdf
2014-01-13 10:44:44 +08:00
Vicamo Yang
cb6b4fc470
Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene
...
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
sed -i $f -e '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang
6d86926c0c
Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
...
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Ryan VanderMeulen
a87352cc59
Merge inbound to m-c.
2014-01-10 14:46:40 -05:00
Clayton Hughes
9d5f5047d7
Bug 931424 - Fix AutoMounter to use AutoRestore instead of AutoBool. r=dhylands
2013-11-01 18:02:31 -07:00
Siddartha Pothapragada
68226de907
Bug 933093 - Part 2: Add 'sendFile' implementation to Chrome process. r=yoshi
...
The chrome process is the arbitrator / mediator between the content process that issued the nfc 'sendFile' operation and the system-process (content) that is responsible for performing handover to an alternate carrier(AC).
The chrome process notifies the system process through a 'nfc-manager-send-file' system-message to initiate the handover process.
The system-process subsequently handovers the data to alternate carrier's (AC's : BT / WiFi) 'sendFile' interface.
2013-12-14 00:57:11 -08:00
Jessica Jong
72d81106d9
Bug 952371 - Part 3: ril implementation - [DSDS] mozMobileconnection.lastKnownNetwork and .lastKnownHomeNetwork aren't working. r=hsinyi
2014-01-08 18:54:34 +08:00
Andrea Marchesini
62bd00021f
Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug
2014-01-07 13:16:07 +01:00
Wes Kocher
b26cd49023
Merge m-c to inbound
2014-01-09 17:05:12 -08:00
Daniel Holbert
17ae59067d
Bug 958203: Move logging macros from OpenFileFinder.h to its .cpp file, to fix 'redefined' build warnings in AutoMounter.cpp. r=dhylands
2014-01-09 13:01:43 -08:00
Ehsan Akhgari
1b83407ce9
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
...
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
2014-01-04 10:02:17 -05:00
Shawn Ku
6da631db40
Bug 924740 Part2: Test Cases Part - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi.
2014-01-03 14:39:30 +08:00
Shawn Ku
ce483bb4d5
Bug 924740 Part1: RIL patch - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi.
2014-01-02 11:14:40 +08:00
Szu-Yu Chen [:aknow]
905575357b
Bug 951030 - Radio state rollback. r=hsinyi
2014-01-02 10:39:26 -05:00
Shawn Ku
21903cb6b9
Bug 947110 - Part2: Add test cases. B2G RIL: Add support for decoding FCP Template in BerTlvHelper. v2. r=yoshi.
2013-12-23 13:55:29 +08:00
Shawn Ku
47254d3f91
Bug 947110 - Part1: RIL patch. B2G RIL: Add support for decoding FCP Template in BerTlvHelper. v5. r=yoshi.
2013-12-23 10:35:39 +08:00
Jessica Jong
3e587e9184
Bug 943191 - Part 2: Attach/detach data registration on demand (for fugu). r=hsinyi
2013-12-20 15:56:35 -05:00
Jessica Jong
80db7abfcd
Bug 943191 - Part 1: Move dsds data setup handling to RadioInterfaceLayer. r=hsinyi
2013-12-20 15:56:35 -05:00
Jessica Jong
81df5dcb28
Bug 951958 - B2G RIL: set/get preferred network type error message is not set accordingly. r=hsinyi
2013-12-19 11:07:14 -05:00
Bevis Tseng
44ec45f6cc
Bug 792798 - B2G SMS: Develop test cases for Message Class 2. r=vyang
2013-12-17 14:55:46 +08:00
Gene Lian
9cc4dfca95
Bug 901457 - [sms][mms] We need a property for the "sent" timestamp (part 2, implementation). r=vicamo
2013-09-23 10:31:32 +08:00
Ryan VanderMeulen
5813178548
Merge m-c to inbound.
2013-12-16 09:05:12 -05:00
Dimi Lee
f445874901
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Szu-Yu Chen [:aknow]
0aa5a840fa
Bug 949876 - Fix setRadioEnabled queueing method. r=hsinyi
2013-12-13 11:46:23 -05:00
Bevis Tseng
9212f60183
Bug 949318 - B2G SMS: Class 2 SMS is not working after ICCRecordHelper.readSMS() was refactored into SimRecordHelper. r=vyang
2013-12-12 15:59:34 +08:00
Bevis Tseng
d0079ab03b
Bug 768441 - Part 2: Test Case to Verify the Access of EF_MWIS. r=vyang
2013-12-10 19:24:27 +08:00
Bevis Tseng
9abce82c28
Bug 768441 - Part 1: Support Stored Message Waiting Indicators. r=vyang
2013-12-06 17:35:13 +08:00
Ryan VanderMeulen
12e918f111
Backed out changeset ac002daf081b (bug 947100) for B2G mochitest-3 orange.
2013-12-11 14:05:37 -05:00
Dimi Lee
0316a3ed9f
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Jessica Jong
f417ff4834
Bug 944225 - Part 3: Add set/getPreferredNetworkType() API (ril). r=hsinyi
2013-12-11 11:15:03 +08:00
Bevis Tseng
a27ca0264c
Bug 940259 - Test Case for the support of CDMA WAP Push. r=gene
...
--HG--
extra : rebase_source : 5edf826ec7e8e54050efb32d2488890a69594fab
2013-11-26 18:34:14 +08:00
Bevis Tseng
69a53bbd1e
Bug 940259 - B2G SMS: Support Wap Push over CDMA SMS. r=gene
...
--HG--
extra : rebase_source : b6b41223a0facd9f0f6b226321b45ab52bfe7792
2013-11-26 18:28:53 +08:00
Carsten "Tomcat" Book
cb51649b35
merge b2g-inbound to mozilla-central
2013-12-09 09:32:02 +01:00
Bevis Tseng
7d26298afe
Bug 946081 - [B2G][SMS] Store MWI Message Into Message Inbox if MWI is Store Message Type. r=vyang
2013-12-06 11:18:17 +08:00
Birunthan Mohanathas
0d3a767ee1
Bug 798033 - Remove 'using namespace' from dom/ headers. r=echou
2013-12-08 21:53:11 -05:00
Bevis Tseng
0c55019b99
Bug 946079 - Part 1: Treat Return Call SMS Message as Replaced Type Message instead of MWI message. r=vyang
2013-12-05 14:24:31 +08:00
Arno Puder
6f414242d7
Bug 933585 - NFC Worker changes. r=yoshi
2013-11-11 18:05:01 -08:00
Trevor Saunders
d43c55ca0e
bug 949821 - use MOZ_UTF16 more and NS_LITERAL_STRING less r=froydnj
2013-12-12 20:50:01 -05:00
Albert Crespell
33debf594b
Bug 858005 - Part 2: Netd integration. r=vchang
2013-05-24 11:28:20 +02:00
Edgar Chen
2d0f0d2be7
Bug 946165 - Send REQUEST_REPORT_STK_SERVICE_IS_RUNNING after iccid is ready. r=allstars.chh
2013-12-06 13:42:36 +08:00
Bevis Tseng
a22a39ddaf
Bug 943749 - B2G SMS: Support Class 2 SMS received and stored in SIM. r=vyang
2013-12-04 18:52:31 +08:00
Yoshi Huang
84096696a0
Bug 944725 - Part 2: add xpcshell-tests for testing returned errorMsg. r=vicamo
2013-12-03 17:02:58 +08:00
Yoshi Huang
edb8346035
Bug 944725 - Part 1: Unify the errorMsg for icc.read/updateContacts. r=vicamo
2013-12-03 16:25:05 +08:00
Alan Huang
e0f52eb17b
Bug 931456 - Initialize the chrome process pid information while we are constructing OpenFileFinder. r=dhylands
2013-12-04 10:24:36 +08:00
Hsin-Yi Tsai
2267b9c6d9
Bug 944589 - [Voice Channel][Dialer][Airplane Mode] If you switch to airplane mode when talking, voice channel will not recover. r=vicamo
2013-12-02 18:51:54 +08:00