Commit Graph

1065 Commits

Author SHA1 Message Date
Szu-Yu Chen [:aknow]
986867f111 Bug 875243 - B2G RIL: fix some coding style. r=hsinyi 2013-06-10 10:41:14 +08:00
Gina Yeh
9b9e96c828 Bug 872907 - Patch 5: Handle A2DP status changed in AudioManager, r=echou, r=mwu 2013-06-08 23:26:28 +08:00
Vicamo Yang
f540811326 Bug 874273: B2G RIL - return correct voice network type. r=yoshi 2013-06-07 16:50:10 +08:00
Vicamo Yang
e389424b1b Bug 879671 - 2/2: add ril.cellbroadcast.disabled pref to disable Cell Broadcast completely. r=yoshi 2013-06-07 15:32:24 +08:00
Vicamo Yang
5ee2afcc8c Bug 879671 - 1/2: pass multiple initial options to ril_worker. r=yoshi 2013-06-07 15:32:20 +08:00
Vicamo Yang
ed30739e16 Bug 879840: B2G RIL - correct CB activation code. r=yoshi 2013-06-07 10:58:05 +08:00
Alexandre Lissy
5ff9e00e05 Bug 879695 - Notify the modem that screen state has been changed. r=vicamo,kanru
This seems to be needed on some devices to ensure proper low power state
of the modem.
---
 dom/system/gonk/RadioInterfaceLayer.js | 15 +++++++++++++++
 widget/gonk/nsWindow.cpp               |  9 +++++++++
 2 files changed, 24 insertions(+)
2013-06-06 15:28:59 +08:00
Vicamo Yang
97cf2da443 Bug 879225: NetworkManager - extract hostname from various formats. r=gene 2013-06-05 17:20:50 +08:00
Vicamo Yang
46e9e2bf89 Bug 877560: B2G RIL - support EF_CBMID. r=yoshi 2013-06-05 14:55:36 +08:00
Ed Morley
9eefe35b00 Merge latest green inbound changeset and mozilla-central 2013-06-04 15:14:21 +01:00
Makoto Kato
bad23f34f8 Bug 871462 - Clean up string API usages on Gonk. r=dbaron 2013-06-03 17:41:27 +09:00
Edgar Chen
615334542d Bug 868934 - Support selecting authentication type for data call. r=hsinyi 2013-05-06 16:58:56 +08:00
Patrick Wang
7390e87edc Bug 867933 - Part 1 - enumerate network interfaces in content process. r=swu 2013-05-02 19:41:20 +08:00
Phil Ringnalda
d98176c5dc Merge m-c to birch 2013-06-02 10:19:08 -07:00
Chris Peterson
b9bb211b66 Bug 877503 - Add MOZ_FINAL to some Android classes to fix gcc 4.7 warnings-as-errors. blanket-r=ehsan rs=tbsaunde 2013-05-30 11:26:02 -07:00
Alexandre Lissy
55dc8a6762 Bug 875390 - Add MMSC and/or MMS Proxy specific host routes via MMS APN. r=vyang
MMS sending has been failing because often the default network route was
not going through the MMS APN. This commit adds specific host route via
the correct network interface for either MMSC or MMS proxy depending on
the carrier information. We also perform DNS resolution to cope with
MMSC/proxy that are using FQDN.
2013-05-31 10:14:45 +02:00
Oleg Romashin
d6d1948115 Bug 877191 - Gonk does not compile with later m-c on 4.6 compiler. r=mwu
From 0ff67b491787206102e3f079026bdb54339f69bf Mon Sep 17 00:00:00 2001
---
 dom/system/gonk/GonkGPSGeolocationProvider.cpp |    6 +++---
 dom/system/gonk/GonkGPSGeolocationProvider.h   |    1 +
 widget/gonk/nsIdleServiceGonk.h                |    7 +++----
 3 files changed, 7 insertions(+), 7 deletions(-)
2013-05-29 17:43:17 -07:00
Boris Zbarsky
e1d7ebf663 Bug 876805. Fix unsafe reference gc hazards in dom/ code. r=smaug 2013-05-29 16:16:04 -04:00
Jon Coppeard
6fec5f0632 Bug 876639 - Address unsafe references from JS_ParseJSON() - Fix browser r=smaug 2013-05-29 09:29:39 +01:00
Vincent Liu
37474bcb97 Bug 864588 - [B2G] [Leo] [Internet Sharing] USB tethering turns off almost immediately after being turned on. r=vchang 2013-05-24 10:38:31 +08:00
Mike Shal
994cfe0b6b Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
rlin@mozilla.com
ad670953ca Bug 875227 - No call sound when the call established, r=mwu 2013-05-23 18:28:20 +08:00
Ed Morley
0f51279675 Merge mozilla-central and birch 2013-05-23 12:47:30 +01:00
Vicamo Yang
a4f483fe2e Bug 872219 - 1/2: B2G SMS - check number of segments in getSegmentInfoForText(). r=gene 2013-05-23 19:42:29 +08:00
Hsin-Yi Tsai
e359b85d70 Bug 823958 - RIL impl- Deliver 'enumerateCallStateComplete' (part 3/4). r=vicamo 2013-05-10 14:58:06 +08:00
Edgar Chen
b422878737 Bug 873965 - Set preferred network type when radio is on. r=vicamo 2013-05-20 16:04:37 +08:00
Szu-Yu Chen [:aknow]
62088d9ca5 Bug 818393 - Part 3: Call barring RIL implementation. r=htsai.
---
 dom/system/gonk/RILContentHelper.js    |  112 +++++++++++++++++++++++++++++++-
 dom/system/gonk/RadioInterfaceLayer.js |   38 +++++++++++
 dom/system/gonk/ril_consts.js          |   19 ++++++
 dom/system/gonk/ril_worker.js          |   31 +++++++++
 4 files changed, 199 insertions(+), 1 deletion(-)
2013-05-21 13:13:37 +08:00
Bobby Holley
91448a9dac Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
There are still a handful that either are used with other runtimes, or that
happen very early/late in cx the lifetime of various things where it doesn't
necessarily make sense to have a cx on the stack. This should definitely ensure
that we're not doing double-duty with the nsCxPusher change, though.
2013-05-22 10:05:28 -06:00
Bobby Holley
54ef3d2952 Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor 2013-05-22 10:05:26 -06:00
Edgar Chen
edee3e5ee8 Bug 859220 - Part 3: Separate IPC messages in RadioInterfaceLayer. r=allstars.chh 2013-04-09 14:18:43 +08:00
Marco Chen
dcb43990c1 Bug 870682 - [gonk-jb-4.2] Add basic support for audio control API. r=mwu 2013-05-20 15:34:42 +08:00
Dave Hylands
a70d0d649d Bug 873391 - Volume state changes may get processed out of order in child processes. r=qDot 2013-05-17 12:55:14 -07:00
Randy Lin
40362af3d8 Bug 868932 - All channel volume is not updated. r=mwu 2013-05-16 12:00:02 +08:00
Shawn Huang
c9e8e4ab5c Bug 872428 - Fix missing setForceUse to BT SCO for audio path, r=mwu 2013-05-16 14:31:21 +08:00
Patrick Wang
31bbc66fb6 Bug 849725: remove RIL.iccInfoPrivate.SPN.spn. r=allstars.chh 2013-05-14 11:32:16 +08:00
Ryan VanderMeulen
f9b7785a5b Merge inbound to m-c. 2013-05-15 21:14:58 -04:00
Dimi Lee
5ce68add7b Bug 834573 - B2G Wifi: IP and default route still exist after forget network. r=vchang 2013-05-02 18:02:33 +08:00
Albert Crespell
2f305c4a6a Bug 783966 - Process netd's InterfaceChange(600) and BandwidthControl(601) message. r=vchang 2013-04-23 09:27:05 +02:00
Ryan VanderMeulen
453e5797ca Merge m-c to birch. 2013-05-14 08:38:59 -04:00
Gregor Wagner
df7d6d1dde Bug 871788 - RILContentHelper.js line: 987: JavaScript Error: "setting a property that has only a getter". r=mrbkap 2013-05-14 08:32:48 -04:00
Szu-Yu Chen [:aknow]
a5d52d2dcf Bug 863281 - Part 2: Pass emergency info from ril to dom. r=htsai.
---
 dom/system/gonk/RILContentHelper.js |    5 +++--
 dom/system/gonk/ril_worker.js       |    9 +++++++++
 2 files changed, 12 insertions(+), 2 deletions(-)
2013-05-14 14:05:46 +08:00
Dave Hylands
553eb397ff Bug 852768 - Make AutoMounter use the new settings to support internal/external storage. r=qDot 2013-05-13 17:53:23 -07:00
Gene Lian
edf2e246c7 Bug 870562 - B2G MMS: Fail to expose correct MMS message threadID. r=vicamo a=leo+ 2013-05-10 16:16:24 +08:00
Yoshi Huang
cb4f4a9b9c Bug 859659 - Part 3: xpcshell-tests. r=vicamo 2013-05-07 11:29:40 +08:00
Joey Armstrong
2dbf79e9a4 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
Yoshi Huang
0401e46b5c Bug 859659 - Part 2: Update EF_Email and EF_ANR. r=vicamo 2013-04-30 14:53:47 +08:00
Yoshi Huang
33ab4f8e0b Bug 859659 - Part 1: Add read/writeNumberwithLength. r=vicamo 2013-05-06 12:07:25 +08:00
Jon Hylands
71dd28f25d Bug 869961 - RILContentHelper.voiceConnectionInfo fixed to check for null context. r=hsinyi 2013-05-13 10:18:19 +08:00
Dave Hylands
1016437715 Bug 858416 - Create a composite device storage interface. r=dougt
* * *
Bug 858416 - Fix try test failures
2013-05-11 02:10:18 -07:00
David Zbarsky
1e6ff1698e Bug 868312 - Some more rooting fixes for dom r=bz 2013-05-10 22:39:45 -04:00
Hsin-Yi Tsai
ebbd3163f6 Bug 869306 - Add call.isOutgoing for BT Cert. r=allstars.chh 2013-05-08 18:39:05 +08:00
Anshul Jain
8a56617838 Bug 854334 - Voice mail notification FAIL. r=marshall 2013-05-02 15:22:25 -07:00
rlin@mozilla.com
36abc5d8ba Bug 868960 - [FMRadio] FM Radio volume is not updated by headset ejecting. r=mwu 2013-05-07 15:31:13 +08:00
Jose Antonio Olivera Ortega
927a5894e1 Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo 2013-05-07 16:26:03 +02:00
Vincent Chang
f5b1d4092e Bug 776212 - Get usb rndis interface's name automatically r=dhylands 2013-04-30 19:04:36 +08:00
Vicamo Yang
d632a37da6 Bug 860660 (follow-up): update interface uuid. r=me 2013-05-07 18:18:26 +08:00
Michael Vines
e4b71e139e Bug 860660 - Content process support for display of PIN/PUK retry count. r=vyang 2013-05-06 14:03:00 -07:00
Ryan VanderMeulen
a0c34ccab0 Merge m-c to inbound. 2013-05-06 11:20:45 -04:00
Ryan VanderMeulen
559836a039 Backed out changeset 4270acd843cc (bug 863130) for B2G Marionette failures. 2013-05-06 08:57:03 -04:00
Sankha Narayan Guria
7f0c4baace Bug 867414 - Rename SafeAutoJSContext to AutoSafeJSContext. r=bholley 2013-05-06 09:04:17 -04:00
Jose Antonio Olivera Ortega
65b60f123f Bug 863130 - (Regional) The SMS delivery report is on by default. r=vicamo 2013-05-06 10:20:23 +02:00
Fabrice Desré
699c83814d Bug 866272 - expose privileged access to mcc+mnc pair for last home network and roaming network r=gal 2013-05-02 18:37:51 -07:00
Ms2ger
be2d315b5c Merge m-c to inbound 2013-05-04 10:47:09 +02:00
David Zbarsky
d4b3d0a59f Bug 868312: Various dom rooting fixes r=bz 2013-05-04 03:52:57 -04:00
Yoshi Huang
33db95fb55 Bug 833215 - Part 2: Use the same style to parse. r=vicamo 2013-04-10 15:50:03 +08:00
Yoshi Huang
b13b314f1b Bug 833215 - Part 1: rename getFoo to readFoo in ICCRecordHelper. r=vicamo 2013-04-10 15:32:17 +08:00
Yoshi Huang
c66a92c1c9 Bug 835802 - Part 5: xpcshells tests. r=vicamo 2013-04-09 15:34:47 +08:00
Yoshi Huang
26669792d7 Bug 835802 - Part 4: Support more phonebook sets when updating ICC contact. r=vicamo 2013-04-08 16:03:35 +08:00
Yoshi Huang
c90e9a6330 Bug 835802 - Part 3: Support more phonebook sets when adding ICC contact. r=vicamo 2013-04-08 15:50:01 +08:00
Yoshi Huang
bb6b5fede0 Bug 835802 - Part 2: Rename getFreeRecordId to findFreeRecordId. r=vicamo 2013-04-09 11:57:57 +08:00
Yoshi Huang
5798818f1a Bug 835802 - Part 1: Support more phonebook sets when reading ICC contact. r=vicamo 2013-02-26 18:29:58 +08:00
Yoshi Huang
fb873da835 Bug 847741 - Part 5: readContacts impl. r=vicamo 2013-03-06 10:51:40 +08:00
Ryan VanderMeulen
3a8cd09824 Backed out changesets 1ae920a04d36 and a12273aa858b (bug 866272) for Marionette failures. 2013-05-03 00:12:42 -04:00
Fabrice Desré
e6c6c0e334 Bug 866272 - followup to fix typo, r=gal 2013-05-02 19:10:23 -07:00
Fabrice Desré
eeca4ee9ca Bug 866272 - expose privileged access to mcc+mnc pair for last home network and roaming network r=gal 2013-05-02 18:37:51 -07:00
Patrick Wang
4bcf2b740a Bug 835255 - Part 1 - don't use first PNN record when OPL is present but phone is in a PLMN that is not listed in OPL. r=vicamo 2013-04-30 12:20:59 +08:00
Doug Turner
6936609f34 Bug 866893 - Remove support for multiple geolocation providers. r=mvines 2013-04-29 20:22:27 -07:00
Joey Armstrong
8e99512c32 bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS 2013-04-29 14:49:00 -04:00
Bobby Holley
8490fc8be1 Bug 865729 - Remove nsIJSContextStack from dom/foo. r=gabor 2013-04-29 11:16:18 -07:00
Kan-Ru Chen (陳侃如)
c9edffff95 Bug 865249 - Wrap GetSingleton in a MainThread event. r=jdm 2013-04-26 10:54:45 +08:00
Boris Zbarsky
9c1973b5d2 Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger 2013-04-25 12:29:54 -04:00
Kushagra Sinha
b8e14ac5a7 Bug 858482 - Test cases. r=khuey, r=dteller 2013-04-24 08:36:10 -04:00
Kushagra Sinha
d0f63b59d7 Bug 858482 - Expose macro DEBUG to OS.Constants. r=khuey, r=dteller 2013-04-24 08:36:10 -04:00
Cykesiopka
bd3f221ccc Bug 645402 - Remove ToInteger() workarounds in mozilla-central. r=bz 2013-04-24 08:36:09 -04:00
Ryan VanderMeulen
ee5348be24 Merge m-c to inbound. 2013-04-23 15:05:21 -04:00
Dave Hylands
13c9965087 Bug 860934 - Use relative paths when handling device storage r=dougt 2013-04-18 16:13:23 +02:00
Tom Schuster
57cd547745 Bug 862834 - Root mozJSComponentLoader. r=bholley,terrence 2013-04-23 17:48:05 +02:00
David Zbarsky
204a17f3b2 [Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger 2013-04-21 21:25:28 -04:00
David Zbarsky
f4478a4b6b [Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger 2013-04-19 18:18:33 -04:00
Ryan VanderMeulen
85ce4dba4b Merge m-c to inbound. 2013-04-18 14:01:31 -04:00
ext:(%20rlin%40mozilla.com)
a843aca3dc Bug 862306 - Route audio stream to BT_SCO in AudioManager. r=mwu 2013-04-18 16:47:09 +02:00
Jose Antonio Olivera Ortega
39c69f076b Bug 859318 - Part 4: Add test for call waiting functions. r=vicamo 2013-04-18 14:18:53 +02:00
Jose Antonio Olivera Ortega
345b0bc0c9 Bug 859318 - Part 3: RIL changes for call waiting functions. r=vicamo 2013-04-18 14:18:50 +02:00
Bobby Holley
629d0d4121 Bug 860438 - Straightforward cases. r=gabor 2013-04-18 11:36:03 -04:00
Ryan VanderMeulen
a9cb7d2c88 Merge m-c to inbound. 2013-04-16 16:04:20 -04:00
Mike Shal
77cdb6567d Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
Patrick Wang
fbd374df1e Bug 860604 - Use receiving time to store received sms message. r=vicamo 2013-04-16 16:52:16 +08:00
Jose Antonio Olivera Ortega
1e3a995dad Bug 861896 - [b2g-ril] Call waiting feature is not working on Geeksphone Peak devices. r=vicamo 2013-04-16 22:20:20 +08:00
Rob Wood
bc1116b355 Bug 851658 - Fix test_proximity_change intermittent failure; r=jgriffin 2013-04-09 09:21:50 -04:00
Ms2ger
d783193999 bug 851542 - Gamepad to webidl (with nsIVariant). r=smaug
--HG--
extra : rebase_source : ae08a894b592465641ed774688957a446c8966a7
2013-04-09 08:43:25 -04:00