Bug 234428 - Refactor WidthIterator::applyCSSVisibilityRules() to be a little more elegant
Summary: Refactor WidthIterator::applyCSSVisibilityRules() to be a little more elegant
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks: 232939
  Show dependency treegraph
 
Reported: 2021-12-17 01:23 PST by Myles C. Maxfield
Modified: 2021-12-17 16:27 PST (History)
2 users (show)

See Also:


Attachments
Patch (7.67 KB, patch)
2021-12-17 01:31 PST, Myles C. Maxfield
zalan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2021-12-17 01:23:36 PST
Refactor WidthIterator::applyCSSVisibilityRules() to be a little more elegant
Comment 1 Myles C. Maxfield 2021-12-17 01:31:33 PST
Created attachment 447439 [details]
Patch
Comment 2 zalan 2021-12-17 12:40:19 PST
Comment on attachment 447439 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=447439&action=review

> Source/WebCore/platform/graphics/WidthIterator.cpp:589
> +

I usually end up just writing auto in lambdas (but again, I tend to use auto everywhere)
Comment 3 Myles C. Maxfield 2021-12-17 14:41:53 PST
Committed r287208 (?): <https://commits.webkit.org/r287208>
Comment 4 Radar WebKit Bug Importer 2021-12-17 14:42:42 PST
<rdar://problem/86651355>
Comment 5 Myles C. Maxfield 2021-12-17 16:27:39 PST
Committed r287213 (245376@trunk): <https://commits.webkit.org/245376@trunk>