Commit Graph

148 Commits

Author SHA1 Message Date
Kartikaya Gupta
9fed7a45a3 Bug 1072498 - Collapse the dom.browser_frames.useAsyncPanZoom pref into layers.async-pan-zoom.enabled. r=fabrice 2014-11-14 07:42:24 -05:00
Boris Chiou
bd29411a47 Bug 1040651 - Map a preference to a Gaia setting to enable Layerscope. r=fabrice
Add a listener at Gecko side. We will also add a "LayerScope" option
in "Settings -> Developer", so we can enable Layerscope dynamically.
2014-11-09 18:33:00 -05:00
Ted Clancy
6f227709cb Bug 1000313 - Adding homescreen-webapps-manage permission. r=sicking 2014-11-02 14:04:08 -05:00
Leila Hadji
9c52f2fd7d Bug 1087940 - Make ro.build.version.incremental available through settings r=fabrice 2014-10-30 14:59:05 -07:00
James Lal
62d25945d6 Bug 1089405 - Move SettingsRequestManager load to near top of b2g boot process r=fabrice.
SettingsRequestManager is responsible for bootstrapping the settings api
without this near the top of the boot process any consumers before race
to aquire locks/get settings.
2014-10-27 15:21:01 -07:00
Jan Keromnes
d1a55f9fc3 Bug 1035807 - Actually allow overriding app.update.url from FxOS developer menu. r=fabrice 2014-10-22 15:47:00 -04:00
Eitan Isaacson
9eac49598e Bug 1081720 - Use prefs service to store quicknav state and proxy quicknav prefs to b2g settings. r=yzen 2014-10-14 14:42:50 -07:00
Kartikaya Gupta
f4e999fdb1 Bug 1075750 - Follow-up to remove obsolete pref from b2g settings. r=nical
--HG--
extra : rebase_source : f5516fdd1839fc7ee71abb0fc5aa41d015cf1235
2014-10-01 11:33:00 -04:00
Alexandre Lissy
e4d1dda79e Bug 1059546 - Add settings/pref mapping for signed apps origins. r=fabrice
For testing purpose, we need to add the stage marketplace instance as a
valid source for signed apps. We do this by setting the pref value when
building the Gaia engineering profile.
2014-09-29 05:27:00 +02:00
Fabrice Desré
ccff1279ec Bug 1065848 - Only load AccessFu.jsm when we really need it. r=eeejay 2014-09-12 15:38:49 -07:00
Vicamo Yang
eb0f4edee3 Bug 1057915 - 2/2: Gonk MobileMessage DB read ahead. r=bevistzeng 2014-09-04 11:15:42 +08:00
78da0cea96 Bug 1019816 - Developer option to store logcat to sdcard by shaking the phone. r=gerard-majax 2014-08-22 10:32:00 +02:00
Fabrice Desré
850bc9b545 Bug 1011738 - Theme support for b2g/gaia, Part 1 : settings hook-up r=vingtetun 2014-08-28 17:20:26 -07:00
Eitan Isaacson
b53939d9f3 Bug 1059608 - Proxy layer effects settings to preferences. r=fabrice 2014-08-27 19:39:00 +02:00
Eitan Isaacson
c553eac0c6 Bug 1056205 - Fix screen reader activation. r=fabrice 2014-08-20 11:20:07 -07:00
J. Ryan Stinnett
de6a6556c4 Bug 1039493 - Break out B2G DevTools files. r=fabrice
--HG--
rename : b2g/chrome/content/devtools.js => b2g/chrome/content/devtools/hud.js
2014-08-18 15:40:00 -04:00
Dave Hylands
9da0787380 Bug 1046127 - Don't drop adb connection during startup. r=fabrice 2014-08-11 21:04:06 -07:00
Kartikaya Gupta
4f0e8afeaf Bug 1042152 - Add gaia settings that can disable low-precision/progressive painting and low-opacity behavior. r=vingtetun 2014-07-24 06:35:00 -04:00
Sam Foster
cd4cbc3446 Bug 1040146 - Copy existing deviceinfo.os into previous_os when populating settings. r=fabrice 2014-07-28 11:13:10 -07:00
Dave Hylands
f2b3e3d628 Bug 1043122 - Make adb 12-hour timer disable adb reflect in settings app. r=fabrice 2014-07-23 23:48:53 -07:00
J. Ryan Stinnett
df635385aa Bug 1000428 - Part 2: Wire up WiFi enabled setting. r=past, r=fabrice 2014-07-21 08:39:00 -04:00
J. Ryan Stinnett
21d100bbbc Bug 1000428 - Part 1: Drive WiFi UI option visibility from pref. r=janx 2014-07-14 12:11:00 -04:00
Carsten "Tomcat" Book
2071b3e405 Backed out changeset 06a1ebb05c63 (bug 1000428) for causing regressions 2014-07-18 12:03:53 +02:00
Carsten "Tomcat" Book
f97dfb761f Backed out changeset 5ed0d1e11971 (bug 1000428) 2014-07-18 12:03:30 +02:00
J. Ryan Stinnett
3fae587366 Bug 1000428 - Part 2: Wire up WiFi enabled setting. r=past,fabrice 2014-07-16 07:19:00 +02:00
J. Ryan Stinnett
350b41d961 Bug 1000428 - Part 1: Drive WiFi UI option visibility from pref. r=janx 2014-07-14 12:11:00 +02:00
Alexandre Poirot
7ccc46ba56 Bug 1020948 - Stop preventing source discarding when using devtools. r=jryans 2014-06-25 14:50:00 +02:00
Jim Blandy
4d6a633bba Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Andrew Williamson
ab9c163702 Bug 1024450 - Add listener for the dom.mozApps.use_reviewer_certs pref. r=fabrice 2014-06-18 17:16:00 -04:00
Bevis Tseng
589193fd19 Bug 921326 - Part 2: Support to Toggle CellBroadcast Service per SIM. r=htsai 2014-06-10 13:46:57 +08:00
Botond Ballo
336ac383d8 Bug 1020045 - Turn on APZ overscrolling by default. r=kats
--HG--
extra : rebase_source : 695565006ca981462cfbde1a58a767974842ca64
2014-06-06 11:42:22 -04:00
J. Ryan Stinnett
3cff88f9d2 Bug 1001348 - Keep system sources when certified debugging is allowed. r=vingtetun 2014-05-27 17:11:34 -07:00
Ryan VanderMeulen
f573309ab7 Merge m-c to b2g-inbound. 2014-05-27 16:24:25 -04:00
Staś Małolepszy
4cb460e3ef Bug 1016038 - languagechange is emitted twice for each language change. r=vingtetun 2014-05-26 11:26:00 -04:00
Jan Keromnes
3e7d1d8daa Bug 1006500 - Expose hit-target fluffing prefs as settings. r=21, f=ochameau 2014-05-14 06:09:00 -04:00
Jan Keromnes
8fd316cf17 Bug 1006500 - Sort settings to observe. r=21, f=ochameau 2014-05-14 06:08:00 -04:00
Sotaro Ikeda
3e5dabe72a Bug 1006152 - Do not use ro.display.colorfill since JB r=Sushil 2014-05-09 12:03:53 -07:00
Jim Chen
f72f7df017 Bug 864395 - Associate the send perf data setting with telemetry; r=fabrice 2014-05-07 17:14:45 -04:00
Kartikaya Gupta
5c3ff9f423 Bug 1003228 - Remove gecko-side handling of some options that are being taken out. r=janx 2014-05-06 11:24:17 -04:00
Wes Kocher
94e82b3ed0 Backed out changeset 189a0e19896f (bug 1001348) for breaking the Gaia interface 2014-05-05 15:25:22 -07:00
J. Ryan Stinnett
a9449bad20 Bug 1001348 - Keep system sources when certified debugging is allowed. r=vingtetun 2014-04-30 10:58:00 -04:00
Ryan VanderMeulen
131f90f696 Backed out changeset eba1f5d0a908 (bug 864395) for Gaia integration test failures.
CLOSED TREE
2014-04-29 21:41:03 -04:00
Jim Chen
1e223eba8e Bug 864395 - Associate the send perf data setting with telemetry. r=fabrice 2014-04-28 11:59:00 -04:00
Botond Ballo
52afa7c8d1 Bug 998025 - Put overscrolling behind a developer pref. r=kats
--HG--
extra : rebase_source : 2f5a46cacd97120fcbb8e6608446074089d5bf50
2014-05-21 17:20:12 -04:00
Jan Keromnes
7696325ed4 Bug 995206 - Sync app.update.{channel,url} settings with preferences. r=vingtetun 2014-04-23 08:14:00 +02:00
Fabrice Desré
e2b8a2d6b0 Backout 1ff975b6a290 for errors showing up in logcat. 2014-04-22 17:59:21 -07:00
Jan Keromnes
963b3bc7b9 Bug 995206 - Sync app.update.{channel,url} settings with preferences. r=21 2014-04-22 14:17:23 -07:00
Vladimir Vukicevic
4a91df6014 b=979489; Implement SimpleTiledContentClient and friends; r=jrmuizel 2014-03-10 14:34:57 -04:00
Vladimir Vukicevic
4646ced960 backout of rev 1a52e0063440 b=979489 2014-03-10 21:03:02 -04:00
Vladimir Vukicevic
6a1c3e6135 b=979489; Implement SimpleTiledContentClient and friends; r=jrmuizel 2014-03-10 14:34:57 -04:00