[webkit-reviews] review requested: [Bug 26968] Add API to reload without using cache : [Attachment 32258] Implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 4 12:08:06 PDT 2009


Benjamin Meyer <ben at meyerhome.net> has asked  for review:
Bug 26968: Add API to reload without using cache
https://bugs.webkit.org/show_bug.cgi?id=26968

Attachment 32258: Implementation
https://bugs.webkit.org/attachment.cgi?id=32258&action=edit

------- Additional Comments from Benjamin Meyer <ben at meyerhome.net>
Webkit's reload function takes an argument to reload with and without cache. 
This is used to populate the QNetworkRequest cacheloadcontrol enum
(http://doc.trolltech.com/4.5/qnetworkrequest.html#CacheLoadControl-enum) when
creating a QNetworkRequest.  Currently the Qt api has an action for reload, but
no action for reload without cache.  This patch adds that action to QtWebkit.

This functionality is often seen in browsers/viewers as holding down shift
while clicking on the reload button.


More information about the webkit-reviews mailing list