[Webkit-unassigned] [Bug 26968] New: Add API to reload without using cache

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


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

           Summary: Add API to reload without using cache
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ben at meyerhome.net



Benjamin Meyer <ben at meyerhome.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32258|                            |review?
               Flag|                            |


Created an attachment (id=32258)
 --> (https://bugs.webkit.org/attachment.cgi?id=32258)
Implementation

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.

-- 
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