Commit Graph

29 Commits

Author SHA1 Message Date
Gijs Kruitbosch
529a3b6b96 Bug 1150520 - Disable EME for Windows XP. r=dolske, a=sledru 2015-04-17 11:57:22 +01:00
Gijs Kruitbosch
7257126f89 Bug 1111146 - use browser.eme.ui.enabled pref to hide EME UI for now, r=dao 2015-01-29 15:20:49 +00:00
Dão Gottwald
62ff91feb6 Bug 1111146 - [EME] Implement master pref for playing DRM content. r=gijs 2015-01-29 13:49:01 +01:00
Jared Wein
06f47636a0 Bug 1037049 - In-content preference subdialogs that contain a <resizer> need to have their <resizer> removed and passed in as a "resizable" window opening parameter. r=Gijs 2014-08-20 17:22:55 -04: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
Florian Quèze
86c0cb8003 Bug 1022856 - Implement translator provider attribution. r=felipe
Parts of the patch written by Felipe, with r=florian
2014-06-20 15:50:41 -03:00
Mike de Boer
7422265cfc Bug 1013861: show translation preferences section if ui.show pref == true. r=felipe 2014-05-23 17:16:28 +02:00
Florian Quèze
9371353f32 Bug 976574 - Implement 'Translation Preferences' option in infobar, r=felipe. 2014-05-13 09:57:08 +02:00
Gijs Kruitbosch
d0e91d2273 Bug 860033 - un-generic-ify _showExceptions, r=gavin 2013-04-11 19:41:21 -07:00
Gijs Kruitbosch
95f3073cd5 Bug 851702 - Remove JS load and advanced preferences from the UI, r=gavin 2013-04-05 11:52:54 +02:00
Gijs Kruitbosch
a2089ef88a Bug 851701 - Remove 'Load images automatically' checkbox from prefs, r=gavin 2013-04-05 11:04:31 +02:00
Andres Hernandez
e80b022632 Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin 2012-08-10 14:20:25 -06:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
5df16c3049 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
3340920b28 Bug 394100: move Languages from Advanced to Content, below Fonts & Colors, in preferences dialog. r=mano, ui/a=mconnor 2007-10-09 10:24:35 -07:00
d8f9a04f65 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
jwalden@mit.edu
34340fd938 Bug 340677 - update preferences panels (add anti-phishing, rationalize categories, simplify wording). We're slowly spiralling in on a final design... r=mconnor 2006-07-21 17:42:26 +00:00
jwalden@mit.edu
6d2363ca74 Bug 340677 - update preferences panels (add anti-phishing, rationalize categories, simplify wording). r=mconnor 2006-07-05 22:41:03 +00:00
gavin@gavinsharp.com
61d153eb47 Bug 287571: Remove UI for 'Load Images for the originating web site only' pref, r=mconnor 2005-09-28 02:41:44 +00:00
gerv@gerv.net
5ce3368933 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-09-13 18:40:56 +00:00
mconnor@steelgryphon.com
62da15a3a2 bug 301311 - Default Font menu breaks if selected font is not on the system, r=vlad, a=cbeard 2005-08-25 05:20:24 +00:00
mconnor@steelgryphon.com
094628ad59 bug 299424 - disable common annoyances pref UI is too vague, r=vlad, a=asa 2005-08-10 05:50:54 +00:00
db48x@yahoo.com
f77f41f5a3 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
f2d8886e6c Font dialog regressions fix: Bug 283678 - Serif / Sans-serif pref ui doesn't work; Bug 283869 - crash after trying to change font prefs; Bug 283945 - empty font lists for some languages. r=ben. (patch from bug 283678) 2005-02-28 12:52:48 +00:00
ben@bengoodger.com
9c321f76ed 283988 - javascript annoyances options checkbox does not work properly 2005-02-28 08:47:29 +00:00
ben@bengoodger.com
8818f936af 283639 - sanitize does not work when confirm dialog is shown, also correct licenses 2005-02-27 06:39:44 +00:00
ben@bengoodger.com
75458ad25c 283596 - load images from originating website only preference not working, patch by Nick Thomas <nrthomas@gmail.com> r=me 2005-02-27 00:33:54 +00:00
ben@bengoodger.com
2e1ddaa138 283590 - changing cache size preference does not work - use the .value property, not the dom element itself!
also remove some dead code
2005-02-27 00:29:55 +00:00
ben@bengoodger.com
210147bf5a 274712 - new options dialog 2005-02-25 09:07:58 +00:00