| OLD | NEW |
| 1 { | 1 { |
| 2 "version": { "major": "1", "minor": "0" }, | 2 "version": { "major": "1", "minor": "0" }, |
| 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 2645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2656 "description": "Fires when a Named Flow is removed: has no assoc
iated content nodes and regions.", | 2656 "description": "Fires when a Named Flow is removed: has no assoc
iated content nodes and regions.", |
| 2657 "hidden": true | 2657 "hidden": true |
| 2658 }, | 2658 }, |
| 2659 { | 2659 { |
| 2660 "name": "regionLayoutUpdated", | 2660 "name": "regionLayoutUpdated", |
| 2661 "parameters": [ | 2661 "parameters": [ |
| 2662 { "name": "namedFlow", "$ref": "NamedFlow", "description": "
The Named Flow whose layout may have changed." } | 2662 { "name": "namedFlow", "$ref": "NamedFlow", "description": "
The Named Flow whose layout may have changed." } |
| 2663 ], | 2663 ], |
| 2664 "description": "Fires when a Named Flow's layout may have change
d.", | 2664 "description": "Fires when a Named Flow's layout may have change
d.", |
| 2665 "hidden": true | 2665 "hidden": true |
| 2666 }, |
| 2667 { |
| 2668 "name": "regionOversetChanged", |
| 2669 "parameters": [ |
| 2670 { "name": "namedFlow", "$ref": "NamedFlow", "description": "
The Named Flow containing the regions whose regionOverset values changed." } |
| 2671 ], |
| 2672 "description": "Fires if any of the regionOverset values changed
in a Named Flow's region chain.", |
| 2673 "hidden": true |
| 2666 } | 2674 } |
| 2667 ] | 2675 ] |
| 2668 }, | 2676 }, |
| 2669 { | 2677 { |
| 2670 "domain": "Timeline", | 2678 "domain": "Timeline", |
| 2671 "description": "Timeline provides its clients with instrumentation recor
ds that are generated during the page runtime. Timeline instrumentation can be s
tarted and stopped using corresponding commands. While timeline is started, it i
s generating timeline event records.", | 2679 "description": "Timeline provides its clients with instrumentation recor
ds that are generated during the page runtime. Timeline instrumentation can be s
tarted and stopped using corresponding commands. While timeline is started, it i
s generating timeline event records.", |
| 2672 "types": [ | 2680 "types": [ |
| 2673 { | 2681 { |
| 2674 "id": "DOMCounters", | 2682 "id": "DOMCounters", |
| 2675 "type": "object", | 2683 "type": "object", |
| (...skipping 1093 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3769 ] | 3777 ] |
| 3770 } | 3778 } |
| 3771 ], | 3779 ], |
| 3772 "events": [ | 3780 "events": [ |
| 3773 { | 3781 { |
| 3774 "name": "layerTreeDidChange" | 3782 "name": "layerTreeDidChange" |
| 3775 } | 3783 } |
| 3776 ] | 3784 ] |
| 3777 }] | 3785 }] |
| 3778 } | 3786 } |
| OLD | NEW |