Bug 23576 - Move m_continuation out of RenderFlow
Summary: Move m_continuation out of RenderFlow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-27 14:43 PST by Dave Hyatt
Modified: 2009-01-28 09:31 PST (History)
0 users

See Also:


Attachments
Patch to remove continuation member from RenderFlow (54.49 KB, patch)
2009-01-27 14:44 PST, Dave Hyatt
hyatt: review-
Details | Formatted Diff | Diff
Patch that shrinks RenderInline/Block by 4 bytes! :) (115.45 KB, patch)
2009-01-27 17:31 PST, Dave Hyatt
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2009-01-27 14:43:40 PST
Move m_continuation out of RenderFlow and into RenderBlock and RenderInline.  This is more work towards eventually removing RenderFlow.
Comment 1 Dave Hyatt 2009-01-27 14:44:14 PST
Created attachment 27088 [details]
Patch to remove continuation member from RenderFlow
Comment 2 Dave Hyatt 2009-01-27 14:55:26 PST
Comment on attachment 27088 [details]
Patch to remove continuation member from RenderFlow

Minusing. Improved patch coming.
Comment 3 Dave Hyatt 2009-01-27 17:31:11 PST
Created attachment 27092 [details]
Patch that shrinks RenderInline/Block by 4 bytes! :)
Comment 4 Oliver Hunt 2009-01-27 20:56:39 PST
Comment on attachment 27092 [details]
Patch that shrinks RenderInline/Block by 4 bytes! :)

r=me
Comment 5 Dave Hyatt 2009-01-28 09:31:10 PST
Fixed in r40312.