Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
516ada58
Commit
516ada58
authored
Nov 10, 2016
by
Arthur Edelstein
Browse files
Bug 19459.3: Remove extensions.torbutton.window.max(Width,Height)
parent
e33d7c3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/defaults/preferences/preferences.js
View file @
516ada58
...
...
@@ -55,9 +55,5 @@ pref("extensions.torbutton.confirm_newnym", true);
// Browser home page:
pref
(
"
browser.startup.homepage
"
,
"
chrome://torbutton/content/locale/non-localized.properties
"
);
// Browser window maximum size (used when setting the size during startup):
pref
(
"
extensions.torbutton.window.maxHeight
"
,
1000
);
pref
(
"
extensions.torbutton.window.maxWidth
"
,
1000
);
// This pref specifies an ad-hoc "version" for various pref update hacks we need to do
pref
(
"
extensions.torbutton.pref_fixup_version
"
,
0
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment