mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
db3689ee3d
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 |
||
---|---|---|
.. | ||
core | ||
gecko | ||
lul | ||
public | ||
rust-helper | ||
tasktracer | ||
tests | ||
moz.build |