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
Mark Hammond
808b0655d3
Bug 970167 - Disable passwords engine when a master password is set. r=rnewman
2014-03-21 14:22:02 +11:00
Andres Hernandez
2df29bc477
Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan
2012-10-24 14:21:33 -06:00
Javi Rueda
a50be574db
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
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
Ehsan Akhgari
0f30a199e0
Bug 513166 - Remove "Warning Messages" settings button from Preferences --> Security; r=dao
2009-09-19 21:08:56 +04:30
d3cc9c200b
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
183f3e68d4
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
fa77fe9b1e
Revert wallpaper from Bug 390451: Remembered passwords lost when changing Master Password. r=gavin
2007-08-22 16:46:12 -07:00
cc30c6d36e
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
b779b822a1
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
9c5a86106c
Bug 236613: change to MPL/LGPL/GPL tri-license.
2007-02-14 16:58:55 +00:00
gavin@gavinsharp.com
211c80fac2
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
154efe0bb5
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
547fcaa054
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
56803ac6a3
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
fec0f02cfe
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
f84f7d98cb
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
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
f3e95e36a4
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
d443cdfe88
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