Title: [213932] trunk/Source/_javascript_Core
Revision
213932
Author
[email protected]
Date
2017-03-14 13:01:45 -0700 (Tue, 14 Mar 2017)

Log Message

Web Inspector: Remove unused Network protocol event
https://bugs.webkit.org/show_bug.cgi?id=169619

Patch by Joseph Pecoraro <[email protected]> on 2017-03-14
Reviewed by Mark Lam.

* inspector/protocol/Network.json:
This became unused in r213621 and should have been removed
from the protocol file then.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (213931 => 213932)


--- trunk/Source/_javascript_Core/ChangeLog	2017-03-14 19:57:11 UTC (rev 213931)
+++ trunk/Source/_javascript_Core/ChangeLog	2017-03-14 20:01:45 UTC (rev 213932)
@@ -1,3 +1,14 @@
+2017-03-14  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Remove unused Network protocol event
+        https://bugs.webkit.org/show_bug.cgi?id=169619
+
+        Reviewed by Mark Lam.
+
+        * inspector/protocol/Network.json:
+        This became unused in r213621 and should have been removed
+        from the protocol file then.
+
 2017-03-14  Mark Lam  <[email protected]>
 
         Add a null check in VMTraps::willDestroyVM() to handle a race condition.

Modified: trunk/Source/_javascript_Core/inspector/protocol/Network.json (213931 => 213932)


--- trunk/Source/_javascript_Core/inspector/protocol/Network.json	2017-03-14 19:57:11 UTC (rev 213931)
+++ trunk/Source/_javascript_Core/inspector/protocol/Network.json	2017-03-14 20:01:45 UTC (rev 213932)
@@ -206,13 +206,6 @@
             ]
         },
         {
-            "name": "requestServedFromCache",
-            "description": "Fired if request ended up loading from cache.",
-            "parameters": [
-                { "name": "requestId", "$ref": "RequestId", "description": "Request identifier." }
-            ]
-        },
-        {
             "name": "responseReceived",
             "description": "Fired when HTTP response is available.",
             "parameters": [
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to