Closed
Bug 1557807
Opened 6 years ago
Closed 6 years ago
Remove null check of sourceBc ContentChild::RecvWindowPostMessage()
Categories
(Core :: DOM: Content Processes, defect, P2)
Core
DOM: Content Processes
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
This can be null if the post message is sent by chrome code.
Summary: remove nullcheck in ContentChild::RecvWindowPostMessage() → remove null check of sourceBc ContentChild::RecvWindowPostMessage()
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → continuation
Summary: remove null check of sourceBc ContentChild::RecvWindowPostMessage() → Remove null check of sourceBc ContentChild::RecvWindowPostMessage()
Assignee | ||
Comment 2•6 years ago
|
||
This can happen if the post message is sent to content by chrome.
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bd7b19350b5a
Remove null check of sourceBc ContentChild::RecvWindowPostMessage(). r=nika
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Updated•6 years ago
|
Fission Milestone: --- → M3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•