[Webkit-unassigned] [Bug 31266] [Qt] QWebSettings::setMaximumPagesInCache(int pages) does not enable the Page Cache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 07:41:15 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31266


Andras Becsi <becsi.andras at stud.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #42772|0                           |1
        is obsolete|                            |
  Attachment #42961|                            |review?, commit-queue?
               Flag|                            |




--- Comment #8 from Andras Becsi <becsi.andras at stud.u-szeged.hu>  2009-11-11 07:41:14 PST ---
Created an attachment (id=42961)
 --> (https://bugs.webkit.org/attachment.cgi?id=42961)
proposed patch

Without adding a new QWebSetting enum value it did not enable the global cache,
so I needed to add one, but there are no new functions so no API change.
There are two known tests which are skipped because of Page Cache. As
implemented they do not time-out and crash any more, but revealed another bug
which causes a JS console message:

"CONSOLE MESSAGE: ReferenceError: Trying to access object from destroyed
plug-in."

which is a different issue, and tonikitoo will hopefully comfirm that my patch
is actually making Page Cache to work.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list