Bug 430217: Reporter shouldn't add a toolbar button to Firefox, patch by Dão Gottwald <dao@mozilla.com>, r=raccettura, ui-r=beltzner, a=beltzner

This commit is contained in:
gavin@gavinsharp.com 2008-04-23 15:39:30 -07:00
Родитель 908c443de8
Коммит e1703d6ab3
6 изменённых файлов: 0 добавлений и 58 удалений

Просмотреть файл

@ -15,9 +15,6 @@ reporter.jar:
content/reporter/reporterOverlay.js (resources/content/reporter/reporterOverlay.js)
content/reporter/error.xhtml (resources/content/reporter/error.xhtml)
content/reporter/report.xhtml (resources/content/reporter/report.xhtml)
skin/classic/reporter/browserOverlay.css (resources/skin/classic/reporter/browserOverlay.css)
skin/classic/reporter/icon.png (resources/skin/classic/reporter/icon.png)
skin/classic/reporter/reportResults.css (resources/skin/classic/reporter/reportResults.css)
skin/classic/reporter/reportWizard.css (resources/skin/classic/reporter/reportWizard.css)
skin/classic/reporter/reporter-icon-large.png (resources/skin/classic/reporter/reporter-icon-large.png)
skin/classic/reporter/reporter-icon-small.png (resources/skin/classic/reporter/reporter-icon-small.png)

Просмотреть файл

@ -1,5 +1,3 @@
<!ENTITY reporterMenu2.title "Report Broken Web Site…">
<!ENTITY reporterToolBarButton.title "Report Site">
<!ENTITY reporterMenu.tooltip "Report Broken Web Site">
<!ENTITY reporterMenu.accesskey "R">

Просмотреть файл

@ -1,5 +1,4 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://reporter/skin/browserOverlay.css" type="text/css"?>
<!-- ***** BEGIN LICENSE BLOCK *****
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
@ -58,14 +57,6 @@
observes="reporterItemsBroadcaster"
oncommand="loadReporterWizard()"/>
</menupopup>
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="reporterMenuButton"
oncommand="loadReporterWizard();"
class="toolbarbutton-1"
label="&reporterToolBarButton.title;"
observes="reporterItemsBroadcaster"
tooltiptext="&reporterMenu.tooltip;"/>
</toolbarpalette>
<!-- SeaMonkey -->
<broadcasterset id="navBroadcasters">

Просмотреть файл

@ -1,44 +0,0 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#reporterMenuButton {
list-style-image: url("chrome://reporter/skin/reporter-icon-large.png");
/*http://www.eightlines.com/neil/mozskin/organize.html*/
}
#reporterMenuButton {
-moz-image-region: rect(0px 23px 23px 0px);
}
#reporterMenuButton:hover {
-moz-image-region: rect(0px 46px 23px 23px);
}
/*
#reporterMenuButton:hover:active {
-moz-image-region: rect(0 0 0 0);
}
*/
#reporterMenuButton[disabled="true"] {
-moz-image-region: rect(0px 69px 23px 46px) !important;
}
/* Small */
toolbar[iconsize="small"] #reporterMenuButton {
list-style-image: url("chrome://reporter/skin/reporter-icon-small.png");
}
toolbar[iconsize="small"] #reporterMenuButton {
-moz-image-region: rect(0px 14px 15px 0px);
}
toolbar[iconsize="small"] #reporterMenuButton:hover {
-moz-image-region: rect(0px 28px 15px 14px);
}
/*
toolbar[iconsize="small"] #reporterMenuButton:hover:active {
-moz-image-region: rect(0 0 0 0);
}
*/
toolbar[iconsize="small"] #reporterMenuButton[disabled="true"] {
-moz-image-region: rect(0px 42px 15px 28px) !important;
}

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 3.0 KiB

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.6 KiB