Jim Blandy
7e20285e70
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
Antonio M. Amaya
0845085b9b
Bug 1028042 - Re-enable the activity handler for the OMA DD MIME type. r=vingtetun
2014-06-20 01:45:00 -04:00
Ed Morley
d922996b81
Bug 984274 - Disable test_sandbox_permission.html on B2G for too many intermittent failures
...
--HG--
extra : rebase_source : 1774eb1f371100ab13d1711855776d4d708395fd
2014-06-19 09:43:48 +01:00
Antonio M. Amaya
455ae91b5b
Bug 1021156 - Re-enable activity handlers for OMA downloads. r=vingtetun
2014-06-17 09:44:00 -04:00
Mike Habicher
0dfa16ea76
Bug 1022705 - allow StopRecordingImpl() to be called from any thread, r=jesup
2014-06-10 09:52:22 -04:00
Ryan VanderMeulen
875db4dc4a
Merge m-c to b2g-inbound. a=merge
2014-06-07 14:16:54 -04:00
Fernando Jiménez
898ba77586
Bug 988469 - MSISDN verification API for privileged apps. Part 3: B2G UI Glue. r=vingtetun
2014-06-07 19:30:19 +02:00
Ryan VanderMeulen
acc1b223a0
Bug 984274 - Disable test_sandbox_permission.html for frequent failures on a CLOSED TREE.
2014-06-07 01:12:33 -04:00
Shih-Chiang Chien
60c8fc40f6
Bug 1019572 - Manually stop the media stream in test_permission_gum_remember.html. r=baku.
2014-06-05 05:07:00 -07:00
Vivien Nicolas
80790aa8f7
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
Ryan VanderMeulen
3d3ce28f0f
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
d1f8d19075
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
Sean Lin
588c66de03
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
Shih-Chiang Chien
8cf6c4014d
Bug 978660 - no need to prompt if gUM is already granted. r=fabrice.
2014-05-13 13:58:04 +08:00
Alexandre Poirot
6a1c385906
Bug 1016031 - Fix ProfD race in b2g child processes. r=fabrice
2014-05-26 10:39:00 +02:00
Sean Lin
c4e8fe69ed
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
Ryan VanderMeulen
7e8c73f3e6
Merge m-c to fx-team.
2014-05-21 08:56:33 -04:00
Alexandre Poirot
52c608278d
Bug 964778 - Fix app install. r=fabrice
2014-05-20 09:30:00 -04:00
Sam Penrose
eabd7b1e52
Bug 982969 - DIALOG_CLOSED_BY_USER fires oncancel. r=jedp
2014-05-13 13:56:30 -07:00
Fabrice Desré
c9bf431c5e
Bug 1009781 - Remove activities -> content handler mappings r=vingtetun
2014-05-20 13:51:30 -07:00
Fabrice Desré
81962f0be1
Bug 1009253 - Activities with no choice available are not reporting error r=vingtetun
2014-05-12 16:30:30 -07:00
Alexandre Lissy
945a46f5a9
Bug 967475 - Implement mozChromeNotifications API. r=mhenretty,bent
2014-05-08 23:16:00 +02:00
Wes Kocher
54f2dadcee
Backed out changeset 21d743a319c6 (bug 967475) for apparently introducing two hazards to the build
2014-05-08 16:06:40 -07:00
Alexandre Lissy
8bf8be15f1
Bug 967475 - Implement mozChromeNotifications API. r=mhenretty, r=bent
...
--HG--
extra : rebase_source : 595b53c85f031784bd77591d4e0593e60b39ccfd
2014-05-08 10:07:00 -04:00
Sam Penrose
8ad50c9f3c
Bug 1004242 - Expose FxAccounts resendVerificationEmail to Gaia. r=jedp
2014-05-07 11:14:05 -07:00
Ben Turner
ee54000826
Bug 982779 - Ensure that child->parent IPC blobs are never mysterious, r=baku.
2014-04-29 13:02:41 -07:00
Alexandre Lissy
cbd575daea
Bug 1005093 - Fix return code path of getNotificationURLFor(). r=fabrice
2014-05-02 11:22:00 +02:00
Alexandre Lissy
56a5831018
Bug 963234 - Move AlertsHelper out of shell.js. r=fabrice, r=ochameau
2014-05-01 05:23:00 -04:00
Carsten "Tomcat" Book
3b95380d01
merge fx-team to mozilla-central
2014-04-30 15:01:45 +02:00
Sam Penrose
ba8ef55ac1
Bug 981210 - FxAccountsManager.jsm and consumers: change "accountId" attribute to "email" r=jedp
2014-04-29 14:47:59 -07:00
Josh Dover
4deef5ca41
Bug 776027 - Allow nsIActivityUIGlueCallback to handle native and web activities. r=fabrice
2014-04-25 16:29:00 +02:00
Josh Dover
7be181709e
Bug 776027 - Pass activity options instead of name through nsIActivityUIGlue. r=fabrice
2014-04-25 16:28:00 +02:00
Kyle Machulis
9fd37e8d2f
Bug 998500 - Add command line argument for turning on OOP in B2G Desktop; r=fabrice
2014-04-24 11:06:57 -07:00
Kyle Machulis
20f01f3095
Backed out changeset 3ed0e2f2a65f due to missing file
2014-04-24 11:06:11 -07:00
Kyle Machulis
d431270c3f
Bug 998500 - Add command line argument for turning on OOP in B2G Desktop; r=fabrice
...
--HG--
extra : rebase_source : cae595fc847a43770029eaa7761b259be20ad97c
2014-04-24 11:03:11 -07:00
Alexandre Poirot
43a70a77c8
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
Alexandre Lissy
c98f4b9d37
Bug 930794 - Delete notification cleared from tray. r=mhenretty, gwagner
2014-03-18 17:01:13 +01:00
Alexandre Poirot
6b82f43a5f
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
Ehsan Akhgari
fccd52de29
Bug 985796 - Port the permission settings API to WebIDL; r=bzbarsky
2014-03-22 09:58:24 -04:00
Dave Hylands
1a41bf9982
Bug 983848 - Don't use settings db in UpdatePrompt when running under xpcshell. r=bent
2014-03-19 11:58:01 -07:00
Alexandre Poirot
e4383b6bc0
Bug 944443 - Uplift rotation feature from simulator to b2g desktop. r=vingtetun
2014-03-19 08:38:59 -04:00
Fernando Jiménez
7e16c679dd
Bug 976002 - Build time flag to enable/disable FxA. r=fabrice, r=gps
2014-03-17 09:58:16 -07:00
Shih-Chiang Chien
2717fc214c
Bug 981113 - Fix unreferenced JS error. r=fabrice
2014-03-12 08:29:23 -04:00
Michael Wu
e6d3acbb4b
Bug 976450 - Clear cache and try again when librecovery fails, r=dhylands
2014-03-05 10:56:59 -05:00
Carsten "Tomcat" Book
5d5e9aeb99
Merge mozilla-central to fx-team on a CLOSED TREE
2014-02-25 15:42:32 +01:00
Shih-Chiang Chien
042d8b4283
Bug 898949 - Part 3, test case for option list in permission request, r=fabrice.
2014-02-13 12:16:07 +08:00
Jed Parsons
5f0a01570c
Bug 963835 - B2G fixes for FxA client handle incorrect capitalization in emails. r=ferjm
2014-01-31 15:21:46 -08:00
Mark Hammond
9cb5162643
Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
2014-02-21 09:19:18 +11:00
Fernando Jiménez
efb01cca88
Bug 938635 - Implement forceAuthentication for firefox accounts. Part 3: UI glue. r=fabrice
2014-02-19 11:47:11 +01:00
Phil Ringnalda
7d3085e511
Merge b-i to m-c
2014-02-15 10:01:36 -08:00