Closed
Bug 1637624
Opened 5 years ago
Closed 5 years ago
Refactor nsIFrame::PeekOffset for readability
Categories
(Core :: Layout, task)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(7 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 | |
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 |
Currently it has hundreds of lines in a single function, which makes it hard to understand.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → krosylight
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e27a62f854b2
Part 1: Overload GetFrameFromDirection for nsPeekOffsetStruct r=emilio
Comment 3•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D83090
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D83091
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D83092
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D83093
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D83094
Comment 10•5 years ago
|
||
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/014716df9d1f
Part 2: Use StaticPrefs for layout.word_select.* r=emilio
https://hg.mozilla.org/integration/autoland/rev/e254ee46b023
Part 3: Merge the description for mSawBeforeType r=emilio
https://hg.mozilla.org/integration/autoland/rev/04538c55f37b
Part 4: Merge offsetAdjustment into offset r=emilio
https://hg.mozilla.org/integration/autoland/rev/905dd29d1b3f
Part 5: Use MOZ_TRY r=emilio
https://hg.mozilla.org/integration/autoland/rev/ab48b45d6a56
Part 6: Add SetOutputOffsetFromFrame() r=emilio
https://hg.mozilla.org/integration/autoland/rev/af91f317d081
Part 7: Split PeekOffset switch entries to separate methods r=emilio
Comment 11•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/014716df9d1f
https://hg.mozilla.org/mozilla-central/rev/e254ee46b023
https://hg.mozilla.org/mozilla-central/rev/04538c55f37b
https://hg.mozilla.org/mozilla-central/rev/905dd29d1b3f
https://hg.mozilla.org/mozilla-central/rev/ab48b45d6a56
https://hg.mozilla.org/mozilla-central/rev/af91f317d081
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•