mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1205914 - remove unused sync-error-panel. r=adw
This commit is contained in:
parent
c44a0998bd
commit
904dae8893
@ -214,10 +214,6 @@ var gFxAccounts = {
|
||||
this.showDoorhanger("sync-start-panel");
|
||||
},
|
||||
|
||||
showSyncFailedDoorhanger: function () {
|
||||
this.showDoorhanger("sync-error-panel");
|
||||
},
|
||||
|
||||
updateUI: function () {
|
||||
this.updateAppMenuItem();
|
||||
this.updateMigrationNotification();
|
||||
|
@ -449,28 +449,6 @@
|
||||
</hbox>
|
||||
</panel>
|
||||
|
||||
<!-- Sync Error Panel -->
|
||||
<panel id="sync-error-panel" class="sync-panel" type="arrow" hidden="true"
|
||||
noautofocus="true" onclick="this.hidePopup();"
|
||||
flip="slide">
|
||||
<hbox class="sync-panel-outer">
|
||||
<image class="sync-panel-icon"/>
|
||||
<vbox class="sync-panel-inner">
|
||||
<description id="sync-error-panel-title"
|
||||
value="&syncErrorPanel.heading;"/>
|
||||
<description id="sync-error-panel-subtitle"
|
||||
value="&syncErrorPanel.subTitle;"/>
|
||||
<hbox class="sync-panel-button-box">
|
||||
<spacer flex="1"/>
|
||||
<button class="sync-panel-button"
|
||||
label="&syncErrorPanel.signInButton.label;"
|
||||
accesskey="&syncErrorPanel.signInButton.accesskey;"
|
||||
onclick="gFxAccounts.openSignInAgainPage();"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
</hbox>
|
||||
</panel>
|
||||
|
||||
<!-- Bookmarks and history tooltip -->
|
||||
<tooltip id="bhTooltip"/>
|
||||
|
||||
|
@ -115,10 +115,6 @@ These should match what Safari and other Apple applications use on OS X Lion. --
|
||||
<!ENTITY fxaUnverified.label "Verify Your Account">
|
||||
<!ENTITY syncStartPanel2.heading "&syncBrand.shortName.label; enabled">
|
||||
<!ENTITY syncStartPanel2.subTitle "&brandShortName; will begin syncing momentarily.">
|
||||
<!ENTITY syncErrorPanel.heading "Cannot connect to &syncBrand.shortName.label;">
|
||||
<!ENTITY syncErrorPanel.subTitle "Please sign in to resume syncing.">
|
||||
<!ENTITY syncErrorPanel.signInButton.label "Sign In">
|
||||
<!ENTITY syncErrorPanel.signInButton.accesskey "S">
|
||||
|
||||
|
||||
<!ENTITY fullScreenMinimize.tooltip "Minimize">
|
||||
|
@ -1725,15 +1725,13 @@ toolbarbutton.chevron > .toolbarbutton-icon {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#sync-error-panel-title,
|
||||
#sync-start-panel-title {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#sync-start-panel-subtitle,
|
||||
#sync-error-panel-subtitle {
|
||||
#sync-start-panel-subtitle {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -3275,15 +3275,13 @@ notification[value="loop-sharing-notification"] .messageImage {
|
||||
@hudButtonFocused@
|
||||
}
|
||||
|
||||
#sync-error-panel-title,
|
||||
#sync-start-panel-title {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#sync-start-panel-subtitle,
|
||||
#sync-error-panel-subtitle {
|
||||
#sync-start-panel-subtitle {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -2473,15 +2473,13 @@ notification[value="loop-sharing-notification"] .messageImage {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
#sync-error-panel-title,
|
||||
#sync-start-panel-title {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#sync-start-panel-subtitle,
|
||||
#sync-error-panel-subtitle {
|
||||
#sync-start-panel-subtitle {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user