[Webkit-unassigned] [Bug 65007] [Qt] Add option to turn on disk caching in QtTestBrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 22 01:05:14 PDT 2011


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


Noam Rosenthal <noam.rosenthal at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #101694|review?                     |review+
               Flag|                            |




--- Comment #2 from Noam Rosenthal <noam.rosenthal at nokia.com>  2011-07-22 01:05:15 PST ---
(From update of attachment 101694)
View in context: https://bugs.webkit.org/attachment.cgi?id=101694&action=review

> Tools/QtTestBrowser/launcherwindow.cpp:808
> +        qDebug() << "Using disk cache location: " << cacheLocation;
> +        cache->setCacheDirectory(cacheLocation);
> +    }
> +    page()->networkAccessManager()->setCache(cache);
> +    qDebug() << "disk cache" << (enable ? "enabled" : "disabled");

Please remove qDebug() before committing. Those tend to clutter after a while.

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