Title: [100857] trunk/Source/WebCore
Revision
100857
Author
[email protected]
Date
2011-11-19 09:32:21 -0800 (Sat, 19 Nov 2011)

Log Message

Web Inspector:[protocol] actual JSON messages do not conform to Inspector.json in InspectorApplicationCacheAgent.cpp
https://bugs.webkit.org/show_bug.cgi?id=72734

Reviewed by Timothy Hatcher.

* inspector/Inspector.json:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (100856 => 100857)


--- trunk/Source/WebCore/ChangeLog	2011-11-19 15:34:58 UTC (rev 100856)
+++ trunk/Source/WebCore/ChangeLog	2011-11-19 17:32:21 UTC (rev 100857)
@@ -1,3 +1,12 @@
+2011-11-19  Vsevolod Vlasov  <[email protected]>
+
+        Web Inspector:[protocol] actual JSON messages do not conform to Inspector.json in InspectorApplicationCacheAgent.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=72734
+
+        Reviewed by Timothy Hatcher.
+
+        * inspector/Inspector.json:
+
 2011-11-19  David Barr  <[email protected]>
 
         REGRESSION(r98542): Chromium: CSS text is rendered on page

Modified: trunk/Source/WebCore/inspector/Inspector.json (100856 => 100857)


--- trunk/Source/WebCore/inspector/Inspector.json	2011-11-19 15:34:58 UTC (rev 100856)
+++ trunk/Source/WebCore/inspector/Inspector.json	2011-11-19 17:32:21 UTC (rev 100857)
@@ -931,7 +931,7 @@
                 "description": "Detailed application cache resource information.",
                 "properties": [
                     { "name": "url", "type": "string", "description": "Resource url." },
-                    { "name": "size", "type": "string", "description": "Resource size." },
+                    { "name": "size", "type": "integer", "description": "Resource size." },
                     { "name": "type", "type": "string", "description": "Resource type." }
                 ]
             },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to