Commit Graph

726 Commits

Author SHA1 Message Date
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
Wes Kocher
fb575455f8 merge b2g-inbound to m-c a=merge 2014-06-23 18:55:45 -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
Danny Chen
ea33d76d00 Bug 1005031 - Video controls are displayed in the middle of the video. r=wesj 2014-06-19 13:28:00 +02:00
Gijs Kruitbosch
68139bbdf2 Bug 1024529 - use cloneInto instead of exposedProps in b2g's shell.js, r=ochameau
--HG--
extra : rebase_source : 7c2e3ccaa931e3cbdee44d4e68c8d07b9a28a8eb
2014-06-12 16:50:36 +01:00
Jan Keromnes
a1f942ae7d Bug 976024 - Track Unique Set Size in the Developer HUD. r=21, r=njn 2014-06-13 06:38:00 +02:00
Vivien Nicolas
77e1d9d4a0 Bug 1020257 - Dispatch hud events on the main window for system app related events. r=janx 2014-06-04 20:11:06 +02:00
Ryan VanderMeulen
2bd1d010f1 Merge m-c to b2g-inbound. a=merge 2014-06-07 14:16:54 -04:00
Fernando Jiménez
24daeb1035 Bug 988469 - MSISDN verification API for privileged apps. Part 4: Mobile ID service. r=markh, jedp 2014-06-07 19:30:19 +02:00
Carsten "Tomcat" Book
fb86968fb8 Backed out changeset e0da2d69cfdb (bug 1020257) for causing Gi Test Regressions 2014-06-06 11:06:27 +02:00
Morris Tseng
3ed6a2adc9 Bug 987718 - Part 6: Hooks up SelectionCaret; r=roc 2014-06-04 22:58:00 +02:00
Vivien Nicolas
dcf18bcbef Bug 1020257 - Dispatch hud events on the main window for system app related events. r=janx 2014-06-04 20:11:06 +02:00
Ryan VanderMeulen
1bad801bdd Backed out 5 changesets (bug 1015871, bug 1020257, bug 1015887, bug 1005888, bug 1015894) for desktop B2G mochitest failures on a CLOSED TREE.
Backed out changeset dbcb9974b640 (bug 1020257)
Backed out changeset 3220b7b2efc9 (bug 1015894)
Backed out changeset 4e23647ae247 (bug 1015887)
Backed out changeset 59df0cdacc15 (bug 1015871)
Backed out changeset e7124b07804b (bug 1005888)
2014-06-04 16:07:06 -04:00
Vivien Nicolas
8b69268960 Bug 1020257 - Dispatch hud events on the main window for system app related events. r=janx 2014-06-04 20:11:06 +02: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
Sean Lin
fe508a07fc Bug 1013671 - Use SystemAppProxy to fire "system-messages-open-app" from SystemMessageInternal.js. r=gene
Bug 793420 - Remove the waiting timer for the open-app mozChromeEvents requested by System Message.
r=gene, fabrice
2014-05-30 15:48:25 +08:00
Henry Chang
bd2bbaca20 Bug 1010733 - Add WISPr notification capability. r=schien 2014-05-23 14:19:03 +08: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
Ryan VanderMeulen
466e829323 Merge inbound to m-c on a CLOSED TREE. 2014-05-27 16:23:41 -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
Alexandre Poirot
6c75c1f504 Bug 1016031 - Fix ProfD race in b2g child processes. r=fabrice 2014-05-26 10:39:00 +02:00
Kershaw Chang
ad73b6d2a0 Bug 1013094 - Rename browser.manifestURL and browser.homescreenURL, r=fabrice 2014-05-27 18:01:01 +08:00
Sean Lin
04ba6714fc Bug 908191 - Use xpcom-interface caller to do interaction between Inter-App Communication API and run-time prompt. r=gene,fabrice 2014-05-26 11:53:44 +08:00
Alexandre Poirot
703360fdf7 Bug 1014625 - Prevent loading devtools on b2g startup r=fabrice 2014-05-22 08:39:00 +02: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
Arnaud Bienner
6f81fb1431 Bug 1009714: Fix <button disabled> style on B2G. r=dholbert 2014-05-14 23:42:03 +02: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
Eddy Bruel
e46321bf42 Bug 859372 - Refactor webbrowser.js;r=past 2014-05-13 21:56:30 +02: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
Ryan VanderMeulen
d41554e25e Merge b2g-inbound to m-c. 2014-05-06 16:31:58 -04:00
Kevin Grandon
cb439ef14a Bug 999574 - Wait for remote-browser-shown event before dispatching runapp command r=vingtetun
---
 b2g/chrome/content/runapp.js | 92 +++++++++++++++++++++++++++++++-------------
 1 file changed, 65 insertions(+), 27 deletions(-)

DONTBUILD
2014-05-06 10:11:30 -07:00
Ryan VanderMeulen
cee0576504 Backed out changeset f965ef325903 (bug 999574) for landing with the wrong reviewer in the commit message. 2014-05-06 14:03:46 -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
Kevin Grandon
64b4e7a533 [PATCH] Bug 999574 - Wait for remote-browser-shown event before dispatching runapp command r=vingtetun,fabrice
---
 b2g/chrome/content/runapp.js | 92 +++++++++++++++++++++++++++++++-------------
 1 file changed, 65 insertions(+), 27 deletions(-)
2014-05-06 10:11:30 -07: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
Alexandre Lissy
9cbd1d7b30 Bug 963234 - Move AlertsHelper out of shell.js. r=fabrice, r=ochameau 2014-05-01 05:23: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
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
Ryan VanderMeulen
f394fe9b5b Merge inbound to m-c. 2014-04-18 22:00:13 -04:00
Mark Finkle
e56fe1b06c Bug 946454 - [Roku] Show 'casting' button in the video controls r=wesj, dolske 2014-04-18 16:48:06 -04:00
Yoshi Huang
295e696eda Bug 995101 - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC. r=dimi 2014-04-11 17:49:21 +08:00
Dave Townsend
3b890dbae6 Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused 2014-04-17 10:27:03 -07:00