Closed
Bug 1464481
Opened 6 years ago
Closed 6 years ago
WebRequest securityInfo crash when used without blocking listeners
Categories
(WebExtensions :: Request Handling, defect, P1)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: mixedpuppy)
References
Details
Attachments
(1 file)
This is a followup patch to bug 1322748.
The tests only covered blocking requests :(
Thanks evilpie for finding that!
Flags: qe-verify-
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•6 years ago
|
||
Essentially, when we use non-blocking listeners only the channel register never happens. The crash would happen when attempting to get the registered channel.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → mixedpuppy
Priority: -- → P1
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8980687 [details]
Bug 1464481 - fix and test crash when getting registered channelwrapper,
https://reviewboard.mozilla.org/r/246856/#review253022
Attachment #8980687 -
Flags: review?(kmaglione+bmo) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Pushed by mixedpuppy@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/7427913e4eda
fix and test crash when getting registered channelwrapper, r=kmag
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Assignee | ||
Updated•6 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Updated•6 years ago
|
Keywords: dev-doc-needed
Updated•6 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•