Closed
Bug 1874803
Opened 2 years ago
Closed 2 years ago
Add invalid recording event type
Categories
(Core :: Graphics, task, P3)
Core
Graphics
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: aosmond, Assigned: aosmond)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
RecordedEvent::EventType::INVALID should never be seen in a recording
and so can be used as a sentinel value that we can assert against. If it
is seen, then the recording should fail gracefully.
Pushed by aosmond@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/70cdba288eb3
Add sentinel invalid recorded event type. r=gfx-reviewers,lsalzman
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•