blob: 03a5e3abeb6e0d3197238ac214e9ca63497ac490 [file] [log] [blame]
{
"extensions": [
{
"type": "@Components.DOMPresentationUtils.MarkerDecorator",
"factoryName": "Components.DOMPresentationUtils.GenericDecorator",
"marker": "breakpoint-marker",
"title": "DOM Breakpoint",
"color": "rgb(105, 140, 254)"
},
{
"type": "@UI.ContextMenu.Provider",
"contextTypes": [
"SDK.DOMNode"
],
"className": "Components.DOMBreakpointsSidebarPane.ContextMenuProvider"
},
{
"type": "@UI.ContextFlavorListener",
"contextTypes": [
"SDK.DebuggerPausedDetails"
],
"className": "Components.DOMBreakpointsSidebarPane"
},
{
"type": "view",
"location": "sources-sidebar",
"id": "sources.domBreakpoints",
"title": "DOM Breakpoints",
"order": 7,
"persistence": "permanent",
"factoryName": "Components.DOMBreakpointsSidebarPane"
},
{
"type": "view",
"location": "elements-sidebar",
"id": "elements.domBreakpoints",
"title": "DOM Breakpoints",
"order": 6,
"persistence": "permanent",
"factoryName": "Components.DOMBreakpointsSidebarPane"
}
],
"dependencies": [
"bindings",
"platform",
"ui",
"network_log"
],
"scripts": [
"DOMBreakpointsSidebarPane.js",
"DOMPresentationUtils.js",
"DockController.js",
"Linkifier.js",
"Reload.js"
],
"resources": [
"domBreakpointsSidebarPane.css",
"domUtils.css",
"imagePreview.css"
]
}