Commit Graph

32 Commits

Author SHA1 Message Date
Jared Wein
5a181760cc Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8
Running eslint with --fix didn't fix many of the issues. The majority here had to be fixed by hand but a significant majority of the issues were related to a few files that I was able to use find-and-replace with. I regret not making this in to separate commits of the hand-fixes and the fixes from --fix but I don't recall --fix fixing any of the issues.

MozReview-Commit-ID: ANyg2qfo3Qx
2017-03-21 14:29:43 -04:00
Jared Wein
0ec522d5b6 Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Jared Wein
242ab87626 Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Mark Banner
dc46a8fba3 Bug 1322343 - Enable no-unused-vars in the local scope in toolkit/.eslintrc.js. r=mossop
MozReview-Commit-ID: CiIsUjQzp4D
2016-11-09 22:06:32 +00:00
Jared Wein
4518d81cb5 Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
MozReview-Commit-ID: EMjJ3yWt9Wt
2016-08-04 03:28:58 -04:00
Andrea Marchesini
1b1dc6f476 Bug 1239848 - Revert ProfileManager changes until a better UX/UI is ready, r=ehsan 2016-01-20 09:16:49 +00:00
Andrea Marchesini
9b7c30c328 Bug 1233957 - profile selector should set the focus correctly to the accept button, r=ehsan 2016-01-05 14:48:25 +00:00
Andrea Marchesini
8debedec74 Bug 1233032 - radio input for profile selection, r=ehsan 2015-12-21 08:59:59 +00:00
Andrea Marchesini
838d36705b Bug 1232630 - Rename C and I to Cc and Ci in profileSelection.js, r=ehsan 2015-12-17 15:39:33 +00:00
Andrea Marchesini
0800b16224 Bug 1232629 - Replace ProfileManager with about:profiles, r=ehsan 2015-12-15 14:12:59 +00:00
Dave Townsend
dd9da1fea1 Bug 1229519: Fix miscellaneous parts of toolkit to pass eslint checks. r=MattN 2015-12-03 10:02:45 -08:00
Panos Astithas
20d144c95c When selecting a profile in the Profile Manager, mark it with Default=1 (bug 1089694). r=bsmedberg 2014-10-27 18:41:09 +02:00
Jim Blandy
39dc0c6097 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
Michael Pruett
e4b3983d54 Bug 431901 - Update preference dialogs to treat backspace and delete equivalently on Mac OS X. r=MattN 2014-05-12 23:11:19 -05:00
Neil Rashbrook
123d57ec15 Bug 766494 Followup to bug 278860 to check for the actual missing profile folder r=bsmedberg 2012-07-10 19:53:19 +01:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Michael Kaply
a43e2c188e Bug 278860 - missed gPromptService change to Services.prompt in previous checkin - r=mossop 2012-05-04 08:42:51 -05:00
Michael Kaply
c354a34a43 Bug 278860 - Show the right error message when the profile is missing; r=bsmedberg a=mfinkle 2012-04-19 15:40:49 -04:00
aceman
10ad76e9dc Bug 714606 - Use Services.prompt instead of gPromptService in Toolkit. r=mossop 2012-03-21 19:52:24 -04:00
3cdf5d9275 Bug 304799 - "when closing the Profile Manager with "Exit", the "Don't ask at startup" checkbox state isn't saved" [p=hskupin@gmail.com (Henrik Skupin) r=bsmedberg a1.9=schrep] 2007-11-13 08:22:59 -08:00
e9d6755bde Bug 393814 - deleting a profile in profile manager should not leave no profile selected p=Ray Kiddy <ray@ganymede.org> r=bsmedberg 2007-09-02 09:35:37 -07:00
3b0fd0adb0 Bug 251244 - XRemote Service can't find Profile Manager service to set X server property atom, patch by David Reiss <dreiss@cs.stanford.edu>, r=bsmedberg 2007-06-29 22:02:49 -07:00
philringnalda@gmail.com
e337e0d473 Bug 365385: unbreak profile manager keyboard shortcuts, r=bsmedberg 2007-01-03 05:14:50 +00:00
cbiesinger@web.de
fcb78e5a76 bug 206556 remove app-specific text from profile manager dialogs
patch by Simon Paquet <bugzilla@babylonsounds.com> r=bsmedberg
2005-10-15 16:27:54 +00:00
gavin@gavinsharp.com
642ea4b2f2 Followup patch to bug 279497: Selected profile in profile manager does not always appear focused/highlighted, patch by moz_bug_r_a4@yahoo.com, r=mconnor 2005-09-17 18:59:20 +00:00
gavin@gavinsharp.com
b6bfc0f20f Bug 279497: Selected profile in profile manager does not always appear focused/highlighted, r=mconnor 2005-09-15 23:44:29 +00:00
bsmedberg@covad.net
ab3f23b949 Bug 253950 - When the profile is locked, startup UI should be less confusing (not the profile manager) r=ben+darin 2005-03-15 20:01:12 +00:00
bsmedberg@covad.net
e21522207f Revert bug 257777 #ifdef on the trunk (app-specific ifdefs are verboten!) 2005-03-14 14:19:01 +00:00
gerv@gerv.net
c7ca93d489 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
bsmedberg@covad.net
fb6489f160 How did this get a space in it? My bad, I suppose (from bug 257777). 2004-09-07 18:05:33 +00:00
bsmedberg@covad.net
f29788e993 Bug 257777 - ffox profile manager shows offline mode checkbox, patch by Gavin Sharp <gavin_sharp+bugzilla@nospin.org> r=me a=asa 2004-09-06 17:08:42 +00:00
bsmedberg@covad.net
b7ba86ffa2 Landing semi-single-profile on the trunk (merge from the AVIARY_1_0_20040515_BRANCH). 2004-06-14 00:17:48 +00:00