Commit Graph

128 Commits

Author SHA1 Message Date
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
Vivien Nicolas
25c7404dbf Bug 978197 - Simplify the process to map a setting and a pref. r=fabrice 2014-03-04 09:53:16 +01:00
Wes Kocher
7c9855b6f4 Merge m-c to fx-team 2014-02-26 18:34:07 -08:00
Vivien Nicolas
2022bb781f 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
b699ddbe34 Bug 963498 - Add memory tracking to Firefox OS's Developer HUD. r=vingtetun 2014-02-26 16:58:37 -05:00
Vivien Nicolas
dd1a418a15 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
ab0b9606af Bug 972085 - Use clearUserPref in settings.js for APZC related settings. r=kats 2014-02-15 01:45:44 +01:00
Alexandre Poirot
18dbaa5cb4 Bug 961780 - Use "b2g" package name instead of "browser". r=fabrice 2014-02-11 09:24:20 -05:00
Kartikaya Gupta
f1e8c318f6 Bug 967502 - Handle the gaia developer setting to disable checkerboarding. r=vingtetun 2014-02-05 13:29:12 -05:00
Kartikaya Gupta
baa6673995 Bug 967098 - Set displayport heuristics based on Gaia settings. r=vingtetun 2014-02-03 18:58:08 -05:00
Vivien Nicolas
139ef1c589 Bug 967094 - Expose some prefs related to tiling. r=kats 2014-02-04 00:20:00 +01:00
Jan Keromnes
1e74db6b2b Bug 960933 - Implement a DevTools Widget Panel for Firefox OS. r=ochameau 2014-01-31 13:01:58 -05:00
Vivien Nicolas
de0f1c860e Bug 961047 - Ensure all mozbrowser iframes use APZ when APZ is enabled. r=kats,fabrice 2014-01-23 18:45:00 +01:00
Wes Kocher
a45e4bb415 Backed out changeset 47c7cd88eee1 (bug 961047) for b2g scrolling failures 2014-01-22 20:12:03 -08:00
Vivien Nicolas
f2c7bdc2e0 Bug 961047 - Ensure all mozbrowser iframes use APZ when APZ is enabled. r=kats,fabrice 2014-01-23 00:03:17 +01:00
Ryan VanderMeulen
b05202b7e2 Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
Etienne Segonzac
f091204480 Bug 849223 - Make the CSS3 system color module customizable via mozSettings to enable gaia themes. r=vingtetun 2014-01-16 15:52:30 +01:00
Diego Wilson
ce8176de16 Bug 947504 - Only enable HwcComposer2D by default if hardware supports it. r=gal
This feature will only be enabled by default on hardware that supports it
which sets the gonk prop "ro.display.colorfill" to true.

The feature can still be force enabled (or force disabled) via the
"layers.composer2d.enabled" setting.
2014-01-14 14:44:47 -08:00
Fernando Jiménez
26713bb956 Bug 926737 - FOTA update includes device GUID for identification purpose. Part 1: B2G. r=fabrice 2014-01-10 11:02:58 +01:00
Fabrice Desré
e250fa7587 Bug 956185 - Add a 'adb only' debugging option r=dhylands 2014-01-08 17:18:03 -08:00
Diego Wilson
c2ae3452cf Bug 950800 - Honor Composer2D toggling on the fly. r=nrc
Now you can toggle the hardware composer on/off at any point without restarting B2G.
2013-12-17 09:01:39 -08:00