Bug 123533 - Take line boxes out of the arena.
Summary: Take line boxes out of the arena.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-30 14:33 PDT by Andreas Kling
Modified: 2013-10-30 15:26 PDT (History)
9 users (show)

See Also:


Attachments
Patch (29.08 KB, patch)
2013-10-30 14:34 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-10-30 14:33:05 PDT
We should stop using the RenderArena for line boxes. This may be a small performance at first, but will diminish as simple line layout improves. Memory usage will likely improve immediately.
Comment 1 Andreas Kling 2013-10-30 14:34:17 PDT
Created attachment 215565 [details]
Patch
Comment 2 Antti Koivisto 2013-10-30 14:36:10 PDT
Comment on attachment 215565 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-10-30 15:26:13 PDT
Comment on attachment 215565 [details]
Patch

Clearing flags on attachment: 215565

Committed r158321: <http://trac.webkit.org/changeset/158321>
Comment 4 WebKit Commit Bot 2013-10-30 15:26:16 PDT
All reviewed patches have been landed.  Closing bug.