Closed
Bug 1612828
Opened 6 years ago
Closed 6 years ago
Remove `nsresult` from `Selection::FindInsertionPoint`
Categories
(Core :: DOM: Selection, enhancement)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
mozilla74
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Will allow to replace the hand-crafted binary search from the method.
Depends on D61531
| Assignee | ||
Comment 3•6 years ago
|
||
Depends on D61532
Updated•6 years ago
|
Attachment #9124207 -
Attachment description: Bug 1612828: part 1) Add error handling to `Selection::SubtractRange`. r=smaug → Bug 1612828: part 1) Change signature of `Selection::SubtractRange`. r=smaug
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0c5d622f913a
part 1) Change signature of `Selection::SubtractRange`. r=smaug
https://hg.mozilla.org/integration/autoland/rev/364b0fe0560e
part 2) Remove `nsresult` return type from`Selection::FindInsertionPoint`'s comparator`. r=smaug
https://hg.mozilla.org/integration/autoland/rev/0d4b7b5b116b
part 3) Remove `nsresult` return type from `Selection::FindInsertionPoint`. r=smaug
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0c5d622f913a
https://hg.mozilla.org/mozilla-central/rev/364b0fe0560e
https://hg.mozilla.org/mozilla-central/rev/0d4b7b5b116b
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•