Add html marker format type#4200
Conversation
|
I'm not sure if adding an html into a json file format is a good option. Firefox Profiler UI may change and this makes it really vulnerable for breaking in case of a dramatic change. Also sanitization is always a problem. And usually mixing json with html is not a good idea. For this example: Yes, probably you'll have different environment values in your program. But this is probably a one time marker that you need to add in the profiler run, right? You can change a marker schema on the fly. Like in your marker schema: You can populate the data fields as much as you like for that specific profile data. And if you have another marker with the different environment variables, you can generate a different one if needed. |
|
You're right, I'll replace it with two types |
|
Superseeded by #4201 |
Add format type
htmlto include custom HTML in marker fields. This allows prettier formatting of imported markers without altering the profiler UI itself.An example is the following, in which a table is used to format environment variables and their values:
Sample profile