Commit Graph

3617 Commits

Author SHA1 Message Date
Jacek Caban
dd423b2558 Bug 1022847 - toolkit/mozapps/update fails to compile with MinGW r=netzen
--HG--
extra : rebase_source : d876570cbfb29bc86cf1435f8e0f79eda49b5764
2014-06-25 11:30:05 +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
Brian R. Bondy
1a59235ead Bug 598615 - Rename HAVE_64BIT_OS to HAVE_64BIT_BUILD. r=ted 2014-06-24 22:16:25 -04:00
Awad Mackie
5395328230 Bug 1022061 - Downloading files with leading period removes file on disk but doesn't replace it. r=paolo 2014-06-06 17:44:00 +01:00
Benoit Jacob
a51f56b808 Bug 1028588 - Fix dangerous public destructors in toolkit/ - r=ehsan 2014-06-23 18:40:02 -04:00
Bill McCloskey
742a3daf61 Bug 990729 - No longer store addonId in sandbox metadata (r=bholley) 2014-06-21 11:54:37 -07:00
Bill McCloskey
f71f92c19d Bug 1017302 - Faster mapping of paths to add-on IDs (r=irving) 2014-06-21 11:54:28 -07:00
Bill McCloskey
0a1f4cde66 Bug 1005696 - Make sure test blocklist.xml isn't overwritten before use (r=Unfocused) 2014-06-20 17:46:02 -07:00
Birunthan Mohanathas
c910458886 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
kernp25@yahoo.com
86328944af Bug 671528 - Add aReason argument to nsIHelperAppLauncher.js so extensions can make use of it. r=paolo 2014-06-17 07:20:00 +02:00
Carsten "Tomcat" Book
33dde2d780 Backed out changeset ccc885c8f4ac (bug 1003159) for causing test failures in mochitest-other on a CLOSED TREE 2014-06-05 09:32:19 +02:00
Mike Connor
8d2e70b0c6 Bug 1003159 - Default the updater to downloading the entire update at once for Nightly/Aurora, r=rstrong
--HG--
extra : rebase_source : b02d9fc4717817e57c50e2149cbbeaba05097a30
2014-06-04 23:00:32 -04:00
Mike Shal
42a7cc7365 Bug 1018365 - Remove useless $(shell); r=glandium 2014-05-30 15:19:25 -04:00
Jared Wein
0d668685bf Bug 979318 - Plugin overlays are still layered over other elements. r=Gijs 2014-03-04 16:42:52 +01:00
Mike Hommey
c30dae62ea Bug 1014976 - Slightly clean up ICU setup for windows debug builds. r=mshal 2014-05-30 09:37:24 +09:00
Irving Reid
85e0e1d211 Bug 1015892: set metadata URL pref to avoid network connection in test; r=unfocused 2014-05-27 11:46:21 -04:00
Ehsan Akhgari
c207dff2f0 Bug 1015634 - Add the statictitle attribute back to the toolkit download manager's <window>; r=mconley 2014-05-26 10:15:40 -04:00
Gijs Kruitbosch
0071bc8c80 Bug 1011490 - use mozmap for installtrigger parameters, r=Mossop,bholley
--HG--
extra : rebase_source : cb66201ea9543b48c4b70593ea63cab68fe7d6af
2014-05-16 17:10:20 +01:00
Robert Strong
a644f61d7a Bug 606415: Tests for bug 1009668. r=spohl 2014-05-23 10:42:58 -04:00
Stephen Pohl
e977606d83 Bug 1009668: Make retrieval of updater.ini more robust and predictable on OSX. r=smichaud,rstrong 2014-05-23 10:42:52 -04:00
Cykesiopka
d53d1dbe6d Bug 622332 - Show cert SHA-256 fingerprint and remove MD5 fingerprint. r=keeler 2014-05-22 00:52:00 +02:00
Alexandre Poirot
94ba6350a0 Bug 964778 - Fix app install. r=fabrice 2014-05-20 09:30:00 -04:00
Girish Sharma
e7a6ec892d Bug 1001131 - Reduce devtools footprint at browser startup - XPI Provider part for browser toolbox. r=Unfocused 2014-05-21 03:47:03 +05:30
Irving Reid
2f48d67027 Bug 760356: Only show the addon compat UI when necessary; r=unfocused
--HG--
rename : toolkit/mozapps/extensions/test/addons/test_bug542391_5/install.rdf => toolkit/mozapps/extensions/test/addons/min1max3b/install.rdf
rename : toolkit/mozapps/extensions/test/addons/test_bug542391_6/install.rdf => toolkit/mozapps/extensions/test/addons/override1x2-1x3/install.rdf
2014-05-20 13:16:39 -04:00
Irving Reid
364161b7cc Bug 760356: #1 Always request all add-ons when loading AddonRepository; r=unfocused 2014-05-20 13:16:37 -04:00
Irving Reid
e25ec4159a Bug 1010449: Add telemetry for add-on compatibility changes, upgrades during startup time add-on update check; r=unfocused 2014-05-20 13:15:24 -04:00
Irving Reid
69d155b742 Bug 1007906: Yield to event loop in run_next_test and port bug 972093; r=Mossop 2014-05-20 14:12:36 -04:00
James Graham
40142335ba Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted 2014-05-16 04:55:00 +02:00
Nathan Froyd
72f17eba52 Bug 1010322 - change toolkit/mozapps/extensions/test/browser/ tests to point at actual http servers; r=jmaher 2014-05-13 13:28:53 -04:00
Jared Wein
0fb18867b2 Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
--HG--
extra : rebase_source : 9b9c58a967bb52b596457f41b697085c46fb0ba6
2014-05-11 15:52:33 -04:00
Roberto A. Vitillo
f28b31d005 Bug 988304 - Avoid main-thread IO for {profile}\blocklist.xml. r=irving 2014-05-15 09:14:00 -04:00
Wes Kocher
14c46e5c08 Merge inbound to m-c 2014-05-15 15:59:45 -07:00
Wes Kocher
a22c2d9790 Merge b2g-inbound to m-c 2014-05-15 15:46:14 -07:00
Wes Kocher
c421742db2 Merge fx-team to m-c 2014-05-15 15:28:49 -07:00
Mark Banner
32e70afc6a Bug 1010984 Builds without Firefox Health Report are unable to check for updates or update. r=enndeakin 2014-05-15 15:35:50 +01:00
Neil Deakin
7707f98048 Bug 893098, record update starts, stops and errors in the health report, r=rnewman,rstrong 2014-05-14 08:01:45 -04:00
Wes Kocher
1b0cc6a37d Merge m-c to b2g-inbound 2014-05-14 16:34:15 -07:00
Dave Hylands
94ecd955c7 Bug 1001542 - Add PRODUCT_DEVICE to the list of url substitutable fields. r=rstrong 2014-05-14 11:50:23 -07:00
Georg Fritzsche
52eca90498 Bug 1000114 - Extend test coverage for experiments in addon manager UI. r=unfocused 2014-05-08 19:43:04 +02:00
Georg Fritzsche
2c0fa1f15a Bug 1004506 - Telemetry experiments: Properly handle install states & their transitions in addon manager UI. r=unfocused 2014-05-07 20:48:07 +02:00
Dave Townsend
939b2ee606 Bug 1007732: Fix mapURIToAddonID to handle add-ons that were added in early startup. r=Unfocused 2014-05-12 10:00:15 -07:00
Jared Wein
6c6b68714d Backed out changeset 0e11a16741bf (bug 741047) 2014-05-11 17:37:57 -04:00
Jared Wein
73ee48e23c Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs 2014-05-11 15:52:33 -04:00
Blair McBride
fa0b5d99ab Bug 926712 - Use WebIDL to expose InstallTrigger, r=Mossop,bholley 2013-12-12 02:08:00 +00:00
Alexander J. Vincent
31f85dde6c Bug 915838 - Provide add-ons a standard directory to store data, settings. r=Unfocused 2013-10-16 17:10:50 -07:00
Georg Fritzsche
2babd2681f Bug 1007663 - Avoid showing empty experiments list. r=unfocused 2014-05-15 11:28:31 +02:00
Carsten "Tomcat" Book
014baeb0e1 Backed out changeset 49859608dbb8 (bug 741047) for bc1 memory leaks 2014-05-15 10:31:36 +02:00
Wes Kocher
f5bef49f5c Merge m-c to fx-team 2014-05-14 16:35:34 -07:00
Jared Wein
b297792021 Bug 741047 - Implement opening in-content preferences to a given view. r=Gijs
--HG--
extra : rebase_source : cf486a6e5c8673d66a57e3b726b58073c694a338
2014-05-11 15:52:33 -04:00
Ryan VanderMeulen
8a6b611664 Backed out changesets 674c36d744fb (bug 1000114) and eddce10b8511 (bug 1004506) for frequent OSX 10.8 bc3 failures. 2014-05-09 16:54:05 -04:00