mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-10 13:18:45 +02:00
This patch replaces the usage of sNextTabParent pointer to store the next
PBrowser parent actor to be used by the next frame loader with the
following information:
* In the case where the content JS has requested a new tab, the ID of the
next TabParent will be stored on the <xul:browser> element.
* In the case where the content JS has requested a new window, the ID of
the next TabParent will be stored on the created nsXULWindow.
|
||
|---|---|---|
| .. | ||
| test | ||
| tests/unit | ||
| moz.build | ||
| nsIWindowCreator.idl | ||
| nsIWindowCreator2.idl | ||
| nsIWindowProvider.idl | ||