[Webkit-unassigned] [Bug 275299] New: [GTK][WPE] Page titles not saved into back/forward list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 9 08:40:28 PDT 2024


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

            Bug ID: 275299
           Summary: [GTK][WPE] Page titles not saved into back/forward
                    list
           Product: WebKit
           Version: Other
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at redhat.com
                CC: bugs-noreply at webkitgtk.org

In bug #223190 we removed the ability to save page titles into the back/forward list. This functionality is restored in bug #275280 and bug #275298, and apparently that works on macOS. It doesn't work on Linux, because page titles are never saved into the back/forward list in the first place.

I debugged this as far as HistoryController::initializeItem, where the title gets set to a null string because DocumentLoader::setTitle has not yet been called. The title gets set in the document loader a bit later, too late to go into the back/forward list. Perhaps the title gets set sooner on macOS?

-- 
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/20240609/b6a2cec2/attachment-0001.htm>


More information about the webkit-unassigned mailing list