gecko-dev/tools/profiler
Gerald Squelart db3689ee3d Bug 1670046 - If NoPayload marker has a stack and/or inner window id, convert to NoPayloadUserData - r=gregtatum
It is possible to add options to a NoPayload marker, but stack and inner window ids would be lost because they are normally stored in the payload 'data' JSON object, which doesn't exist for NoPayload markers.
So in this case, we automatically change the marker to a new (internal) "NoPayloadUserData" type, which has a payload in which we can store options.

This is temporary, until bug 1646714 moves these options into the top-level marker JSON object.

Differential Revision: https://phabricator.services.mozilla.com/D93059
2020-10-09 13:00:48 +00:00
..
core Bug 1669266 - Upgrade the DOMEvent marker to not be of type "tracing" r=gerald 2020-10-06 13:57:46 +00:00
gecko Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
lul Bug 1665029 - LUL: reduce space consumption by not storing duplicate RuleSets. r=fitzgen. 2020-09-16 10:18:36 +00:00
public Bug 1667915 - Marker type is now given as a reified empty argument instead of a template argument - r=gregtatum 2020-10-01 11:02:54 +00:00
rust-helper Bug 1654807 - update thin-vec to 0.2.1 for potential endianess fix. r=froydnj 2020-09-14 17:32:40 +00:00
tasktracer
tests Bug 1670046 - If NoPayload marker has a stack and/or inner window id, convert to NoPayloadUserData - r=gregtatum 2020-10-09 13:00:48 +00:00
moz.build Bug 1646266 - ProfilerMarkers skeleton files - r=gregtatum 2020-09-02 03:55:43 +00:00