Title: [168355] trunk/Source/WebInspectorUI
- Revision
- 168355
- Author
- [email protected]
- Date
- 2014-05-06 05:37:52 -0700 (Tue, 06 May 2014)
Log Message
Web Inspector: [CSS Regions] Add the regionOversetChange event to the iOS 7.0 WebInspector UI
https://bugs.webkit.org/show_bug.cgi?id=132566
Reviewed by Antti Koivisto.
The regionOversetChange event was missing from the iOS7 WebInspector.
* UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js:
* Versions/Inspector-iOS-7.0.json:
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (168354 => 168355)
--- trunk/Source/WebInspectorUI/ChangeLog 2014-05-06 12:16:58 UTC (rev 168354)
+++ trunk/Source/WebInspectorUI/ChangeLog 2014-05-06 12:37:52 UTC (rev 168355)
@@ -1,3 +1,15 @@
+2014-05-06 Radu Stavila <[email protected]>
+
+ Web Inspector: [CSS Regions] Add the regionOversetChange event to the iOS 7.0 WebInspector UI
+ https://bugs.webkit.org/show_bug.cgi?id=132566
+
+ Reviewed by Antti Koivisto.
+
+ The regionOversetChange event was missing from the iOS7 WebInspector.
+
+ * UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js:
+ * Versions/Inspector-iOS-7.0.json:
+
2014-05-05 Radu Stavila <[email protected]>
[CSS Regions] Remove regionLayoutUpdate event
Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js (168354 => 168355)
--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js 2014-05-06 12:16:58 UTC (rev 168354)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js 2014-05-06 12:37:52 UTC (rev 168355)
@@ -203,6 +203,7 @@
InspectorBackend.registerEvent("CSS.styleSheetChanged", ["styleSheetId"]);
InspectorBackend.registerEvent("CSS.namedFlowCreated", ["namedFlow"]);
InspectorBackend.registerEvent("CSS.namedFlowRemoved", ["documentNodeId", "flowName"]);
+InspectorBackend.registerEvent("CSS.regionOversetChanged", ["namedFlow"]);
InspectorBackend.registerCommand("CSS.enable", [], []);
InspectorBackend.registerCommand("CSS.disable", [], []);
InspectorBackend.registerCommand("CSS.getMatchedStylesForNode", [{"name": "nodeId", "type": "number", "optional": false}, {"name": "includePseudo", "type": "boolean", "optional": true}, {"name": "includeInherited", "type": "boolean", "optional": true}], ["matchedCSSRules", "pseudoElements", "inherited"]);
Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json (168354 => 168355)
--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json 2014-05-06 12:16:58 UTC (rev 168354)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json 2014-05-06 12:37:52 UTC (rev 168355)
@@ -2183,6 +2183,13 @@
{ "name": "flowName", "type": "string", "description": "Identifier of the removed Named Flow." }
],
"description": "Fires when a Named Flow is removed: has no associated content nodes and regions."
+ },
+ {
+ "name": "regionOversetChanged",
+ "parameters": [
+ { "name": "namedFlow", "$ref": "NamedFlow", "description": "The Named Flow containing the regions whose regionOverset values changed." }
+ ],
+ "description": "Fires if any of the regionOverset values changed in a Named Flow's region chain."
}
]
},
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes