WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
68665
refactor RenderFlexibleBox to use flex-flow aware methods
https://bugs.webkit.org/show_bug.cgi?id=68665
Summary
refactor RenderFlexibleBox to use flex-flow aware methods
Ojan Vafai
Reported
2011-09-22 17:04:41 PDT
refactor RenderFlexibleBox to use flex-flow aware methods
Attachments
Patch
(23.92 KB, patch)
2011-09-22 17:06 PDT
,
Ojan Vafai
no flags
Details
Formatted Diff
Diff
Patch
(23.85 KB, patch)
2011-09-23 13:18 PDT
,
Ojan Vafai
tony
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ojan Vafai
Comment 1
2011-09-22 17:06:44 PDT
Created
attachment 108423
[details]
Patch
Tony Chang
Comment 2
2011-09-23 10:27:56 PDT
Comment on
attachment 108423
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=108423&action=review
> Source/WebCore/rendering/RenderBlock.h:-213 > - // FIXME: Supporting layout deltas. > - void setLogicalLocationForChild(RenderBox* child, const LayoutPoint&);
Can you add a line in the ChangeLog explaining why this is being removed (e.g., unused).
> Source/WebCore/rendering/RenderFlexibleBox.cpp:116 > +LayoutUnit RenderFlexibleBox::hasOrthogonalFlow(RenderBox* child) const
Shouldn't this return a bool?
> Source/WebCore/rendering/RenderFlexibleBox.cpp:124 > +LayoutUnit RenderFlexibleBox::isHorizontalFlow() const
Shouldn't this return a bool?
> Source/WebCore/rendering/RenderFlexibleBox.cpp:130 > +LayoutUnit RenderFlexibleBox::isLeftToRightFlow() const
Shouldn't this return a bool?
> Source/WebCore/rendering/RenderFlexibleBox.cpp:415 > + // FIXME: I think we only want to do this for horizontal flows.
For vertical flows, we'll need something like this to compute the physical width.
Ojan Vafai
Comment 3
2011-09-23 13:18:14 PDT
Created
attachment 108523
[details]
Patch
Ojan Vafai
Comment 4
2011-09-23 13:31:21 PDT
Committed
r95856
: <
http://trac.webkit.org/changeset/95856
>
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