Closed
Bug 1584183
Opened 6 years ago
Closed 6 years ago
nsILoadInfo.requestBlockingReason not set for all classification results
Categories
(Toolkit :: Safe Browsing, defect, P2)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: mayhemer, Assigned: mayhemer)
References
Details
Attachments
(1 file)
Currently nsILoadInfo.requestBlockingReason is set in nsChannelClassifier::OnClassifyComplete
but a better place is UrlClassifierCommon::SetBlockedContent
. This will automatically assign the reason also for few new error codes (added with the patch).
![]() |
Assignee | |
Updated•6 years ago
|
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED
Priority: -- → P2
![]() |
Assignee | |
Comment 1•6 years ago
|
||
Pushed by honzab.moz@firemni.cz:
https://hg.mozilla.org/integration/autoland/rev/0cd4794603af
Set nsILoadInfo.requestBlockingReason in UrlClassifierCommon::SetBlockedContent, r=dimi
![]() |
||
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•