Closed
Bug 1676616
Opened 5 years ago
Closed 5 years ago
Move URL formatting docShell check to after an await point
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
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.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0248412c97aa
Move null check after an await point. r=dao
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•