Closed
Bug 1643464
Opened 4 years ago
Closed 4 years ago
Rename MouseEvent::eLeft/eRight as ePrimary/eSecondary
Categories
(Core :: Widget, task)
Core
Widget
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
Details
Attachments
(3 files)
eLeft
not always refers to the left button and neither eRight
. The terms "primary" and "secondary" better describe what they are.
Assignee | ||
Updated•4 years ago
|
Summary: Rename MousEvent::eLeft/eRight as ePrimary/eSecondary → Rename MouseEvent::eLeft/eRight as ePrimary/eSecondary
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D80331
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D80332
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4c8047937892
Part 1: Rename eLeft/eRight to ePrimary/eSecondary r=masayuki
https://hg.mozilla.org/integration/autoland/rev/9b9bb10684cf
Part 2: Rename eLeft/eRightFlag to ePrimary/eSecondaryFlag r=masayuki,geckoview-reviewers,agi
https://hg.mozilla.org/integration/autoland/rev/c165c77e4d24
Part 3: Rename LEFT/RIGHT_BUTTON as PRIMARY/SECONDARY_BUTTON r=masayuki,geckoview-reviewers,snorp
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4c8047937892
https://hg.mozilla.org/mozilla-central/rev/9b9bb10684cf
https://hg.mozilla.org/mozilla-central/rev/c165c77e4d24
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•