Closed Bug 1436569 Opened 7 years ago Closed 6 years ago

Channel from main process to all frames in a tab

Categories

(Core :: DOM: Content Processes, enhancement, P3)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1467212

People

(Reporter: jryans, Unassigned)

References

(Blocks 1 open bug)

Details

Assuming a tab with a tree of frames such as: Top Frame A (a.com) └─Sub Frame A1 (a1.com) └─Sub Frame A1A (a1a.com) which may imply the following process structure under full Site Isolation: Main Process (pid 1) ├─Frame Process (pid 101, a.com) ├─Frame Process (pid 102, a1.com) └─Frame Process (pid 103, a1a.com) DevTools (and presumably others) will need: * a list of all frames for the tab * a channel (message manager I would assume) from the main process to each frame in the tab _without passing data through intermediate frames_ The channel needed here should be able to: * load privileged scripts into the remote frame * send and receive async messages
OS: Unspecified → All
Priority: -- → P3
Hardware: Unspecified → All
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.