зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1803543 - Improve the PreferenceRead marker schema to make the marker table show the name and value of the preferences, r=canaltinova.
Differential Revision: https://phabricator.services.mozilla.com/D163581
This commit is contained in:
Родитель
faeae8bbf8
Коммит
9a2d29c61f
|
@ -4623,6 +4623,9 @@ struct Internals {
|
|||
schema.AddKeyLabelFormat("prefKind", "Kind", MS::Format::String);
|
||||
schema.AddKeyLabelFormat("prefType", "Type", MS::Format::String);
|
||||
schema.AddKeyLabelFormat("prefValue", "Value", MS::Format::String);
|
||||
schema.SetTableLabel(
|
||||
"{marker.data.prefName}: {marker.data.prefValue} "
|
||||
"({marker.data.prefType})");
|
||||
return schema;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче