Clean up code around `nsFrameSelection::HandleDrag`
Categories
(Core :: DOM: Selection, enhancement)
Tracking
()
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
(Blocks 1 open bug)
Details
Attachments
(30 files, 2 obsolete 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 | |
|
Bug 1635709: part 4) Transform `Selection::DoAutoScroll` to `AutoScroller::DoAutoScroll`. r=masayuki
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 | |
|
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 | |
|
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 |
| Assignee | ||
Comment 1•5 years ago
|
||
The old name was misleading.
| Assignee | ||
Comment 2•5 years ago
|
||
Selection's nsAutoScrollTimer uses it and it's clearer when the unit
is known.
Depends on D74051
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D74052
| Assignee | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 6•5 years ago
|
||
Allows defriending AutoScroller from Selection and removes the
direct dependency of AutoScroller to Selection.
| Assignee | ||
Comment 7•5 years ago
|
||
Depends on D74382
| Assignee | ||
Comment 8•5 years ago
|
||
nsFrameSelection has (too) many responsibilites, this adds some
clarification.
Depends on D74383
| Assignee | ||
Comment 9•5 years ago
|
||
Depends on D74615
| Assignee | ||
Comment 10•5 years ago
|
||
Depends on D74616
| Assignee | ||
Comment 11•5 years ago
|
||
Depends on D74617
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
| bugherder | ||
Comment 14•5 years ago
|
||
| Assignee | ||
Comment 15•5 years ago
|
||
| Assignee | ||
Comment 16•5 years ago
|
||
Depends on D74856
| Assignee | ||
Comment 17•5 years ago
|
||
Depends on D74857
| Assignee | ||
Comment 18•5 years ago
|
||
Depends on D74858
Comment 19•5 years ago
|
||
| bugherder | ||
Updated•5 years ago
|
Comment 20•5 years ago
|
||
| Assignee | ||
Comment 21•5 years ago
|
||
Simplifies reasoning about the code when using searchfox.
| Assignee | ||
Comment 22•5 years ago
|
||
Helps to get rid of unnecessary nsresults later.
Depends on D75057
| Assignee | ||
Comment 23•5 years ago
|
||
Depends on D75058
Comment 24•5 years ago
|
||
| Assignee | ||
Comment 25•5 years ago
|
||
The location wasn't used from the caller of
GetTableCellLocationFromRange.
However, GetTableCellLocationFromRange
included flushing frames, this is now done in
HTMLEditor::CellIndexes::Update.
| Assignee | ||
Comment 26•5 years ago
|
||
Depends on D75098
| Assignee | ||
Comment 27•5 years ago
|
||
Depends on D75099
Comment 28•5 years ago
|
||
| bugherder | ||
Comment 29•5 years ago
|
||
| bugherder | ||
Comment 30•5 years ago
|
||
Comment 31•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 32•5 years ago
|
||
| Assignee | ||
Comment 33•5 years ago
|
||
It's more accurate.
Depends on D75562
| Assignee | ||
Comment 34•5 years ago
|
||
Depends on D75563
| Assignee | ||
Comment 35•5 years ago
|
||
Depends on D75564
Comment 36•5 years ago
|
||
Comment 37•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 38•5 years ago
|
||
Comment 39•5 years ago
|
||
Comment 40•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 41•5 years ago
|
||
TableSelection has fewer responsibilites than nsFrameSelection. This
simplifies reasoning about TakeFocus.
| Assignee | ||
Comment 42•5 years ago
|
||
HandleSelection was too complex.
The arguments of the new methods will be renamed in a separate commit to
simplify reviewing and avoid mistakes.
Depends on D77252
| Assignee | ||
Comment 43•5 years ago
|
||
Depends on D77253
| Assignee | ||
Comment 44•5 years ago
|
||
| Assignee | ||
Comment 45•5 years ago
|
||
Depends on D77423
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
| Assignee | ||
Comment 46•5 years ago
|
||
Simple application of ./mach clang-format -p layout/generic/nsFrameSelection.cpp. Separating this from previous
changes simplified reviewing and decreases the probability for mistakes.
Depends on D77424
| Assignee | ||
Comment 47•5 years ago
|
||
Depends on D77459
Comment 48•5 years ago
|
||
| Assignee | ||
Comment 49•5 years ago
|
||
Depends on D77460
Comment 50•5 years ago
|
||
| bugherder | ||
Comment 51•5 years ago
|
||
Comment 52•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Description
•