WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
233145
Decoder::unwrapForTesting() is unnecessarily inefficient
https://bugs.webkit.org/show_bug.cgi?id=233145
Summary
Decoder::unwrapForTesting() is unnecessarily inefficient
Chris Dumez
Reported
2021-11-15 13:56:11 PST
Decoder::unwrapForTesting() is unnecessarily inefficient.
Attachments
Patch
(6.19 KB, patch)
2021-11-15 13:58 PST
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Patch
(6.19 KB, patch)
2021-11-16 07:12 PST
,
Chris Dumez
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Chris Dumez
Comment 1
2021-11-15 13:58:53 PST
Created
attachment 444303
[details]
Patch
Darin Adler
Comment 2
2021-11-15 17:49:27 PST
Comment on
attachment 444303
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=444303&action=review
> Source/WebKit/Platform/IPC/Decoder.cpp:146 > + Vector<Attachment> attachments = std::exchange(decoder.m_attachments, { });
I would totally use auto here.
> Source/WebKit/Platform/IPC/Decoder.h:137 > + std::optional<Attachment> takeAttachment();
Why isn’t this named takeLastAttachment? Is it obvious that the last one is the one to take?
Chris Dumez
Comment 3
2021-11-16 07:12:56 PST
Created
attachment 444374
[details]
Patch
EWS
Comment 4
2021-11-16 08:58:02 PST
Committed
r285866
(
244292@main
): <
https://commits.webkit.org/244292@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 444374
[details]
.
Radar WebKit Bug Importer
Comment 5
2021-11-16 08:59:33 PST
<
rdar://problem/85460462
>
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