Factor out table selection functionality in `nsFrameSelection`
Categories
(Core :: DOM: Selection, enhancement)
Tracking
()
People
(Reporter: mbrodesser-Igalia, Assigned: mbrodesser-Igalia)
References
(Blocks 1 open bug)
Details
Attachments
(20 files, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
Assignee | ||
Comment 1•5 years ago
|
||
See part 2) why this is necessary.
Assignee | ||
Comment 2•5 years ago
|
||
Simplifies reasoning about table-cell related code, because it's less
coupled with nsFrameSelection
.
Depends on D62902
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D62903
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D62904
Assignee | ||
Comment 5•5 years ago
|
||
Preparatory step for the following parts.
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
|
||
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D63060
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Preparation to move SelectCellElement
to TableSelection
.
Assignee | ||
Comment 10•5 years ago
|
||
Allows to move nsFrameSelection::AddCellsToSelection
, a caller of
SelectCellElement, from
nsFrameSelectionto
TableSelection` in a
subsequent step.
Depends on D63157
Assignee | ||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
Comment 14•5 years ago
|
||
bugherder |
Assignee | ||
Comment 15•5 years ago
|
||
Simplifies reviewing the following part.
Depends on D63158
Assignee | ||
Comment 16•5 years ago
|
||
Depends on D63294
Assignee | ||
Comment 17•5 years ago
|
||
Simplifies reasoning about nsFrameSelection
and allows to decouple
more code from it.
Depends on D63295
Assignee | ||
Comment 18•5 years ago
|
||
Depends on D63296
Assignee | ||
Comment 19•5 years ago
|
||
Assignee | ||
Comment 20•5 years ago
|
||
Assignee | ||
Comment 21•5 years ago
|
||
Depends on D63323
Assignee | ||
Comment 22•5 years ago
|
||
Updated•5 years ago
|
Comment 23•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 24•5 years ago
|
||
Assignee | ||
Comment 25•5 years ago
|
||
Depends on D63480
Assignee | ||
Comment 26•5 years ago
|
||
Depends on D63481
Comment 27•5 years ago
|
||
Comment 28•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Comment 29•5 years ago
|
||
Comment 30•5 years ago
|
||
Backed out for bustages on nsFrameSelection.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/7e78eb36d516f39e484f45467d86dc66d548efe8
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=291269035&repo=autoland&lineNumber=40527
Assignee | ||
Updated•5 years ago
|
Comment 31•5 years ago
|
||
Comment 32•5 years ago
|
||
Comment 33•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f14efb8d60b0
https://hg.mozilla.org/mozilla-central/rev/aa576ca7eb83
https://hg.mozilla.org/mozilla-central/rev/fe76f96725a4
https://hg.mozilla.org/mozilla-central/rev/5a898cd1a512
https://hg.mozilla.org/mozilla-central/rev/eac87ff60871
https://hg.mozilla.org/mozilla-central/rev/7e65454b6f2f
https://hg.mozilla.org/mozilla-central/rev/1ed9899bb878
https://hg.mozilla.org/mozilla-central/rev/30b5db293dcf
https://hg.mozilla.org/mozilla-central/rev/2703832accab
Comment 34•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Description
•