Closed Bug 1368397 Opened 7 years ago Closed 7 years ago

Capitalize all methods of Selection

Categories

(Core :: DOM: Selection, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: masayuki, Assigned: masayuki)

References

Details

Attachments

(4 files)

No description provided.
Comment on attachment 8872273 [details] Bug 1368397 part 1 - Rename Selection::selectFrames() to Selection::SelectFrames() https://reviewboard.mozilla.org/r/143766/#review147542
Attachment #8872273 - Flags: review?(mats) → review+
Comment on attachment 8872274 [details] Bug 1368397 part 2 - Rename Selection::getTableCellLocationFromRange() to Selection::GetTableCellLocationFromRange() https://reviewboard.mozilla.org/r/143768/#review147544
Attachment #8872274 - Flags: review?(mats) → review+
Comment on attachment 8872275 [details] Bug 1368397 part 3 - Rename Selection::addTableCellRange() to Selection::AddTableCellRange() https://reviewboard.mozilla.org/r/143770/#review147546
Attachment #8872275 - Flags: review?(mats) → review+
Comment on attachment 8872276 [details] Bug 1368397 part 4 - Rename Selection::setAnchorFocusRange() to Selection::SetAnchorFocusRange() https://reviewboard.mozilla.org/r/143772/#review147552 ::: layout/generic/Selection.h:343 (Diff revision 1) > - // negative value clears > - // mAnchorFocusRange > + * Setting mAnchorFocusRange to mRanges[aIndex] if aIndex is a valid index. > + * Setting mAnchorFocusRange to nullptr if aIndex is negative. > + * Otherwise, i.e., if aIndex is positive but out of bounds of mRanges, does > + * nothing. nits: s/Setting/Set/ (twice) s/does/do/ there's a trailing space after "nothing."
Attachment #8872276 - Flags: review?(mats) → review+
Pushed by masayuki@d-toybox.com: https://hg.mozilla.org/integration/autoland/rev/2e878bf1e7be part 1 - Rename Selection::selectFrames() to Selection::SelectFrames() r=mats https://hg.mozilla.org/integration/autoland/rev/1c70ad20e58b part 2 - Rename Selection::getTableCellLocationFromRange() to Selection::GetTableCellLocationFromRange() r=mats https://hg.mozilla.org/integration/autoland/rev/89baf48da239 part 3 - Rename Selection::addTableCellRange() to Selection::AddTableCellRange() r=mats https://hg.mozilla.org/integration/autoland/rev/7d2efa6434de part 4 - Rename Selection::setAnchorFocusRange() to Selection::SetAnchorFocusRange() r=mats
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: