Closed Bug 1676616 Opened 4 years ago Closed 4 years ago

Move URL formatting docShell check to after an await point

Categories

(Firefox :: Address Bar, defect)

defect

Tracking

()

RESOLVED FIXED
84 Branch
Tracking Status
firefox84 --- fixed

People

(Reporter: hsivonen, Assigned: hsivonen)

References

Details

Attachments

(1 file)

Bug 1674993 introduced an early return. The failure that it was supposed to fix still occurs, because there's a later await that causes other code to run, which circumvents the null check. The null check needs to happen after the await point.

Blocks: 1618386
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0248412c97aa
Move null check after an await point. r=dao
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: