WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
201393
[LFC][Floats] Move FloatingState::constraints to FloatingContext
https://bugs.webkit.org/show_bug.cgi?id=201393
Summary
[LFC][Floats] Move FloatingState::constraints to FloatingContext
zalan
Reported
2019-09-01 20:13:12 PDT
where it belongs.
Attachments
Patch
(17.64 KB, patch)
2019-09-01 20:22 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(17.62 KB, patch)
2019-09-03 11:00 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-09-01 20:13:35 PDT
<
rdar://problem/54939361
>
zalan
Comment 2
2019-09-01 20:22:10 PDT
Created
attachment 377835
[details]
Patch
Antti Koivisto
Comment 3
2019-09-03 10:09:32 PDT
Comment on
attachment 377835
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=377835&action=review
> Source/WebCore/layout/floats/FloatingContext.cpp:287 > + for (int index = floats.size() - 1; index >= 0; --index) {
for (auto index = floats.size(); --index; ) is more compact.
zalan
Comment 4
2019-09-03 11:00:32 PDT
Created
attachment 377908
[details]
Patch
WebKit Commit Bot
Comment 5
2019-09-03 11:21:48 PDT
Comment on
attachment 377908
[details]
Patch Clearing flags on attachment: 377908 Committed
r249433
: <
https://trac.webkit.org/changeset/249433
>
WebKit Commit Bot
Comment 6
2019-09-03 11:21:49 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