Michael Layzell
65035d3b21
Bug 1173523 - Part 7: Update advanced.js to use new API for nsIPermission, r=jaws
2015-07-16 14:49:33 -04:00
Wes Kocher
c06754ff70
Backed out 24 changesets (bug 1173523, bug 1172080, bug 817007, bug 1165263) for android reftest bustage CLOSED TREE
...
Backed out changeset 84fe04b2e7d1 (bug 1172080)
Backed out changeset 0ff004760a1f (bug 1172080)
Backed out changeset af147585ad55 (bug 1165263)
Backed out changeset c3af8ebb6db0 (bug 1165263)
Backed out changeset cd3f33a888fe (bug 1165263)
Backed out changeset e5db39044a1e (bug 1165263)
Backed out changeset c01c9ed77061 (bug 1165263)
Backed out changeset fb723aaa4267 (bug 1165263)
Backed out changeset f754e52e74dc (bug 1165263)
Backed out changeset c6bda3a0afd6 (bug 817007)
Backed out changeset bfa100253349 (bug 817007)
Backed out changeset b787b3f9aadc (bug 1173523)
Backed out changeset 4a0676b73f77 (bug 1173523)
Backed out changeset 82034a4560c5 (bug 1173523)
Backed out changeset 4bdb91114c7a (bug 1173523)
Backed out changeset 72406261eccc (bug 1173523)
Backed out changeset 541b6faf7196 (bug 1173523)
Backed out changeset 1caac4569616 (bug 1173523)
Backed out changeset 0d4f9f9e1b4e (bug 1173523)
Backed out changeset 2d5661eb966c (bug 1173523)
Backed out changeset 89833c0bb0cd (bug 1173523)
Backed out changeset ea64d70eacfe (bug 1173523)
Backed out changeset a8e4f1c0c445 (bug 1173523)
Backed out changeset cf498d466b85 (bug 1173523)
2015-07-14 14:00:32 -07:00
Michael Layzell
e566696dc0
Bug 1173523 - Part 7: Update advanced.js to use new API for nsIPermission, r=jaws
2015-07-14 15:06:22 -04:00
Michael Layzell
20f33b6cf4
Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan
2015-07-03 17:12:27 -04:00
Ehsan Akhgari
7015e19689
Backout bug 1170200 because of test failures on a CLOSED TREE
2015-07-03 16:43:47 -04:00
Michael Layzell
b70b5a5766
Bug 1170200 - Part 2: Update JavaScript consumers of nsIPermissionManager::Remove; r=ehsan
2015-07-03 14:18:23 -04:00
aceman
d1a8c98b5e
Bug 596778 - Stop setting cache size with each user keystroke in size input field, by only setting the cache size pref when the field is loses focus. r=mak77
2015-05-13 11:36:47 -07:00
Kartikaya Gupta
ebe4a3e37e
Bug 1039866 - Rip out a bunch of metro-only code. r=jimm,gavin,rstrong
2015-04-23 15:10:30 -04:00
Alessio Placitelli
1004fed695
Bug 1154518 - Make sure extended data gathering (Telemetry) is disabled when FHR is disabled. r=Gijs
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