Bug 53914

Summary: Web Inspector: ignore cache upon reload via Ctrl(Cmd)+Shift+R.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Proposed change. yurys: review+

Description Pavel Feldman 2011-02-07 07:25:35 PST
With this patch,

Ctrl+Shift+R
Ctrl+F5
Shift+F5 on Win/Linux 

and

Cmd+Shift+R on Mac

from within inspector will do reload ignoring cache.
Comment 1 Pavel Feldman 2011-02-07 07:30:55 PST
Created attachment 81469 [details]
[PATCH] Proposed change.
Comment 2 Patrick Mueller 2011-02-07 07:49:29 PST
I'm curious as to whether the appcache cache is "ignored" as well.  Because that would be a very useful feature - and we should make sure to note that externally as well.  VERY useful feature.

By "ignoring" the appcache, I guess I mean erase it and start from scratch - which implies all the resources in the manifest are going to be reloaded.  

Or is that combining too many side-effects?
Comment 3 Pavel Feldman 2011-02-07 08:49:12 PST
(In reply to comment #2)
> I'm curious as to whether the appcache cache is "ignored" as well.  Because that would be a very useful feature - and we should make sure to note that externally as well.  VERY useful feature.
> 
> By "ignoring" the appcache, I guess I mean erase it and start from scratch - which implies all the resources in the manifest are going to be reloaded.  
>
> Or is that combining too many side-effects?

AppCache management is a separate thing, we should provide appcache-releated actions / toggles on the corresponding page. But going to the browser window to do Cmd+Shift+r is so annoying. This is a most requested feature for the chrome devtools.
Comment 4 Pavel Feldman 2011-02-08 04:57:58 PST
Committed r77922: <http://trac.webkit.org/changeset/77922>