Remove some more intrinsic states.
Categories
(Core :: DOM: Core & HTML, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox119 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(10 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Assignee | ||
Comment 1•1 years ago
|
||
Allows us to reclaim some node bits too.
Depends on D186877
Updated•1 years ago
|
Assignee | ||
Comment 2•1 years ago
|
||
Depends on D186893
Assignee | ||
Comment 3•1 years ago
|
||
This one needs extra code because we have an UpdateState call after
AfterSetAttr which took care of it.
Depends on D186894
Assignee | ||
Comment 4•1 years ago
|
||
This one is tricky because form controls, though I think I got it right...
Depends on D186895
Assignee | ||
Comment 5•1 years ago
|
||
Depends on D186896
Assignee | ||
Comment 6•1 years ago
|
||
Depends on D186932
Assignee | ||
Comment 7•1 years ago
|
||
These only apply to input, so it's rather trivial-ish.
Depends on D186933
Assignee | ||
Updated•1 years ago
|
Comment 10•1 years ago
|
||
Comment 11•1 years ago
|
||
Assignee | ||
Comment 12•1 years ago
|
||
Comment 13•1 year ago
|
||
bugherder |
Assignee | ||
Comment 14•1 year ago
|
||
Add a RAII helper to notify of multiple state changes together for
these.
Depends on D187005
Assignee | ||
Comment 15•1 year ago
|
||
State() is cheaper, and non-virtual, and should be up-to-date. I'm
removing the concept of "intrinsic" states and this caught my eye.
Updated•1 year ago
|
Comment 16•1 year ago
|
||
Comment 18•1 year ago
|
||
Comment 19•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4b02c7357724
https://hg.mozilla.org/mozilla-central/rev/e2901434f15d
https://hg.mozilla.org/mozilla-central/rev/a033e3702f2e
https://hg.mozilla.org/mozilla-central/rev/beb7d600e03d
https://hg.mozilla.org/mozilla-central/rev/083153001b0d
https://hg.mozilla.org/mozilla-central/rev/d88a18607fdb
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Description
•