Files
Nazım Can Altınova 56fd6d71a3 Bug 2054010 - Convert free-text profiler marker fields to unique strings so URLs get sanitized r=mstange,profiler-reviewers,joel
The text, flow text, and log markers all carry developer-provided
free-text fields that might embed URLs. These fields were declared with
MS::Format::String, which the profiler front-end
doesn't sanitize.

Switch these fields to MS::Format::UniqueString so their contents are
added to the profile's shared string table. The front-end runs
removeURLs over the whole string table when sanitizing.

Differential Revision: https://phabricator.services.mozilla.com/D311475
2026-08-12 20:17:51 +00:00
..