Jared Wein
7a1be70c02
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
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
Mark Hammond
81878b2d38
Bug 970167 - Disable passwords engine when a master password is set. r=rnewman
2014-03-21 14:22:02 +11:00
Andres Hernandez
38edfa2bc6
Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan
2012-10-24 14:21:33 -06:00
Javi Rueda
67fd45a8af
Bug 503761 - 'Remember passwords' check box is broken when no history - in Private Browsing mode or when Firefox set to never remember any history; r=ehsan
2012-08-21 11:03:46 -04:00
Andres Hernandez
41c0955363
Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
...
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Ehsan Akhgari
a9142d831d
Bug 513166 - Remove "Warning Messages" settings button from Preferences --> Security; r=dao
2009-09-19 21:08:56 +04:30
reed@reedloden.com
bde93207e7
Bug 388652 - "remove code that supports deprecated "/lookup" request in SafeBrowsing protocol" [p=dcamp@mozilla.com (Dave Camp) r=tony a=blocking-firefox3+]
2008-02-08 20:50:16 -08:00
reed@reedloden.com
e7c2cecff1
Bug 385818 - "Uninitialized promptService variable" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r=gavin a1.9=mconnor]
2007-10-19 00:49:32 -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
03a713b38b
wallpaper part 2 for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons.
2007-08-01 18:04:04 -07:00
asqueella@gmail.com
444fac788a
Bug 377844 - Pop up safebrowsing EULA/select remoteLookups radio when a provider menuitem is selectedp=Ryan Flint <ryan@ryanflint.com>r=mano, ui-r=beltzner
2007-04-29 08:21:03 -07:00
gerv%gerv.net
465b523fc0
Bug 236613: change to MPL/LGPL/GPL tri-license.
2007-02-14 16:58:55 +00:00
gavin%gavinsharp.com
246b81dc9c
Bug 359107: suspected forgery Google TOS refusal renders other choices un-reachable (can't change anti-phishing providers without agreeing to a EULA), patch by Ryan Flint <ryan@ryanflint.com>, r=me, ui-r=beltzner
2007-01-19 04:32:31 +00:00
tony%ponderer.org
eb01cb3058
bug 350422: move google anti-phishing privacy policy out of source
...
patch: use remote privacy policy, fallback on local
2006-09-08 01:24:03 +00:00
jwalden%mit.edu
1a83e25ed9
Bug 346942 - Finalize anti-phishing UI, part 2. This gets rid of the stupid dialog we had before. Parts of patch courtesy of Tony Chang, rest was me, r=mconnor
2006-08-16 07:23:53 +00:00
jwalden%mit.edu
ad5e04631c
Bug 346942 - Finalize anti-phishing UI, part 1. This changes UI to reflect the final anti-phishing UI as displayed directly in the preference window; changing the UI shown when switching from using a list to using on-load checking of URLs (currently a butt-ugly dialog) will be part 2. r=mconnor, r=markp on the a11y aspects of the patch
2006-08-09 22:47:52 +00:00
gavin%gavinsharp.com
d59fc6db36
Bug 346764: Change "Software Installation" to "Add-ons Installation", patch by Reed Loden <reed@reedloden.com>, r=rob_strong
2006-08-07 22:54:45 +00:00
mattwillis%gmail.com
ba335cf495
bug 346764 - unifies strings and entities for install/download permissions. patch by beltzner,r=gavin,a181=dbaron
2006-08-02 05:14:43 +00:00
jwalden%mit.edu
ae7bfbc478
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
68d6a4fb73
Bug 340740 - Need provider EULA to display on enhanced mode. Note: this is a hack for b1 -- what's here is *not* what will be in future versions (thank God). ui=beltzner, r=tony
2006-07-06 18:37:55 +00:00
jwalden%mit.edu
4cc0af39c4
Add a few missed files...if I have a clean tree and patch it with a patch that includes files, I shouldn't have to cvs add those files before I commit them - cvs sucks.
2006-07-05 23:06:49 +00:00