зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1594643: Remove edge_mobile from the target browsers. r=rcaliman
Remove edge_mobile data from the target browsers because the data was removed
from MDN compat.
115d07f845 (diff-b559db93c279b7e4886705cb45f7ca9c)
Differential Revision: https://phabricator.services.mozilla.com/D56849
--HG--
extra : moz-landing-system : lando
This commit is contained in:
Родитель
be62a36395
Коммит
07e38f1236
|
@ -124,7 +124,6 @@ function _getDefaultTargetBrowsers() {
|
||||||
"safari",
|
"safari",
|
||||||
"safari_ios",
|
"safari_ios",
|
||||||
"edge",
|
"edge",
|
||||||
"edge_mobile",
|
|
||||||
];
|
];
|
||||||
const TARGET_BROWSER_STATUS = ["esr", "current", "beta", "nightly"];
|
const TARGET_BROWSER_STATUS = ["esr", "current", "beta", "nightly"];
|
||||||
|
|
||||||
|
|
|
@ -39,10 +39,6 @@ const ICONS = {
|
||||||
src: "chrome://devtools/skin/images/browsers/edge.svg",
|
src: "chrome://devtools/skin/images/browsers/edge.svg",
|
||||||
isMobileIconNeeded: false,
|
isMobileIconNeeded: false,
|
||||||
},
|
},
|
||||||
edge_mobile: {
|
|
||||||
src: "chrome://devtools/skin/images/browsers/edge.svg",
|
|
||||||
isMobileIconNeeded: true,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class UnsupportedBrowserItem extends PureComponent {
|
class UnsupportedBrowserItem extends PureComponent {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче