Closed
Bug 1143201
Opened 10 years ago
Closed 10 years ago
nsMixedContentBlocker::ShouldLoad crashing on linux
Categories
(Core :: Security, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1089255
People
(Reporter: marcosc, Unassigned)
References
Details
Keep getting a crash reported on Linux when my tests try to invoke ShouldLoad via JS. Might be nothing, but thought I'd report it anyway.
See:
https://treeherder.mozilla.org/logviewer.html#?job_id=5640016&repo=try
Which is part of my tests:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=6f1b4a09b48d
Reporter | ||
Updated•10 years ago
|
OS: Mac OS X → Linux
Comment 1•10 years ago
|
||
It's not crashing; it's failing a fatal assert.
The assert is that the first value passed in (aContentType) is one of our known values.
In the try push, the JS is passing Ci.nsIContentPolicy.TYPE_WEB_MANIFEST which: (1) doesn't seem to exist afaict and (2) is not a type that nsMixedContentBlocker knows about.
Reporter | ||
Comment 2•10 years ago
|
||
Ah yeah, I've implemented Ci.nsIContentPolicy.TYPE_WEB_MANIFEST locally (probably why I wasn't able to reproduce :)). Ok, so this is really just a duplicate of bug 1089255.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•