Closed
Bug 1886222
Opened 7 months ago
Closed 4 months ago
Simplify BrowserTabChild.sys.mjs
Categories
(Firefox :: General, enhancement, P1)
Firefox
General
Tracking
()
RESOLVED
FIXED
129 Branch
People
(Reporter: farre, Assigned: farre)
Details
In BrowserTabChild.sys.mjs we might be able to move the case "Browser:Reload":
case into the parent process.
Assignee | ||
Updated•7 months ago
|
Assignee: nobody → afarre
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•4 months ago
|
||
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5dd7e419a011
Start reload by calling reload in the parent. r=Gijs,canadahonk
Comment 3•4 months ago
|
||
Backed out for causing perma bc failures
Backout link: https://hg.mozilla.org/integration/autoland/rev/caa7f3a4d9fb1e4d3bba9d950a54d1cc7d297e27
Flags: needinfo?(afarre)
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7232e9e31596
Start reload by calling reload in the parent. r=Gijs,canadahonk,smaug
Comment 5•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Updated•3 months ago
|
Flags: needinfo?(afarre)
Updated•25 days ago
|
Flags: needinfo?(afarre)
Assignee | ||
Updated•22 days ago
|
Flags: needinfo?(afarre)
Comment 10•17 days ago
|
||
uplift |
Updated•17 days ago
|
status-firefox-esr128:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•