forked from mirrors/gecko-dev
We currently wait for the "sessionstore-single-window-restored" notification and *then* start listening for individual "SSTabRestored" events. This doesn't work because we may fire those events before we get the chance to create the listener. Listening for "browser-window-before-show" works consistently, but we need references to the windows *before* they start restoring, so we have to manually run the "Restore All Windows" code, instead of clicking the Library button. Originally part of the patch stack for bug 1703556. Differential Revision: https://phabricator.services.mozilla.com/D112887
6 lines
73 B
HTML
6 lines
73 B
HTML
<!DOCTYPE html>
|
|
<meta charset="UTF-8">
|
|
<html>
|
|
<body>
|
|
</body>
|
|
</html>
|