WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
66502
Switch RenderBlock to to new layout types
https://bugs.webkit.org/show_bug.cgi?id=66502
Summary
Switch RenderBlock to to new layout types
Emil A Eklund
Reported
2011-08-18 14:57:26 PDT
Convert RenderBlock to new layout abstraction.
Attachments
Patch
(66.32 KB, patch)
2011-08-18 14:59 PDT
,
Emil A Eklund
no flags
Details
Formatted Diff
Diff
Patch for landing
(65.76 KB, patch)
2011-08-19 11:34 PDT
,
Emil A Eklund
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Emil A Eklund
Comment 1
2011-08-18 14:59:24 PDT
Created
attachment 104403
[details]
Patch
Eric Seidel (no email)
Comment 2
2011-08-19 10:57:18 PDT
Comment on
attachment 104403
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=104403&action=review
> Source/WebCore/rendering/RenderBlock.cpp:1349 > + repaintRect.intersect(LayoutRect(0, 0, width(), height()));
I'm surprised there isn't a size() function to use here.
> Source/WebCore/rendering/RenderBlock.h:823 > + typedef PODInterval<int, FloatingObject*> FloatingObjectInterval; > + typedef PODIntervalTree<int, FloatingObject*> FloatingObjectTree;
?
Emil A Eklund
Comment 3
2011-08-19 11:11:53 PDT
(In reply to
comment #2
)
> (From update of
attachment 104403
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=104403&action=review
> > > Source/WebCore/rendering/RenderBlock.cpp:1349 > > + repaintRect.intersect(LayoutRect(0, 0, width(), height())); > > I'm surprised there isn't a size() function to use here.
There is, rewrote it as LayoutRect(LayoutPoint(), size())
> > > Source/WebCore/rendering/RenderBlock.h:823 > > + typedef PODInterval<int, FloatingObject*> FloatingObjectInterval; > > + typedef PODIntervalTree<int, FloatingObject*> FloatingObjectTree;
Argh, merge failure, reverted. Thanks.
Emil A Eklund
Comment 4
2011-08-19 11:34:01 PDT
Created
attachment 104535
[details]
Patch for landing
WebKit Review Bot
Comment 5
2011-08-19 13:58:13 PDT
Comment on
attachment 104535
[details]
Patch for landing Clearing flags on attachment: 104535 Committed
r93436
: <
http://trac.webkit.org/changeset/93436
>
WebKit Review Bot
Comment 6
2011-08-19 13:58:18 PDT
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