RESOLVED FIXED 183354
Ensure system appearance is default for web content
https://bugs.webkit.org/show_bug.cgi?id=183354
Summary Ensure system appearance is default for web content
Megan Gardner
Reported 2018-03-05 17:49:10 PST
Ensure system appearance is default for web content
Attachments
Patch (12.94 KB, patch)
2018-03-05 17:52 PST, Megan Gardner
no flags
Patch (8.45 KB, patch)
2018-03-05 18:03 PST, Megan Gardner
no flags
Patch (12.94 KB, patch)
2018-03-06 10:13 PST, Megan Gardner
no flags
Patch (12.95 KB, patch)
2018-03-06 11:12 PST, Megan Gardner
thorton: review+
Megan Gardner
Comment 1 2018-03-05 17:52:29 PST
Radar WebKit Bug Importer
Comment 2 2018-03-05 17:53:46 PST
Megan Gardner
Comment 3 2018-03-05 18:03:51 PST
Tim Horton
Comment 4 2018-03-05 21:49:45 PST
The new files are missing from your patch.
Megan Gardner
Comment 5 2018-03-06 10:13:08 PST
Tim Horton
Comment 6 2018-03-06 10:19:23 PST
Comment on attachment 335111 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335111&action=review Please make sure EWS is green before landing. > Source/WebCore/platform/mac/LocalDefaultSystemAppearance.h:44 > + NSAppearance* m_savedSystemAppearance; Star's on the wrong side. > Source/WebCore/platform/mac/LocalDefaultSystemAppearance.mm:37 > + m_savedSystemAppearance = [[NSAppearance currentAppearance] retain]; Why is m_savedSystemAppearance not a retainptr?
Megan Gardner
Comment 7 2018-03-06 11:12:53 PST
Tim Horton
Comment 8 2018-03-06 11:27:02 PST
Comment on attachment 335117 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=335117&action=review > Source/WebCore/platform/mac/LocalDefaultSystemAppearance.mm:38 > + NSAppearance* newAppearance = [NSAppearance appearanceNamed:NSAppearanceNameAqua]; Stars on the wrong side :)
Megan Gardner
Comment 9 2018-03-06 12:22:14 PST
Note You need to log in before you can comment on or make changes to this bug.