Closed
Bug 1585058
Opened 2 months ago
Closed 2 months ago
Typo in identifier causing the test to return always the same value
Categories
(Core :: DOM: Security, defect, P1)
Core
DOM: Security
P1
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | fixed |
firefox71 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: Sylvestre)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: coverity, regression, Whiteboard: [CID 98712][domsecurity-active])
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
identifier_typo: Using orginalReferrer appears to be a typo:
Identifier orginalReferrer is only known to be referenced here, or in copies of this code.
Identifier originalReferrer is referenced elsewhere at least 7 times.
Assignee | ||
Updated•2 months ago
|
Summary: Typo in identifier → Typo in identifier causing the test to return always the same value
Assignee | ||
Comment 1•2 months ago
|
||
Pushed by sledru@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8a269edb06c2 Typo in identifier causing the test to return always the same value r=tnguyen
Comment 3•2 months ago
|
||
thanks for fixing!
Assignee: nobody → sledru
Status: NEW → ASSIGNED
Priority: -- → P1
Whiteboard: [CID 98712] → [CID 98712][domsecurity-active]
Keywords: regression
Comment 4•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Comment 5•2 months ago
|
||
Is this something we need to nominate for Beta uplift or can it ride Fx71 to release?
status-firefox67:
--- → unaffected
status-firefox68:
--- → unaffected
status-firefox69:
--- → unaffected
status-firefox70:
--- → affected
status-firefox-esr60:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Flags: needinfo?(sledru)
Assignee | ||
Comment 6•2 months ago
|
||
Dunno, I am just fixing an engineering issue, I don't know what is the actual defect on the product(s).
Christoph?
Flags: needinfo?(sledru) → needinfo?(ckerschb)
Assignee | ||
Updated•2 months ago
|
Flags: needinfo?(tnguyen)
Comment 7•2 months ago
|
||
It should be uplifted I think
Flags: needinfo?(tnguyen)
Flags: needinfo?(ckerschb)
Comment 8•2 months ago
•
|
||
Comment on attachment 9097412 [details]
Bug 1585058 - Typo in identifier causing the test to return always the same value r?tnguyen
Beta/Release Uplift Approval Request
- User impact if declined: Not found at the moment, but it is a wrong logic because of typo
- Is this code covered by automated tests?: No
- 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): Typo orignalReferrer-> originalReferrer, then we use related uri from referrer
- String changes made/needed:
Attachment #9097412 -
Flags: approval-mozilla-beta?
Comment 9•2 months ago
|
||
Comment on attachment 9097412 [details]
Bug 1585058 - Typo in identifier causing the test to return always the same value r?tnguyen
Correctness issue, unsure of impact but let's uplift.
Attachment #9097412 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 10•2 months ago
|
||
bugherderuplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•