Tim Huang
c96270666c
Bug 1698845 - Part 1: Add a new cookie info for the state partitioning in PBM in 'about:preference#privacy'. r=johannh,fluent-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D111933
2021-04-15 07:17:34 +00:00
Tim Huang
0470c65b89
Bug 1695050 - Part 2: Modify CookieJarSettings::Create() to be able to creat cookieJarSettings according to the browsing mode. r=dimi,preferences-reviewers
...
This patch modifies the current CookieJarSettings::Create() function.
It removes the current function and adds two variants. One takes the
nsIPrincipal as input and another takes the enum value. The new
functions will test if the input is for the private browsing window to
create the corresponding cookieJarSettings.
Differential Revision: https://phabricator.services.mozilla.com/D109045
2021-03-29 11:01:51 +00:00
james
c8a67215e0
Bug 1691274 - Use DOM hidden property methods instead of attribute methods in browser/ directory. r=ntim,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D104552
2021-02-13 23:33:51 +00:00
Narcis Beleuzu
d5390af0ba
Backed out changeset b3fcb4fcea64 (bug 1691274) for bc failures on browser_pointerlock_warning.js . CLOSED TREE
2021-02-13 21:46:51 +02:00
james
1c970f6297
Bug 1691274 - Use DOM hidden property methods instead of attribute methods in browser/ directory. r=ntim,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D104552
2021-02-13 18:11:18 +00:00
leli
1309c53fb0
Bug 1690276 - Remove unused pref browser.preferences.exposeHTTPSOnly r=ckerschb,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D103806
2021-02-04 16:48:42 +00:00
Erica Wright
4b15bc0bb2
Bug 1685133 - String changes due to newtab updates r=preferences-reviewers,prathiksha,fluent-reviewers,flod,ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D100819
2021-01-08 18:55:24 +00:00
Csoregi Natalia
d56135a020
Backed out changeset c98a54c184d0 (bug 1685133) for newtab failures. CLOSED TREE
2021-01-08 19:23:33 +02:00
Erica Wright
7ab3893483
Bug 1685133 - String changes due to newtab updates r=preferences-reviewers,prathiksha,fluent-reviewers,flod,ntim
...
Differential Revision: https://phabricator.services.mozilla.com/D100819
2021-01-08 07:34:44 +00:00
Marco Bonardo
c60c5083ed
Bug 1678138 - Add a Preferences toggle for tab-to-search results. r=harry,fluent-reviewers,preferences-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D99393
2020-12-11 11:05:43 +00:00
Nihanth Subramanya
cd88aa75ea
Bug 1637344 - Show message in privacy preferences to indicate FPI is incompatible with dFPI. r=fluent-reviewers,johannh,preferences-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D96371
2020-11-12 11:18:23 +00:00
Nihanth Subramanya
26cf222d69
Bug 1645924 - Update "Cookies" and "Heads up" strings for cookieBehavior=5 in content blocking prefs. r=prathiksha,fluent-reviewers,preferences-reviewers,flod,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D92430
2020-10-22 13:03:48 +00:00
julianwels
0c80a84d5b
Bug 1671122 - Fixed bug where second click on HTTPS-Only Mode enable-checkbox disables it again. r=ckerschb,preferences-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D93519
2020-10-15 19:54:31 +00:00
Gijs Kruitbosch
282c8bc7e2
Bug 1663852 - fix identical code in both branches in the preferences, r=emalysz,preferences-reviewers,mstriemer
...
Differential Revision: https://phabricator.services.mozilla.com/D89556
2020-09-09 16:54:51 +00:00
pbz
51cee31f8d
Bug 1663750 - Removed duplicate click event listener for 'changeBlockListLink'. r=Gijs,preferences-reviewers
...
The 'allowDuplicateDialogs' option covered up a bug where we had two click event listeners for the
changeBlockListLink. This should fix the duplicate dialog.
However, there seem to be timing issues with the 'allowDuplicateDialogs' option we should look
into as follow up work.
Differential Revision: https://phabricator.services.mozilla.com/D89585
2020-09-09 12:53:18 +00:00
pbz
9684cdfd60
Bug 1661030 - Refactor SubDialog and TabDialogBox to support passing multiple window arguments. r=Gijs,preferences-reviewers
...
This also updates the behavior of the allowDuplicates check:
Instead of only checking if the top dialog is a duplicate, it will now check the whole stack and
skip the dialog open if a duplicate URL is found.
This fixes an issue where callers could alternate between dialogs to bypass the check.
Differential Revision: https://phabricator.services.mozilla.com/D88422
2020-09-02 14:24:47 +00:00
Tim Giles
203eb2de91
Bug 1660998 - Don't disable the password manager checkbox in permanent private browsing mode. r=MattN,preferences-reviewers,ntim
...
Password saving has been possible in private browsing since bug 1520960
Differential Revision: https://phabricator.services.mozilla.com/D88323
2020-08-28 03:44:42 +00:00
Yura Zenevich
6550e83abc
Bug 1613468 - remove "Prevent accessibility services from accessing your browser" from about:preferences/Privacy & Security. r=chutten,fluent-reviewers,preferences-reviewers,Gijs
...
* Removing front end for the checkbox that allows users disable accessibility services
* Removing already expired telemtry probe for preferences.prevent_accessibility_services
Differential Revision: https://phabricator.services.mozilla.com/D86994
2020-08-14 15:40:28 +00:00
Tim Giles
50342e1a5d
Bug 1620753 - Indicate to the user when privacy.services.passwordSavingEnabled has set a new value via an extension. r=mstriemer,fluent-reviewers,preferences-reviewers,flod,mixedpuppy
...
Differential Revision: https://phabricator.services.mozilla.com/D85629
2020-08-12 18:06:30 +00:00
Christoph Kerschbaumer
9aabc9d545
Bug 1658325: HTTPS-Only Mode: Have HOM entry in about:preferences link to sumo page r=JulianWels,preferences-reviewers,Gijs
...
Differential Revision: https://phabricator.services.mozilla.com/D86561
2020-08-11 11:07:26 +00:00
Matthew Noorenberghe
1d915725c4
Bug 1653798 - Add Primary Password SUMO link and text about the name change. r=preferences-reviewers,fluent-reviewers,flod,ntim
...
`forms-primary-pw-former-name = {""}` is used when this term didn't change for a locale.
Differential Revision: https://phabricator.services.mozilla.com/D84291
2020-07-22 07:16:29 +00:00
Matthew Noorenberghe
6bcdecd274
Bug 1644807 - Switch to Primary Password user-facing terminology in browser/. r=Gijs,mkaply,fluent-reviewers,preferences-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D83895
2020-07-17 23:00:37 +00:00
Christoph Kerschbaumer
94971078df
Bug 1644152: Expose HTTPS-Only Mode in about:preferences. r=preferences-reviewers,Gijs,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D82074
2020-07-09 16:56:46 +00:00
Michael Kaply
cdcabe513f
Bug 1466512 - Add a policy for forcing a master password. r=fluent-reviewers,MattN,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D70935
2020-06-04 20:01:54 +00:00
Harry Twyford
1c89d4ac36
Bug 1627858 - Add a user visible preference to disable Top Sites on focus. r=dao,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D76246
2020-05-27 16:45:47 +00:00
Liang-Heng Chen
48423d9c60
Bug 1635984 - use effective cookie behavior in preferences page; r=ewright
...
Differential Revision: https://phabricator.services.mozilla.com/D74128
2020-05-26 17:35:12 +00:00
Jared Wein
aef0b07057
Bug 1636820 - Don't request dialog strings for OS authentication on Linux since the feature isn't supported there yet. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D74698
2020-05-13 05:11:36 +00:00
Jared Wein
96cd7bb64e
Bug 1636909 - Update the Master Password OS authentication prompt string on Windows. r=MattN,fluent-reviewers,flod
...
Differential Revision: https://phabricator.services.mozilla.com/D74707
2020-05-11 20:37:39 +00:00
Jared Wein
a2bde17e1f
Bug 1632854 - Pass the ChromeWindow reference to the OSKeyStore instead of the content global so the dialog will be app modal. r=MattN
...
Differential Revision: https://phabricator.services.mozilla.com/D73109
2020-04-29 20:28:11 +00:00
Tim Nguyen
649d590287
Bug 1201243 - Reformat with prettier.
...
# ignore-this-changeset
Differential Revision: https://phabricator.services.mozilla.com/D72039
2020-04-22 23:35:25 +00:00
Tim Nguyen
b6222c779d
Bug 1201243 - Make browser/components/preferences/in-content top-level and move dialogs to a subdirectory. r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D72038
2020-04-22 23:35:08 +00:00
Jared Wein
f10555e743
Bug 1140495 - Remove support for windowed preferences. r=ttaubert
2015-09-02 12:12:55 -04:00
Dave Townsend
94af55cd23
Bug 1188281: Control search suggests prefs UI based on the unfied autocomplete pref. r=adw
2015-08-05 15:29:26 -07:00
Marco Bonardo
3d80c16ece
Bug 1173939 - Race condition in browser.urlbar.suggest. preferences handlers. r=adw
2015-07-16 13:37:47 +02:00
Dave Townsend
4a1c09a503
Bug 1176205: Disable search suggestions by default and hide the UI on non-nightly builds. r=adw, r=mak
2015-06-24 14:09:59 -07:00
Ryan VanderMeulen
327e3aca15
Backed out changeset 257dc5010bad (bug 1176205) for browser_privacypane_5.js failures.
...
CLOSED TREE
2015-06-24 16:03:02 -04:00
Dave Townsend
509f9b8771
Bug 1176205: Disable search suggestions by default and hide the UI on non-nightly builds. r=adw
2015-06-19 12:01:28 -07:00
Marco Bonardo
bba074682a
Bug 1173745 - Add Search suggestion toggle to location bar preferences. r=adw
2015-06-11 13:20:50 -07:00
Drew Willcoxon
9a3b4e7095
Back out c465d65204b7 bug 1173745 for bustage on a CLOSED TREE.
2015-06-11 15:38:43 -07:00
Marco Bonardo
af528c49b2
Bug 1173745 - Add Search suggestion toggle to location bar preferences. r=adw
2015-06-11 13:20:50 -07:00
Jared Wein
94d2a92a2a
Bug 1064261 - Check if the preference is locked before making the related control enabled. r=Gijs
2015-03-17 10:57:00 +01:00
Carsten "Tomcat" Book
1cdef742d3
merge mozilla-inbound to mozilla-central a=merge
2014-11-13 16:20:52 +01:00
Monica Chew
41e73453f3
Bug 1046430: Make cookie behavior the same on beta/release as on aurora/nightly (r=jdm)
2014-10-02 15:49:26 -07:00
Alex Bardas
52e7d249a3
Bug 530209 - Improve search suggestions ui for locationbar prefs. r=mak
2014-11-12 08:16:00 -05:00
Monica Chew
4872f82a18
Bug 1031033: Expose tracking protection pref in privacy pref pane, r=adw
2014-06-30 14:21:04 -07:00
Sid Stamm
66191bf871
Bug 1042135 - Change three-state DNT back to two state and update text. (r=dolske,jst,mcmanus)
2014-01-28 09:26:16 -08:00
Phil Ringnalda
89b14d6af0
Back out 3 changesets (bug 1042135) for robocop bustage
...
CLOSED TREE
Backed out changeset dffed5d2a799 (bug 1042135)
Backed out changeset b80a02b929cc (bug 1042135)
Backed out changeset 093ea94a1697 (bug 1042135)
2014-10-21 23:11:11 -07:00
Sid Stamm
7189297f20
Bug 1042135 - Change three-state DNT back to two state and update text. (r=dolske,jst,mcmanus)
2014-01-28 09:26:16 -08: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
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