Bug 214938 - Highlight color does not switch after being set it system preferences.
Summary: Highlight color does not switch after being set it system preferences.
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: Megan Gardner
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-29 14:49 PDT by Megan Gardner
Modified: 2020-07-29 18:07 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.44 KB, patch)
2020-07-29 14:52 PDT, Megan Gardner
thorton: review+
Details | Formatted Diff | Diff
Patch (3.50 KB, patch)
2020-07-29 15:04 PDT, Megan Gardner
thorton: review+
Details | Formatted Diff | Diff
Patch (3.49 KB, patch)
2020-07-29 15:30 PDT, Megan Gardner
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Megan Gardner 2020-07-29 14:49:27 PDT
Highlight color does not switch after being set it system preferences.
Comment 1 Megan Gardner 2020-07-29 14:52:54 PDT
Created attachment 405507 [details]
Patch
Comment 2 Tim Horton 2020-07-29 14:57:23 PDT
Comment on attachment 405507 [details]
Patch

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

> Source/WebKit/ChangeLog:9
> +        After the changes to the sandbox and how defaults are being transferred to the web process,

This should probably reference a commit.

> Source/WebKit/ChangeLog:11
> +        after setting the defaults so that the value is retried after it is actually set and we do

"value is retried" -> "cache is invalidated"

You might even mention which cache (colorCache in RenderTheme)...

> Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:953
> +        [notificationCenter postNotificationName:@"NSSystemColorsWillChangeNotification" object:nil];
> +        [notificationCenter postNotificationName:NSSystemColorsDidChangeNotification object:nil];

While it looks weird that "WillChange" and "DidChange" are adjacent without the change sitting between them, this does match what happens in AppKit.
Comment 3 Megan Gardner 2020-07-29 15:04:37 PDT
Created attachment 405508 [details]
Patch
Comment 4 Tim Horton 2020-07-29 15:09:31 PDT
Comment on attachment 405508 [details]
Patch

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

> Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:933
> +static const WTF::String& userHighlightColorPreferenceKey()

Space above here.

> Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:938
> +

Not here.
Comment 5 Megan Gardner 2020-07-29 15:30:53 PDT
Created attachment 405514 [details]
Patch
Comment 6 EWS 2020-07-29 18:00:27 PDT
Committed r265072: <https://trac.webkit.org/changeset/265072>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 405514 [details].
Comment 7 Radar WebKit Bug Importer 2020-07-29 18:01:17 PDT
<rdar://problem/66302507>
Comment 8 Megan Gardner 2020-07-29 18:07:18 PDT
<rdar://problem/65270586>