RESOLVED FIXED 57227
Web Inspector: [Chromium] Refactor HeapSnapshot-related code to make sure we don't return big amounts of data to forms
https://bugs.webkit.org/show_bug.cgi?id=57227
Summary Web Inspector: [Chromium] Refactor HeapSnapshot-related code to make sure we ...
Mikhail Naganov
Reported 2011-03-28 06:09:07 PDT
This starts a sequence of changes to offload heap snapshots processing into workers.
Attachments
patch (21.69 KB, patch)
2011-03-28 06:10 PDT, Mikhail Naganov
mnaganov: commit-queue-
fill in ChangeLog for LayoutTests (21.83 KB, patch)
2011-03-28 06:15 PDT, Mikhail Naganov
pfeldman: review+
mnaganov: commit-queue-
Mikhail Naganov
Comment 1 2011-03-28 06:10:58 PDT
WebKit Review Bot
Comment 2 2011-03-28 06:12:59 PDT
Attachment 87133 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'LayoutTests/ChangeLog', u'LayoutTests/insp..." exit_code: 1 LayoutTests/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Mikhail Naganov
Comment 3 2011-03-28 06:15:48 PDT
Created attachment 87134 [details] fill in ChangeLog for LayoutTests
Mikhail Naganov
Comment 4 2011-03-29 04:45:16 PDT
Manually committed http://trac.webkit.org/changeset/82230 2011-03-29 Mikhail Naganov <mnaganov@chromium.org> Reviewed by Pavel Feldman. Web Inspector: [Chromium] Refactor HeapSnapshot-related code to make sure we don't return big amounts of data to forms. https://bugs.webkit.org/show_bug.cgi?id=57227 * inspector/front-end/DetailedHeapshotGridNodes.js: (WebInspector.HeapSnapshotGridNode.prototype.populateChildren): (WebInspector.HeapSnapshotGenericObjectNode.prototype.get _countPercent): (WebInspector.HeapSnapshotObjectNode): (WebInspector.HeapSnapshotObjectNode.prototype._createProvider): (WebInspector.HeapSnapshotInstanceNode): (WebInspector.HeapSnapshotInstanceNode.prototype._createProvider): (WebInspector.HeapSnapshotConstructorNode.prototype._createNodesProvider): (WebInspector.HeapSnapshotConstructorNode.prototype.get _countPercent): (WebInspector.HeapSnapshotDiffNode.prototype._createNodesProvider.createProvider): (WebInspector.HeapSnapshotDiffNode.prototype._createNodesProvider): (WebInspector.HeapSnapshotDominatorObjectNode.prototype._createProvider): * inspector/front-end/DetailedHeapshotView.js: (WebInspector.HeapSnapshotContainmentDataGrid.prototype.setDataSource): (WebInspector.HeapSnapshotDominatorsDataGrid.prototype.setDataSource): * inspector/front-end/HeapSnapshot.js: (WebInspector.HeapSnapshotNode.prototype.get dominatorIndex): (WebInspector.HeapSnapshotNode.prototype.get retainers): (WebInspector.HeapSnapshot): (WebInspector.HeapSnapshot.prototype.get _allNodes): (WebInspector.HeapSnapshot.prototype.get nodeCount): (WebInspector.HeapSnapshot.prototype.get rootNodeIndex): (WebInspector.HeapSnapshot.prototype.hasId): (WebInspector.HeapSnapshot.prototype.get nodeIds): (WebInspector.HeapSnapshot.prototype._retainersForNode): (WebInspector.HeapSnapshot.prototype._buildRetainers): (WebInspector.HeapSnapshot.prototype._buildAggregates): (WebInspector.HeapSnapshot.prototype._buildAggregatesIndexes): (WebInspector.HeapSnapshot.prototype._buildIdsList): (WebInspector.HeapSnapshot.prototype._buildNodeIndex): (WebInspector.HeapSnapshotFilteredOrderedIterator): (WebInspector.HeapSnapshotFilteredOrderedIterator.prototype.next): (WebInspector.HeapSnapshotEdgesProvider): (WebInspector.HeapSnapshotNodesProvider): 2011-03-29 Mikhail Naganov <mnaganov@chromium.org> Reviewed by Pavel Feldman. Web Inspector: [Chromium] Refactor HeapSnapshot-related code to make sure we don't return big amounts of data to forms. https://bugs.webkit.org/show_bug.cgi?id=57227 * inspector/profiler/heap-snapshot.html:
Note You need to log in before you can comment on or make changes to this bug.