Bug 55588 - Web Inspector: [Chromium] Implement simple memory management for detailed heap snapshots
Summary: Web Inspector: [Chromium] Implement simple memory management for detailed hea...
Status: RESOLVED WONTFIX
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: 50510
  Show dependency treegraph
 
Reported: 2011-03-02 10:11 PST by Mikhail Naganov
Modified: 2011-03-03 01:17 PST (History)
10 users (show)

See Also:


Attachments
patch (10.79 KB, patch)
2011-03-02 10:19 PST, Mikhail Naganov
mnaganov: 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-03-02 10:11:51 PST
Allow Inspector to control its own memory consumption and dispose data of heap snapshots unused for a long time.
Comment 1 Mikhail Naganov 2011-03-02 10:19:10 PST
Created attachment 84434 [details]
patch
Comment 2 Mikhail Naganov 2011-03-03 01:17:46 PST
OK, as we had discussed offline, this isn't a real solution to the problem of overrunning Inspector's memory (which can happen in Chromium). Should propose a better approach.