Carsten "Tomcat" Book
e171986908
merge b2g-inbound to mozilla-central
2014-01-14 15:47:29 +01:00
Vicamo Yang
3adfe70669
Bug 959503: B2G RIL - move netHelper related code up to RadioInterfaceLayer.js. r=hsinyi
2014-01-14 18:33:28 +08:00
Fabrice Desré
2c914fcce1
Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo
2014-01-13 10:16:05 -08:00
Ed Morley
302720f260
Backed out changeset 5c6a41cf65df (bug 958773) for marionette-webapi test failures
2014-01-14 09:36:43 +00:00
Ryan VanderMeulen
212df74e79
Merge fx-team to m-c.
2014-01-13 17:37:49 -05:00
Fabrice Desré
e1133ea624
Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo
2014-01-13 10:16:05 -08:00
Ed Morley
c01595ac75
Merge mozilla-central and inbound
2014-01-14 09:57:58 +00:00
Ben Tian
b50cd00092
Bug 948337 - create BluetoothHfpManagerBase for audio manager access
2014-01-13 13:58:43 +08:00
Sumit Agrawal
a5d417a7c6
Bug 958354 - OS.Constants.Path should expose UAppData. r=Yoric
2014-01-13 08:45:20 -05:00
Vicamo Yang
a401499cd5
Bug 934125 - 3.b/3: fix alignment. r=gene
2014-01-13 10:44:56 +08:00
Vicamo Yang
7dfc255bf8
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
e5f2059a8f
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
403507648e
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
8239e28db4
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
3b526ca45c
Merge inbound to m-c.
2014-01-10 14:46:40 -05:00
Clayton Hughes
970d6bc53e
Bug 931424 - Fix AutoMounter to use AutoRestore instead of AutoBool. r=dhylands
2013-11-01 18:02:31 -07:00
Siddartha Pothapragada
0a8edebc6d
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
Guilherme Gonçalves
4fb8616176
Bug 732923 - Make watchPosition timeouts adhere to spec. r=jdm
...
This also disables a couple of tests that depend on the network
provider on Android. These tests were passing by accident before
this patch (and started failing afterwards), and were never meant
to run on Android anyway.
2014-01-08 16:04:37 -05:00
Guilherme Gonçalves
068d5d389b
Bug 732923 - CoreLocation provider shouldn't implement nsIGeolocationUpdate. r=jdm
2014-01-08 16:04:21 -05:00
Jessica Jong
d665550b87
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
3b6ab3516b
Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug
2014-01-07 13:16:07 +01:00
Masatoshi Kimura
f1aecc5ff3
Bug 956494 - Ensure dictionary values are constructed before firing DeviceMotionEvent. r=smaug
2014-01-05 17:36:19 +09:00
Wes Kocher
9bf8e9f00d
Merge m-c to inbound
2014-01-09 17:05:12 -08:00
Daniel Holbert
7b59f8d90b
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
eaa7491d77
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
e9b9c5fb23
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
72491eb720
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]
ae2d20d7ef
Bug 951030 - Radio state rollback. r=hsinyi
2014-01-02 10:39:26 -05:00
Masatoshi Kimura
9de4f301b4
Bug 876238 - Convert DeviceAcceleration and DeviceRotationRate to WebIDL bindings. r=smaug
2014-01-02 07:52:47 +09:00
Shawn Ku
a3f1c746c9
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
01379a1bbf
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
a84e29bf55
Bug 943191 - Part 2: Attach/detach data registration on demand (for fugu). r=hsinyi
2013-12-20 15:56:35 -05:00
Jessica Jong
25a6ede398
Bug 943191 - Part 1: Move dsds data setup handling to RadioInterfaceLayer. r=hsinyi
2013-12-20 15:56:35 -05:00
Jessica Jong
3df5fdc1ad
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
b7d3e341d1
Bug 792798 - B2G SMS: Develop test cases for Message Class 2. r=vyang
2013-12-17 14:55:46 +08:00
Gene Lian
b94e9d8c60
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
6bf24b3e8f
Merge m-c to inbound.
2013-12-16 09:05:12 -05:00
Dimi Lee
4f76f0a722
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Szu-Yu Chen [:aknow]
f39e3b808f
Bug 949876 - Fix setRadioEnabled queueing method. r=hsinyi
2013-12-13 11:46:23 -05:00
Bevis Tseng
ba7e4b65e5
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
d35b3f652e
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
72a35074b9
Bug 768441 - Part 1: Support Stored Message Waiting Indicators. r=vyang
2013-12-06 17:35:13 +08:00
Ryan VanderMeulen
0124ebf8a6
Backed out changeset ac002daf081b (bug 947100) for B2G mochitest-3 orange.
2013-12-11 14:05:37 -05:00
Dimi Lee
2d9da31424
Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi
2013-12-11 14:04:27 +08:00
Jessica Jong
95f0015641
Bug 944225 - Part 3: Add set/getPreferredNetworkType() API (ril). r=hsinyi
2013-12-11 11:15:03 +08:00
Bevis Tseng
ed9e18a8d9
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
0f70c198af
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
08cd56d88e
merge b2g-inbound to mozilla-central
2013-12-09 09:32:02 +01:00
Bevis Tseng
9da5898788
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
00360187c4
Bug 798033 - Remove 'using namespace' from dom/ headers. r=echou
2013-12-08 21:53:11 -05:00