Bug 18411 - Enable Page caching and create FrameViews on the fly
Summary: Enable Page caching and create FrameViews on the fly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
: 14794 (view as bug list)
Depends on:
Blocks: 18064
  Show dependency treegraph
 
Reported: 2008-04-10 12:06 PDT by Holger Freyther
Modified: 2008-04-14 13:09 PDT (History)
1 user (show)

See Also:


Attachments
Enable caching of pages (15.02 KB, patch)
2008-04-10 12:09 PDT, Holger Freyther
alp: review+
Details | Formatted Diff | Diff
test case (177 bytes, text/html)
2008-04-14 06:29 PDT, Jan Alonzo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!