[Webkit-unassigned] [Bug 42861] Session history should skip over JS redirects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 27 14:29:17 PDT 2010


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





--- Comment #11 from Mihai Parparita <mihaip at chromium.org>  2010-07-27 14:29:17 PST ---
Another test that Darin mentioned was to look at navigations caused by JS form submits, since there have been WebKit bugs with history generated by them in the past (http://trac.webkit.org/changeset/45606, http://trac.webkit.org/changeset/25410, https://webkit.org/b/32383)

                             Chrome  WebKit  Firefox  IE
   0 (submit during onload)  page    page    page     page
 200 (submit after 200ms)    page    page    page     page
6000 (submit after 6000ms)   page    page    page     page

With my patch, the WebKit behavior is g.com/page/page. Given that all the other browsers always create a history entry, it seems prudent to not change WebKit's behavior here (i.e. don't trigger the check that I added to mustLockBackForwardList when it's called from scheduleFormSubmission).

-- 
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