Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 00d4ea3

Browse files
Backed out changeset bbb688fe1ba3 (bug 1365614)
1 parent 0dd2458 commit 00d4ea3

336 files changed

Lines changed: 695 additions & 574 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

browser/base/content/test/general/browser_tab_dragdrop2_frame1.xul

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ function createPanel(attrs)
9191
button.label = "OK";
9292
button.width = 120;
9393
button.height = 40;
94-
button.setAttribute("style", "-moz-appearance: none; border: 0; margin: 0;");
95-
panel.setAttribute("style", "-moz-appearance: none; border: 0; margin: 0;");
94+
button.setAttribute("style", "-moz-appearance: none; appearance: none; border: 0; margin: 0;");
95+
panel.setAttribute("style", "-moz-appearance: none; appearance: none; border: 0; margin: 0;");
9696
return document.documentElement.appendChild(panel);
9797
}
9898

browser/base/content/test/static/browser_parsable_css.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ let whitelist = [
2020
{sourceName: /web\/viewer\.css$/i,
2121
errorMessage: /Unknown pseudo-class.*(fullscreen|selection)/i,
2222
isFromDevTools: false},
23-
// PDFjs rules needed for compat with other UAs.
24-
{sourceName: /web\/viewer\.css$/i,
25-
errorMessage: /Unknown property.*appearance/i,
26-
isFromDevTools: false},
2723
// Tracked in bug 1004428.
2824
{sourceName: /aboutaccounts\/(main|normalize)\.css$/i,
2925
isFromDevTools: false},

devtools/client/responsive.html/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ body,
8080
}
8181

8282
select {
83-
-moz-appearance: none;
83+
-moz-appearance: none; appearance: none;
8484
background-color: var(--theme-toolbar-background);
8585
background-image: var(--viewport-selection-arrow);
8686
-moz-context-properties: fill;

devtools/client/sourceeditor/test/browser_css_getInfo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ const CSSCompleter =
99

1010
const source = [
1111
".devtools-toolbar {",
12-
" -moz-appearance: none;",
12+
" -moz-appearance: none; appearance: none;",
1313
" padding:4px 3px;border-bottom-width: 1px;",
1414
" border-bottom-style: solid;",
1515
"}",
1616
"",
1717
"#devtools-menu.devtools-menulist,",
1818
".devtools-toolbarbutton#devtools-menu {",
19-
" -moz-appearance: none;",
19+
" -moz-appearance: none; appearance: none;",
2020
" -moz-box-align: center;",
2121
" min-width: 78px;",
2222
" min-height: 22px;",

devtools/client/sourceeditor/test/css_statemachine_testcases.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

55
.devtools-toolbar {
6-
-moz-appearance: none;
6+
-moz-appearance: none; appearance: none;
77
padding:4px 3px;border-bottom-width: 1px;
88
border-bottom-style: solid;
99
}
1010

1111
#devtools-menu.devtools-menulist,
1212
.devtools-toolbarbutton#devtools-menu {
13-
-moz-appearance: none;
13+
-moz-appearance: none; appearance: none;
1414
-moz-box-align: center;
1515
min-width: 78px;
1616
min-height: 22px;
@@ -64,7 +64,7 @@
6464
}
6565

6666
.devtools-toolbarbutton[type=menu-button] > .toolbarbutton-menubutton-button {
67-
-moz-appearance: none;
67+
-moz-appearance: none; appearance: none;
6868
}
6969

7070
.devtools-sidebar-tabs > tabs > tab:first-of-type {

devtools/client/sourceeditor/test/css_statemachine_tests.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"tests": [
2020
[[0, 10], ["null", "", "", ""]],
2121
[[4, 3], ["selector", "class", "de", ".de"]],
22-
[[5, 8], ["property", "null", "-moz-a"]],
23-
[[5, 21], ["value", "null", "no", "-moz-appearance"]],
2422
[[6, 18], ["property", "null", "padding"]],
2523
[[6, 24], ["value", "null", "3", "padding"]],
2624
[[6, 29], ["property", "null", "bo"]],
@@ -31,7 +29,6 @@
3129
[[10, 17], ["selector", "class", "de", "#devtools-menu.de"]],
3230
[[11, 5], ["selector", "class", "devt", ".devt"]],
3331
[[11, 30], ["selector", "id", "devtoo", ".devtools-toolbarbutton#devtoo"]],
34-
[[12, 10], ["property", "null", "-moz-app"]],
3532
[[16, 27], ["value", "null", "hsl", "text-shadow"]],
3633
[[19, 24], ["value", "null", "linear-gra", "background"]],
3734
[[19, 55], ["value", "null", "hsl", "background"]],

devtools/client/themes/animationinspector.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ body {
214214
}
215215

216216
#timeline-rate select.devtools-button {
217-
-moz-appearance: none;
217+
-moz-appearance: none; appearance: none;
218218
text-align: center;
219219
font-family: inherit;
220220
color: var(--theme-body-color);

devtools/client/themes/commandline-browser.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
}
3535

3636
#developer-toolbar {
37-
-moz-appearance: none;
37+
-moz-appearance: none; appearance: none;
3838
padding: 0;
3939
min-height: 32px;
4040
background-color: var(--gcli-background-color);
4141
border-top: 1px solid var(--gcli-border-color);
4242
}
4343

4444
#developer-toolbar > toolbarbutton {
45-
-moz-appearance: none;
45+
-moz-appearance: none; appearance: none;
4646
border: none;
4747
background-color: transparent;
4848
margin: 0;
@@ -123,6 +123,7 @@ html|*#gcli-output-frame {
123123
border-width: 0;
124124
background-color: transparent;
125125
-moz-appearance: none;
126+
appearance: none;
126127

127128
/* We always wanted this to be a percentage of the viewport size but width: x% does not
128129
* work. vw is the obvious solution.
@@ -145,7 +146,7 @@ html|*#gcli-output-frame {
145146
}
146147

147148
.gclitoolbar-input-node {
148-
-moz-appearance: none;
149+
-moz-appearance: none; appearance: none;
149150
color: var(--gcli-input-color);
150151
background-color: var(--gcli-input-background);
151152
background-repeat: no-repeat;

devtools/client/themes/common.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ html|button, html|select {
7070
}
7171

7272
.devtools-autocomplete-listbox {
73-
-moz-appearance: none !important;
73+
-moz-appearance: none !important; appearance: none !important;
7474
background-color: transparent;
7575
border-width: 0px !important;
7676
margin: 0;
@@ -229,7 +229,7 @@ checkbox:-moz-focusring {
229229
.devtools-menulist,
230230
.devtools-toolbarbutton,
231231
.devtools-button {
232-
-moz-appearance: none;
232+
-moz-appearance: none; appearance: none;
233233
background: transparent;
234234
border: 1px solid var(--toolbarbutton-border-color);
235235
border-radius: 2px;
@@ -383,7 +383,7 @@ checkbox:-moz-focusring {
383383
.devtools-textinput,
384384
.devtools-searchinput,
385385
.devtools-filterinput {
386-
-moz-appearance: none;
386+
-moz-appearance: none; appearance: none;
387387
margin: 1px 3px;
388388
border: 1px solid;
389389
border-radius: 2px;

devtools/client/themes/debugger.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
/* Firebug theme uses breakpoint icon istead of a checkbox */
6363

6464
.theme-firebug #sources-pane .dbg-breakpoint-checkbox .checkbox-check {
65-
-moz-appearance: none;
65+
-moz-appearance: none; appearance: none;
6666
border: none;
6767
background: url(chrome://devtools/skin/images/firebug/breakpoint.svg) no-repeat 50% 50%;
6868
}
@@ -327,7 +327,7 @@
327327
}
328328

329329
.dbg-expression-button {
330-
-moz-appearance: none;
330+
-moz-appearance: none; appearance: none;
331331
border: none;
332332
background: none;
333333
text-decoration: underline;

0 commit comments

Comments
 (0)