<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Firefox Restore Session Display window in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/18452#M8099</link>
    <description>&lt;P&gt;Thank you for responding.&lt;/P&gt;&lt;P&gt;On the machine I am using now, browser.sessionstore.max_resumed_crashes == 1.&lt;/P&gt;&lt;P&gt;I do not usually have to kill Firefox as it usually crashes on its own under different Firefox profiles and Operating Systems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This particular install is a flatpak based Firefox on PopOS.&amp;nbsp; I will have to look at other machines as i get to them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;Open Previous Windows and Tabs&lt;/EM&gt;" is unchecked.&amp;nbsp; Tab hoarders need to trim down at times.&amp;nbsp; It does not restore them automatically, but I would rather have an easily editable list of previous tabs to restore anyway.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Nov 2022 22:53:27 GMT</pubDate>
    <dc:creator>rjt69</dc:creator>
    <dc:date>2022-11-05T22:53:27Z</dc:date>
    <item>
      <title>Firefox Restore Session Display window</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/8074#M3418</link>
      <description>&lt;P&gt;I like to keep a huge number of windows and tabs and restore my last session every time I restart. When that happens I 'd often like to see the list of windows clearly and unselect some of them cause they are no longer needed.&lt;/P&gt;&lt;P&gt;The problem is that the display window to do that is extremely extremely narrow with 3-4 rows (instead of 15-20 like a proper table)!!! Need to endlessly scroll so slowly, in a way that no one would even bother to do&amp;nbsp; that. Whoever designed that is definitely not a "Restore session" user and tabs hoarder!&lt;/P&gt;&lt;P&gt;I believe in earlier versions this was not the case, as I have started to reuse firefox in the last year or so.&lt;/P&gt;&lt;P&gt;Please do something to improve this!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2022 09:38:41 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/8074#M3418</guid>
      <dc:creator>Nickys13</dc:creator>
      <dc:date>2022-06-16T09:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox Restore Session Display window</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/8376#M3510</link>
      <description>&lt;P&gt;Hmm, normally you do not get a list at all unless Firefox is having problems recovering after a crash. But perhaps you are using a trick to get the "Sorry. We’re having trouble getting your pages back." page.&lt;/P&gt;&lt;P&gt;I agree it would make sense to give the list more room; there do not need to be such huge margins in my opinion.&lt;/P&gt;&lt;P&gt;In theory, that page can be restyled using custom style rules in a userContent.css file. I don't know whether you have heard of that, but it is the lesser known cousin of the optional userChrome.css file you can use to modify the appearance of the user interface. A good site for help on this is &lt;A href="https://www.reddit.com/r/FirefoxCSS/" target="_blank"&gt;https://www.reddit.com/r/FirefoxCSS/&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;As an example, the following allows that middle section to use the full height of the browser viewport:&lt;/P&gt;&lt;LI-CODE lang="css"&gt;@-moz-document url-prefix("about:sessionrestore"){
  body {padding: 0 !important;}
  div.container.restore-chosen {margin: 0 !important;}
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 00:52:30 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/8376#M3510</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-06-22T00:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox Restore Session Display window</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/8455#M3540</link>
      <description>&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;Yes, I select "end task" for the session from the Task manager before I shut down the computer, so that I reload my pages again next time, since I ll definitely need some of them to continue from there.&lt;/P&gt;&lt;P&gt;The above customization seems kind of difficult, do you believe it will fix the problem?&lt;/P&gt;&lt;P&gt;I am attaching the picture to see what I am talking about. It would be common sense to enlarge the window by default without me having to edit code.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 09:42:17 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/8455#M3540</guid>
      <dc:creator>Nickys13</dc:creator>
      <dc:date>2022-06-23T09:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox Restore Session Display window</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/8486#M3557</link>
      <description>&lt;P&gt;I think the reason for the problem is this screen is only supposed to display in rare circumstances -- where Firefox crashed AND Firefox was unable to restore the previous session on the first try -- so it does not get a lot of attention to its usability.&lt;/P&gt;&lt;P&gt;(Most people just tick the box on the Settings page to restore their previous session at startup rather than intentionally crashing Firefox, but of course, that doesn't give you a choice of which windows/tabs to restore, and you need to make sure Firefox isn't set to clear history when it closes.)&lt;/P&gt;&lt;P&gt;I have attached a screenshot of the results of the rules. But yes, there are many steps to set it up. If you want to give it a try, I can list them out.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Fx101-about-sessionstore-with-usercontent-css-modification.png" style="width: 400px;"&gt;&lt;img src="https://connect.mozilla.org/t5/image/serverpage/image-id/1084i163FF086008DD917/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Fx101-about-sessionstore-with-usercontent-css-modification.png" alt="Fx101-about-sessionstore-with-usercontent-css-modification.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 14:50:16 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/8486#M3557</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-06-23T14:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox Restore Session Display window</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/18324#M8050</link>
      <description>&lt;P&gt;I do not think it is rare.&amp;nbsp; Are their metrics to back up that claim?&amp;nbsp; I &lt;STRONG&gt;_frequently_&lt;/STRONG&gt; (multiple times per week at the minimum)&amp;nbsp; have this same exact problem under &lt;STRONG&gt;many different profiles&lt;/STRONG&gt; &lt;STRONG&gt;on many different OSes&lt;/STRONG&gt; and &lt;STRONG&gt;hardware platforms&lt;/STRONG&gt;.&amp;nbsp; Something goes wrong ( i suspect in Firefox bookmarks), Firefox becomes unresponsive for at least five minutes, if not forever.&amp;nbsp;&amp;nbsp; &lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/78"&gt;@jscher2000&lt;/a&gt; does that CSS change sync to your profile?&amp;nbsp;&amp;nbsp; How would you set as the default for all profiles for all users on the machine.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would like to see restoring sessions be part of "Firefox View" Tab Pickup.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 00:02:25 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/18324#M8050</guid>
      <dc:creator>rjt69</dc:creator>
      <dc:date>2022-11-04T00:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox Restore Session Display window</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/18332#M8051</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/15826"&gt;@rjt69&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;I do not think it is rare.&amp;nbsp; Are their metrics to back up that claim?&amp;nbsp; I &lt;STRONG&gt;_frequently_&lt;/STRONG&gt; (multiple times per week at the minimum)&amp;nbsp; have this same exact problem under &lt;STRONG&gt;many different profiles&lt;/STRONG&gt; &lt;STRONG&gt;on many different OSes&lt;/STRONG&gt; and &lt;STRONG&gt;hardware platforms&lt;/STRONG&gt;.&amp;nbsp; Something goes wrong ( i suspect in Firefox bookmarks), Firefox becomes unresponsive for at least five minutes, if not forever.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So you need to "kill" Firefox and then at startup it can't restore your session automatically? Or you lowered &lt;EM&gt;browser.sessionstore.max_resumed_crashes&lt;/EM&gt; to zero to force that screen to appear after a crash?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;&lt;a href="https://connect.mozilla.org/t5/user/viewprofilepage/user-id/78"&gt;@jscher2000&lt;/a&gt;does that CSS change sync to your profile?&amp;nbsp;&amp;nbsp; How would you set as the default for all profiles for all users on the machine.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It needs to be installed into each profile individually and a preference changed. &lt;A href="https://www.userchrome.org/how-create-userchrome-css.html" target="_blank"&gt;https://www.userchrome.org/how-create-userchrome-css.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;P&gt;Would like to see restoring sessions be part of "Firefox View" Tab Pickup.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;There is a comment thread for Firefox View at &lt;A href="https://connect.mozilla.org/t5/discussions/firefox-view-is-now-live-in-fx106-learn-about-this-new-feature/td-p/16376" target="_blank"&gt;https://connect.mozilla.org/t5/discussions/firefox-view-is-now-live-in-fx106-learn-about-this-new-feature/td-p/16376&lt;/A&gt;, or you could create a new "Idea" submission.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 04:48:54 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/18332#M8051</guid>
      <dc:creator>jscher2000</dc:creator>
      <dc:date>2022-11-04T04:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox Restore Session Display window</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/18452#M8099</link>
      <description>&lt;P&gt;Thank you for responding.&lt;/P&gt;&lt;P&gt;On the machine I am using now, browser.sessionstore.max_resumed_crashes == 1.&lt;/P&gt;&lt;P&gt;I do not usually have to kill Firefox as it usually crashes on its own under different Firefox profiles and Operating Systems.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This particular install is a flatpak based Firefox on PopOS.&amp;nbsp; I will have to look at other machines as i get to them.&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;Open Previous Windows and Tabs&lt;/EM&gt;" is unchecked.&amp;nbsp; Tab hoarders need to trim down at times.&amp;nbsp; It does not restore them automatically, but I would rather have an easily editable list of previous tabs to restore anyway.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 22:53:27 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/18452#M8099</guid>
      <dc:creator>rjt69</dc:creator>
      <dc:date>2022-11-05T22:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Firefox Restore Session Display window</title>
      <link>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/86737#M33235</link>
      <description>&lt;P&gt;Please look at what Chrome does for restore, it is much better.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 15:04:16 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/firefox-restore-session-display-window/m-p/86737#M33235</guid>
      <dc:creator>J-Mozilla</dc:creator>
      <dc:date>2025-02-17T15:04:16Z</dc:date>
    </item>
  </channel>
</rss>

