[Webkit-unassigned] [Bug 198561] New: REGRESSION(r243094): [GTK][WPE] Stale content after restoring the web view session

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 5 05:08:21 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198561

            Bug ID: 198561
           Summary: REGRESSION(r243094): [GTK][WPE] Stale content after
                    restoring the web view session
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: Gtk, Regression
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org, cdumez at apple.com

This is another regression of delaying the web process launch until the first load. If the session is restored before anything has been loaded, which is the normal way, the RestoreSession message is just ignored and the state is sent to the WebPage on creation via creation parameters. The WebPage considers that restoring a session from creation parameters only happens when re-launching a process after a crash or in case of process swap. In those cases, the history item is not marked as restored from session. We need to ensure the session is restored in the web process from the IPC message handler, by launching the initial process before the session is restored.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190605/fb3566eb/attachment-0001.html>


More information about the webkit-unassigned mailing list