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
git-svn-id: svn://10.0.0.236/trunk@250722 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user