WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
240442
[LFC][FFC] Add support for logical ordering
https://bugs.webkit.org/show_bug.cgi?id=240442
Summary
[LFC][FFC] Add support for logical ordering
zalan
Reported
2022-05-15 21:44:21 PDT
order property
Attachments
Patch
(4.16 KB, patch)
2022-05-15 21:48 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(4.16 KB, patch)
2022-05-16 06:09 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(3.72 KB, patch)
2022-05-16 09:36 PDT
,
zalan
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(3.72 KB, patch)
2022-05-16 09:53 PDT
,
zalan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2022-05-15 21:48:08 PDT
Created
attachment 459389
[details]
Patch
zalan
Comment 2
2022-05-16 06:09:31 PDT
Created
attachment 459419
[details]
Patch
zalan
Comment 3
2022-05-16 09:36:18 PDT
Created
attachment 459429
[details]
Patch
Antti Koivisto
Comment 4
2022-05-16 09:46:50 PDT
Comment on
attachment 459429
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=459429&action=review
> Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.cpp:170 > + std::sort(logicalFlexItemList.begin(), logicalFlexItemList.end(), [&] (auto& a, auto& b) {
Probably std::stable_sort? Otherwise identical items get ordered randomly.
zalan
Comment 5
2022-05-16 09:53:12 PDT
(In reply to Antti Koivisto from
comment #4
)
> Comment on
attachment 459429
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=459429&action=review
> > > Source/WebCore/layout/formattingContexts/flex/FlexFormattingContext.cpp:170 > > + std::sort(logicalFlexItemList.begin(), logicalFlexItemList.end(), [&] (auto& a, auto& b) { > > Probably std::stable_sort? Otherwise identical items get ordered randomly.
good point!
zalan
Comment 6
2022-05-16 09:53:27 PDT
Created
attachment 459432
[details]
Patch
EWS
Comment 7
2022-05-16 10:36:51 PDT
Committed
r294240
(
250598@main
): <
https://commits.webkit.org/250598@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 459432
[details]
.
Radar WebKit Bug Importer
Comment 8
2022-05-16 10:37:23 PDT
<
rdar://problem/93355697
>
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