Closed
Bug 1644389
Opened 5 years ago
Closed 5 years ago
Simplify nsGenericHTMLElement::GetFormControlFrame
Categories
(Core :: DOM: Core & HTML, task, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
This is just cleanup and should have no behavior changes. In the future,
I may optimize GetPrimaryFrame to not flush frames in the whole document
if the style of the node and ancestors haven't changed.
I think one bit of this function shouldn't be needed, but I have left it
as is for now.
Updated•5 years ago
|
Severity: -- → S3
Type: defect → enhancement
Priority: -- → P2
Updated•5 years ago
|
Type: enhancement → task
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/be1c97b1bcf5
Simplify nsGenericHTMLElement::GetFormControlFrame. r=smaug
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 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
•