Bug 78972 - Shrink attribute style property sets after populating them.
Summary: Shrink attribute style property sets after populating them.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks: 78798
  Show dependency treegraph
 
Reported: 2012-02-18 13:24 PST by Andreas Kling
Modified: 2012-02-21 06:37 PST (History)
1 user (show)

See Also:


Attachments
A patch (1.91 KB, patch)
2012-02-18 13:27 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 2012-02-18 13:24:50 PST
We should compact the attribute style at the end of updateStyleAttribute() to minimize the amount of wasted memory.
Comment 1 Andreas Kling 2012-02-18 13:27:19 PST
Created attachment 127712 [details]
A patch
Comment 2 Andreas Kling 2012-02-21 06:37:27 PST
Comment on attachment 127712 [details]
A patch

Clearing flags on attachment: 127712

Committed r108350: <http://trac.webkit.org/changeset/108350>
Comment 3 Andreas Kling 2012-02-21 06:37:35 PST
All reviewed patches have been landed.  Closing bug.