WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
71840
Allow RenderView to have columns
https://bugs.webkit.org/show_bug.cgi?id=71840
Summary
Allow RenderView to have columns
mitz
Reported
2011-11-08 11:37:28 PST
<
rdar://problem/10262225
> This is a way to enable clients to present paginated content.
Attachments
Allow RenderView to have columns when the Page requests pagination
(162.68 KB, patch)
2011-11-08 11:48 PST
,
mitz
simon.fraser
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
mitz
Comment 1
2011-11-08 11:48:37 PST
Created
attachment 114127
[details]
Allow RenderView to have columns when the Page requests pagination
Simon Fraser (smfr)
Comment 2
2011-11-08 11:58:55 PST
Comment on
attachment 114127
[details]
Allow RenderView to have columns when the Page requests pagination View in context:
https://bugs.webkit.org/attachment.cgi?id=114127&action=review
> Source/WebCore/page/Page.h:264 > + unsigned gap;
What is 'gap' here?
> Source/WebCore/rendering/RenderBlock.cpp:4519 > + bool destroyColumns = !requiresColumns(count);
destroyColumns doesn't seem like quite the right name; you only need to destroy if you have some already.
mitz
Comment 3
2011-11-08 13:03:11 PST
(In reply to
comment #2
)
> (From update of
attachment 114127
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=114127&action=review
> > > Source/WebCore/page/Page.h:264 > > + unsigned gap; > > What is 'gap' here?
Distance between adjacent pages.
mitz
Comment 4
2011-11-08 13:16:01 PST
Landed in <
http://trac.webkit.org/r99613
>.
Xan Lopez
Comment 5
2011-11-08 17:05:14 PST
This seems to have broken the GTK+ bots.
Daniel Bates
Comment 6
2011-11-08 19:09:12 PST
(In reply to
comment #5
)
> This seems to have broken the GTK+ bots.
Added symbol _ZN7WebCore4Page13setPaginationERKNS0_10PaginationE to file Source/autotools/symbols.filter. Committed in changeset 99646 <
http://trac.webkit.org/changeset/99646
>.
Philippe Normand
Comment 7
2011-11-09 01:13:51 PST
(In reply to
comment #5
)
> This seems to have broken the GTK+ bots.
Lots of new flaky tests yes :(
Xan Lopez
Comment 8
2011-11-09 02:33:07 PST
(In reply to
comment #7
)
> (In reply to
comment #5
) > > This seems to have broken the GTK+ bots. > > Lots of new flaky tests yes :(
I actually only meant broken as in "the build is broken", which apparently Daniel fixed already (thanks!). Sorry for not being specific, it was 3 AM :)
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