Closed
Bug 776790
Opened 12 years ago
Closed 12 years ago
Ignore the app ID sent from content processes when creating windows
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 776649
People
(Reporter: cjones, Unassigned)
References
Details
We use the same ctor message for both parent-created and child-created PBrowser. But we can't allow content processes to decide which app they're created in, or my browser-tab process could create a popup window that claimed to be the dialer, e.g.
Comment 1•12 years ago
|
||
A content process should only be able to create new processes with the same app id.
Reporter | ||
Comment 2•12 years ago
|
||
I'm going to incidentally fix this in bug 776649 since I have to modify that code slightly anyway.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•