Loading browser/base/content/appmenu-viewcache.inc.xhtml +0 −5 Original line number Diff line number Diff line Loading @@ -11,11 +11,6 @@ hidden="true" closemenu="none" oncommand="PanelUI.showSubView('PanelUI-whatsNew', this)"/> <toolbarbutton id="appMenu-help-button" class="subviewbutton subviewbutton-iconic subviewbutton-nav" label="&appMenuHelp.label;" closemenu="none" oncommand="PanelUI.showSubView('PanelUI-helpView', this)"/> #ifndef XP_MACOSX <toolbarseparator/> <toolbarbutton id="appMenu-quit-button" Loading browser/components/uitour/UITour.jsm +1 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ var UITour = { widgetName: "panic-button", }, ], ["help", { query: "#appMenu-help-button" }], ["help", { query: "#appMenu-help-button2" }], ["home", { query: "#home-button" }], [ "logins", Loading browser/tools/mozscreenshots/mozscreenshots/extension/configurations/AppMenu.jsm +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ var AppMenu = { ); await reopenAppMenu(browserWindow); browserWindow.document.getElementById("appMenu-help-button").click(); browserWindow.document.getElementById("appMenu-help-button2").click(); let view = browserWindow.document.getElementById("PanelUI-helpView"); let promiseViewShown = BrowserTestUtils.waitForEvent(view, "ViewShown"); await promiseViewShown; Loading Loading
browser/base/content/appmenu-viewcache.inc.xhtml +0 −5 Original line number Diff line number Diff line Loading @@ -11,11 +11,6 @@ hidden="true" closemenu="none" oncommand="PanelUI.showSubView('PanelUI-whatsNew', this)"/> <toolbarbutton id="appMenu-help-button" class="subviewbutton subviewbutton-iconic subviewbutton-nav" label="&appMenuHelp.label;" closemenu="none" oncommand="PanelUI.showSubView('PanelUI-helpView', this)"/> #ifndef XP_MACOSX <toolbarseparator/> <toolbarbutton id="appMenu-quit-button" Loading
browser/components/uitour/UITour.jsm +1 −1 Original line number Diff line number Diff line Loading @@ -150,7 +150,7 @@ var UITour = { widgetName: "panic-button", }, ], ["help", { query: "#appMenu-help-button" }], ["help", { query: "#appMenu-help-button2" }], ["home", { query: "#home-button" }], [ "logins", Loading
browser/tools/mozscreenshots/mozscreenshots/extension/configurations/AppMenu.jsm +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ var AppMenu = { ); await reopenAppMenu(browserWindow); browserWindow.document.getElementById("appMenu-help-button").click(); browserWindow.document.getElementById("appMenu-help-button2").click(); let view = browserWindow.document.getElementById("PanelUI-helpView"); let promiseViewShown = BrowserTestUtils.waitForEvent(view, "ViewShown"); await promiseViewShown; Loading