Commit Graph

72 Commits

Author SHA1 Message Date
Fabrice Desré
48c8cc5df3 Bug 915260 - "TypeError: Services.settings is undefined" error in B2G mochitest logs r=etienne 2013-09-12 01:57:15 -07:00
Fabrice Desré
30f8625230 Bug 912612 - Add a timer dedicated to apps update when system updates are disabled. r=etienne,vingtetun 2013-09-11 05:00:48 -07:00
Gregor Wagner
cc7d531e83 Bug 913267 - Don't use settingsService in settings.js. r=timdream 2013-09-09 12:28:01 +02:00
Fabrice Desré
9d38f640c4 Bug 912898 - B2G: Don't kill adb (or lock the screen) if a debugger client is connected r=past 2013-09-07 16:28:51 -07:00
supadennis.lee
df0f224def Bug 900595 - Once always send a report has been selected, selecting any other option is ignored with system crashes r=fabrice 2013-09-05 18:41:31 -07:00
Fabrice Desré
26700bcd95 Backout bug 798353 for... not actually working properly 2013-09-05 13:18:28 -07:00
Tim Chien
705ba95de4 Bug 798353 - Make SettingsListener reuse the lock. r=fabrice 2013-09-04 08:28:28 -04:00
Tim Chien
ee401f6d7e Bug 911041 - Map DNT 3 state setting from settings db to Gecko pref. r=fabrice 2013-08-31 10:15:57 -04:00
Dave Hylands
fb6709f133 Bug 874484 - Disable ADB after a timeout. r=fabrice
This patch causes ADB to be disabled after 12 hours. The timeout is only used
when marionette is disabled, which implies production builds. Engineering
builds (VARIANT=eng or VARIANT=userdebug) will continue to have ADB enabled
indefinitely.
2013-08-16 12:07:05 -07:00
Dave Hylands
8b76e9de95 Bug 810092 - On a production phone (i.e. VARIANT=user) only enable adb when the phone is unlocked. r=fabrice 2013-08-16 12:06:49 -07:00
Gene Lian
6315e42a29 Bug 850140 - B2G MMS: implement MmsService.handleDeliveryIndication() to handle delivery report (part 2, handle delivery report). r=vicamo a=koi+ 2013-07-31 15:24:07 +08:00
Alexandre Poirot
7dcfed6f65 Bug 817580 - Expose tab actors for apps in child processes. r=jimb 2013-07-24 11:28:32 -04:00
Marco Chen
0450dbca57 Bug 876334 - Gecko should use AudioChannelType to control volume not stream types. r=mwu, r=baku 2013-07-18 13:22:36 +08:00
Marco Chen
68d75198e5 Bug 876334 - Remove master/FM volume control from nsIAudioManager. r=mwu 2013-07-18 10:21:24 +08:00
Chia-hung Tai
fbec1f08b6 Bug 888821 - B2G MMS: Expose "wap.UAProf.url" and "wap.UAProf.tagname" as new Settings entries in Gecko part. r=vyang 2013-07-17 13:47:31 +08:00
Gene Lian
f00e04e3ff Bug 887815 - [SMS][MMS] receiving successful delivery report even though delivery report is OFF in settings. r=ctai a=leo+ 2013-06-28 16:53:30 +08:00
Chia-hung Tai
8eed9a1814 Bug 880561 - B2G MMS: Add 2 more error status (in flight mode and no sim card) when sending MMS. r=gene 2013-06-18 12:06:32 +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
Alexandre Lissy
c9b3cd1eb1 Bug 847459 - Make ro.product.model available through settings. r=tzimmermann 2013-05-27 16:26:52 +02:00
Anthony Ricaud
1ebdfa9c7f Bug 873972 - Expose layers.draw-borders pref in gaia settings. r=vingtetun 2013-05-28 19:24:02 +02:00
Dave Hylands
385c197922 Bug 875637 - Save default volume name pref with the correct type. r=gwagner 2013-05-24 17:40:03 -07: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
Ryan VanderMeulen
aa9e660583 Backed out changeset dbf0c9f4a4b9 (bug 858416) for B2G mochitest-3 failures. 2013-05-11 09:47:37 -04:00
Dave Hylands
7da14f84fb Bug 858416 - Create a composite device storage interface. r=dougt 2013-05-11 02:10:18 -07: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
Ryan VanderMeulen
559836a039 Backed out changeset 4270acd843cc (bug 863130) for B2G Marionette failures. 2013-05-06 08:57:03 -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
Marco Chen
fa63f266ec Bug 852049 - [Audio] The default value of Master Volume should be 1.0 if settings don't set a value. r=mwu 2013-03-20 13:37:08 +08:00
Chia-hung Tai
7c37d71c48 Bug 810067 - Support automatic/manual/never retrieval modes. r=vyang 2013-02-25 14:08:23 +08:00
Dave Hylands
6b5cf5a133 Bug 839134 - ADB doesn't get enabled in VARIANT=user builds if marionette pref doesn't exist. 2013-02-07 11:44:23 -08:00
Dave Hylands
8198424fe9 Bug 836973 - Force adb on when marionette is enabled (i.e. non-user builds). r=fabrice 2013-02-01 02:04:04 -08:00
Dave Hylands
7bfd9504a4 Bug 836770 - Don't change persist.sys.usb.config if it already has the correct value (ADB) r=fabrice 2013-01-31 14:41:13 -08:00
Vivien Nicolas
9f027448f9 Bug 830782 - Homescreen is in English instead of Portuguese after flashed and Pt-BR is set in FTE. r=fabrice a=tef+ 2013-01-31 15:58:11 +01:00
Fabrice Desré
df4b373948 Bug 836103 - Enable/disable ADB when changing the "remote debugging" setting in the Settings App r=dhylands 2013-01-29 23:29:08 -08:00
Fabrice Desré
425177a56c Bug 832104 - Don't report CSS errors in production builds r=cjones 2013-01-17 18:08:26 -08:00
Alexandre Poirot
347c1b9aeb Bug 813797 - Completely remove apps developer mode (dom.mozApps.dev_mode) in release builds. r=fabrice 2013-01-09 17:34:13 -05:00
Fabrice Desré
9c45d42b65 Bug 799151 - Display a prompt to allow remote debugging connections in Firefox OS r=vingtetun 2013-01-08 09:08:00 +02:00
Randy Lin
d39fa81ef3 Bug 815452 - Don't unmute FM audio if the user increases the volume when FM audio is muted for channel policy reasons. r=sicking 2012-12-11 18:26:01 +08:00
Shelly Lin
ef9f3747d2 Bug 816899 - Add keys of firmware revision and software info. r=cjones 2012-12-04 10:30:26 +08:00
Randy Lin
423e7af568 Bug 814326 - Volume steps on the UI is 10 steps which cannot be mapped correctly to the underlying streams. r=sicking, r=fabrice 2012-12-04 18:21:43 +08:00
Gene Lian
5d9050d369 Bug 777251 - B2G MMS: Configure MMS proxy settings through SettingsService. r=vicamo 2012-11-30 18:09:37 +08:00
Randy Lin
c25fe2c738 Bug 812434 - Support FM volume control for implement AudioChannel API. r=mwu 2012-11-29 10:14:11 +08:00
Fabrice Desré
3d20f626bb Bug 815522 - Start and stop the remote debugger without restarting b2g itself [r=past] 2012-11-28 02:48:10 -08:00
Vivien Nicolas
d71afaba8a Bug 811162 - After switching the language in the settings app, the entire gaia window is half as tall. r=kaze 2012-11-27 11:28:56 -08:00
Philipp von Weitershausen
8a80357c7d Bug 809972 - settings.js: gracefully handle missing nsIAudioManager on desktop builds. r=fabrice 2012-11-08 18:15:38 -05:00
Jed Parsons
1a9ce84b35 Bug 809577 - ifdef around gonk-only audiomanager code. r=benadida 2012-11-08 14:35:03 -05:00
Dave Hylands
46fc8b6a6e Bug 794599 - Add a preference to disable logging. r=bzbarsky 2012-11-06 22:34:33 -08:00
Marshall Culpepper
a9a53de08d Bug 805844: Support update interval configuration via settings in B2G. r=fabrice
--HG--
extra : rebase_source : a235fab66edcbf656212a3010af970989b4fc286
2012-11-07 16:05:55 -08:00
Jose Antonio Olivera Ortega
0111ef2759 Bug 808994 - B2G SMS: Expose the strict7BitEncoding setting through the setting API. r=vicamo 2012-11-07 18:51:40 +01:00
Dave Hylands
4c5557e3c7 Bug 794599 - Backout 847cedab81ae due to debug orange 2012-11-07 01:03:52 -08:00