WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
27704
Refactor the first step of layout in RenderFlexibleBox.cpp
https://bugs.webkit.org/show_bug.cgi?id=27704
Summary
Refactor the first step of layout in RenderFlexibleBox.cpp
Shinichiro Hamaji
Reported
2009-07-27 03:16:35 PDT
The first steps of RenderFlexibleBox::layoutHorizontalBox and RenderFlexibleBox::layoutVerticalBox are identical. We may be able to factor the code out to reduce duplication.
Attachments
Patch v1
(4.63 KB, patch)
2009-07-27 03:18 PDT
,
Shinichiro Hamaji
eric
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Shinichiro Hamaji
Comment 1
2009-07-27 03:18:24 PDT
Created
attachment 33529
[details]
Patch v1 --- 2 files changed, 44 insertions(+), 41 deletions(-)
Eric Seidel (no email)
Comment 2
2009-07-28 10:54:29 PDT
Comment on
attachment 33529
[details]
Patch v1 It's difficult to read the diff, but this looks right. Looks like you're just sharing code between two functions which should have been shared long ago!
David Levin
Comment 3
2009-07-29 00:22:23 PDT
Assigned to levin for landing.
David Levin
Comment 4
2009-07-29 01:10:04 PDT
Committed as
http://trac.webkit.org/changeset/46525
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