RESOLVED FIXED 197777
Add WKWebViewConfiguration._canShowWhileLocked SPI
https://bugs.webkit.org/show_bug.cgi?id=197777
Summary Add WKWebViewConfiguration._canShowWhileLocked SPI
Chris Dumez
Reported 2019-05-10 08:57:33 PDT
Add WKWebViewConfiguration._canShowWhileLocked SPI.
Attachments
Patch (16.36 KB, patch)
2019-05-10 09:12 PDT, Chris Dumez
no flags
Patch (16.37 KB, patch)
2019-05-10 09:38 PDT, Chris Dumez
no flags
Patch (17.67 KB, patch)
2019-05-10 10:50 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2019-05-10 08:57:50 PDT
Chris Dumez
Comment 2 2019-05-10 09:12:05 PDT
Chris Dumez
Comment 3 2019-05-10 09:38:51 PDT
Tim Horton
Comment 4 2019-05-10 09:45:49 PDT
Comment on attachment 369555 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=369555&action=review > Source/WebKit/Platform/mac/LayerHostingContext.mm:62 > + kCAContextSecure: canShowWhileLocked ? @YES : @NO, @(canShowWhileLocked) > Source/WebKit/Platform/mac/LayerHostingContext.mm:71 > + kCAContextCIFilterBehavior : @"ignore", Pretty sure these are all Mac paths and don’t support this option. But maybe the symbol is there and the extra key will be ignored?
Tim Horton
Comment 5 2019-05-10 09:46:28 PDT
(In reply to Tim Horton from comment #4) > Comment on attachment 369555 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=369555&action=review > > > Source/WebKit/Platform/mac/LayerHostingContext.mm:62 > > + kCAContextSecure: canShowWhileLocked ? @YES : @NO, > > @(canShowWhileLocked) > > > Source/WebKit/Platform/mac/LayerHostingContext.mm:71 > > + kCAContextCIFilterBehavior : @"ignore", > > Pretty sure these are all Mac paths and don’t support this option. But maybe > the symbol is there and the extra key will be ignored? To be clear I meant the one you added not the one that got quoted
Chris Dumez
Comment 6 2019-05-10 10:50:19 PDT
WebKit Commit Bot
Comment 7 2019-05-10 11:52:12 PDT
Comment on attachment 369568 [details] Patch Clearing flags on attachment: 369568 Committed r245183: <https://trac.webkit.org/changeset/245183>
WebKit Commit Bot
Comment 8 2019-05-10 11:52:14 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.