Title: [90905] trunk/Source/WebKit/chromium
Revision
90905
Author
[email protected]
Date
2011-07-13 05:02:03 -0700 (Wed, 13 Jul 2011)

Log Message

Chromium DevTools: Enable clear cache and cookies from network panel in chromium.
https://bugs.webkit.org/show_bug.cgi?id=64095

Reviewed by Pavel Feldman.

* src/js/DevTools.js:
():

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (90904 => 90905)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-07-13 11:51:53 UTC (rev 90904)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-07-13 12:02:03 UTC (rev 90905)
@@ -1,3 +1,13 @@
+2011-07-13  Vsevolod Vlasov  <[email protected]>
+
+        Chromium DevTools: Enable clear cache and cookies from network panel in chromium.
+        https://bugs.webkit.org/show_bug.cgi?id=64095
+
+        Reviewed by Pavel Feldman.
+
+        * src/js/DevTools.js:
+        ():
+
 2011-07-12  Al Patrick  <[email protected]>
 
         Added the ability to dynamically change the parent context of a WebGraphicsContext3D.

Modified: trunk/Source/WebKit/chromium/src/js/DevTools.js (90904 => 90905)


--- trunk/Source/WebKit/chromium/src/js/DevTools.js	2011-07-13 11:51:53 UTC (rev 90904)
+++ trunk/Source/WebKit/chromium/src/js/DevTools.js	2011-07-13 12:02:03 UTC (rev 90905)
@@ -53,6 +53,7 @@
     Preferences.saveAsAvailable = true;
     Preferences.useLowerCaseMenuTitlesOnWindows = true;
     Preferences.canInspectWorkers = true;
+    Preferences.canClearCacheAndCookies = true;
 })();
 
 // Recognize WebP as a valid image mime type.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to