Commit Graph

14152 Commits

Author SHA1 Message Date
Ryan VanderMeulen
0a63e25ce6 Merge inbound to m-c. 2013-05-16 20:29:40 -04:00
Ryan VanderMeulen
5fb63368ec Merge m-c to birch. 2013-05-16 16:18:21 -04:00
Dave Hylands
179cac5202 Bug 872170 - Fix camera file saving with composite device storage. r=mikeh 2013-05-16 11:12:29 -07:00
Dave Hylands
22d3b834a6 Bug 872800 - Fix volume availability notifications for composite storage areas. r=mchen 2013-05-16 11:11:58 -07:00
Dave Hylands
4e6b1ff1bd Bug 872800 - Remove extraneous printfs added from Bug 858416. r=mchen 2013-05-16 11:11:54 -07:00
Thomas Zimmermann
02099f2087 Bug 873065 - Use DEVICESTORAGE_SDCARD for unknown file types. r=dhylands
The method DeviceStorageFile::CreateUnique fails for files with an
unknown extension. It calls DeviceStorageFileChecker::GetTypeFromFileName
to retrieve the default location. The returned value is "Unknown", which
is passed to the constructor of DeviceStorageFile. This class doesn't
handle "Unknown" in it's initialization, and fails without creating a
file.

This patch changes the default return value of GetTypeFromFileName to the
constant DEVICESTORAGE_SDCARD. All files with unknown extension will now
be stored on the sd card.
2013-05-16 12:33:18 -04:00
Ryan VanderMeulen
849edcd80b Merge m-c to inbound. 2013-05-16 11:26:58 -04: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
Fabrice Desré
1947975059 Bug 871435 - Allow for a customized appcache_path to be used for preinstalled hosted apps using appcache r=ochameau 2013-05-15 13:51:41 -07: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
Gene Lian
32d3ba4adc Bug 872373 - B2G MMS: sendMMS(...) fails to create a proper thread ID for send/sending event. r=vicamo a=leo+ 2013-05-15 12:42:27 +08:00
Eric Chou
dee3a48ec3 Bug 871366 - Cut operator name if it is longer than 16 characters, r=gyeh 2013-05-15 17:12:48 +08:00
Eric Chou
8af7b1dc11 Bug 872238 - After CreateUnique(), append file leaf name to dsf.mPath, not dsf.mFile.mPath, r=dhylands
This is a followup to bug 858416.
2013-05-15 16:53:45 +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
9e61606403 Merge m-c to birch. 2013-05-14 16:25:48 -04:00
Ben Kelly
eb1264b50e Bug 862353: Remove unnecessary code checking for mozSettings twice in Geolocation tests. r=reuben 2013-05-14 13:17:22 -07:00
Ryan VanderMeulen
4114163640 Merge the last PGO-green inbound changeset to m-c. 2013-05-14 16:16:12 -04:00
Fabrice Desré
6a0039c103 Bug 852848 - Add support for app-specific redirections r=bz,ferjm 2013-05-14 12:00:09 -07:00
Dave Hylands
c2e3ffc78d Bug 871956 - Fix regression introduced by bug 858416. r=kanru 2013-05-14 10:44:25 -07:00
Gregor Wagner
4bb2ced518 Bug 870148 - Check validy of email.value when importing contacts. r=reuben
--HG--
extra : rebase_source : f008fb7ae6807eb0240ebe817e88c38100cc367d
2013-05-14 10:20:01 -07:00
Volker Mische
311fcccdb3 Bug 870148 - Check vality of tel.value when importing contacts. r=gwagner
--HG--
extra : rebase_source : 67889d60976fdd3e709d687981b6923cf350f4a2
2013-05-14 10:17:37 -07:00
Ryan VanderMeulen
95fbcb633f Merge m-c to inbound. 2013-05-14 10:51:43 -04: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
Shih-Chiang Chien
cab6163b26 Bug 868271 - Don't ignore touchend even if event is preventDefaulted. r=vingtetun 2013-05-14 08:30:37 -04:00
Nikhil Marathe
8357f84a81 Bug 863732 - Use RTC wakeup to monitor WebSocket connection. r=jlebar 2013-05-14 15:48:19 +05:30
Szu-Yu Chen [:aknow]
37732659c7 Bug 863281 - Part 4: Add test for emergency label. r=htsai.
---
 .../test/marionette/test_emergency_label.js        |  172 ++++++++++++++++++++
 1 file changed, 172 insertions(+)
 create mode 100644 dom/telephony/test/marionette/test_emergency_label.js
2013-05-14 14:11:47 +08:00
Szu-Yu Chen [:aknow]
51228414ba Bug 863281 - Part 3: Update emergency property for outgoing call. r=htsai, gyeh.
---
 dom/bluetooth/BluetoothTelephonyListener.cpp |    4 +++-
 dom/telephony/Telephony.cpp                  |   10 ++++++----
 dom/telephony/TelephonyCall.cpp              |   10 +++++++++-
 dom/telephony/TelephonyCall.h                |   10 +++++++++-
 4 files changed, 27 insertions(+), 7 deletions(-)
2013-05-14 14:08:07 +08: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
Szu-Yu Chen [:aknow]
a82d64c60a Bug 863281 - Part 1: Add emergency property in TelephonyCall. r=htsai. sr=mounir.
---
 dom/telephony/nsIDOMTelephonyCall.idl  |    7 ++++++-
 dom/telephony/nsITelephonyProvider.idl |   10 +++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)
2013-05-14 14:02:58 +08:00
Ehsan Akhgari
bee3aa1c74 Bug 865251 - Implement WaveShaperNode; r=roc 2013-05-14 00:12:30 -04:00
Reuben Morais
f68c91e17f Bug 862353 - Remove NavigatorPropertyHelper. r=bent 2013-05-13 18:32:26 -07:00
Reuben Morais
4b618d23f6 Bug 862353 - Only enable mozSettings in B2G and mochitests. r=gwagner
--HG--
extra : rebase_source : 2b079aa6aca6a65516670cc5adcccf422b5e0261
2013-05-13 18:32:09 -07:00
Reuben Morais
7ddc7e000e Bug 862353 - Only enable mozContacts in B2G and mochitests. r=gwagner
--HG--
extra : rebase_source : 914bd36790ae01f83c3f84817b2021f0f7dbcf22
2013-05-13 18:32:03 -07: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
Ehsan Akhgari
67b44c27c9 Bug 871315 - Fix some rooting hazards in content/; r=till,bzbarsky 2013-05-13 13:43:53 -04:00
Ryan VanderMeulen
cdeb399ef6 Merge m-c to inbound. 2013-05-13 12:02:04 -04:00
Masatoshi Kimura
ac11f43104 Bug 673919 - Remove captureEvents, releaseEvents, and routeEvent. r=smaug 2013-05-14 21:18:39 +09:00
David Zbarsky
26b3b1eb0d Backed out changeset 3b73e9c7a5d0 for orange 2013-05-14 01:00:11 -07:00
David Zbarsky
7d9610a584 Bug 868312 - Rooting fixes for dom r=bz 2013-05-14 00:15:53 -07:00
Nikhil Marathe
2df824df8e Bug 871428 - Fix AlarmService shutdown leaks. r=gene
--HG--
extra : amend_source : 43f24156a4b6c124b712094ae81d750e16e6a0b5
2013-05-12 22:40:00 +05:30
Eric Chou
09593e64ab Bug 830038 - Add an assertion in Bluetooth*Mangaers, r=gyeh 2013-05-13 18:08:40 +08: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
Jason Smith
14acd9b57d Bug 866514 - Basic gUM mochitests for media stream tracks. r=roc 2013-05-05 19:48:37 -07:00
Mounir Lamouri
4ba9420d46 Bug 851642 - Make sure fullscreenchange event is sent even when the document is being removed from the doctree. r=smaug
... instead of relying on nsScreen being destroyed which was causing flaky
behaviour on Firefox Android (based on GC) and was creating a race condition bug
on Firefox OS.
2013-05-13 12:00:42 +01:00
Joey Armstrong
2dbf79e9a4 bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00