Bug 1353571 part 3 - Display a not-logged-in state by default in the fxa status bar. draft
authorEdouard Oger <eoger@fastmail.com>
Tue, 18 Apr 2017 14:15:43 -0400
changeset 565274 ed69f1a79fe92bbf7e2a51f0b82de1b1d67e965d
parent 565273 b99bd8ac14aef29e8ebbadda0f94cf7e7b8c428d
child 565275 1a451ad6753e6e3e0909ddf8b32e6f33d1fa6b18
push id54828
push userbmo:eoger@fastmail.com
push dateWed, 19 Apr 2017 17:55:31 +0000
bugs1353571
milestone55.0a1
Bug 1353571 part 3 - Display a not-logged-in state by default in the fxa status bar. MozReview-Commit-ID: 8ci9ETrCy4O
browser/components/customizableui/content/panelUI.inc.xul
--- a/browser/components/customizableui/content/panelUI.inc.xul
+++ b/browser/components/customizableui/content/panelUI.inc.xul
@@ -26,24 +26,26 @@
                        label="&updateManual.panelUI.label;"
                        hidden="true"/>
         <toolbarbutton id="PanelUI-update-restart-menu-item"
                        wrap="true"
                        label="&updateRestart.panelUI.label;"
                        hidden="true"/>
         <hbox id="PanelUI-footer-fxa">
           <hbox id="PanelUI-fxa-status"
+                label="&fxaSignedIn.tooltip;"
                 defaultlabel="&fxaSignIn.label;"
                 signedinTooltiptext="&fxaSignedIn.tooltip;"
                 tooltiptext="&fxaSignedIn.tooltip;"
                 errorlabel="&fxaSignInError.label;"
                 unverifiedlabel="&fxaUnverified.label;"
                 onclick="if (event.which == 1) gFxAccounts.onMenuPanelCommand();">
             <image id="PanelUI-fxa-avatar"/>
             <toolbarbutton id="PanelUI-fxa-label"
+                           label="&fxaSignIn.label;"
                            fxabrandname="&syncBrand.fxAccount.label;"/>
           </hbox>
           <toolbarseparator/>
           <toolbarbutton id="PanelUI-fxa-icon"
                          oncommand="gSyncUI.doSync();"
                          closemenu="none">
             <observes element="sync-status" attribute="syncstatus"/>
             <observes element="sync-status" attribute="tooltiptext"/>