gecko/b2g/components
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
..
test Bug 984274 - Disable test_sandbox_permission.html on B2G for too many intermittent failures 2014-06-19 09:43:48 +01:00
ActivitiesGlue.js Bug 1009253 - Activities with no choice available are not reporting error r=vingtetun 2014-05-12 16:30:30 -07:00
AlertsHelper.jsm Bug 967475 - Implement mozChromeNotifications API. r=mhenretty,bent 2014-05-08 23:16:00 +02:00
AlertsService.js Bug 967475 - Implement mozChromeNotifications API. r=mhenretty,bent 2014-05-08 23:16:00 +02:00
B2GAboutRedirector.js Bug 961780 - Use "b2g" package name instead of "browser". r=fabrice 2014-02-11 09:24:20 -05:00
B2GComponents.manifest Bug 1028042 - Re-enable the activity handler for the OMA DD MIME type. r=vingtetun 2014-06-20 01:45:00 -04:00
ContentPermissionPrompt.js Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau 2014-06-04 20:11:06 +02:00
ContentRequestHelper.jsm Bug 988469 - MSISDN verification API for privileged apps. Part 3: B2G UI Glue. r=vingtetun 2014-06-07 19:30:19 +02:00
DirectoryProvider.js Bug 931740 - Check the available free space for update. r=dhylands 2013-12-17 11:24:14 +08:00
ErrorPage.jsm Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug 2014-02-21 09:19:18 +11:00
FilePicker.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
FxAccountsMgmtService.jsm Bug 982969 - DIALOG_CLOSED_BY_USER fires oncancel. r=jedp 2014-05-13 13:56:30 -07:00
FxAccountsUIGlue.js Bug 988469 - MSISDN verification API for privileged apps. Part 3: B2G UI Glue. r=vingtetun 2014-06-07 19:30:19 +02:00
GlobalSimulatorScreen.jsm Bug 944443 - Uplift rotation feature from simulator to b2g desktop. r=vingtetun 2014-03-19 08:38:59 -04:00
HelperAppDialog.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
InterAppCommUIGlue.js 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
MailtoProtocolHandler.js
MobileIdentityUIGlue.js Bug 988469 - MSISDN verification API for privileged apps. Part 3: B2G UI Glue. r=vingtetun 2014-06-07 19:30:19 +02:00
moz.build Bug 1021156 - Re-enable activity handlers for OMA downloads. r=vingtetun 2014-06-17 09:44:00 -04:00
OMAContentHandler.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
OopCommandLine.js Bug 998500 - Add command line argument for turning on OOP in B2G Desktop; r=fabrice 2014-04-24 11:06:57 -07:00
PaymentGlue.js Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun 2014-04-07 09:59:48 -04:00
ProcessGlobal.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
RecoveryService.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
SignInToWebsite.jsm Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun 2014-04-07 09:59:48 -04:00
SimulatorScreen.js Bug 990065 - Ship simulator screen xpcom in b2g desktop package and prevent it from breaking bfcache. r=vingtetun 2014-04-10 10:35:26 -04:00
SmsProtocolHandler.js
SystemAppProxy.jsm Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau 2014-06-04 20:11:06 +02:00
SystemMessageGlue.js Bug 1013671 - Use SystemAppProxy to fire "system-messages-open-app" from SystemMessageInternal.js. r=gene 2014-05-30 15:48:25 +08:00
TelProtocolHandler.js
TelURIParser.jsm
UpdatePrompt.js Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
WebappsUpdater.jsm Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun 2014-04-07 09:59:48 -04:00
WebappsUpdateTimer.js
YoutubeProtocolHandler.js