Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (224585 => 224586)
--- trunk/Source/_javascript_Core/ChangeLog 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/_javascript_Core/ChangeLog 2017-11-08 18:32:24 UTC (rev 224586)
@@ -1,3 +1,13 @@
+2017-11-08 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Remove unused Page.ScriptIdentifier protocol type
+ https://bugs.webkit.org/show_bug.cgi?id=179407
+
+ Reviewed by Matt Baker.
+
+ * inspector/protocol/Page.json:
+ Remove unused protocol type.
+
2017-11-08 Carlos Garcia Campos <[email protected]>
Web Inspector: use JSON::{Array,Object,Value} instead of Inspector{Array,Object,Value}
Modified: trunk/Source/_javascript_Core/inspector/protocol/Page.json (224585 => 224586)
--- trunk/Source/_javascript_Core/inspector/protocol/Page.json 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/_javascript_Core/inspector/protocol/Page.json 2017-11-08 18:32:24 UTC (rev 224586)
@@ -78,11 +78,6 @@
{ "name": "secure", "type": "boolean", "description": "True if cookie is secure." },
{ "name": "session", "type": "boolean", "description": "True in case of session cookie." }
]
- },
- {
- "id": "ScriptIdentifier",
- "type": "string",
- "description": "Unique script identifier."
}
],
"commands": [
Modified: trunk/Source/WebInspectorUI/ChangeLog (224585 => 224586)
--- trunk/Source/WebInspectorUI/ChangeLog 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/WebInspectorUI/ChangeLog 2017-11-08 18:32:24 UTC (rev 224586)
@@ -1,3 +1,19 @@
+2017-11-08 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Remove unused Page.ScriptIdentifier protocol type
+ https://bugs.webkit.org/show_bug.cgi?id=179407
+
+ Reviewed by Matt Baker.
+
+ * Versions/Inspector-iOS-10.0.json:
+ * Versions/Inspector-iOS-10.3.json:
+ * Versions/Inspector-iOS-11.0.json:
+ * Versions/Inspector-iOS-7.0.json:
+ * Versions/Inspector-iOS-8.0.json:
+ * Versions/Inspector-iOS-9.0.json:
+ * Versions/Inspector-iOS-9.3.json:
+ Remove unused protocol type.
+
2017-11-06 Nikita Vasilyev <[email protected]>
Web Inspector: Styles Redesign: Display warnings
Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-10.0.json (224585 => 224586)
--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-10.0.json 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-10.0.json 2017-11-08 18:32:24 UTC (rev 224586)
@@ -2717,11 +2717,6 @@
{ "name": "secure", "type": "boolean", "description": "True if cookie is secure." },
{ "name": "session", "type": "boolean", "description": "True in case of session cookie." }
]
- },
- {
- "id": "ScriptIdentifier",
- "type": "string",
- "description": "Unique script identifier."
}
],
"commands": [
Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-10.3.json (224585 => 224586)
--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-10.3.json 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-10.3.json 2017-11-08 18:32:24 UTC (rev 224586)
@@ -2763,11 +2763,6 @@
{ "name": "secure", "type": "boolean", "description": "True if cookie is secure." },
{ "name": "session", "type": "boolean", "description": "True in case of session cookie." }
]
- },
- {
- "id": "ScriptIdentifier",
- "type": "string",
- "description": "Unique script identifier."
}
],
"commands": [
Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-11.0.json (224585 => 224586)
--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-11.0.json 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-11.0.json 2017-11-08 18:32:24 UTC (rev 224586)
@@ -2878,11 +2878,6 @@
{ "name": "secure", "type": "boolean", "description": "True if cookie is secure." },
{ "name": "session", "type": "boolean", "description": "True in case of session cookie." }
]
- },
- {
- "id": "ScriptIdentifier",
- "type": "string",
- "description": "Unique script identifier."
}
],
"commands": [
Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json (224585 => 224586)
--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json 2017-11-08 18:32:24 UTC (rev 224586)
@@ -109,11 +109,6 @@
{ "name": "secure", "type": "boolean", "description": "True if cookie is secure." },
{ "name": "session", "type": "boolean", "description": "True in case of session cookie." }
]
- },
- {
- "id": "ScriptIdentifier",
- "type": "string",
- "description": "Unique script identifier."
}
],
"commands": [
Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-8.0.json (224585 => 224586)
--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-8.0.json 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-8.0.json 2017-11-08 18:32:24 UTC (rev 224586)
@@ -2593,11 +2593,6 @@
{ "name": "secure", "type": "boolean", "description": "True if cookie is secure." },
{ "name": "session", "type": "boolean", "description": "True in case of session cookie." }
]
- },
- {
- "id": "ScriptIdentifier",
- "type": "string",
- "description": "Unique script identifier."
}
],
"commands": [
Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-9.0.json (224585 => 224586)
--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-9.0.json 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-9.0.json 2017-11-08 18:32:24 UTC (rev 224586)
@@ -2471,11 +2471,6 @@
{ "name": "secure", "type": "boolean", "description": "True if cookie is secure." },
{ "name": "session", "type": "boolean", "description": "True in case of session cookie." }
]
- },
- {
- "id": "ScriptIdentifier",
- "type": "string",
- "description": "Unique script identifier."
}
],
"commands": [
Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-9.3.json (224585 => 224586)
--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-9.3.json 2017-11-08 17:44:39 UTC (rev 224585)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-9.3.json 2017-11-08 18:32:24 UTC (rev 224586)
@@ -2546,11 +2546,6 @@
{ "name": "secure", "type": "boolean", "description": "True if cookie is secure." },
{ "name": "session", "type": "boolean", "description": "True in case of session cookie." }
]
- },
- {
- "id": "ScriptIdentifier",
- "type": "string",
- "description": "Unique script identifier."
}
],
"commands": [