Closed
Bug 1522054
Opened 7 years ago
Closed 6 years ago
nsUrlClassifierDBService::Lookup does not exec the callback if the param is systemPrincipal
Categories
(Toolkit :: Safe Browsing, defect, P2)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: baku, Assigned: dimi)
Details
Attachments
(1 file)
This code seems to be used only for testing, but, this method...
... returns NS_OK, but it doesn't exec the callback if the principal is system, because of this:
| Assignee | ||
Updated•7 years ago
|
Priority: -- → P2
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Attachment #9102910 -
Attachment description: Bug 1522054 - Execute the callback in nsUrlClassifierDBService::Lookup when the param is systgemPrincipal. r?gcp → Bug 1522054 - Assert when nsUrlClassifierDBService::Lookup is called with SystemPrinciap. r?gcp
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1548ffd8f48c
Assert when nsUrlClassifierDBService::Lookup is called with SystemPrinciap. r=gcp
Comment 3•6 years ago
|
||
Backed out changeset 1548ffd8f48c (Bug 1522054) for mochitest failures at test_lookup_system_principal.html.
Backout: https://hg.mozilla.org/integration/autoland/rev/3a1a724d7b7bbe9a3abddb48f6e1229546b07810
Push that started the failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=1548ffd8f48ca29f49d1e8f2a92e2cc314c1e12e&selectedJob=274732737
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=274732737&repo=autoland&lineNumber=4455
Flags: needinfo?(dlee)
Pushed by dlee@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f5df610ae207
Assert when nsUrlClassifierDBService::Lookup is called with SystemPrinciap. r=gcp
Comment 5•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Updated•6 years ago
|
Assignee: nobody → dlee
| Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(dlee)
You need to log in
before you can comment on or make changes to this bug.
Description
•