Commit Graph

86 Commits

Author SHA1 Message Date
Jared Wein
de76685b0b Bug 1357905 - Add missing _removeMasterPassword function that got lost in the re-org, as well as a test to confirm that the master password functionality works. r=mossop
I checked each function of the old security.js to make sure there weren't any other missing functions.

MozReview-Commit-ID: DpFcAYsfcyg
2017-04-19 18:52:22 -04:00
Sebastian Hengst
a1e759a614 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: JpAhOPjgvkF
2017-04-15 19:59:24 +02:00
Jared Wein
56ffc68fbe Bug 1356020 - Update about:preferences#privacy to fix inconsistencies with strings, move the positioning of the Certificates buttons to the right-side, and update the styling of the Reports section to match the requested text-formatting. r=florian
MozReview-Commit-ID: DIsr1tfqmcT
2017-04-14 01:51:32 -04:00
Jared Wein
c29576b077 Bug 1355522 - Move Telemetry and Health Report prefs to Privacy & Security section. r=florian
MozReview-Commit-ID: 1Ybpr68SKC0
2017-04-12 10:14:51 -04:00
Fischer.json
45e6ba6982 Bug 1348252 - Disable buttons and display loading message in Site Data section while loading data, r=Gijs
MozReview-Commit-ID: 9EfG71hRoDe
2017-04-05 22:28:30 +08:00
Fischer.json
afe9fdf262 Bug 1352374 - Part 2: Move a few sections of code that were missed when rebasing bug 1335907. r=jaws
MozReview-Commit-ID: 1IEQcUUgqms
2017-04-03 00:40:21 +08:00
Fischer.json
c90a212fbe Bug 1352374 - Part 1: Exclude element with data-hidden-from-search=true from search results, r=jaws
MozReview-Commit-ID: AS1EMkfyH9b
2017-03-31 18:46:31 +08:00
Zack Herrick
50c0d3d538 Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley
The FX_PREFERENCES_CATEGORY_OPENED probe must be extended to version 59 to support the fallback "forked" preference implementation (in-content-old).

The switchToAdvancedSubPane within utilityOverlay's openPreferences must also remain until the fallback has been removed (bug 1349689).

Patch co-authored by Zack Herrick <herrickz@msu.edu> and Ziyan Long <lzylong@gmail.com>.

MozReview-Commit-ID: 1sx0Wj15yM7
2017-03-29 11:52:08 -04:00
Sebastian Hengst
73c0729e22 Backed out changeset 9ef667136bbe (bug 1335907) for failing browser_datachoices_notification.js. r=backout 2017-03-28 23:43:11 +02:00
Zack Herrick
11d8b74c55 Bug 1335907 - Reorganize the preferences based on feedback from user research. r=mconley
The FX_PREFERENCES_CATEGORY_OPENED probe must be extended to version 59 to support the fallback "forked" preference implementation (in-content-old).

The switchToAdvancedSubPane within utilityOverlay's openPreferences must also remain until the fallback has been removed (bug 1349689).

Patch co-authored by Zack Herrick <herrickz@msu.edu> and Ziyan Long <lzylong@gmail.com>.

MozReview-Commit-ID: 1sx0Wj15yM7
2017-03-28 14:32:54 -04:00
Florian Queze
451928e614 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Florian Queze
d3c36892fa Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0 Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
Sebastian Hengst
f75839c723 Backed out changeset 55f3df15eaa6 (bug 1356569) 2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Florian Queze
9b4f73599f Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws. 2017-04-14 21:51:38 +02:00
maxim
75c0ed04df Bug 493527 - Directly change the remember-history pref through the preference element since setting it through the checkbox required multiple attempts. r=jaws
This looks to be happening because the binding for the checkbox may get torn down too fast when a restart is required.

MozReview-Commit-ID: 1y68jMubATx
2017-03-23 14:15:33 -04:00
Jared Wein
5a181760cc Bug 1348068 - Enable the key-spacing rule for eslint and fix the related issues. r=standard8
Running eslint with --fix didn't fix many of the issues. The majority here had to be fixed by hand but a significant majority of the issues were related to a few files that I was able to use find-and-replace with. I regret not making this in to separate commits of the hand-fixes and the fixes from --fix but I don't recall --fix fixing any of the issues.

MozReview-Commit-ID: ANyg2qfo3Qx
2017-03-21 14:29:43 -04:00
Mark Banner
e21fc78563 Bug 1344027 - Change the import-global-from option for eslint to allow circular references and resolve most of the no-undef issues in browser/components/preferences. r=mossop
MozReview-Commit-ID: BERAbtYkxsF
2017-02-22 10:19:11 +00:00
Jared Wein
0ec522d5b6 Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Jared Wein
242ab87626 Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
2de0319338 Bug 1325464 - Use ES6 method syntax for preferences. r=MattN
MozReview-Commit-ID: k3Bkm39TtT
2016-12-22 15:57:40 -05:00
Wes Kocher
2d7553dcfd Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
f64a7da705 Bug 1325464 - Use ES6 method syntax for preferences. r=MattN
MozReview-Commit-ID: k3Bkm39TtT
2016-12-22 15:57:40 -05:00
David Malaschonok
e529af5cb0 Bug 552434 - Allow the history mode to stay in Custom even if the settings match the preference values for keeping history. r=jaws
MozReview-Commit-ID: BCX4h3CdBhc
2016-10-30 11:59:29 +01:00
Wes Kocher
086697f83b Backed out changeset f1a3a13b5ab4 (bug 552434) for browser-chrome failures a=backout 2016-12-19 16:32:39 -08:00
David Malaschonok
a8e578dbeb Bug 552434 - Allow the history mode to stay in Custom even if the settings match the preference values for keeping history. r=jaws
MozReview-Commit-ID: 4xLKlNRvHkz
2016-10-30 11:59:29 +01:00
Andrea Marchesini
cbc1159e2c Bug 1316740 - Add warning messages when containers are deleted, r=Gijs 2016-11-23 16:33:57 +01:00
Dave Townsend
4e295aa48d Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
MozReview-Commit-ID: 2ZvTiZDHchz
2016-11-11 08:10:51 -08:00
Jonathan Kingston
77ba00e618 Bug 1267916 - part 2 - Add in UX for about:preferences#containers page, r=jaws 2016-11-03 19:31:35 +01:00
Joseph Yeh
6fbb62f943 Bug 1036595 - Convert the 'Clear recent history' dialog to be in-content; r=MattN
This required removing the minimum dialogFrame height since the Clear recent history dialog is smaller than the old default height.

MozReview-Commit-ID: CuJO3VtGwem
2016-10-20 15:09:12 -07:00
Milan Sreckovic
b470852169 Bug 1299931: Move the follow up cancel into the function that preceeds it. r=jaws
MozReview-Commit-ID: 71HTqbiNV0a
2016-09-01 16:52:24 -04:00
Andrea Marchesini
13a53109bb Bug 1288029 - Close container tabs when Containers are disabled from about:preferences, r=gijs 2016-08-23 11:19:00 +02:00
Jared Wein
7b4c22ac1c Bug 1294989 - Enable eslint for browser/components/preferences. r=Gijs
MozReview-Commit-ID: 62ymdZhluHx
2016-08-13 21:58:42 -04:00
Andrea Marchesini
40e20a1d10 Bug 1287765 - Add 'learn more' in about:preferences for Containers, r=gijsm r=flod 2016-07-20 11:53:06 +02:00
Andrea Marchesini
eec9ffe2b2 Bug 1279029 - part 2 - removed 'learn more' for Containers, r=gijs 2016-07-19 16:30:06 +02:00
Andrea Marchesini
d301162847 Bug 1279029 - part 1 - Containers in preferences, r=gijs 2016-07-19 16:29:41 +02:00
Milan Sreckovic
9f27edc455 Bug 1285328: Part 2. Add an ability to change the revert/cancel label and/or show the restart later button to the confirmRestartPrompt dialog. r=jaws
MozReview-Commit-ID: D7SDsHqghAS
2016-07-14 14:14:28 -04:00
Milan Sreckovic
bbc485dc42 Bug 1285328: Part 1. Make sure the first button/escape is a no-op in these dialogs, and in the potential data loss case, make the default also a no-op. Refactor some common code into preferences.js. r=jaws
MozReview-Commit-ID: 576kGMX08vz
2016-07-14 13:55:07 -04:00
Marco Bonardo
7d93b644b6 Bug 1223728 - Remove the unifiedcomplete pref, the urlinline component and stop bundling the old autocomplete component in Firefox. r=adw
MozReview-Commit-ID: Ee08mDGxBjJ
2016-05-05 00:14:51 +02:00
Milan Sreckovic
a2ed04d5d4 Bug 973014: Restart due to privacy setting change now has better button labels than OK and Cancel. r=past
MozReview-Commit-ID: Jbcs59D3Apf
2016-04-29 13:25:24 -04:00
Panos Astithas
5878f4aaa1 Remove the polaris pref and enable the UI to toggle TP in normal mode by default in nightly (bug 1235565). r=paolo 2016-01-11 19:30:07 +02:00
Paolo Amadini
79a2403c1d Bug 1231373 - Add a dialog to inspect or remove exceptions from TP. r=past 2016-01-08 14:40:54 +00:00
Paolo Amadini
7a73d1fc25 Bug 1231359 - Simplify the hidden preferences that control whether Tracking Protection is enabled in non-private windows. r=past 2016-01-08 14:16:09 +00:00
Paolo Amadini
3ff665d29d Bug 1231375 - Add a dialog to manage DNT settings. r=past 2016-01-08 14:11:38 +00:00
Mike Kaply
51a321add3 Bug 1203531 - Don't use default prefs for determining Custom History, use actual values. r=Gijs 2015-10-21 14:52:27 -05:00
M Hamdy
0f4a8fec20 Bug 606655 - delete cookies UI option AskMeEveryTime and its related comments and tests. r=mak 2015-10-08 09:13:00 +02:00
Tooru Fujisawa
bce311a185 Bug 1207491 - Part 13: Remove use of expression closure from browser/components/preferences/. r=Gijs 2015-09-23 18:36:22 +09:00
Panos Astithas
f3f9616976 Bug 1177085 - Add a preferences panel for changing the pre-loaded TP blocklist. r=jaws,francois 2015-09-18 15:29:45 +03:00
Dave Townsend
4bba1ab54c Bug 1181173: Move the URL bar search suggestions preference to the search section. r=mak 2015-08-13 15:44:44 -07:00