Closed
Bug 1728081
Opened 3 years ago
Closed 3 years ago
Merge nsIForm into HTMLFormElement
Categories
(Core :: DOM: Forms, task, P2)
Core
DOM: Forms
Tracking
()
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
Attachments
(4 files)
No description provided.
Assignee | ||
Comment 1•3 years ago
|
||
as it is only used internally.
Assignee | ||
Comment 2•3 years ago
|
||
as it is only used internally.
Depends on D123949
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D123950
Assignee | ||
Comment 4•3 years ago
|
||
so that the callers don't need to queryInterface it back to nsIContent.
Depends on D123951
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d6145d13e32
Part 1: Remove nsIForm::GetElementCount; r=smaug
https://hg.mozilla.org/integration/autoland/rev/49fccb2682c5
Part 2: Remove nsIForm::GetElementAt; r=smaug
https://hg.mozilla.org/integration/autoland/rev/ccb0c1a76304
Part 3: Merge nsIForm into HTMLFormElement; r=smaug
https://hg.mozilla.org/integration/autoland/rev/8268f051e9bd
Part 4: Make HTMLFormElement::GetDefaultSubmitElement return nsGenericHTMLFormElement; r=smaug
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6d6145d13e32
https://hg.mozilla.org/mozilla-central/rev/49fccb2682c5
https://hg.mozilla.org/mozilla-central/rev/ccb0c1a76304
https://hg.mozilla.org/mozilla-central/rev/8268f051e9bd
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•