clean up selection scrollIntoView native callers
Categories
(Core :: DOM: Selection, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(7 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 |
| Assignee | ||
Comment 1•1 year ago
|
||
The mix of 2, 3, and 4-space indent really was throwing me off.
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 3•1 year ago
|
||
Note that the casts are ugly but they will go away sooner rather than
later.
| Assignee | ||
Comment 4•1 year ago
|
||
No point in keeping the code around.
| Assignee | ||
Comment 5•1 year ago
|
||
| Assignee | ||
Comment 6•1 year ago
|
||
| Assignee | ||
Comment 7•1 year ago
|
||
Comment 10•1 year ago
|
||
Comment 11•1 year ago
|
||
Comment 12•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/59dfc493f109
https://hg.mozilla.org/mozilla-central/rev/036afe7c5b49
https://hg.mozilla.org/mozilla-central/rev/9531eaa37dc2
https://hg.mozilla.org/mozilla-central/rev/525527d1b275
https://hg.mozilla.org/mozilla-central/rev/517a92aa9abc
https://hg.mozilla.org/mozilla-central/rev/32246e2df565
https://hg.mozilla.org/mozilla-central/rev/5c68a7cef14a
https://hg.mozilla.org/mozilla-central/rev/0ea5694ab077
Comment 13•1 year ago
|
||
FYI, while looking into this I found a bunch of JS callers still using true as the third argument, which I guess works, but doesn't feel right.
Description
•