Disable cache option should only clear memory cache, not disable it. Apparently clearing memory cache on reload should be enough for developers. This will also have less side effects. E.g. disabling memory cache causes several willSendRequest calls for some resources.
Created attachment 102002 [details] Patch
Comment on attachment 102002 [details] Patch Attachment 102002 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/9250393 New failing tests: http/tests/inspector/network/network-disable-cache-memory.html http/tests/inspector/network/network-disable-cache-xhrs.html
Created attachment 102111 [details] Patch
Committed r91858: <http://trac.webkit.org/changeset/91858>