[webkit-reviews] review granted: [Bug 198687] Integrate dark mode support for iOS : [Attachment 371715] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 10 11:25:24 PDT 2019


Tim Horton <thorton at apple.com> has granted Timothy Hatcher
<timothy at apple.com>'s request for review:
Bug 198687: Integrate dark mode support for iOS
https://bugs.webkit.org/show_bug.cgi?id=198687

Attachment 371715: Patch

https://bugs.webkit.org/attachment.cgi?id=371715&action=review




--- Comment #10 from Tim Horton <thorton at apple.com> ---
Comment on attachment 371715
  --> https://bugs.webkit.org/attachment.cgi?id=371715
Patch

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

> Source/WebCore/platform/graphics/cocoa/FontCascadeCocoa.mm:133
> +    styleConfiguration.appearanceName = coreContext.useDarkAppearance() ?
@"UIAppearanceDark" : @"UIAppearanceLight";

No constants for these?


More information about the webkit-reviews mailing list