Closed
Bug 1920960
Opened 11 months ago
Closed 11 months ago
Simplify nsDocShellLoadState::CalculateChannelLoadFlags argument
Categories
(Core :: DOM: Navigation, task)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
133 Branch
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-esr128+
|
Details | Review |
nsDocShellLoadState::CalculateChannelLoadFlags
' aUriModified
argument is a Maybe<bool>
, but all callers have a value to pass in.
Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → peterv
Status: NEW → ASSIGNED
Updated•11 months ago
|
Type: defect → task
Pushed by pvanderbeken@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cc89b015d89e
Simplify nsDocShellLoadState::CalculateChannelLoadFlags argument. r=farre
Comment 3•11 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 11 months ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
Comment 4•10 months ago
|
||
Comment on attachment 9427051 [details]
Bug 1920960 - Simplify nsDocShellLoadState::CalculateChannelLoadFlags argument. r?farre!
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: Needed to uplift bug 1921972.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Very simple clean-up
- String changes made/needed: none
- Is Android affected?: Yes
Attachment #9427051 -
Flags: approval-mozilla-beta?
Comment 5•10 months ago
|
||
Comment on attachment 9427051 [details]
Bug 1920960 - Simplify nsDocShellLoadState::CalculateChannelLoadFlags argument. r?farre!
Approved for 132.0b7.
Attachment #9427051 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•10 months ago
|
status-firefox132:
--- → fixed
Comment 7•10 months ago
|
||
Comment on attachment 9427051 [details]
Bug 1920960 - Simplify nsDocShellLoadState::CalculateChannelLoadFlags argument. r?farre!
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Needed if we want to uplift bug 1911977.
- User impact if declined: See bug 1911977
- Fix Landed on Version:
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Trivial clean-up
Attachment #9427051 -
Flags: approval-mozilla-esr128?
Comment 8•10 months ago
|
||
Comment on attachment 9427051 [details]
Bug 1920960 - Simplify nsDocShellLoadState::CalculateChannelLoadFlags argument. r?farre!
Approved for 128.4esr.
Attachment #9427051 -
Flags: approval-mozilla-esr128? → approval-mozilla-esr128+
Updated•10 months ago
|
status-firefox-esr128:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•