Commit Graph

137 Commits

Author SHA1 Message Date
561915c822 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é
fe94068fba Bug 1011738 - Theme support for b2g/gaia, Part 1 : settings hook-up r=vingtetun 2014-08-28 17:20:26 -07:00
Eitan Isaacson
79e00fadd7 Bug 1059608 - Proxy layer effects settings to preferences. r=fabrice 2014-08-27 19:39:00 +02:00
Eitan Isaacson
95765935b1 Bug 1056205 - Fix screen reader activation. r=fabrice 2014-08-20 11:20:07 -07:00
J. Ryan Stinnett
6a3feef980 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
b3dcc122dc Bug 1046127 - Don't drop adb connection during startup. r=fabrice 2014-08-11 21:04:06 -07:00
Kartikaya Gupta
0e185b6934 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
45d6d0b9ed Bug 1040146 - Copy existing deviceinfo.os into previous_os when populating settings. r=fabrice 2014-07-28 11:13:10 -07:00
Dave Hylands
c8cff65b61 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
d0b3c85e29 Bug 1000428 - Part 2: Wire up WiFi enabled setting. r=past, r=fabrice 2014-07-21 08:39:00 -04:00
J. Ryan Stinnett
542992e388 Bug 1000428 - Part 1: Drive WiFi UI option visibility from pref. r=janx 2014-07-14 12:11:00 -04:00
Carsten "Tomcat" Book
b50bfe351f Backed out changeset 06a1ebb05c63 (bug 1000428) for causing regressions 2014-07-18 12:03:53 +02:00
Carsten "Tomcat" Book
418e8cf42f Backed out changeset 5ed0d1e11971 (bug 1000428) 2014-07-18 12:03:30 +02:00
J. Ryan Stinnett
3ecb5ca736 Bug 1000428 - Part 2: Wire up WiFi enabled setting. r=past,fabrice 2014-07-16 07:19:00 +02:00
J. Ryan Stinnett
45dfa42c0a Bug 1000428 - Part 1: Drive WiFi UI option visibility from pref. r=janx 2014-07-14 12:11:00 +02:00
Alexandre Poirot
643b8253c9 Bug 1020948 - Stop preventing source discarding when using devtools. r=jryans 2014-06-25 14:50:00 +02:00
Jim Blandy
b6b202b6bb 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
14019b1b45 Bug 1024450 - Add listener for the dom.mozApps.use_reviewer_certs pref. r=fabrice 2014-06-18 17:16:00 -04:00
Bevis Tseng
7cec9e0af5 Bug 921326 - Part 2: Support to Toggle CellBroadcast Service per SIM. r=htsai 2014-06-10 13:46:57 +08:00
Botond Ballo
828d9150f0 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
2d693213c5 Bug 1001348 - Keep system sources when certified debugging is allowed. r=vingtetun 2014-05-27 17:11:34 -07:00
Ryan VanderMeulen
98a0f2622a Merge m-c to b2g-inbound. 2014-05-27 16:24:25 -04:00
Staś Małolepszy
b8f772da22 Bug 1016038 - languagechange is emitted twice for each language change. r=vingtetun 2014-05-26 11:26:00 -04:00
Jan Keromnes
61ad6926dd Bug 1006500 - Expose hit-target fluffing prefs as settings. r=21, f=ochameau 2014-05-14 06:09:00 -04:00
Jan Keromnes
9e3486d6f4 Bug 1006500 - Sort settings to observe. r=21, f=ochameau 2014-05-14 06:08:00 -04:00
Sotaro Ikeda
228e2096b0 Bug 1006152 - Do not use ro.display.colorfill since JB r=Sushil 2014-05-09 12:03:53 -07:00
Jim Chen
5bbca43242 Bug 864395 - Associate the send perf data setting with telemetry; r=fabrice 2014-05-07 17:14:45 -04:00
Kartikaya Gupta
30c541e8cd 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
8479c5c1b6 Backed out changeset 189a0e19896f (bug 1001348) for breaking the Gaia interface 2014-05-05 15:25:22 -07:00
J. Ryan Stinnett
cf5133e8c6 Bug 1001348 - Keep system sources when certified debugging is allowed. r=vingtetun 2014-04-30 10:58:00 -04:00
Ryan VanderMeulen
11a12d7211 Backed out changeset eba1f5d0a908 (bug 864395) for Gaia integration test failures.
CLOSED TREE
2014-04-29 21:41:03 -04:00
Jim Chen
68dc69396d Bug 864395 - Associate the send perf data setting with telemetry. r=fabrice 2014-04-28 11:59:00 -04:00
Botond Ballo
9437464cf5 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
4892465437 Bug 995206 - Sync app.update.{channel,url} settings with preferences. r=vingtetun 2014-04-23 08:14:00 +02:00
Fabrice Desré
f7bebfbd24 Backout 1ff975b6a290 for errors showing up in logcat. 2014-04-22 17:59:21 -07:00
Jan Keromnes
7dfd524d31 Bug 995206 - Sync app.update.{channel,url} settings with preferences. r=21 2014-04-22 14:17:23 -07:00
Vladimir Vukicevic
7f43187552 b=979489; Implement SimpleTiledContentClient and friends; r=jrmuizel 2014-03-10 14:34:57 -04:00
Vladimir Vukicevic
ef13b892db backout of rev 1a52e0063440 b=979489 2014-03-10 21:03:02 -04:00
Vladimir Vukicevic
6f7082cd9f b=979489; Implement SimpleTiledContentClient and friends; r=jrmuizel 2014-03-10 14:34:57 -04:00
Vivien Nicolas
7d13ba2995 Bug 978197 - Simplify the process to map a setting and a pref. r=fabrice 2014-03-04 09:53:16 +01:00
Wes Kocher
d16b9aad35 Merge m-c to fx-team 2014-02-26 18:34:07 -08:00
Vivien Nicolas
bee94f9115 Bug 977209 - Map a preference to a Gaia setting to enable dumping the layers tree. r=fabrice 2014-02-26 23:12:34 +01:00
Jan Keromnes
e32aa32f91 Bug 963498 - Add memory tracking to Firefox OS's Developer HUD. r=vingtetun 2014-02-26 16:58:37 -05:00
Vivien Nicolas
481837e983 Bug 969827 - Map a preference to a Gaia setting to configure the jank threshold. r=fabrice 2014-02-15 01:45:44 +01:00
Vivien Nicolas
bce38c0c45 Bug 972085 - Use clearUserPref in settings.js for APZC related settings. r=kats 2014-02-15 01:45:44 +01:00
Alexandre Poirot
daab2be750 Bug 961780 - Use "b2g" package name instead of "browser". r=fabrice 2014-02-11 09:24:20 -05:00
Kartikaya Gupta
b2b0d5edd4 Bug 967502 - Handle the gaia developer setting to disable checkerboarding. r=vingtetun 2014-02-05 13:29:12 -05:00
Kartikaya Gupta
1cc15cfeea Bug 967098 - Set displayport heuristics based on Gaia settings. r=vingtetun 2014-02-03 18:58:08 -05:00
Vivien Nicolas
1a319fcbcb Bug 967094 - Expose some prefs related to tiling. r=kats 2014-02-04 00:20:00 +01:00
Jan Keromnes
591fa0f786 Bug 960933 - Implement a DevTools Widget Panel for Firefox OS. r=ochameau 2014-01-31 13:01:58 -05:00