Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Tor Browser
Commits
28ab7be0
Verified
Commit
28ab7be0
authored
Feb 2, 2023
by
Pier Angelo Vendrame
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Bring back the new circuit entries.
parent
816d9867
Branches
Branches containing commit
No related tags found
1 merge request
!537
Bug 41606: Move the changes to the hamburger menu out of the Torbutton commit
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
browser/base/content/appmenu-viewcache.inc.xhtml
+5
-0
5 additions, 0 deletions
browser/base/content/appmenu-viewcache.inc.xhtml
browser/base/content/browser-menubar.inc
+5
-0
5 additions, 0 deletions
browser/base/content/browser-menubar.inc
with
10 additions
and
0 deletions
browser/base/content/appmenu-viewcache.inc.xhtml
+
5
−
0
View file @
28ab7be0
...
...
@@ -61,6 +61,11 @@
<toolbarbutton
id=
"appMenu-new-identity"
class=
"subviewbutton"
key=
"new-identity-key"
/>
<toolbarbutton
id=
"appMenuNewCircuit"
class=
"subviewbutton"
key=
"torbutton-new-circuit-key"
label=
"&torbutton.context_menu.new_circuit_sentence_case;"
oncommand=
"torbutton_new_circuit();"
/>
<toolbarseparator/>
<toolbarbutton
id=
"appMenu-bookmarks-button"
class=
"subviewbutton subviewbutton-nav"
...
...
This diff is collapsed.
Click to expand it.
browser/base/content/browser-menubar.inc
+
5
−
0
View file @
28ab7be0
...
...
@@ -31,6 +31,11 @@
<
menuseparator
/>
<
menuitem
id
=
"menu_newIdentity"
key
=
"new-identity-key"
/>
<
menuitem
id
=
"menu_newCircuit"
accesskey
=
"&torbutton.context_menu.new_circuit_key;"
key
=
"torbutton-new-circuit-key"
label
=
"&torbutton.context_menu.new_circuit;"
oncommand
=
"torbutton_new_circuit();"
/>
<
menuseparator
/>
<
menuitem
id
=
"menu_openLocation"
hidden
=
"true"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment