Factor methods operating on `Selection::mRanges` out
Categories
(Core :: DOM: Selection, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
(Blocks 1 open bug)
Details
Attachments
(9 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
Simplifies reasoning about them.
Assignee | ||
Comment 1•5 years ago
|
||
This allows methods operating on the ranges to be moved to that struct.
To see where this leads to, consider the following reviews.
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D68217
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D68218
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D68219
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D68220
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D68221
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D68222
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D68223
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D68224
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9add81beceb6
https://hg.mozilla.org/mozilla-central/rev/b4c0ff4a139a
https://hg.mozilla.org/mozilla-central/rev/55795ecafd7d
https://hg.mozilla.org/mozilla-central/rev/83a065358c0e
https://hg.mozilla.org/mozilla-central/rev/0df6851463dc
https://hg.mozilla.org/mozilla-central/rev/4b365ca0c7fd
https://hg.mozilla.org/mozilla-central/rev/f569e40725db
https://hg.mozilla.org/mozilla-central/rev/02695524b550
https://hg.mozilla.org/mozilla-central/rev/cb0754b89f5e
Description
•