Closed
Bug 1607518
Opened 5 years ago
Closed 5 years ago
ClassifierDummyChannel must implement nsIClassifiedChannel
Categories
(Core :: Privacy: Anti-Tracking, task, P1)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
I noticed that the ClassifierDummyChannel
class added in bug 1495285 isn't implementing nsIClassifierChannel
which means QIs to that interface on that object will be failing in some places and random things will fail to work on such channel objects. We should probably implement that interface properly.
This may (or may not) help with the crashes we're seeing in bug 1503787.
Updated•5 years ago
|
Priority: -- → P1
Assignee | ||
Updated•5 years ago
|
Summary: ClassifierDummyChannel must implement nsIClassifierChannel → ClassifierDummyChannel must implement nsIClassifier\dChannel
Assignee | ||
Updated•5 years ago
|
Summary: ClassifierDummyChannel must implement nsIClassifier\dChannel → ClassifierDummyChannel must implement nsIClassifiedChannel
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/25b89047cf0d
Make ClassifierDummyChannel implement nsIClassifiedChannel; r=baku
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•