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
9b5a66ce
Commit
9b5a66ce
authored
Mar 11, 2017
by
Arthur Edelstein
Committed by
Georg Koppen
Apr 04, 2017
Browse files
Bug 21267: Remove 14429 implementation for now
parent
0f9c8fc7
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/chrome/content/content-sizer.js
deleted
100644 → 0
View file @
0f9c8fc7
This diff is collapsed.
Click to expand it.
src/chrome/content/torbutton.js
View file @
9b5a66ce
...
...
@@ -402,8 +402,6 @@ function torbutton_init() {
m_tb_control_port
,
m_tb_control_pass
,
"
extensions.torbutton.display_circuit
"
);
quantizeBrowserSize
(
window
,
100
,
100
);
torbutton_init_user_manual_links
();
torbutton_log
(
3
,
'
init completed
'
);
...
...
src/defaults/preferences/preferences.js
View file @
9b5a66ce
...
...
@@ -34,7 +34,6 @@ pref("extensions.torbutton.spoof_english",true);
pref
(
"
extensions.torbutton.clear_http_auth
"
,
true
);
pref
(
"
extensions.torbutton.close_newnym
"
,
true
);
pref
(
"
extensions.torbutton.resize_new_windows
"
,
true
);
pref
(
"
extensions.torbutton.resize_windows
"
,
true
);
pref
(
"
extensions.torbutton.startup_state
"
,
2
);
// 0=non-tor, 1=tor, 2=last
pref
(
"
extensions.torbutton.tor_memory_jar
"
,
false
);
pref
(
"
extensions.torbutton.nontor_memory_jar
"
,
false
);
...
...
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