Bug 11199 - Windows port should add entries to session history sooner
Summary: Windows port should add entries to session history sooner
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: PC Windows XP
: P2 Normal
Assignee: Don Gibson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-06 19:05 PDT by Don Gibson
Modified: 2006-10-07 11:58 PDT (History)
0 users

See Also:


Attachments
patch v1 (3.46 KB, patch)
2006-10-06 19:12 PDT, Don Gibson
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Gibson 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.
Comment 1 Don Gibson 2006-10-06 19:12:15 PDT
Created attachment 10959 [details]
patch v1
Comment 2 Adam Roben (:aroben) 2006-10-07 11:07:29 PDT
Comment on attachment 10959 [details]
patch v1

r=me
Comment 3 Adam Roben (:aroben) 2006-10-07 11:58:39 PDT
Landed as r16884