Bug 22694

Summary: [GTK] Back / Forward history menus are flipped
Product: WebKit Reporter: Luca Ferretti <elle.uca>
Component: WebKitGTKAssignee: Jan Alonzo <jmalonzo>
Status: RESOLVED FIXED    
Severity: Normal CC: jmalonzo, reinouts
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
don't call g_list_reverse when returning the back or forward list mrowe: review+

Description Luca Ferretti 2008-12-05 13:58:51 PST
Using epiphany-webkit, in Back toolbutton menu lists the previous visited pages are in reverse order,
i.e. the previous one is the last enty of the list

Example:
 * go to google.com
 * go to yahoo.com
 * go to gnome.org
 * go to kde.org

Expected result:
 The menu obtained clicking on Back toolbutton arrow should be
     1) gnome.org
     2) yahoo.com
     3) google.com

Current results
 The menu is instead:
    1) google.com
    2) yahoo.com
    3) gnome.org

Origianally reported here http://bugzilla.gnome.org/show_bug.cgi?id=562553
Comment 1 Jan Alonzo 2008-12-05 14:02:13 PST
Thanks Luca. I'll work on this.
Comment 2 Jan Alonzo 2009-02-20 20:13:08 PST
Created attachment 27848 [details]
don't call g_list_reverse when returning the back or forward list
Comment 3 Jan Alonzo 2009-02-23 02:01:04 PST
Thanks Mark. Landed in r41137