Open
Bug 1883533
Opened 2 years ago
Updated 2 years ago
Convert TickObserverArray callsite to use a crash annotation, to help us identify which category of Refresh Observer might be involved in crash reports
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
ASSIGNED
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Per https://groups.google.com/a/mozilla.org/g/dev-platform/c/mpzTPnMli-o , we can feel more comfortable making use of crash annotations to help diagnose crashes.
To that end: let's morph the loop-unrolling that we landed in bug 1861259 ( https://hg.mozilla.org/mozilla-central/rev/e92559c7af9c ) into a crash annotation, so we can re-roll that code to use a regular for-loop.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•