RESOLVED FIXED 11199
Windows port should add entries to session history sooner
https://bugs.webkit.org/show_bug.cgi?id=11199
Summary Windows port should add entries to session history sooner
Don Gibson
Reported 2006-10-06 19:05:19 PDT
Right now, the Windows WebFrame code only adds an entry to the session history list when a load completes. I think it should add the entry when the load commits instead, since it should be possible to go "back" from a still-loading page once we've committed the load. Patch coming shortly.
Attachments
patch v1 (3.46 KB, patch)
2006-10-06 19:12 PDT, Don Gibson
aroben: review+
Don Gibson
Comment 1 2006-10-06 19:12:15 PDT
Created attachment 10959 [details] patch v1
Adam Roben (:aroben)
Comment 2 2006-10-07 11:07:29 PDT
Comment on attachment 10959 [details] patch v1 r=me
Adam Roben (:aroben)
Comment 3 2006-10-07 11:58:39 PDT
Landed as r16884
Note You need to log in before you can comment on or make changes to this bug.