WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
140944
Simple line layout: Move FlowContents iterator interface to FlowContentsIterator.
https://bugs.webkit.org/show_bug.cgi?id=140944
Summary
Simple line layout: Move FlowContents iterator interface to FlowContentsItera...
zalan
Reported
2015-01-27 11:04:08 PST
To cleanup FlowContents's interface.
Attachments
Patch
(27.49 KB, patch)
2015-01-27 11:16 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(50.19 KB, patch)
2015-01-28 07:22 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(50.27 KB, patch)
2015-01-28 10:32 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(53.22 KB, patch)
2015-01-28 12:38 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2015-01-27 11:16:31 PST
Created
attachment 245456
[details]
Patch
Antti Koivisto
Comment 2
2015-01-27 11:26:46 PST
Comment on
attachment 245456
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=245456&action=review
> Source/WebCore/rendering/SimpleLineLayoutFlowContents.h:86 > mutable LazyLineBreakIterator m_lineBreakIterator;
Should this move down too?
> Source/WebCore/rendering/SimpleLineLayoutFlowContents.h:90 > +class FlowContentsIterator : public FlowContents {
I'd prefer FlowContentsIterator to have FlowContents instead of being one.
Antti Koivisto
Comment 3
2015-01-27 11:27:29 PST
Comment on
attachment 245456
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=245456&action=review
>> Source/WebCore/rendering/SimpleLineLayoutFlowContents.h:90 >> +class FlowContentsIterator : public FlowContents { > > I'd prefer FlowContentsIterator to have FlowContents instead of being one.
You should split this to two files at some point.
zalan
Comment 4
2015-01-28 07:22:53 PST
Created
attachment 245540
[details]
Patch
zalan
Comment 5
2015-01-28 10:32:21 PST
Created
attachment 245552
[details]
Patch
zalan
Comment 6
2015-01-28 12:38:38 PST
Created
attachment 245565
[details]
Patch
WebKit Commit Bot
Comment 7
2015-01-28 13:37:41 PST
Comment on
attachment 245565
[details]
Patch Clearing flags on attachment: 245565 Committed
r179284
: <
http://trac.webkit.org/changeset/179284
>
WebKit Commit Bot
Comment 8
2015-01-28 13:37:45 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug