This is an automated email from the git hooks/post-receive script.
richard pushed a change to branch tor-browser-102.2.0esr-12.0-3 in repository tor-browser.
from e0f233e13cfdd Bug 11698: Incorporate Tor Browser Manual pages into Tor Browser new c262b01adda91 fixup! Bug 40926: Implemented the New Identity feature new 37fccdc693a6a fixup! Bug 40926: Implemented the New Identity feature new f4f6ac34841de fixup! Bug 10760: Integrate TorButton to TorBrowser core new accd3b2dd8810 fixup! Bug 10760: Integrate TorButton to TorBrowser core
The 4 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 | 6 +++--- browser/components/newidentity/content/newidentity.js | 11 ++--------- 2 files changed, 5 insertions(+), 12 deletions(-)
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.2.0esr-12.0-3 in repository tor-browser.
commit c262b01adda9163a5bd220b6b190946540dcbd1d Author: Henry Wilkes henry@torproject.org AuthorDate: Tue Sep 6 16:57:50 2022 +0100
fixup! Bug 40926: Implemented the New Identity feature
Removed reference to #appMenu-new-identity2 which no longer exists.
Use the sentence case string for #appMenu-new-identity. --- browser/components/newidentity/content/newidentity.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/browser/components/newidentity/content/newidentity.js b/browser/components/newidentity/content/newidentity.js index 49981503b1182..0c1b2b4c5be7b 100644 --- a/browser/components/newidentity/content/newidentity.js +++ b/browser/components/newidentity/content/newidentity.js @@ -480,18 +480,11 @@ XPCOMUtils.defineLazyGetter(this, "NewIdentityButton", () => { const viewCache = document.getElementById("appMenu-viewCache").content; const appButton = viewCache.querySelector("#appMenu-new-identity"); if (appButton) { - appButton.setAttribute("label", NewIdentityStrings.new_identity); - appButton.addEventListener("command", () => { - this.onCommand(); - }); - } - const appButton2 = viewCache.querySelector("#appMenu-new-identity2"); - if (appButton2) { - appButton2.setAttribute( + appButton.setAttribute( "label", NewIdentityStrings.new_identity_sentence_case ); - appButton2.addEventListener("command", () => { + appButton.addEventListener("command", () => { this.onCommand(); }); }
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.2.0esr-12.0-3 in repository tor-browser.
commit 37fccdc693a6a1706327bfdba515ccacb29aaf9d Author: Henry Wilkes henry@torproject.org AuthorDate: Tue Sep 6 17:02:59 2022 +0100
fixup! Bug 40926: Implemented the New Identity feature
Remove the subviewbutton-iconic class from #appMenu-new-identity to remove indent for non-existent icon. --- browser/base/content/appmenu-viewcache.inc.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml index 99d6d179091fd..ea87733371a30 100644 --- a/browser/base/content/appmenu-viewcache.inc.xhtml +++ b/browser/base/content/appmenu-viewcache.inc.xhtml @@ -180,7 +180,7 @@ hidden="true"/> <toolbarseparator/> <toolbarbutton id="appMenu-new-identity" - class="subviewbutton subviewbutton-iconic" + class="subviewbutton" key="new-identity-key"/> <toolbarbutton id="appMenuNewCircuit" class="subviewbutton subviewbutton-iconic"
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.2.0esr-12.0-3 in repository tor-browser.
commit f4f6ac34841de398656d03812a42e2ab8fc8d738 Author: Henry Wilkes henry@torproject.org AuthorDate: Tue Sep 6 17:09:03 2022 +0100
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Use the sentence case string for #appMenuNewCircuit. --- browser/base/content/appmenu-viewcache.inc.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml index ea87733371a30..fbc9b2f216bd5 100644 --- a/browser/base/content/appmenu-viewcache.inc.xhtml +++ b/browser/base/content/appmenu-viewcache.inc.xhtml @@ -185,7 +185,7 @@ <toolbarbutton id="appMenuNewCircuit" class="subviewbutton subviewbutton-iconic" key="torbutton-new-circuit-key" - label="&torbutton.context_menu.new_circuit;" + label="&torbutton.context_menu.new_circuit_sentence_case;" oncommand="torbutton_new_circuit();"/> <toolbarseparator/> <toolbarbutton id="appMenuClearRecentHistory"
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.2.0esr-12.0-3 in repository tor-browser.
commit accd3b2dd88103fbe01442c558f877e2c47fe150 Author: Henry Wilkes henry@torproject.org AuthorDate: Tue Sep 6 17:10:56 2022 +0100
fixup! Bug 10760: Integrate TorButton to TorBrowser core
Remove the subviewbutton-iconic class from #appMenuNewCircuit to remove indent for non-existent icon. --- browser/base/content/appmenu-viewcache.inc.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/browser/base/content/appmenu-viewcache.inc.xhtml b/browser/base/content/appmenu-viewcache.inc.xhtml index fbc9b2f216bd5..82c319d310ebb 100644 --- a/browser/base/content/appmenu-viewcache.inc.xhtml +++ b/browser/base/content/appmenu-viewcache.inc.xhtml @@ -183,7 +183,7 @@ class="subviewbutton" key="new-identity-key"/> <toolbarbutton id="appMenuNewCircuit" - class="subviewbutton subviewbutton-iconic" + class="subviewbutton" key="torbutton-new-circuit-key" label="&torbutton.context_menu.new_circuit_sentence_case;" oncommand="torbutton_new_circuit();"/>
tor-commits@lists.torproject.org