Commit Graph

1667 Commits

Author SHA1 Message Date
Henry Chang
fe96936527 Bug 811635 - Part 4: Wifi Direct core implementation. r=vchang 2014-01-14 18:23:42 +08:00
Edgar Chen
e6d1f935fd Bug 952043 - Part 3: RIL implementation for providing the network types supported by platform. r=hsinyi 2014-01-08 14:10:58 +08:00
Yoshi Huang
394820c3d6 Bug 958423 - B2G NFC: ndef in 'nfc-manager-tech-discovered' is two levels of array. r=khuey 2014-01-13 16:46:55 +08:00
Carsten "Tomcat" Book
c02c383dfc Merge mozilla-central to b2g-inbound 2014-01-14 15:58:25 +01:00
Carsten "Tomcat" Book
bb74d145f0 merge b2g-inbound to mozilla-central 2014-01-14 15:47:29 +01:00
Vicamo Yang
b586f9516f Bug 959503: B2G RIL - move netHelper related code up to RadioInterfaceLayer.js. r=hsinyi 2014-01-14 18:33:28 +08:00
Fabrice Desré
c454407503 Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo 2014-01-13 10:16:05 -08:00
Ed Morley
4fe26beb1d Backed out changeset 5c6a41cf65df (bug 958773) for marionette-webapi test failures 2014-01-14 09:36:43 +00:00
Ryan VanderMeulen
6725bcbcb0 Merge fx-team to m-c. 2014-01-13 17:37:49 -05:00
Fabrice Desré
9e994fab01 Bug 958773 - Don't use js-ctypes in the ril worker r=vicamo 2014-01-13 10:16:05 -08:00
Ed Morley
0b471a6414 Merge mozilla-central and inbound 2014-01-14 09:57:58 +00:00
Ben Tian
0e05b3a258 Bug 948337 - create BluetoothHfpManagerBase for audio manager access 2014-01-13 13:58:43 +08:00
Garner Lee
6038bbc419 Bug 950269 - Rename tech to techList in techDiscovered (Gecko side). r=yoshi 2014-01-09 11:34:30 -08:00
Sumit Agrawal
28be2ce286 Bug 958354 - OS.Constants.Path should expose UAppData. r=Yoric 2014-01-13 08:45:20 -05:00
Vicamo Yang
39f8b4c336 Bug 934125 - 3.b/3: fix alignment. r=gene 2014-01-13 10:44:56 +08:00
Vicamo Yang
626cfc33a2 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
5d53c27a4c 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
91e5172240 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
95c21b2c67 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
00c6315595 Merge inbound to m-c. 2014-01-10 14:46:40 -05:00
Clayton Hughes
5ca8f69099 Bug 931424 - Fix AutoMounter to use AutoRestore instead of AutoBool. r=dhylands 2013-11-01 18:02:31 -07:00
Siddartha Pothapragada
73c0d4b415 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
67b4cef738 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
f2a54d0892 Bug 732923 - CoreLocation provider shouldn't implement nsIGeolocationUpdate. r=jdm 2014-01-08 16:04:21 -05:00
Jessica Jong
8f823ad191 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
12742b5c15 Bug 952079 - Porting nsIDOMWakeLock to WebIDL, r=smaug 2014-01-07 13:16:07 +01:00
Masatoshi Kimura
e67bfd34d6 Bug 956494 - Ensure dictionary values are constructed before firing DeviceMotionEvent. r=smaug 2014-01-05 17:36:19 +09:00
Wes Kocher
48cae0a5ad Merge m-c to inbound 2014-01-09 17:05:12 -08:00
Daniel Holbert
639392449f 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
ebd358dfd7 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
a1ae6811af 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
7465ccf377 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]
a997fae2e4 Bug 951030 - Radio state rollback. r=hsinyi 2014-01-02 10:39:26 -05:00
Masatoshi Kimura
3f945da033 Bug 876238 - Convert DeviceAcceleration and DeviceRotationRate to WebIDL bindings. r=smaug 2014-01-02 07:52:47 +09:00
Shawn Ku
17598b0659 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
ab82a2b460 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
e6778a79c5 Bug 943191 - Part 2: Attach/detach data registration on demand (for fugu). r=hsinyi 2013-12-20 15:56:35 -05:00
Jessica Jong
fc590c016a Bug 943191 - Part 1: Move dsds data setup handling to RadioInterfaceLayer. r=hsinyi 2013-12-20 15:56:35 -05:00
Jessica Jong
6d2d4fa547 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
a8fb6bd78a Bug 792798 - B2G SMS: Develop test cases for Message Class 2. r=vyang 2013-12-17 14:55:46 +08:00
Gene Lian
d1f4a97072 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
b35f277656 Merge m-c to inbound. 2013-12-16 09:05:12 -05:00
Dimi Lee
1c63e8351f Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi 2013-12-11 14:04:27 +08:00
Szu-Yu Chen [:aknow]
0cb9eba572 Bug 949876 - Fix setRadioEnabled queueing method. r=hsinyi 2013-12-13 11:46:23 -05:00
Bevis Tseng
d271b6cd6e 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
ef480d31cc 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
38d566c7a4 Bug 768441 - Part 1: Support Stored Message Waiting Indicators. r=vyang 2013-12-06 17:35:13 +08:00
Ryan VanderMeulen
ec9c13c73e Backed out changeset ac002daf081b (bug 947100) for B2G mochitest-3 orange. 2013-12-11 14:05:37 -05:00
Dimi Lee
6e9be45313 Bug 947100 - B2G NFC: enable/disable NFC worker at runtime. r=yoshi 2013-12-11 14:04:27 +08:00
Jessica Jong
0e7bcad713 Bug 944225 - Part 3: Add set/getPreferredNetworkType() API (ril). r=hsinyi 2013-12-11 11:15:03 +08:00