RESOLVED FIXED 63238
Web Inspector: [Chromium] Shorten DOMWindow URLs in heap profiles
https://bugs.webkit.org/show_bug.cgi?id=63238
Summary Web Inspector: [Chromium] Shorten DOMWindow URLs in heap profiles
Mikhail Naganov
Reported 2011-06-23 02:00:21 PDT
In some applications (e.g. GMail), DOMWindow URLs are so long, that resulting strings don't fit in grids.
Attachments
patch (7.52 KB, patch)
2011-06-23 02:02 PDT, Mikhail Naganov
pfeldman: review+
mnaganov: commit-queue-
Mikhail Naganov
Comment 1 2011-06-23 02:02:58 PDT
Mikhail Naganov
Comment 2 2011-06-24 05:13:13 PDT
Manually committed http://trac.webkit.org/changeset/89666 2011-06-23 Mikhail Naganov <mnaganov@chromium.org> Reviewed by Pavel Feldman. Web Inspector: [Chromium] Shorten DOMWindow URLs in heap profiles. https://bugs.webkit.org/show_bug.cgi?id=63238 * inspector/front-end/DetailedHeapshotGridNodes.js: (WebInspector.HeapSnapshotGridNode.prototype.hasHoverMessage.false.hoverMessage): (WebInspector.HeapSnapshotGenericObjectNode): (WebInspector.HeapSnapshotGenericObjectNode.prototype.hoverMessage): (WebInspector.HeapSnapshotGenericObjectNode.prototype._updateHasChildren): (WebInspector.HeapSnapshotGenericObjectNode.prototype.isDOMWindow): (WebInspector.HeapSnapshotGenericObjectNode.prototype.shortenWindowURL): * inspector/front-end/DetailedHeapshotView.js: (WebInspector.HeapSnapshotRetainingPathsList.prototype.showNext.pathFound): (WebInspector.DetailedHeapshotView.prototype._getHoverAnchor): (WebInspector.DetailedHeapshotView.prototype._showStringContentPopup.displayString): (WebInspector.DetailedHeapshotView.prototype._showStringContentPopup): * inspector/front-end/utilities.js: ():
Note You need to log in before you can comment on or make changes to this bug.