RESOLVED FIXED 195344
Fix WKPasswordView compilation on iOS
https://bugs.webkit.org/show_bug.cgi?id=195344
Summary Fix WKPasswordView compilation on iOS
Dean Jackson
Reported 2019-03-05 15:32:30 PST
Add a platform define for UIColor system colors
Attachments
Patch (2.71 KB, patch)
2019-03-05 16:42 PST, Dean Jackson
no flags
Patch (1.71 KB, patch)
2019-03-05 17:12 PST, Dean Jackson
dbates: review+
Dean Jackson
Comment 1 2019-03-05 16:42:14 PST
Dean Jackson
Comment 2 2019-03-05 16:42:37 PST
Dean Jackson
Comment 3 2019-03-05 17:12:36 PST
Daniel Bates
Comment 4 2019-03-05 19:09:15 PST
Comment on attachment 363710 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363710&action=review > Source/WebKit/UIProcess/ios/WKPasswordView.mm:110 > [_scrollView setBackgroundColor:[UIColor groupTableViewBackgroundColor]]; Ok as is, but if you want to be a nice guy you could fix up this line up for all Apple Engineers (including me!). Search radars on Andy Estes whose title contains groupTableView.... or poke Andy with a stick (I tried but it wasn’t sharp enough ;))
Daniel Bates
Comment 5 2019-03-05 19:10:48 PST
Comment on attachment 363710 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=363710&action=review >> Source/WebKit/UIProcess/ios/WKPasswordView.mm:110 >> [_scrollView setBackgroundColor:[UIColor groupTableViewBackgroundColor]]; > > Ok as is, but if you want to be a nice guy you could fix up this line up for all Apple Engineers (including me!). Search radars on Andy Estes whose title contains groupTableView.... or poke Andy with a stick (I tried but it wasn’t sharp enough ;)) Actually, depending on when SYSTEM COLORS is enabled you may have worked around the issue I am referring too at least for this callsite.... still applicable To othe call sites.
Daniel Bates
Comment 6 2019-03-05 19:11:56 PST
Digital poking (CC) Andy
Dean Jackson
Comment 7 2019-03-06 10:14:28 PST
Note You need to log in before you can comment on or make changes to this bug.