Skip to content
Snippets Groups Projects
  1. Oct 25, 2022
  2. Oct 19, 2022
  3. Oct 12, 2022
  4. Oct 03, 2022
  5. Sep 29, 2022
  6. Sep 25, 2022
  7. Sep 19, 2022
  8. Sep 18, 2022
  9. Sep 17, 2022
  10. Sep 15, 2022
  11. Sep 13, 2022
  12. Sep 12, 2022
  13. Sep 11, 2022
  14. Sep 10, 2022
  15. Sep 09, 2022
  16. Sep 08, 2022
  17. Sep 07, 2022
  18. Sep 06, 2022
  19. Sep 03, 2022
  20. Sep 02, 2022
  21. Sep 01, 2022
  22. Aug 31, 2022
    • Michael Catanzaro's avatar
      Fix loss of tab history if placeholder page is not removed · e959d323
      Michael Catanzaro authored
      When starting Epiphany, we load an empty HTML document in all tabs
      except the currently-presented tab in order to start quickly and avoid
      excess memory usage. The real document is loaded later when the user
      clicks on the tab for the first time after starting the browser. But
      there's a problem with this strategy: if the user never clicks on the
      tab, then the placeholder document is still there when we quit, and we
      accidentally save the *placeholder* into the session state instead of
      the real state of the tab that was restored from the previous session.
      The most obvious impact of this is you lose the contents of the
      back/forward list.
      
      This fixes the issue by ensuring we check to see if delayed session
      state is available when saving the session. If so, the web view is
      displaying a placeholder document and we want to save the delayed state,
      not the placeholder state.
      
      Fixes #1622
      
      Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1191>
      e959d323
  23. Aug 30, 2022
  24. Aug 29, 2022
  25. Aug 27, 2022
  26. Aug 25, 2022
Loading