Jared Wein
c02e30880d
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
89c92a15e9
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
efcd5a4bff
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
70099b93ec
Bug 1140495 - Remove support for windowed preferences. r=ttaubert
...
--HG--
extra : rebase_source : 2b29244f4813593171b436f551735dfcc13d6474
2015-09-02 12:12:55 -04:00
Dave Townsend
fe5b701a97
Bug 1188281: Control search suggests prefs UI based on the unfied autocomplete pref. r=adw
...
--HG--
extra : commitid : 2kZSVDktHqq
extra : rebase_source : 5251388c591b960af1afe9a36ea112b8994fc2c4
2015-08-05 15:29:26 -07:00
Marco Bonardo
eff1af4ee4
Bug 1173939 - Race condition in browser.urlbar.suggest. preferences handlers. r=adw
2015-07-16 13:37:47 +02:00
Dave Townsend
56edefa873
Bug 1176205: Disable search suggestions by default and hide the UI on non-nightly builds. r=adw, r=mak
...
--HG--
extra : commitid : 8hJgI1Cizvt
extra : rebase_source : b248a1013c6d6a8b271111cf820ad125ba7969b1
extra : source : 257dc5010bad8257c3da5da41279ad2c3b06f3a3
2015-06-24 14:09:59 -07:00
Ryan VanderMeulen
1a70a2e8ab
Backed out changeset 257dc5010bad (bug 1176205) for browser_privacypane_5.js failures.
...
CLOSED TREE
2015-06-24 16:03:02 -04:00
Dave Townsend
4feb5a93f7
Bug 1176205: Disable search suggestions by default and hide the UI on non-nightly builds. r=adw
...
--HG--
extra : commitid : 8rjNQCJRvJw
extra : rebase_source : 88883e1a06948753b91058800a7a93a876328875
2015-06-19 12:01:28 -07:00
Marco Bonardo
c75008565b
Bug 1173745 - Add Search suggestion toggle to location bar preferences. r=adw
2015-06-11 13:20:50 -07:00
Drew Willcoxon
1c38587e7f
Back out c465d65204b7 bug 1173745 for bustage on a CLOSED TREE.
2015-06-11 15:38:43 -07:00
Marco Bonardo
2dbc879889
Bug 1173745 - Add Search suggestion toggle to location bar preferences. r=adw
2015-06-11 13:20:50 -07:00
Jared Wein
9258f7cbe7
Bug 1064261 - Check if the preference is locked before making the related control enabled. r=Gijs
...
--HG--
extra : rebase_source : dc475a5b414b017125ff423fc5284a43b9d1b7da
2015-03-17 10:57:00 +01:00
Carsten "Tomcat" Book
f9d8f1e495
merge mozilla-inbound to mozilla-central a=merge
2014-11-13 16:20:52 +01:00
Monica Chew
512e1cc4ef
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
937f8ee29d
Bug 530209 - Improve search suggestions ui for locationbar prefs. r=mak
2014-11-12 08:16:00 -05:00
Monica Chew
13d8b2c380
Bug 1031033: Expose tracking protection pref in privacy pref pane, r=adw
...
--HG--
extra : rebase_source : cbb2b6f1e5a4288d9718858d5c58bf166b44b778
2014-06-30 14:21:04 -07:00
Sid Stamm
6dc09988bf
Bug 1042135 - Change three-state DNT back to two state and update text. (r=dolske,jst,mcmanus)
...
--HG--
extra : rebase_source : 52556477cba80e87651ce7c84a531a2de500d21a
2014-01-28 09:26:16 -08:00
Phil Ringnalda
ab8d3a5d34
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
b1e21eef7b
Bug 1042135 - Change three-state DNT back to two state and update text. (r=dolske,jst,mcmanus)
...
--HG--
extra : rebase_source : 2cc113eb167b83ded586b36380bb444a827f0084
2014-01-28 09:26:16 -08:00
Jared Wein
7a1be70c02
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
7e20285e70
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
Ehsan Akhgari
8e4c83b3d6
Bug 973658 - Actually revert the value of the Permanent Private Browsing pref when the user presses Cancel in response to the restart dialog; r=jdm
...
Before we were implicitly relying on the pref being reverted through
the checkbox, but that won't happen if the checkbox was never clicked
by the user.
2014-02-18 08:49:39 -05:00
Sid Stamm
419f83dd69
bug 851606 - automatically disable bug 818340 in beta/release, but leave it enabled in nightly/aurora. r=gavin
2013-05-14 12:11:56 -04:00
Josh Matthews
f10e0fcf0e
Bug 851489 - Delay restarting the browser until the preferences dialog elements are completely updated. r=ehsan
2013-03-17 11:04:55 -04:00
Ehsan Akhgari
4d19498ad4
Bug 851473 - Include the correct prompt string when switching from/to permanent private browsing mode in the preferences dialog; r=jdm
2013-03-15 13:34:59 -04:00
Josh Matthews
2620400c66
Bug 842290 - Make privacy preference tab always check for permanent private browsing status changing, regardless of whether pref changes apply instantly. r=ehsan
2013-03-06 09:51:00 -05:00
Jonathan Mayer
529b037b7c
Bug 818340 - change third party cookie handling to block third party cookies from sites I haven't visited. (r=jdm, r=dolske)
...
--HG--
extra : rebase_source : f486f39feac1fb743edc920618bec29884d515f1
2013-02-22 08:16:01 -08:00
Dão Gottwald
f204555645
Bug 835907 - DNT preferences "Learn more" link shouldn't open in new window. r=dolske
2013-02-05 10:35:21 +01:00
Ehsan Akhgari
565d0479c3
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Sid Stamm
d4170e5094
Bug 765398 - Add a "yes, I allow tracking" option to DNT. (r=dolske)
...
--HG--
extra : rebase_source : 1a0ce8dc9086dc501d9f5a183af8a5a3360ee8a9
2012-06-14 14:19:27 -07:00
Josh Matthews
07d784861b
Bug 801823 - Prompt to restart Firefox when changing the private browsing autostart preference. r=ehsan
...
--HG--
rename : browser/components/preferences/in-content/tests/privacypane_tests.js => browser/components/preferences/in-content/tests/privacypane_tests_perwindow.js
rename : browser/components/preferences/tests/privacypane_tests.js => browser/components/preferences/tests/privacypane_tests_perwindow.js
2012-12-20 17:57:20 -05:00
Ehsan Akhgari
94987da6ad
Bug 722983 - Fix the back-end handling of permanent private browsing mode through the per-window private browsing APIs; r=jdm
...
--HG--
extra : rebase_source : 31358b29c5b3c5f6921598ea3246aede62ca78db
2012-10-16 18:06:38 -04:00
Andres Hernandez
41c0955363
Bug 325901 - fix unnecessarily preprocessed files in browser/, r=gavin
...
--HG--
extra : rebase_source : cc42d98604e38528f3bc9941dce4f15ec8ad5d67
2012-08-10 14:20:25 -06:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Geoff Lankow
8c5fdd1d03
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part D, remove uses of nsIPrefBranch2 in browser/ and mobile/ ; r=bsmedberg
2012-01-17 14:34:51 +13:00
Javi Rueda
391a3d76ce
Bug 708595 - Clarify download history related preferences in the Privacy pane. r=jwein
...
--HG--
extra : rebase_source : 16f3e7973494a01bc0be1287ceaee636416258e2
2012-02-13 21:54:41 +01:00
Ehsan Akhgari
80bf7473ca
Bug 614326 - browser_privacypane_*.js cause ASSERTION: XPConnect is being called on a scope without a 'Components' property due to no unregistration of autoStartPrivateBrowsingObserver; r,a=gavin
2010-11-26 15:24:26 -05:00
Marco Bonardo
5179d58974
Bug 520165 - Part7: Provide a new preference to toggle history, r=mano ui-r=faaborg
2010-01-15 17:40:14 +01:00
Dão Gottwald
43d1a1d645
Bug 507881 - remove useless "|| null" fallback in browserGlue.sanitize(window) calls. r=gavin
2009-08-04 20:10:23 +02:00
Drew Willcoxon
be0d687139
Bug 490199 - Selected option in new privacy pane not sticky when switching from never remember to customized view; r=rs
2009-05-16 09:24:28 +04:30
Ehsan Akhgari
c7862e55bd
Bug 462041 - Refresh the Privacy preference pane; r=mconnor
2009-04-16 00:18:22 +03:30
Ehsan Akhgari
29bb7adb67
Backout bug 462041 due to test failures on Mac
2009-04-14 16:16:42 +03:30
Ehsan Akhgari
b6180cf1da
Bug 462041 - Refresh the Privacy preference pane; r=mconnor
2009-04-14 14:06:51 +03:30
Mike Beltzner
36d4d0a3a5
Bug 480260 - disable Clear Recent History when in Private Browsing mode; r=mconnor ui-r=beltzner a1.9.1=blocking-firefox3.1+
2009-02-27 23:55:04 +03:30
Roberto Estrada
95d0a3d47d
Bug 471898 - In Tools > Options > Privacy: if sanitize on shutdown is off settings... button should be disabled. r=gavin
2009-02-07 13:04:09 +01:00
Edward Lee
1a84fc47cd
Bug 471903 - pref urlbar.autocomplete.enabled is no longer implemented. r=dietrich
...
Bug 472943 - Two confusable preferences, "browser.urlbar.search.sources" and "browser.urlbar.default.behavior", should be unified
--HG--
rename : toolkit/components/places/tests/autocomplete/test_search_sources.js => toolkit/components/places/tests/autocomplete/test_enabled.js
2009-01-21 02:00:04 -06:00
Ehsan Akhgari
4f803cdd28
Bug 469158 - Remove the 'privacy.sanitize.promptOnSanitize' preference; r=gavin ui-r=beltzner
2009-01-02 03:30:49 +03:30
David Humphrey
229664de6c
Bug 430901 - "The checkbox in the Tools>Options menu, under the Privacy tab, the "Keep my History for at least X days" will not save any changes, and remains unchecked." (privacy.js patch to deal with case of mirror=0) [r=dietrich]
2008-07-12 05:15:42 -05:00
dwitte@stanford.edu
84fa1f5e3c
Bug 419596 - add third party cookie blocking option to cookie pref UI. r=gavin ui-r=beltzner blocking-firefox3+
2008-03-11 11:23:25 -07:00