This is an automated email from the git hooks/post-receive script.
pierov pushed a change to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser.
from 346318329d47 fixup! Bug 23247: Communicating security expectations for .onion new ef0a8b21de0d fixup! Bug 40926: Implemented the New Identity feature new be9556482bb6 fixup! Bug 10760: Integrate TorButton to TorBrowser core
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: browser/base/content/appmenu-viewcache.inc.xhtml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser.
commit ef0a8b21de0da43dfc891c0c23db6662c335559f Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Mon Oct 24 08:55:43 2022 +0200
fixup! Bug 40926: Implemented the New Identity feature
Bug 41387: Move new identity to the main menu panel --- browser/base/content/appmenu-viewcache.inc.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml index 82c319d310eb..49bfae1959fa 100644 --- a/browser/base/content/appmenu-viewcache.inc.xhtml +++ b/browser/base/content/appmenu-viewcache.inc.xhtml @@ -58,6 +58,10 @@ command="Tools:PrivateBrowsing" hidden="true"/> <toolbarseparator/> + <toolbarbutton id="appMenu-new-identity" + class="subviewbutton" + key="new-identity-key"/> + <toolbarseparator/> <toolbarbutton id="appMenu-bookmarks-button" class="subviewbutton subviewbutton-nav" data-l10n-id="library-bookmarks-menu" @@ -178,10 +182,6 @@ class="subviewbutton" command="Browser:RestoreLastSession" hidden="true"/> - <toolbarseparator/> - <toolbarbutton id="appMenu-new-identity" - class="subviewbutton" - key="new-identity-key"/> <toolbarbutton id="appMenuNewCircuit" class="subviewbutton" key="torbutton-new-circuit-key"
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser.
commit be9556482bb6a3875e1aeaecd8528af0b87bbc47 Author: Pier Angelo Vendrame pierov@torproject.org AuthorDate: Mon Oct 24 08:59:09 2022 +0200
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Bug 41387: Move new circuit to the main menu panel --- browser/base/content/appmenu-viewcache.inc.xhtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml index 49bfae1959fa..cb685a3d0f52 100644 --- a/browser/base/content/appmenu-viewcache.inc.xhtml +++ b/browser/base/content/appmenu-viewcache.inc.xhtml @@ -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" @@ -182,11 +187,6 @@ class="subviewbutton" command="Browser:RestoreLastSession" hidden="true"/> - <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="appMenuClearRecentHistory" data-l10n-id="appmenu-clear-history"
tor-commits@lists.torproject.org