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

47 Коммитов

Автор SHA1 Сообщение Дата
David Keeler fe85da6067 bug 1034360 - OCSP preferences UI: remove unnecessary part, improve necessary part r=dao 2014-07-09 13:29:41 -07: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
Gregory Szorc e396fc159d Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.

--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Kyle Machulis 72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis 43628a7867 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis 334c0800cf Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Gregory Szorc 7d09ff18e0 Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium 2013-03-17 18:01:25 -07:00
Gregory Szorc 2f9c3f619e Bug 784841 - Part 18θ: Convert /toolkit f=Mossop, Ms2ger; rs=ted 2013-02-25 13:19:09 -08:00
Brian Smith e24b1fa596 Bug 802302: Remove obsolete OCSP responder override UI and API, r=honzab
--HG--
extra : rebase_source : 5d241a8b9573f442c37d0aeef0689ae5054dd08d
2012-10-15 20:39:11 -07:00
Mike Hommey 70d7c821af Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Neil Rashbrook eaedd546e8 Bug 758354 Stop unnecessarily preprocessing chrome r=dolske 2012-06-26 00:11:16 +01:00
Ed Morley f58ad725ea Backout ec9451e9e830 (bug 758354) for PGO linux permaorange in browser_bug422590.js and friends 2012-06-25 19:14:43 +01:00
Neil Rashbrook aee62bb4bd Bug 758354 Stop unnecessarily preprocessing chrome r=dolske 2012-06-25 09:24:49 +01:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Neil Rashbrook b08e1af5f9 Fix DOS line endings rs=sdwilsh
DONTBUILD
2011-05-26 20:29:31 +01:00
Kyle Huey d8ef992e60 Bug 644139: Put toolkit/mozapps/preferences back in the build. rs=ted for this CLOSED TREE 2011-03-23 10:24:13 -04:00
Mitchell Field e0346f1ed6 Bug 595513 - Fix bustage. 2011-03-08 23:56:08 +11:00
Neil Rashbrook d3d6b1f1c8 Bug 459372 Move filefield style rules to toolkit r=Mano
--HG--
rename : browser/themes/gnomestripe/browser/preferences/preferences.css => toolkit/themes/gnomestripe/global/filefield.css
rename : browser/themes/pinstripe/browser/preferences/preferences.css => toolkit/themes/pinstripe/global/filefield.css
rename : browser/themes/winstripe/browser/preferences/preferences.css => toolkit/themes/winstripe/global/filefield.css
2008-12-03 14:11:37 +00:00
Neil Rashbrook 623cba3c5c Bug 455880 Move <filefield> to toolkit/content/widgets r=Enn
--HG--
rename : toolkit/mozapps/preferences/preferences.xml => toolkit/content/widgets/filefield.xml
2008-10-10 00:04:06 +01:00
Marco Zehe 69698cc055 bug 446535 - Main->Downloads->"Save to" file field misses accessible label, r=mano 2008-07-24 17:08:05 +02:00
neil@parkwaycc.co.uk 6f0fa2d6a8 Bug 443410 – filefield author doesn't know how to write efficient CSS. r=gavin 2008-07-12 11:21:50 +02:00
gavin@gavinsharp.com 4a1568ca9d Bug 423366: remove unused code, and non-obvious dependency on fontbuilder.js from preferences.xml, r=mconnor/masayuki, a=beltzner 2008-03-18 11:32:23 -07:00
masayuki@d-toybox.com 2d15463f40 Bug 390901 CJK - font-name is not recognised correctly in preferences p=me+jdagett(mac part)+kerlt(fontconfig part) r=jdagett+me+stuart+mconnor b1.9=stuart 2008-03-13 03:32:50 -07:00
aaronleventhal@moonset.net 754ec000fb Bug 398910. Remove support for namespaced ARIA properties since they are no longer official (we are pre-1.0). r=surkov, r=ginn, r=bienvenu, r=mano, r=mconnor, r+sr=neil 2007-12-11 18:10:26 -08:00
reed@reedloden.com a8054cbb56 Add missing semicolon to removemp.js. No bug. 2007-11-06 11:44:51 -08:00
aaronleventhal@moonset.net 6d162608fa bug 397644. Don't process xhtml2:role, r=mano, r=philringnalda, r=surkov, sr=neil, a=dsicore 2007-10-01 17:57:23 -07:00
myk@mozilla.org ec3ff32ae8 bug 377784: new Applications prefpane, which replaces the Download Actions dialog and the Feeds prefpane and provides a better UI for configuring handlers for MIME types and protocol schemes; r=gavin, ui-r=mconnor 2007-09-05 21:55:45 -07:00
dolske@mozilla.com d30bd593f7 Revert wallpaper from Bug 390451: Remembered passwords lost when changing Master Password. r=gavin 2007-08-22 16:46:12 -07:00
dolske@mozilla.com 4f86fadae1 wallpaper for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons. 2007-08-01 16:26:35 -07:00
kaie@kuix.de 376e52620d Bug 110161, enable OCSP by default, follow up checkin,fixing string identifiers. r=marcoos, sr=mconnor 2007-06-05 15:14:39 -07:00
kaie@kuix.de 146b7c014e Bug 110161. Code related to the plan to enable OCSP by default.r=rrelyea, toolkit r=mconnor 2007-05-30 16:13:28 -07:00
sdwilsh@shawnwilsher.com e241c4ca5c Bug 381468 - Convert toolkit application/x-javascript to application/javascript. r=gavin.sharp 2007-05-23 13:40:13 -07:00
aaronleventhal%moonset.net 71bcdd181f Bug 347219. File inputs and other embedded form controls in radio buttons not accessible. For chrome changes, r=mano. For mozilla/accessible changes, r=ginn.chen, sr=neil 2006-09-10 17:52:52 +00:00
beng%bengoodger.com 65ef342f8e 334747, 339893 - desktop application feed readers do not display their app name properly or launch with the specified feed on OSX due to lack of support for a function to get the application bundle name, and a method to invoke an application bundle on OS X with a URL. Add an attribute to nsILocalFileMac called bundleDisplayName to show the application's name, and a method to nsIShellService called openApplicationWithURL which launches an application with a URL parameter appropriately across platforms (nsIProcess on windows and linux, LaunchServices on OS X). Update the client code to use bundleDisplayName, and also the <filefield> binding in preferences to use it too. r=mark sr=darin 2006-06-27 22:38:55 +00:00
gavin%gavinsharp.com 28977a8df1 Bug 308204: null description in helper version info leaves Download Actions blank, patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor 2006-04-09 21:10:51 +00:00
gavin%gavinsharp.com 8f1a6f1b42 Bug 325901: don't preprocess files unnecessarily, r=mconnor 2006-03-14 20:44:37 +00:00
dbaron%dbaron.org b90fd9bfa4 Remove supporting code for UI for DPI preference. b=326329 r=mconnor 2006-02-21 06:43:37 +00:00
gavin%gavinsharp.com cd8a2f2c20 Bug 321729: CVS Remove update.js and update.xul, they are unused, r=mconnor 2005-12-30 16:53:59 +00:00
gerv%gerv.net 35149ea17d Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
aaronleventhal%moonset.net 1a825a8d3e Bug 302359. Accessibility fixes for options dialogs. r=mconnor, r=parente, sr=darin, a=parente 2005-08-10 18:15:53 +00:00
ben%bengoodger.com 02baaa0e98 302066 - move SoftwareUpdate CSS style rules into Skin CSS to support skinability - this will allow 299389 to be fixed properly. 2005-07-25 22:17:53 +00:00
scott%scott-macgregor.org d05170a60a Bug #269483 --> more thunderbird smart update work.
Moving update.xul/js/dtd from mozilla/browser/preferences to mozapp/preferences so we can all
share from them. a=ben on moving these files / the toolkit changes
2005-06-29 21:07:04 +00:00
mozilla.mano%sent.com b6af78208d Bug 287111 - Change onpreferenceread/onpreferencewrite to onsyncfrompreference/onsynctopreference. r=mconnor/mscott, a=bsmedberg. 2005-06-28 20:08:56 +00:00
db48x%yahoo.com e475909d23 bug 296662: Javascript strict warnings in preferences dialog
patch by Henrik Skupin <hskupin@gmail.com>, r=bsmedberg, a=asa
2005-06-14 10:19:34 +00:00
mozilla.mano%sent.com e420cf488a Bug 285570 - add entity for changing the OCSP pref window width. r=mconnor, a=shaver 2005-05-11 02:43:30 +00:00
scott%scott-macgregor.org 7fb140ebbd Fix broken chrome url path for ocsp.dtd and ocsp.js 2005-03-11 03:57:57 +00:00
scott%scott-macgregor.org fb6cf9393d Bug #285158 --> Move shared pref UI files from mozilla\browser to mozilla\toolkit\mozapps so Firefox and Thunderbird can share the files together.
No actual coding or UI changes here.

sr=ben
2005-03-10 23:11:10 +00:00