Closed
Bug 811174
Opened 13 years ago
Closed 8 years ago
Implement better method of registering OOP frames
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1311041
People
(Reporter: jgriffin, Unassigned)
Details
The current method of registering frames is a bit hacky, since it uses outerWindowID's, and parent and child processes have independent lists of windows that outerWindowID's come from. To detect an OOP frame registration, we try to detect a mistmatch between the outerWindowID coming from the frame, and that generated by the main process.
A better mechanism would be to have a different callback handle the register messages for OOP vs non-OOP frames.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•