Bug 60960 - Web Inspector: [Chromium] Retaining paths list in the Detailed heap snapshots view isn't resizable
Summary: Web Inspector: [Chromium] Retaining paths list in the Detailed heap snapshots...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Mikhail Naganov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-17 08:04 PDT by Mikhail Naganov
Modified: 2011-05-18 02:34 PDT (History)
10 users (show)

See Also:


Attachments
patch (9.90 KB, patch)
2011-05-17 08:09 PDT, Mikhail Naganov
pfeldman: review+
mnaganov: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Naganov 2011-05-17 08:04:54 PDT
It's currently impossible to resize the retaining paths list in the Detailed heap snapshots view. This is not convenient, especially when Inspector is in the docked mode, resulting in a very short list.
Comment 1 Mikhail Naganov 2011-05-17 08:09:39 PDT
Created attachment 93767 [details]
patch
Comment 2 Mikhail Naganov 2011-05-18 02:34:15 PDT
Manually committed http://trac.webkit.org/changeset/86743

2011-05-17  Mikhail Naganov  <mnaganov@chromium.org>

        Reviewed by Pavel Feldman.

        Web Inspector: [Chromium] Make retaining paths list of the Detailed
        heap snapshots view resizable.
        https://bugs.webkit.org/show_bug.cgi?id=60960

        * inspector/front-end/DetailedHeapshotView.js:
        (WebInspector.DetailedHeapshotView.prototype.resize):
        (WebInspector.DetailedHeapshotView.prototype._startRetainersHeaderDragging):
        (WebInspector.DetailedHeapshotView.prototype._retainersHeaderDragging):
        (WebInspector.DetailedHeapshotView.prototype._endRetainersHeaderDragging):
        (WebInspector.DetailedHeapshotView.prototype._updateRetainmentViewHeight):
        * inspector/front-end/heapProfiler.css: