[Webkit-unassigned] [Bug 69358] New: Allow creating new pages with a existing back forward list

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 11:28:15 PDT 2011


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

           Summary: Allow creating new pages with a existing back forward
                    list
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: andersca at apple.com, sam at webkit.org


Tabbed browsers typically copy the bf list of the current tab for the new view when creating a new tab. Epiphany and midori do that by using WebCore::BackForwardList::addItem() to add items of current tab bf list to the bf list of the newly created tab. In WebKit2 the C API doesn't expose addItem() method to keep the API simple, so it would be better to be able to create a page with a existing bf list.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list