Changeset 150121 in webkit
- Timestamp:
- May 15, 2013, 9:40:05 AM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
inspector/Inspector.json (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r150120 r150121 1 2013-05-15 Seokju Kwon <seokju.kwon@gmail.com> 2 3 Web Inspector: Get rid of addNativeSnapshotChunk and HeapSnapshotChunk from Memory domain 4 https://bugs.webkit.org/show_bug.cgi?id=116144 5 6 Reviewed by Timothy Hatcher. 7 8 No new tests, no behavior change. 9 10 * inspector/Inspector.json: 11 1 12 2013-05-15 Jocelyn Turcotte <jocelyn.turcotte@digia.com> 2 13 -
trunk/Source/WebCore/inspector/Inspector.json
r149905 r150121 55 55 { "name": "children", "type": "array", "optional": true, "items": { "$ref": "MemoryBlock" }} 56 56 ] 57 },58 {59 "id": "HeapSnapshotChunk",60 "type": "object",61 "properties": [62 { "name": "strings", "type": "array", "items": { "type": "string" }, "description": "An array of strings that were found since last update." },63 { "name": "nodes", "type": "array", "items": { "type": "integer" }, "description": "An array of nodes that were found since last update." },64 { "name": "edges", "type": "array", "items": { "type": "integer" }, "description": "An array of edges that were found since last update." },65 { "name": "baseToRealNodeId", "type": "array", "items": { "type": "integer" }, "description": "An array of integers for nodeId remapping. Even nodeId has to be mapped to the following odd nodeId." }66 ]67 57 } 68 58 ], … … 74 64 { "name": "nodes", "type": "integer" }, 75 65 { "name": "jsEventListeners", "type": "integer" } 76 ]77 }78 ],79 "events": [80 {81 "name": "addNativeSnapshotChunk",82 "parameters": [83 { "name": "chunk", "$ref": "HeapSnapshotChunk", "description": "A chunk of the serialized the snapshot." }84 66 ] 85 67 }
Note:
See TracChangeset
for help on using the changeset viewer.