Issue #2106 - Follow-up: Additional Un-prefixing

This commit is contained in:
Andy 2025-07-07 10:43:13 -07:00 committed by roytam1
commit 1a5b3dcae6
52 changed files with 152 additions and 152 deletions

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
:root{
-moz-user-select: none;
user-select: none;
}
#options-panel-container {

View file

@ -20,7 +20,7 @@
padding: 5px;
transition: all 0.25s ease;
width: 100%;
-moz-user-select: none;
user-select: none;
}
.accordion ._header:hover {

View file

@ -29,7 +29,7 @@
padding-top: 8px;
padding-bottom: 4px;
font-weight: bold;
-moz-user-select: none;
user-select: none;
}
.headersPanelBox .netInfoParamValue {

View file

@ -22,7 +22,7 @@
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-moz-user-select: none;
user-select: none;
padding: 0 2px;
border-radius: 2px;
}

View file

@ -140,7 +140,7 @@ select > option.divider {
margin: 0 0 15px 0;
padding: 4px 5px;
display: inline-flex;
-moz-user-select: none;
user-select: none;
}
#global-toolbar > .title {
@ -196,7 +196,7 @@ select > option.divider {
#global-dpr-selector {
margin: 0 8px;
-moz-user-select: none;
user-select: none;
color: var(--viewport-color);
font-size: 11px;
height: 15px;
@ -295,7 +295,7 @@ select > option.divider {
.browser {
display: block;
border: 0;
-moz-user-select: none;
user-select: none;
}
.browser:-moz-focusring {
@ -383,7 +383,7 @@ select > option.divider {
}
.viewport-dimension-separator {
-moz-user-select: none;
user-select: none;
}
/**

View file

@ -85,7 +85,7 @@
.treeTable .treeHeaderCell {
cursor: pointer;
-moz-user-select: none;
user-select: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
padding: 0 !important;
background: linear-gradient(

View file

@ -63,7 +63,7 @@
background-size: 100% 100%, 100% 100%;
background-position: -2px 5px, -2px 5px;
-moz-user-select: none;
user-select: none;
}
canvas.curve {

View file

@ -16,7 +16,7 @@
}
#filter-container.dragging {
-moz-user-select: none;
user-select: none;
}
.filters-list,
@ -96,7 +96,7 @@
}
.filter-name label {
-moz-user-select: none;
user-select: none;
flex-grow: 1;
}

View file

@ -101,7 +101,7 @@ http://www.briangrinstead.com/blog/keep-aspect-ratio-with-html-and-css */
}
.spectrum-dragger, .spectrum-slider {
-moz-user-select: none;
user-select: none;
}
.spectrum-alpha {

View file

@ -275,7 +275,7 @@ body {
.animation-timeline .time-header {
min-height: var(--timeline-animation-height);
cursor: col-resize;
-moz-user-select: none;
user-select: none;
}
.animation-timeline .time-header .header-item {
@ -300,7 +300,7 @@ body {
}
.animation-timeline .time-body .time-tick {
-moz-user-select: none;
user-select: none;
position: absolute;
width: 0;
/* When scroll bar is shown, make it covers entire time-body */

View file

@ -228,7 +228,7 @@
.boxmodel-editable {
border: 1px dashed transparent;
-moz-user-select: text;
user-select: text;
}
.boxmodel-editable:hover {

View file

@ -44,7 +44,7 @@
}
#propertyContainer {
-moz-user-select: text;
user-select: text;
overflow-y: auto;
overflow-x: hidden;
flex: auto;

View file

@ -20,7 +20,7 @@
}
body {
-moz-user-select: none;
user-select: none;
}
/* Force height and width (possibly overflowing) from inline elements.
@ -359,7 +359,7 @@ ul.children + .tag-line::before {
border-radius: 3px;
padding: 0px 2px;
margin-inline-start: 5px;
-moz-user-select: none;
user-select: none;
}
.markupview-events {

View file

@ -322,7 +322,7 @@
padding: 0 2px;
margin: 0;
margin-inline-end: 3px;
-moz-user-select: none;
user-select: none;
}
.requests-menu-transferred {

View file

@ -366,7 +366,7 @@
.call-tree-item .call-tree-cell,
.call-tree-item .call-tree-cell[type=function] description {
-moz-user-select: text;
user-select: text;
/* so that optimizations view doesn't break the lines in call tree */
white-space: nowrap;
}

View file

@ -67,7 +67,7 @@
}
#pseudo-class-panel > label {
-moz-user-select: none;
user-select: none;
flex-grow: 1;
display: flex;
align-items: center;
@ -76,7 +76,7 @@
/* Rule View Container */
#ruleview-container {
-moz-user-select: text;
user-select: text;
overflow: auto;
flex: auto;
height: 100%;
@ -148,7 +148,7 @@
overflow: hidden;
text-overflow: ellipsis;
-moz-user-select: none;
user-select: none;
margin-bottom: 2px;
}
@ -184,7 +184,7 @@
border-top-style: solid;
border-bottom-style: solid;
padding: 1px 4px;
-moz-user-select: none;
user-select: none;
word-wrap: break-word;
vertical-align: middle;
min-height: 1.5em;

View file

@ -322,7 +322,7 @@ h3 {
margin: 20px auto;
-moz-column-width: 300px;
font-size: 13px;
-moz-user-select: text;
user-select: text;
}
.csscoverage-report-summary,

View file

@ -94,7 +94,7 @@ a {
/* The red bubble that shows the number of times a message is repeated */
.message-repeats {
-moz-user-select: none;
user-select: none;
flex: none;
margin: 2px 6px;
padding: 0 6px;
@ -161,7 +161,7 @@ a {
#output-wrapper {
direction: ltr;
overflow: auto;
-moz-user-select: text;
user-select: text;
position: relative;
}

View file

@ -21,7 +21,7 @@
.netInfoBody .netInfoGroupTitle {
cursor: pointer;
font-weight: bold;
-moz-user-select: none;
user-select: none;
cursor: pointer;
padding-left: 3px;
}

View file

@ -265,7 +265,7 @@
/* The geometry editor can be interacted with, so it needs to react to
pointer events */
pointer-events: auto;
-moz-user-select: none;
user-select: none;
}
:-moz-native-anonymous .geometry-editor-offset-parent {
@ -408,7 +408,7 @@
font: message-box;
font-size: 10px;
pointer-events: none;
-moz-user-select: none;
user-select: none;
box-sizing: border-box;
}

View file

@ -1543,30 +1543,6 @@ exports.CSS_PROPERTIES = {
"write-only"
]
},
"-moz-user-select": {
"isInherited": false,
"subproperties": [
"-moz-user-select"
],
"supports": [],
"values": [
"-moz-all",
"-moz-none",
"-moz-text",
"all",
"auto",
"element",
"elements",
"inherit",
"initial",
"none",
"revert",
"text",
"toggle",
"tri-state",
"unset"
]
},
"-moz-window-dragging": {
"isInherited": false,
"subproperties": [
@ -2993,7 +2969,7 @@ exports.CSS_PROPERTIES = {
"-webkit-user-select": {
"isInherited": false,
"subproperties": [
"-moz-user-select"
"user-select"
],
"supports": [],
"values": [
@ -3391,7 +3367,7 @@ exports.CSS_PROPERTIES = {
"-moz-user-focus",
"-moz-user-input",
"-moz-user-modify",
"-moz-user-select",
"user-select",
"vector-effect",
"vertical-align",
"visibility",
@ -10084,6 +10060,30 @@ exports.CSS_PROPERTIES = {
"unset"
]
},
"user-select": {
"isInherited": false,
"subproperties": [
"user-select"
],
"supports": [],
"values": [
"-moz-all",
"-moz-none",
"-moz-text",
"all",
"auto",
"element",
"elements",
"inherit",
"initial",
"none",
"revert",
"text",
"toggle",
"tri-state",
"unset"
]
},
"vector-effect": {
"isInherited": false,
"subproperties": [