Adapt `nsContentUtils::ComparePoints` to return `Maybe<int32_t>`
Categories
(Core :: DOM: Selection, enhancement, P2)
Tracking
()
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
(Blocks 1 open bug)
Details
Attachments
(19 files)
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details |
This allows to drop the aDisconnected argument and forces callers to handle that case.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
In a follow-up commit a new ComparePoints method with cleaner
arguments and return value will be added.
| Assignee | ||
Comment 2•6 years ago
|
||
Enforces callers to handle the case when the points are incomparable.
Depends on D55295
| Assignee | ||
Comment 3•6 years ago
|
||
Depends on D55296
| Assignee | ||
Comment 4•6 years ago
|
||
Depends on D55297
| Assignee | ||
Comment 5•6 years ago
|
||
Depends on D55298
| Assignee | ||
Comment 6•6 years ago
|
||
Depends on D55299
| Assignee | ||
Comment 7•6 years ago
|
||
Depends on D55300
| Assignee | ||
Comment 8•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Comment 10•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/bf11fb46bd73
https://hg.mozilla.org/mozilla-central/rev/bfc2e43909cd
https://hg.mozilla.org/mozilla-central/rev/4459ef04ad8e
https://hg.mozilla.org/mozilla-central/rev/2434dce2e742
https://hg.mozilla.org/mozilla-central/rev/71b50a4b6a86
https://hg.mozilla.org/mozilla-central/rev/cc05e6b3edd9
https://hg.mozilla.org/mozilla-central/rev/a054102f2019
| Assignee | ||
Comment 11•6 years ago
|
||
The remaining callers of ComparePoints_Deprecated in nsRange
presumably require changing the semantics of ComparePoints to support
comparison across Shadow DOM boundary.
Depends on D57615
| Assignee | ||
Comment 12•6 years ago
|
||
Depends on D57959
| Assignee | ||
Comment 13•6 years ago
|
||
| Assignee | ||
Comment 14•6 years ago
|
||
Depends on D57967
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
| bugherder | ||
Comment 17•6 years ago
|
||
| Assignee | ||
Comment 18•6 years ago
|
||
| Assignee | ||
Comment 19•6 years ago
|
||
| Assignee | ||
Comment 20•6 years ago
|
||
Depends on D58912
| Assignee | ||
Comment 21•6 years ago
|
||
| Assignee | ||
Comment 22•6 years ago
|
||
Depends on D58915
Comment 23•6 years ago
|
||
| bugherder | ||
Comment 24•6 years ago
|
||
Comment 25•6 years ago
|
||
Comment 26•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 27•6 years ago
|
||
Comment 28•6 years ago
|
||
Comment 29•6 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 30•6 years ago
|
||
Comment 31•6 years ago
|
||
Comment 32•6 years ago
|
||
| bugherder | ||
Comment 33•5 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:mbrodesser, maybe it's time to close this bug?
| Assignee | ||
Comment 34•5 years ago
|
||
No, this will still be implemented, sometime.
Comment 35•5 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:mbrodesser, maybe it's time to close this bug?
| Assignee | ||
Comment 36•5 years ago
|
||
No, this will still be implemented, sometime.
Comment 37•4 years ago
|
||
The leave-open keyword is there and there is no activity for 6 months.
:mbrodesser, maybe it's time to close this bug?
| Assignee | ||
Comment 38•4 years ago
|
||
I'll open a new ticket when I finally get to this.
Description
•