mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset d545aa98feb1 (bug 609372) because of browser-chrome test failure on OS X
This commit is contained in:
parent
774de50b20
commit
8c4bd2609c
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1000 B |
@ -70,10 +70,13 @@
|
||||
|
||||
.webconsole-msg-icon {
|
||||
list-style-image: url(chrome://global/skin/icons/webconsole.png);
|
||||
-moz-image-region: rect(0, 1px, 0, 0);
|
||||
margin: 5px 4px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin: 2px 3px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.webconsole-msg-log > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.hud-clickable {
|
||||
@ -140,7 +143,7 @@
|
||||
|
||||
/* Network styles */
|
||||
.webconsole-filter-button[category="net"] {
|
||||
-moz-image-region: rect(0, 8px, 8px, 0);
|
||||
-moz-image-region: rect(0, 40px, 10px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-network > .webconsole-msg-icon-container {
|
||||
@ -148,12 +151,12 @@
|
||||
}
|
||||
|
||||
.webconsole-msg-network.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(0, 16px, 8px, 8px);
|
||||
-moz-image-region: rect(0, 10px, 10px, 0);
|
||||
}
|
||||
|
||||
/* CSS styles */
|
||||
.webconsole-filter-button[category="css"] {
|
||||
-moz-image-region: rect(8px, 8px, 16px, 0);
|
||||
-moz-image-region: rect(10px, 40px, 20px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-cssparser > .webconsole-msg-icon-container {
|
||||
@ -161,16 +164,16 @@
|
||||
}
|
||||
|
||||
.webconsole-msg-cssparser.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(8px, 16px, 16px, 8px);
|
||||
-moz-image-region: rect(10px, 10px, 20px, 0);
|
||||
}
|
||||
|
||||
.webconsole-msg-cssparser.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(8px, 24px, 16px, 16px);
|
||||
-moz-image-region: rect(10px, 20px, 20px, 10px);
|
||||
}
|
||||
|
||||
/* JS styles */
|
||||
.webconsole-filter-button[category="js"] {
|
||||
-moz-image-region: rect(16px, 8px, 24px, 0);
|
||||
-moz-image-region: rect(20px, 40px, 30px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-exception > .webconsole-msg-icon-container {
|
||||
@ -178,16 +181,16 @@
|
||||
}
|
||||
|
||||
.webconsole-msg-exception.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(16px, 16px, 24px, 8px);
|
||||
-moz-image-region: rect(20px, 10px, 30px, 0);
|
||||
}
|
||||
|
||||
.webconsole-msg-exception.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(16px, 24px, 24px, 16px);
|
||||
-moz-image-region: rect(20px, 20px, 30px, 10px);
|
||||
}
|
||||
|
||||
/* Web Developer styles */
|
||||
.webconsole-filter-button[category="webdev"] {
|
||||
-moz-image-region: rect(24px, 8px, 32px, 0);
|
||||
-moz-image-region: rect(30px, 40px, 40px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-console > .webconsole-msg-icon-container {
|
||||
@ -196,15 +199,15 @@
|
||||
|
||||
.webconsole-msg-console.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon,
|
||||
.webconsole-msg-output.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 16px, 32px, 8px);
|
||||
-moz-image-region: rect(30px, 10px, 40px, 0);
|
||||
}
|
||||
|
||||
.webconsole-msg-console.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 24px, 32px, 16px);
|
||||
-moz-image-region: rect(30px, 20px, 40px, 10px);
|
||||
}
|
||||
|
||||
.webconsole-msg-console.webconsole-msg-info > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 32px, 32px, 24px);
|
||||
-moz-image-region: rect(30px, 30px, 40px, 20px);
|
||||
}
|
||||
|
||||
/* Input and output styles */
|
||||
@ -213,14 +216,6 @@
|
||||
border-left: solid #808080 6px;
|
||||
}
|
||||
|
||||
.webconsole-msg-input > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 40px, 32px, 32px);
|
||||
}
|
||||
|
||||
.webconsole-msg-output > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 48px, 32px, 40px);
|
||||
}
|
||||
|
||||
.webconsole-close-button {
|
||||
list-style-image: url("moz-icon://stock/gtk-close?size=menu");
|
||||
}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1000 B |
@ -73,10 +73,13 @@
|
||||
|
||||
.webconsole-msg-icon {
|
||||
list-style-image: url(chrome://global/skin/icons/webconsole.png);
|
||||
-moz-image-region: rect(0, 1px, 0, 0);
|
||||
margin: 5px 4px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin: 2px 3px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.webconsole-msg-log > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.hud-clickable {
|
||||
@ -198,7 +201,7 @@
|
||||
|
||||
/* Network styles */
|
||||
.webconsole-filter-button[category="net"] {
|
||||
-moz-image-region: rect(0, 8px, 8px, 0);
|
||||
-moz-image-region: rect(0, 40px, 10px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-network > .webconsole-msg-icon-container {
|
||||
@ -206,12 +209,12 @@
|
||||
}
|
||||
|
||||
.webconsole-msg-network.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(0, 16px, 8px, 8px);
|
||||
-moz-image-region: rect(0, 10px, 10px, 0);
|
||||
}
|
||||
|
||||
/* CSS styles */
|
||||
.webconsole-filter-button[category="css"] {
|
||||
-moz-image-region: rect(8px, 8px, 16px, 0);
|
||||
-moz-image-region: rect(10px, 40px, 20px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-cssparser > .webconsole-msg-icon-container {
|
||||
@ -219,16 +222,16 @@
|
||||
}
|
||||
|
||||
.webconsole-msg-cssparser.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(8px, 16px, 16px, 8px);
|
||||
-moz-image-region: rect(10px, 10px, 20px, 0);
|
||||
}
|
||||
|
||||
.webconsole-msg-cssparser.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(8px, 24px, 16px, 16px);
|
||||
-moz-image-region: rect(10px, 20px, 20px, 10px);
|
||||
}
|
||||
|
||||
/* JS styles */
|
||||
.webconsole-filter-button[category="js"] {
|
||||
-moz-image-region: rect(16px, 8px, 24px, 0);
|
||||
-moz-image-region: rect(20px, 40px, 30px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-exception > .webconsole-msg-icon-container {
|
||||
@ -236,16 +239,16 @@
|
||||
}
|
||||
|
||||
.webconsole-msg-exception.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(16px, 16px, 24px, 8px);
|
||||
-moz-image-region: rect(20px, 10px, 30px, 0);
|
||||
}
|
||||
|
||||
.webconsole-msg-exception.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(16px, 24px, 24px, 16px);
|
||||
-moz-image-region: rect(20px, 20px, 30px, 10px);
|
||||
}
|
||||
|
||||
/* Web Developer styles */
|
||||
.webconsole-filter-button[category="webdev"] {
|
||||
-moz-image-region: rect(24px, 8px, 32px, 0);
|
||||
-moz-image-region: rect(30px, 40px, 40px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-console > .webconsole-msg-icon-container {
|
||||
@ -254,15 +257,15 @@
|
||||
|
||||
.webconsole-msg-console.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon,
|
||||
.webconsole-msg-output.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 16px, 32px, 8px);
|
||||
-moz-image-region: rect(30px, 10px, 40px, 0);
|
||||
}
|
||||
|
||||
.webconsole-msg-console.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 24px, 32px, 16px);
|
||||
-moz-image-region: rect(30px, 20px, 40px, 10px);
|
||||
}
|
||||
|
||||
.webconsole-msg-console.webconsole-msg-info > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 32px, 32px, 24px);
|
||||
-moz-image-region: rect(30px, 30px, 40px, 20px);
|
||||
}
|
||||
|
||||
/* Input and output styles */
|
||||
@ -271,14 +274,6 @@
|
||||
border-left: solid #808080 6px;
|
||||
}
|
||||
|
||||
.webconsole-msg-input.webconsole-msg-log > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 40px, 32px, 32px);
|
||||
}
|
||||
|
||||
.webconsole-msg-output.webconsole-msg-log > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 48px, 32px, 40px);
|
||||
}
|
||||
|
||||
.webconsole-close-button {
|
||||
list-style-image: url("chrome://global/skin/icons/closetab.png");
|
||||
margin-top: 0;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1000 B |
@ -69,10 +69,13 @@
|
||||
|
||||
.webconsole-msg-icon {
|
||||
list-style-image: url(chrome://global/skin/icons/webconsole.png);
|
||||
-moz-image-region: rect(0, 1px, 0, 0);
|
||||
margin: 5px 4px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin: 2px 3px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.webconsole-msg-log > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.hud-clickable {
|
||||
@ -138,7 +141,7 @@
|
||||
|
||||
/* Network styles */
|
||||
.webconsole-filter-button[category="net"] {
|
||||
-moz-image-region: rect(0, 8px, 8px, 0);
|
||||
-moz-image-region: rect(0, 40px, 10px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-network > .webconsole-msg-icon-container {
|
||||
@ -146,12 +149,12 @@
|
||||
}
|
||||
|
||||
.webconsole-msg-network.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(0, 16px, 8px, 8px);
|
||||
-moz-image-region: rect(0, 10px, 10px, 0);
|
||||
}
|
||||
|
||||
/* CSS styles */
|
||||
.webconsole-filter-button[category="css"] {
|
||||
-moz-image-region: rect(8px, 8px, 16px, 0);
|
||||
-moz-image-region: rect(10px, 40px, 20px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-cssparser > .webconsole-msg-icon-container {
|
||||
@ -159,16 +162,16 @@
|
||||
}
|
||||
|
||||
.webconsole-msg-cssparser.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(8px, 16px, 16px, 8px);
|
||||
-moz-image-region: rect(10px, 10px, 20px, 0);
|
||||
}
|
||||
|
||||
.webconsole-msg-cssparser.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(8px, 24px, 16px, 16px);
|
||||
-moz-image-region: rect(10px, 20px, 20px, 10px);
|
||||
}
|
||||
|
||||
/* JS styles */
|
||||
.webconsole-filter-button[category="js"] {
|
||||
-moz-image-region: rect(16px, 8px, 24px, 0);
|
||||
-moz-image-region: rect(20px, 40px, 30px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-exception > .webconsole-msg-icon-container {
|
||||
@ -176,16 +179,16 @@
|
||||
}
|
||||
|
||||
.webconsole-msg-exception.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(16px, 16px, 24px, 8px);
|
||||
-moz-image-region: rect(20px, 10px, 30px, 0);
|
||||
}
|
||||
|
||||
.webconsole-msg-exception.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(16px, 24px, 24px, 16px);
|
||||
-moz-image-region: rect(20px, 20px, 30px, 10px);
|
||||
}
|
||||
|
||||
/* Web Developer styles */
|
||||
.webconsole-filter-button[category="webdev"] {
|
||||
-moz-image-region: rect(24px, 8px, 32px, 0);
|
||||
-moz-image-region: rect(30px, 40px, 40px, 30px);
|
||||
}
|
||||
|
||||
.webconsole-msg-console > .webconsole-msg-icon-container {
|
||||
@ -194,15 +197,15 @@
|
||||
|
||||
.webconsole-msg-console.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon,
|
||||
.webconsole-msg-output.webconsole-msg-error > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 16px, 32px, 8px);
|
||||
-moz-image-region: rect(30px, 10px, 40px, 0);
|
||||
}
|
||||
|
||||
.webconsole-msg-console.webconsole-msg-warn > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 24px, 32px, 16px);
|
||||
-moz-image-region: rect(30px, 20px, 40px, 10px);
|
||||
}
|
||||
|
||||
.webconsole-msg-console.webconsole-msg-info > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 32px, 32px, 24px);
|
||||
-moz-image-region: rect(30px, 30px, 40px, 20px);
|
||||
}
|
||||
|
||||
/* Input and output styles */
|
||||
@ -211,14 +214,6 @@
|
||||
border-left: solid #808080 6px;
|
||||
}
|
||||
|
||||
.webconsole-msg-input > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 40px, 32px, 32px);
|
||||
}
|
||||
|
||||
.webconsole-msg-output > .webconsole-msg-icon-container > .webconsole-msg-icon {
|
||||
-moz-image-region: rect(24px, 48px, 32px, 40px);
|
||||
}
|
||||
|
||||
.webconsole-close-button {
|
||||
border: none;
|
||||
padding: 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user