Bug 41075 - We don't try and restore history state consistently between different load types
Summary: We don't try and restore history state consistently between different load types
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: History (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 41074
  Show dependency treegraph
 
Reported: 2010-06-23 09:31 PDT by Adam Treat
Modified: 2010-06-23 15:53 PDT (History)
2 users (show)

See Also:


Attachments
Restore state on first layout for all reload too (2.93 KB, patch)
2010-06-23 10:05 PDT, Adam Treat
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Treat 2010-06-23 09:31:57 PDT
We restore on first layout only for back/forward types and restore at the end of document load for reload types.  I think we can do better.
Comment 1 Adam Treat 2010-06-23 10:05:39 PDT
Created attachment 59525 [details]
Restore state on first layout for all reload too

This one blocks 41074 which is the bigger change so I'm hoping for feedback on that one first before real review...