commit e3ee3e5f9ece86a30be9c71ffb332a47cd01c594
parent 80229758748e19aa8f4dd1061de3eac8c1f2d3f3
Author: Nazım Can Altınova <canaltinova@gmail.com>
Date: Mon, 6 Oct 2025 19:55:48 +0000
Bug 1992682 - Add the messageLoop field to the WindowProcMarker marker schema as hidden r=florian
This way it will be hidden but still searchable.
Differential Revision: https://phabricator.services.mozilla.com/D267568
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/widget/windows/nsWindowDbg.cpp b/widget/windows/nsWindowDbg.cpp
@@ -88,6 +88,8 @@ struct WindowProcMarker {
static MarkerSchema MarkerTypeDisplay() {
using MS = MarkerSchema;
MS schema{MS::Location::MarkerChart, MS::Location::MarkerTable};
+ schema.AddKeyFormat("messageLoop", MS::Format::String,
+ MS::PayloadFlags::Hidden);
schema.AddKeyFormat("uMsg", MS::Format::Integer);
// Add name as a hidden field to make it searchable
schema.AddKeyFormat("name", MS::Format::String, MS::PayloadFlags::Hidden);