⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 150121 in webkit


Ignore:
Timestamp:
May 15, 2013, 9:40:05 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Web Inspector: Get rid of addNativeSnapshotChunk and HeapSnapshotChunk from Memory domain
​https://bugs.webkit.org/show_bug.cgi?id=116144

Patch by Seokju Kwon <Seokju Kwon> on 2013-05-15
Reviewed by Timothy Hatcher.

No new tests, no behavior change.

  • inspector/Inspector.json:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r150120 r150121  
     12013-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
    1122013-05-15  Jocelyn Turcotte  <jocelyn.turcotte@digia.com>
    213
  • trunk/Source/WebCore/inspector/Inspector.json

    r149905 r150121  
    5555                    { "name": "children", "type": "array", "optional": true, "items": { "$ref": "MemoryBlock" }}
    5656                ]
    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                 ]
    6757            }
    6858        ],
    … …  
    7464                    { "name": "nodes", "type": "integer" },
    7565                    { "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." }
    8466                ]
    8567            }
Note: See TracChangeset for help on using the changeset viewer.