зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1669353 - [devtools] Remove unused processId attribute from about:debugging on process targets. r=jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D92498
This commit is contained in:
Родитель
429b38902b
Коммит
68f928fc97
|
@ -56,7 +56,6 @@ function toMainProcessComponentData(process) {
|
|||
type,
|
||||
details: {
|
||||
description,
|
||||
processId: process.id,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,8 +27,6 @@ const extensionTargetDetails = {
|
|||
const processTargetDetails = {
|
||||
// Description for the process.
|
||||
description: PropTypes.string.isRequired,
|
||||
// The id for the process. #0 is the main/parent process, #1++ are parent processes
|
||||
processId: PropTypes.number.isRequired,
|
||||
};
|
||||
|
||||
const tabTargetDetails = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче