Closed
Bug 1634206
Opened 5 years ago
Closed 5 years ago
Change the default value of InputAPZContext::sApzResponse to nsEventStatus_eSentinel
Categories
(Core :: Panning and Zooming, task, P3)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: botond, Assigned: botond)
Details
Attachments
(1 file)
This helps avoid accidentally using the variable's value without it being properly set by placing an InputAPZContext object on the stack.
This change was originally addressing a review comment on bug 1556556, but I'm splitting it out into its own bug as there's no real depedency either way.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Severity: -- → N/A
Pushed by bballo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9324411a67a6
Change the default value of InputAPZContext::sApzResponse to nsEventStatus_eSentinel. r=kats
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•