Bug 18411

Summary: Enable Page caching and create FrameViews on the fly
Product: WebKit Reporter: Holger Freyther <zecke>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: alp
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 18064    
Attachments:
Description Flags
Enable caching of pages
alp: review+
test case none

Description Holger Freyther 2008-04-10 12:06:52 PDT
Enable page caching for the Gtk+ port. This requires changes to the FrameLoaderClient, the way we handle the GtkAdjustments in the webview, and on the fly frameview creation.
Comment 1 Holger Freyther 2008-04-10 12:09:42 PDT
Created attachment 20461 [details]
Enable caching of pages

Enable the page caching for the gtk+ port.
Comment 2 Jan Alonzo 2008-04-14 06:05:31 PDT
*** Bug 14794 has been marked as a duplicate of this bug. ***
Comment 3 Jan Alonzo 2008-04-14 06:29:07 PDT
Created attachment 20530 [details]
test case

This patch passes the attached test case. Also, the test case exposes bug #18064.
Comment 4 Alp Toker 2008-04-14 13:09:09 PDT
Landed in r31877. Thanks for seeing this one through Holger!