OLD | NEW |
---|---|
1 { | 1 { |
2 "version": { "major": "1", "minor": "1" }, | 2 "version": { "major": "1", "minor": "1" }, |
3 "domains": [{ | 3 "domains": [{ |
4 "domain": "Inspector", | 4 "domain": "Inspector", |
5 "hidden": true, | 5 "hidden": true, |
6 "types": [], | 6 "types": [], |
7 "commands": [ | 7 "commands": [ |
8 { | 8 { |
9 "name": "enable", | 9 "name": "enable", |
10 "description": "Enables inspector domain notifications." | 10 "description": "Enables inspector domain notifications." |
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2004 "id": "HighlightConfig", | 2004 "id": "HighlightConfig", |
2005 "type": "object", | 2005 "type": "object", |
2006 "properties": [ | 2006 "properties": [ |
2007 { "name": "showInfo", "type": "boolean", "optional": true, " description": "Whether the node info tooltip should be shown (default: false)." }, | 2007 { "name": "showInfo", "type": "boolean", "optional": true, " description": "Whether the node info tooltip should be shown (default: false)." }, |
2008 { "name": "showRulers", "type": "boolean", "optional": true, "description": "Whether the rulers should be shown (default: false)." }, | 2008 { "name": "showRulers", "type": "boolean", "optional": true, "description": "Whether the rulers should be shown (default: false)." }, |
2009 { "name": "showExtensionLines", "type": "boolean", "optional ": true, "description": "Whether the extension lines from node to the rulers sho uld be shown (default: false)." }, | 2009 { "name": "showExtensionLines", "type": "boolean", "optional ": true, "description": "Whether the extension lines from node to the rulers sho uld be shown (default: false)." }, |
2010 { "name": "contentColor", "$ref": "RGBA", "optional": true, "description": "The content box highlight fill color (default: transparent)." }, | 2010 { "name": "contentColor", "$ref": "RGBA", "optional": true, "description": "The content box highlight fill color (default: transparent)." }, |
2011 { "name": "paddingColor", "$ref": "RGBA", "optional": true, "description": "The padding highlight fill color (default: transparent)." }, | 2011 { "name": "paddingColor", "$ref": "RGBA", "optional": true, "description": "The padding highlight fill color (default: transparent)." }, |
2012 { "name": "borderColor", "$ref": "RGBA", "optional": true, " description": "The border highlight fill color (default: transparent)." }, | 2012 { "name": "borderColor", "$ref": "RGBA", "optional": true, " description": "The border highlight fill color (default: transparent)." }, |
2013 { "name": "marginColor", "$ref": "RGBA", "optional": true, " description": "The margin highlight fill color (default: transparent)." }, | 2013 { "name": "marginColor", "$ref": "RGBA", "optional": true, " description": "The margin highlight fill color (default: transparent)." }, |
2014 { "name": "eventTargetColor", "$ref": "RGBA", "optional": tr ue, "hidden": true, "description": "The event target element highlight fill colo r (default: transparent)." } | 2014 { "name": "eventTargetColor", "$ref": "RGBA", "optional": tr ue, "hidden": true, "description": "The event target element highlight fill colo r (default: transparent)." }, |
2015 { "name": "shapeColor", "$ref": "RGBA", "optional": true, "h idden": true, "description": "The event target element shape fill color (default : transparent)." }, | |
dgozman
2014/07/29 11:00:41
These shape colors has nothing to do with event ta
| |
2016 { "name": "shapeMarginColor", "$ref": "RGBA", "optional": tr ue, "hidden": true, "description": "The event target element shape margin fill c olor (default: transparent)." } | |
2015 ], | 2017 ], |
2016 "description": "Configuration data for the highlighting of page elements." | 2018 "description": "Configuration data for the highlighting of page elements." |
2017 } | 2019 } |
2018 ], | 2020 ], |
2019 "commands": [ | 2021 "commands": [ |
2020 { | 2022 { |
2021 "name": "enable", | 2023 "name": "enable", |
2022 "description": "Enables DOM agent for the given page." | 2024 "description": "Enables DOM agent for the given page." |
2023 }, | 2025 }, |
2024 { | 2026 { |
(...skipping 2252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4277 { | 4279 { |
4278 "name": "dataAvailable", | 4280 "name": "dataAvailable", |
4279 "parameters": [ | 4281 "parameters": [ |
4280 {"name": "value", "type": "array", "items": { "$ref": "Power Event" }, "description": "List of power events." } | 4282 {"name": "value", "type": "array", "items": { "$ref": "Power Event" }, "description": "List of power events." } |
4281 ], | 4283 ], |
4282 "handlers": ["browser", "frontend"] | 4284 "handlers": ["browser", "frontend"] |
4283 } | 4285 } |
4284 ] | 4286 ] |
4285 }] | 4287 }] |
4286 } | 4288 } |
OLD | NEW |