Closed Bug 1792210 Opened 2 years ago Closed 2 years ago

Use for loop in ResizeObserver's CalculateBoxSize

Categories

(Core :: Layout, task)

task

Tracking

()

RESOLVED FIXED
107 Branch
Tracking Status
firefox107 --- fixed

People

(Reporter: Oriol, Assigned: Oriol)

Details

Attachments

(1 file)

In https://phabricator.services.mozilla.com/D157641 I missed this review comment:

Probably easier to read with:

for (nsIFrame* cur = frame; cur; cur = cur->GetNextContinuation()) {
  ...
}
Pushed by oriol-bugzilla@hotmail.com:
https://hg.mozilla.org/integration/autoland/rev/ee9676c077c7
Use for loop in ResizeObserver's CalculateBoxSize. r=emilio
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 107 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: