Bug 122034 - REGRESSION(r154219): 30% more malloc memory used on html5-full-render.
Summary: REGRESSION(r154219): 30% more malloc memory used on html5-full-render.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-27 14:51 PDT by Andreas Kling
Modified: 2013-09-27 16:05 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.58 KB, patch)
2013-09-27 14:52 PDT, 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 2013-09-27 14:51:52 PDT
REGRESSION(r154219): 30% more malloc memory used on html5-full-render.
Comment 1 Andreas Kling 2013-09-27 14:52:31 PDT
Created attachment 212842 [details]
Patch
Comment 2 WebKit Commit Bot 2013-09-27 15:33:14 PDT
Comment on attachment 212842 [details]
Patch

Clearing flags on attachment: 212842

Committed r156582: <http://trac.webkit.org/changeset/156582>
Comment 3 WebKit Commit Bot 2013-09-27 15:33:16 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Geoffrey Garen 2013-09-27 16:05:06 PDT
Do we want canExecuteScripts() to be false for disconnected frames? What if I want to execute scripts outside the visible window?