Bug 151407 - ResourceUsageOverlay should have better accounting for reclaimable memory.
Summary: ResourceUsageOverlay should have better accounting for reclaimable memory.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-18 14:17 PST by Andreas Kling
Modified: 2015-11-18 15:48 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.26 KB, patch)
2015-11-18 14:18 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2015-11-18 14:17:33 PST
We should show how much memory in each category is reclaimable, if any.
Comment 1 Andreas Kling 2015-11-18 14:18:05 PST
Created attachment 265778 [details]
Patch
Comment 2 Anders Carlsson 2015-11-18 14:56:02 PST
Comment on attachment 265778 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=265778&action=review

> Source/WebCore/page/cocoa/ResourceUsageOverlayCocoa.mm:435
> +    size_t dirty { 0 };

😐
Comment 3 WebKit Commit Bot 2015-11-18 15:48:53 PST
Comment on attachment 265778 [details]
Patch

Clearing flags on attachment: 265778

Committed r192595: <http://trac.webkit.org/changeset/192595>
Comment 4 WebKit Commit Bot 2015-11-18 15:48:55 PST
All reviewed patches have been landed.  Closing bug.