Closed
Bug 1587767
Opened 4 years ago
Closed 4 years ago
Assert link flag handling in NodeInfoChanged is correct.
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
It's trying to clear a flag that can only be set on connected nodes.
Clean up the code by removing it and the relevant overrides, and assert in
Element that these invariants hold.
Updated•4 years ago
|
Attachment #9100147 -
Attachment description: Bug 1587767 - Link::NodeInfoChanged seems useless. → Bug 1587767 - Assert that link flag handling is correct, and that NodeInfoChanged is only called on disconnected nodes.
Assignee | ||
Updated•4 years ago
|
Summary: Link::NodeInfoChanged looks useless. → Assert link flag handling in NodeInfoChanged is correct.
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/db60f0e2c246 Assert that link flag handling is correct, and that NodeInfoChanged is only called on disconnected nodes. r=smaug
Updated•4 years ago
|
Type: defect → task
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•