Commit Graph

100 Commits

Author SHA1 Message Date
Alessio Placitelli
a11206a41c Bug 1154518 - Make sure extended data gathering (Telemetry) is disabled when FHR is disabled. r=Gijs, a=sledru 2015-04-15 08:25:00 +02:00
Alessio Placitelli
a74d3f2f3e Bug 1075055 - Make it impossible to turn on telemetry unless FHR is also turned on. r=jaws 2015-02-19 12:06:00 -08:00
Hiroyuki Ikezoe
f910f104ed Bug 1118147 - UIs for app.update on preference window should be responded whenever each value changes. r=gijs 2015-01-27 14:39:00 -08:00
Ashutosh Dhundhara
d6f6a61603 Bug 1008620 - Clearing history should also clear jump list cache on Windows. r=bbondy 2014-09-23 20:57:40 -04:00
Chris Peterson
def5e6780e Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem 2014-07-21 21:43:21 -07:00
Sebastian Hengst
ccc5c884aa Bug 1016300 - Move inline scripts and styles into separate files for in-content preferences. r=Gijs 2014-08-27 00:08:49 +02: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
Asaf Romano
aa3117d50f Bug 1040868 - Move 'default browser'stuff back to the General preferences pane. r=jaws. 2014-08-18 15:02:58 +03:00
David Keeler
85ae2b5dc7 bug 1034360 - OCSP preferences UI: remove unnecessary part, improve necessary part r=dao 2014-07-09 13:29:41 -07: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
Honza Bambas
5cf29ff3e7 Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 20:14:07 +02:00
Ryan VanderMeulen
fbb180c732 Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
CLOSED TREE
2014-06-05 13:32:04 -04:00
Honza Bambas
eb1d05b716 Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell 2014-06-05 18:27:38 +02:00
Honza Bambas
769268d9d2 Bug 915296 - HTTP cache v2: Show cache consumption correctly in UI, r=michal, gavin 2014-04-06 20:44:40 +02:00
Honza Bambas
a55f8e6460 Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin 2013-09-20 11:11:25 +02:00
Brian R. Bondy
841ffcfdbe Bug 890626 - Force on the updater add-on compat option when selecting Metro+Desktop updates. r=rstrong 2013-07-11 16:52:52 -04:00
Gregory Szorc
10a5a58693 Bug 873054 - Disable FHR prefs checkbox if pref is locked; r=rnewman 2013-07-02 09:55:34 -07:00
Brian Smith
54f7a989ea Bug 867465: Remove the "Revocation Lists" feature, r=cviecco, r=mattn 2013-06-02 23:37:47 -07:00
Brian Smith
fa7fd1ab9d Backout 308e3cd73c5f, cc9980cb3db2, f5591bedc40e due to build failure 2013-06-22 16:45:47 -07:00
Brian Smith
9bd665a789 Bug 867465: Remove the Revocation Lists feature, r=cviecco, r=mattn 2013-06-02 23:37:47 -07:00
Brian R. Bondy
e4a218969e Bug 882598 - Rename updateAuto.label to reflect string change. r=rstrong 2013-06-19 23:19:17 -04:00
Brian R. Bondy
f34d6381f4 Bug 866229 - Hide Metro prefs pre win8. r=rstrong 2013-06-12 10:31:09 -04:00
Brian R. Bondy
42da390b5b Bug 866229 - Change - Add a preference for not doing updates in Metro. r=jimm 2013-06-12 10:31:09 -04:00
Mike Connor
d1b3ae2373 Bug 863082 - Prefpane links should open in a new window if prefwindow is modal, r=jaws
X
2013-05-06 11:05:46 -04:00
Brian Smith
00825e8ff6 Bug 733632: Remove SSL/TLS Version UI, r=kaie, r=bsmith 2013-04-11 11:01:17 -07:00
Gregory Szorc
ff387e8024 Bug 838312 - Well-defined API for opting out of FHR data upload; r=rnewman
You should no longer set policy.healthReportUploadEnabled directly.
Instead, call policy.recordHealthReportUploadEnabled(). This will
trigger data deletion as needed.
2013-02-05 13:12:28 -08:00
Gregory Szorc
4e73e3e1ad Bug 829881 - Remove references to replaced Telemetry notification bar; r=tchevalier 2013-01-15 12:38:01 -08:00
Gregory Szorc
97915250a5 Bug 829184 - Update "Data Choices" pref pane with reworked XPCOM service; r=dolske 2013-01-11 15:33:57 -08:00
Mike Connor
f00ed3c94f Bug 809094 - Move data upload choices to Advanced pref pane, add FHR option; r=gavin, gps 2013-01-03 23:45:15 -05:00
Theo Chevalier
31e719ad8e Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77 2012-12-08 18:41:23 +01:00
Theo Chevalier
a59284b415 Bug 737600 - When telemetry is disabled in the pref pane, we should update toolkit.telemetry.rejected, r=mak77 2012-12-08 18:39:24 +01:00
Brian R. Bondy
734fa2e292 Bug 798166 - Fix for defaults display problem after setting default depending on helper.exe speed. r=felipe 2012-10-05 10:17:24 -04:00
Brian R. Bondy
b3a55c21f4 Bug 791019 - Advanced preferences changes for win8 handling. r=felipe 2012-09-21 10:05:24 -04:00
Jan Varga
51663a7fdc Bug 791232 - Remove calls to clearOfflineApps() any remaining integration of localStorage with offline apps after Bug 776416. r=sicking 2012-09-14 22:23:44 +02:00
Matthew Noorenberghe
2fc46caf6b Bug 763232 - Handle shell service throwing on Linux in the advanced preferences pane. r=jaws 2012-07-30 23:54:16 -07:00
Pranav Ravichandran
fa6f6f934e Bug 750554 - If service is not used for updates then do not show it in preferences. r=bbondy 2012-05-31 10:28:01 -04:00
Gervase Markham
cb6a072c2a Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Christian Ascheberg
c57b474f57 Bug 317190 - Change "Check Now" to "Set Firefox as the default browser". r=jaws 2012-05-17 12:04:49 -07:00
Marco Bonardo
3c437ecd20 Bug 715465 - Extraneous reportError in preferences/advanced.js
r=bbondy
2012-01-05 12:50:16 +01:00
Brian R. Bondy
cae5b5518b Bug 481815 - Provide a Windows service for silent updates. r=rstrong. 2012-01-04 23:19:14 -05:00
Michal Novotny
2a319d10e9 Bug 538588 - Split offline storage into http and offline cache in advanced network preferences dialog 2011-12-16 23:36:09 +01:00
Steffen Wilberg
89bca50ece Bug 701987: Remove checkbox for add-on auto-checking for updates (extensions.update.enabled) from the options window, and make enabling extensions.update.autoUpdateDefault in the add-ons manager also enable extensions.update.enabled. ui-review=boriss, r=mossop, a=xul/js-only 2011-12-12 21:56:26 +01:00
Steffen Wilberg
f7081e3dc3 Bug 600505: Reorganize app update preference ui to not favor disabling app update. ui-review=faaborg, r=rstrong 2011-10-13 13:01:58 -07:00
Steffen Wilberg
67bea9adc7 Bug 666574: Advanced pref pane shouldn't use setBoolPref. r=mano 2011-06-25 09:56:15 +02:00
Jeff Muizelaar
01963aa276 Bug 623446. Turn the layer acceleration prefs into a tri-state. r=joe,a=b
This removes:
 layers.accelerate-all
 layers.accelerate-none

and adds:
 layers.acceleration.disabled
 layers.acceleration.force-enabled

This is closer to what D2D does.
2011-01-11 17:01:37 -05:00
Jason Duell
28a7ba816b Bug 597304. Change wording for manual cache size override. r=gavin a=beta7 2010-09-22 14:33:54 -07:00
Byron Milligan
3f34d06d50 Bug 559942 - RE-LAND- Heuristic to pick default HTTP cache size. r=dwitte, gavin, ui=limi, a=blocks-beta7 2010-09-15 11:42:38 -07:00
Mounir Lamouri
a68494951e Merge backout 2010-09-11 02:58:35 +02:00
Mounir Lamouri
2ec4a46fb3 Back out bug 559942 2010-09-11 02:57:06 +02:00
Byron Milligan
dd0cc2e2cb Bug 559942, Part 4: UI change allowing user to turn smart sizing on or off.
r=gavin, a=beta6+
2010-09-08 17:49:17 -07:00