| Index: Source/WebCore/inspector/Inspector.json
|
| ===================================================================
|
| --- Source/WebCore/inspector/Inspector.json (revision 108453)
|
| +++ Source/WebCore/inspector/Inspector.json (working copy)
|
| @@ -2268,7 +2268,7 @@
|
| {
|
| "name": "setEventListenerBreakpoint",
|
| "parameters": [
|
| - { "name": "eventName", "type": "string", "description": "Event name to stop on (any DOM event will do)." }
|
| + { "name": "eventName", "type": "string", "description": "DOM Event name to stop on (any DOM event will do)." }
|
| ],
|
| "description": "Sets breakpoint on particular DOM event."
|
| },
|
| @@ -2280,6 +2280,22 @@
|
| "description": "Removes breakpoint on particular DOM event."
|
| },
|
| {
|
| + "name": "setInstrumentationBreakpoint",
|
| + "parameters": [
|
| + { "name": "eventName", "type": "string", "description": "Instrumentation name to stop on." }
|
| + ],
|
| + "description": "Sets breakpoint on particular native event.",
|
| + "hidden": true
|
| + },
|
| + {
|
| + "name": "removeInstrumentationBreakpoint",
|
| + "parameters": [
|
| + { "name": "eventName", "type": "string", "description": "Instrumentation name to stop on." }
|
| + ],
|
| + "description": "Sets breakpoint on particular native event.",
|
| + "hidden": true
|
| + },
|
| + {
|
| "name": "setXHRBreakpoint",
|
| "parameters": [
|
| { "name": "url", "type": "string", "description": "Resource URL substring. All XHRs having this substring in the URL will get stopped upon." }
|
|
|