Граф коммитов

25 Коммитов

Автор SHA1 Сообщение Дата
Dave Townsend 0a6414b898 Bug 1245649: Turn on no-trailing-spaces. r=Gijs
--HG--
extra : commitid : F2OWKTvXUO4
extra : rebase_source : ec68631342e0edc59d77b6bab1cdc975ad175327
2016-02-03 14:22:33 -08:00
Gijs Kruitbosch 26f799e003 Bug 1134891 - stopgap: don't break if opener is null, r=mconley 2015-02-20 22:06:07 +01:00
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
Masayuki Nakano a183cc5385 Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug 2014-02-15 09:57:39 +09:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Dão Gottwald b5aa8e5c8e Bug 571567 - use <menupopup> instead of <popup>. r=enn 2010-06-22 08:34:21 +02:00
Neil Rashbrook b40600a53f Bug 523693 Inline spell checker shouuld be a module r=gavin (new/renamed files)
--HG--
rename : toolkit/content/inlineSpellCheckUI.js => toolkit/content/InlineSpellChecker.jsm
2009-10-28 11:19:03 +00:00
Ehsan Akhgari d21c236a6f Bug 506126 - globalOverlay.js is full of caller-less functions; r=enndeakin 2009-08-02 22:23:19 +04:30
Serge Gautherie bd69071703 Bug 456694 - Move toolkit <nsTreeController.js> to /suite; (Av1) Remove obsolete(!) file; r+sr=mconnor 2009-03-04 08:39:39 +01:00
asqueella@gmail.com 47803a66e3 remove unused nsTreeSorting.js, bug 374408
r=bsmedberg
2007-07-14 16:24:35 -07:00
sdwilsh@shawnwilsher.com 44cbc3eab4 Bug 381468 - Convert toolkit application/x-javascript to application/javascript. r=gavin.sharp 2007-05-23 11:08:10 -07:00
asqueella@gmail.com e8c772ebe7 Bug 374404 - Don't ship WidgetStateManager as part of toolkit/mailr=bsmedberg 2007-03-26 14:02:00 -07:00
asqueella@gmail.com 41043be3a6 bug 375252 - nsJSComponentManager.js / nsJSSupportsUtils.js are not used or packaged anywhere and should be cvs removedr=bsmedberg 2007-03-26 13:53:01 -07:00
asqueella%gmail.com aa05ca2f37 fix bug 318532 - Lost focus when deleting first item in history sidebar
p=David Benes <dave_forward@centrum.cz>
r=both neils (enndeakin, neil@parkwaycc)
2007-02-17 19:03:14 +00:00
gerv%gerv.net eb50dd44e7 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-31 16:02:07 +00:00
neil%parkwaycc.co.uk e8df25447a Bug 257985 History View|Sorted by menuitems do not work r=varga sr=me 2005-10-13 19:50:25 +00:00
neil%parkwaycc.co.uk 60bb39eafd Bug 68961 restore nsTreeSorting.js accesskey support p=vhaarr@gmail.com r+sr=me 2005-09-26 22:55:33 +00:00
gerv%gerv.net 93180ced26 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
cbiesinger%web.de c9a0f13bf5 Bug 261790 port various changes betwen xpfe/toolkit
r=mconnor sr=neil
2004-09-30 14:31:42 +00:00
varga%nixcorp.com 2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
ben%bengoodger.com af3cc7636c Enable Inspector for Firebird 2003-11-12 09:15:21 +00:00
chanial%noos.fr 2b40463f9f cvs remove the obsolete wizard manager, thanks to the work by Stefan Borggraefe <borggraefe@despammed.com>, neil and timeless.
Great !!!
2003-11-06 18:40:43 +00:00
chanial%noos.fr 1d7dccad91 fork and obsolete charsetOverlay.dtd (use charset.dtd instead) and widgetStateManager (use nsWidgetStateManager instead) 2003-08-17 17:22:19 +00:00
chanial%noos.fr ad4fc16ba2 bug 213228: new toolkit independence bug, part 6.
fork and obsolete files
2003-08-16 14:51:28 +00:00
chanial%noos.fr d521951ba9 bug 213228: new toolkit independence bug, part 3.
create toolkit/obsolete directory
obsolete dialogOverlay.xul and remove the need for platformOverlay.xul
2003-08-16 11:05:21 +00:00