Closed
Bug 1619549
Opened 5 years ago
Closed 5 years ago
Factor out code of maintained range in `nsFrameSelection`
Categories
(Core :: DOM: Selection, enhancement)
Core
DOM: Selection
Tracking
()
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: mbrodesser-Igalia, Assigned: mbrodesser-Igalia)
References
(Blocks 1 open bug)
Details
Attachments
(6 files)
Bug 1619549: part 1) Group `mMaintainRange` and `mMaintainedAmount` in `MaintainedRange`. r=jfkthame
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 |
Helps understanding and simplifying nsFrameSelection
.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Helps reasoning about it.
Depends on D65106
Assignee | ||
Comment 3•5 years ago
|
||
Simplifies following simplifications.
Depends on D65117
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D65118
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D65119
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D65120
Pushed by mbrodesser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/95670f2e4bea
part 1) Group `mMaintainRange` and `mMaintainedAmount` in `MaintainedRange`. r=jfkthame
https://hg.mozilla.org/integration/autoland/rev/03a15ae01488
part 2) Add assertion to `nsFrameSelection::HandleClick`. r=jfkthame
https://hg.mozilla.org/integration/autoland/rev/000a4bc2ce3c
part 3) Use `RefPtr` in `nsFrameSelection::HandleClick`. r=jfkthame
https://hg.mozilla.org/integration/autoland/rev/9cc3314c3295
part 4) Move `nsFrameSelection::AdjustForMaintainedSelection` to `MaintainedRange`. r=jfkthame
https://hg.mozilla.org/integration/autoland/rev/7432aa9dba41
part 5) Move core of `nsFrameSelection::MaintainSelection` to `MaintainedRange`. r=jfkthame
https://hg.mozilla.org/integration/autoland/rev/7717e7ede13f
part 6) Factor out code from `nsFrameSelection::HandleDrag` to `MaintainedRange::AdjustContentOffsets`. r=jfkthame
Comment 8•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/95670f2e4bea
https://hg.mozilla.org/mozilla-central/rev/03a15ae01488
https://hg.mozilla.org/mozilla-central/rev/000a4bc2ce3c
https://hg.mozilla.org/mozilla-central/rev/9cc3314c3295
https://hg.mozilla.org/mozilla-central/rev/7432aa9dba41
https://hg.mozilla.org/mozilla-central/rev/7717e7ede13f
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in
before you can comment on or make changes to this bug.
Description
•