Closed
Bug 1699755
Opened 4 years ago
Closed 4 years ago
Move nsIContent::PerformAccesskey to Element
Categories
(Core :: DOM: Core & HTML, task, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
88 Branch
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
Details
Attachments
(2 files)
It is called only on Element.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
As it is called only on Element.
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/715951cde9f2
Part 1: Rename local variable content in nsXULElement::PerformAccesskey to element; r=smaug
https://hg.mozilla.org/integration/autoland/rev/0ffa44e9a1e2
Part 2: Move nsIContent::PerformAccesskey to Element; r=smaug
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/715951cde9f2
https://hg.mozilla.org/mozilla-central/rev/0ffa44e9a1e2
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•