Closed Bug 1347820 Opened 8 years ago Closed 8 years ago

Label ScrollSelectionIntoViewEvent for nsSelection

Categories

(Core :: CSS Parsing and Computation, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla55
Tracking Status
firefox55 --- fixed

People

(Reporter: chenpighead, Assigned: chenpighead)

References

Details

Attachments

(1 file)

Comparing with other labeling works for layout/generic/ folder, this is relatively trivial. Let's move this as a separate bug, so we can keep moving forward.
Attachment #8847957 - Flags: review?(cam)
Comment on attachment 8847957 [details] Bug 1347820 - Label ScrollSelectionIntoViewEvent for nsSelection. https://reviewboard.mozilla.org/r/120892/#review122844 ::: layout/generic/nsSelection.cpp:6189 (Diff revision 1) > > RefPtr<ScrollSelectionIntoViewEvent> ev = > - new ScrollSelectionIntoViewEvent(this, aRegion, aVertical, aHorizontal, > + new ScrollSelectionIntoViewEvent(this, aRegion, aVertical, aHorizontal, > - aFlags); > + aFlags); > - nsresult rv = NS_DispatchToCurrentThread(ev); > + nsresult rv; > + nsIDocument* doc = this->GetParentObject(); No need for "this->".
Attachment #8847957 - Flags: review?(cam) → review+
Comment on attachment 8847957 [details] Bug 1347820 - Label ScrollSelectionIntoViewEvent for nsSelection. https://reviewboard.mozilla.org/r/120892/#review122844 > No need for "this->". Yep, I'll fix it. Thank you for the review. :)
Pushed by jichen@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c9689473edba Label ScrollSelectionIntoViewEvent for nsSelection. r=heycam
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Depends on: 1348222
Depends on: 1348115
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: