Make link states not intrinsic
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(3 files, 1 obsolete file)
Assignee | ||
Comment 1•1 years ago
|
||
While at it remove some batching that happened in Document, since
history queries are already batched and sent on idle time since
bug 1593690, so we're not saving that much work.
Updated•1 years ago
|
Assignee | ||
Comment 2•1 years ago
|
||
History queries are already batched and sent on idle time since
bug 1593690, so we're not saving that much work.
Depends on D186877
Updated•1 years ago
|
Assignee | ||
Comment 4•1 years ago
|
||
Assignee | ||
Comment 5•1 years ago
|
||
This fixes some intermittent that my previous patches introduce because
we don't reframe so often object or embed documents, and so the class
(which gets set on resize etc) isn't set.
The class is immutable in the object case so it's safe to just do this.
Comment 6•1 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/99edf5a2b043
https://hg.mozilla.org/mozilla-central/rev/2db6638a3d8a
Assignee | ||
Updated•1 years ago
|
Updated•1 years ago
|
Comment 9•1 years ago
|
||
Backed out 3 changesets (Bug 1850238, Bug 1850161) for causing multiple failures at Element.cpp
Backout: https://hg.mozilla.org/integration/autoland/rev/1f3a4f8a850c5dce3f6ec4cfa42f10a899db9316
Failure logs:
https://treeherder.mozilla.org/logviewer?job_id=427551842&repo=autoland&lineNumber=33868
https://treeherder.mozilla.org/logviewer?job_id=427552241&repo=autoland&lineNumber=2864
https://treeherder.mozilla.org/logviewer?job_id=427551989&repo=autoland&lineNumber=11929
Comment 10•1 years ago
|
||
Comment 11•1 years ago
|
||
bugherder |
Comment 12•1 years ago
|
||
Description
•