Closed
Bug 1760807
Opened 3 years ago
Closed 3 years ago
Encapsulate return type of `Event::GetScreenCoords` in a `Maybe<>`
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
100 Branch
| Tracking | Status | |
|---|---|---|
| firefox100 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
Details
Attachments
(1 file)
It's clearer and makes using the method less error-prone.
| Assignee | ||
Comment 1•3 years ago
|
||
It's clearer and makes using the method less error-prone.
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cf433d1ba754
encapsulate return type of `Event::GetScreenCoords` in a `Maybe<>`. r=edgar
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•